diff --git a/content/about.md b/content/about.md index 659ad66..1261887 100644 --- a/content/about.md +++ b/content/about.md @@ -2,25 +2,28 @@ title: About Me --- -My name is Daniel, and I am a programmer, Linux enthusiast, and graduate student -of cybersecurity. My research interest is authentication, and I like programming -in Python and POSIX shell. I spend my free time writing code, tinkering, and -contributing to open-source projects. Feel free to [contact me](/contact) if you -want to see my resume or learn more about my work. +My name is Daniel, and I am a programmer, Linux enthusiast, and graduate +student of cybersecurity. My research interest is authentication, and I +like programming in Python and POSIX shell. I spend my free time writing +code, tinkering, and contributing to open-source projects. Feel free to +[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, -and I'm currently in the Master's of Science program at the School of Computing. -As part of the NSERC CREATE Cybersecurity program, my work combines programming, -cryptography, system design, and threat modeling to tackle real-world security -challenges. I'm currently working on my thesis, which introduces a novel method -of detecting signal relay attacks in the context of multi-factor authentication. +I completed a Bachelor's of Computing (Honours) at Queen's University in +2024, and I'm currently in the Master's of Science program at the School +of Computing. As part of the NSERC CREATE Cybersecurity program, my work +combines programming, cryptography, system design, and threat modeling to +tackle real-world security challenges. I'm currently working on my thesis, +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 [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 -ThinkPad, my preferred terminal is Foot, and I've been enjoying Niri as a window -manager. +[custom layout](https://sr.ht/~ficd/zmk). I run Arch Linux on a desktop PC +and ThinkPad, my preferred terminal is Foot, and I've been enjoying Niri +as a window manager. -I'm passionate about minimalist technology. This website is part of -[the 1mb club](https://1mb.club/), [JavaScript free](https://jsfree.org/), and -built with [zona](https://sr.ht/~ficd/zona), a tool I wrote myself. +This website is registered on [1mb.club](https://1mb.club/) and +[jsfree.org](https://jsfree.org/). It's published at +[ficd.ca](https://ficd.ca), and a proxy is available at +[ficd.srht.site](https://ficd.srht.site) diff --git a/content/blog/kak/markdown-formatter-ignore.md b/content/blog/kak/markdown-formatter-ignore.md new file mode 100644 index 0000000..0931b3f --- /dev/null +++ b/content/blog/kak/markdown-formatter-ignore.md @@ -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.