updates
This commit is contained in:
parent
a18abf2e7b
commit
e6ea6e98a8
2 changed files with 28 additions and 17 deletions
|
@ -2,25 +2,28 @@
|
||||||
title: About Me
|
title: About Me
|
||||||
---
|
---
|
||||||
|
|
||||||
My name is Daniel, and I am a programmer, Linux enthusiast, and graduate student
|
My name is Daniel, and I am a programmer, Linux enthusiast, and graduate
|
||||||
of cybersecurity. My research interest is authentication, and I like programming
|
student of cybersecurity. My research interest is authentication, and I
|
||||||
in Python and POSIX shell. I spend my free time writing code, tinkering, and
|
like programming in Python and POSIX shell. I spend my free time writing
|
||||||
contributing to open-source projects. Feel free to [contact me](/contact) if you
|
code, tinkering, and contributing to open-source projects. Feel free to
|
||||||
want to see my resume or learn more about my work.
|
[contact me](/contact) if you want to see my resume or learn more about my
|
||||||
|
work.
|
||||||
|
|
||||||
I completed a Bachelor's of Computing (Honours) at Queen's University in 2024,
|
I completed a Bachelor's of Computing (Honours) at Queen's University in
|
||||||
and I'm currently in the Master's of Science program at the School of Computing.
|
2024, and I'm currently in the Master's of Science program at the School
|
||||||
As part of the NSERC CREATE Cybersecurity program, my work combines programming,
|
of Computing. As part of the NSERC CREATE Cybersecurity program, my work
|
||||||
cryptography, system design, and threat modeling to tackle real-world security
|
combines programming, cryptography, system design, and threat modeling to
|
||||||
challenges. I'm currently working on my thesis, which introduces a novel method
|
tackle real-world security challenges. I'm currently working on my thesis,
|
||||||
of detecting signal relay attacks in the context of multi-factor authentication.
|
which introduces a novel method of detecting signal relay attacks in the
|
||||||
|
context of multi-factor authentication.
|
||||||
|
|
||||||
I use Kakoune as my text editor, and I type in
|
I use Kakoune as my text editor, and I type in
|
||||||
[Colemak-DH](https://colemakmods.github.io/mod-dh/) on a
|
[Colemak-DH](https://colemakmods.github.io/mod-dh/) on a
|
||||||
[custom layout](https://sr.ht/~ficd/zmk). I run Arch Linux on a desktop PC and
|
[custom layout](https://sr.ht/~ficd/zmk). I run Arch Linux on a desktop PC
|
||||||
ThinkPad, my preferred terminal is Foot, and I've been enjoying Niri as a window
|
and ThinkPad, my preferred terminal is Foot, and I've been enjoying Niri
|
||||||
manager.
|
as a window manager.
|
||||||
|
|
||||||
I'm passionate about minimalist technology. This website is part of
|
This website is registered on [1mb.club](https://1mb.club/) and
|
||||||
[the 1mb club](https://1mb.club/), [JavaScript free](https://jsfree.org/), and
|
[jsfree.org](https://jsfree.org/). It's published at
|
||||||
built with [zona](https://sr.ht/~ficd/zona), a tool I wrote myself.
|
[ficd.ca](https://ficd.ca), and a proxy is available at
|
||||||
|
[ficd.srht.site](https://ficd.srht.site)
|
||||||
|
|
8
content/blog/kak/markdown-formatter-ignore.md
Normal file
8
content/blog/kak/markdown-formatter-ignore.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
title: "Kakoune: Markdown Formatter Ignore"
|
||||||
|
date: 2025-07-09
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
||||||
|
This post about the markdown formatting mini-plugin I wrote which can
|
||||||
|
ignore block images by regex.
|
Loading…
Add table
Add a link
Reference in a new issue