From 5bb0d8749336256cc0a4ac58517f8257d81c5b35 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Sun, 15 Feb 2026 09:00:38 -0500 Subject: Stylize post-publication asides --- posts/analyzing-executable-size-part-0.org | 4 ++-- posts/i-love-my-pinephone.org | 21 ++++++++++----------- posts/rust-on-flipper-zero.org | 8 +++----- posts/sdl-tutorial-part-0x00.org | 4 ++-- posts/umass-ctf-2021-postmortem.org | 16 +--------------- static/css/style.css | 2 +- 6 files changed, 19 insertions(+), 36 deletions(-) diff --git a/posts/analyzing-executable-size-part-0.org b/posts/analyzing-executable-size-part-0.org index aa65f9f..ba49811 100644 --- a/posts/analyzing-executable-size-part-0.org +++ b/posts/analyzing-executable-size-part-0.org @@ -3,7 +3,7 @@ #+TAGS: writeup programming operating-systems c linux #+BEGIN_EXPORT html -
+
+ #+END_EXPORT It seems that static linking is back in style, or at least popular among all the diff --git a/posts/i-love-my-pinephone.org b/posts/i-love-my-pinephone.org index 346c103..33c9ae4 100644 --- a/posts/i-love-my-pinephone.org +++ b/posts/i-love-my-pinephone.org @@ -65,7 +65,7 @@ PinePhone I'd been hoarding, or fronting a couple hundred dollars for a new cellphone. I went with the former. #+BEGIN_EXPORT html -
+
+ #+END_EXPORT ** Unboxing @@ -106,18 +106,17 @@ feature, but I'm usually careful enough that it doesn't happen often. (In fact, it's usually when others are handling my phone that it falls.) #+BEGIN_EXPORT html -
+
+ #+END_EXPORT Per [[https://www.reddit.com/r/PinePhoneOfficial/comments/havbcm/pinephone_screen_protector/fv5smk0/][this Reddit comment]], I purchased a pack of cheap tempered glass screen @@ -543,7 +542,7 @@ Android SDK is the biggest appeal of running a Linux phone to me. So much so that I've got an entire section dedicated to it later in this article. #+BEGIN_EXPORT html -
+
+ #+END_EXPORT * The Good Parts diff --git a/posts/rust-on-flipper-zero.org b/posts/rust-on-flipper-zero.org index 4b842bb..1826f51 100644 --- a/posts/rust-on-flipper-zero.org +++ b/posts/rust-on-flipper-zero.org @@ -28,13 +28,11 @@ come across Philipp Oppermann's book /Writing an OS in Rust/ recently * Shoehorning Rust Into a C Build System #+BEGIN_EXPORT html -
+
+ #+END_EXPORT Our first goal will be to get "hello world" running on the Flipper. We'll do diff --git a/posts/sdl-tutorial-part-0x00.org b/posts/sdl-tutorial-part-0x00.org index 83cee0f..6b70885 100644 --- a/posts/sdl-tutorial-part-0x00.org +++ b/posts/sdl-tutorial-part-0x00.org @@ -4,7 +4,7 @@ #+BEGIN_EXPORT html -
+
+ #+END_EXPORT diff --git a/posts/umass-ctf-2021-postmortem.org b/posts/umass-ctf-2021-postmortem.org index 2bc284c..1f54754 100644 --- a/posts/umass-ctf-2021-postmortem.org +++ b/posts/umass-ctf-2021-postmortem.org @@ -24,21 +24,7 @@ who made some challenges when I mentioned the competition to him. Table of Contents: -- [[*Challenge Design][Challenge Design]] - - [[*replme (and replme2)][replme + replme2]] - - [[*babushka][babushka]] - - [[*chains][chains]] - - [[*scarymaze][scarymaze]] - - [[*stegtoy][stegtoy]] - - [[*warandpieces][warandpieces]] - - [[*suckless2][suckless2]] - - [[*easteregg][easteregg]] - - [[*lambda][lambda]] -- [[*Lessons Learned][Lessons Learned]] - - [[*Playtesting a Priority][Playtesting a Priority]] - - [[*Obvious Solutions Should Be Obvious][Obvious Solutions Should Be Obvious]] - - [[*Challenge Update Transparency][Challenge Update Transparency]] - - [[*Matchmaker][Matchmaker]] +#+TOC: headlines 2 * Challenge Design diff --git a/static/css/style.css b/static/css/style.css index 07105d9..3328f8c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -436,7 +436,7 @@ hr { .legacy-warning::before { content: "!"; display: inline-block; - width: 14px; + width: 48px; height: 14px; background: #fb8c00; color: #fff; -- cgit v1.3