summaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
Diffstat (limited to 'posts')
-rw-r--r--posts/analyzing-executable-size-part-0.org4
-rw-r--r--posts/i-love-my-pinephone.org21
-rw-r--r--posts/rust-on-flipper-zero.org8
-rw-r--r--posts/sdl-tutorial-part-0x00.org4
-rw-r--r--posts/umass-ctf-2021-postmortem.org16
5 files changed, 18 insertions, 35 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
-<header class="article-front-matter article-warning">
+<aside class="legacy-warning">
<p>This was intended to be a series describing trends in programming language
technology and how they relate to an increase in the average size of
executable files. It never materialized beyond this initial post.
@@ -22,7 +22,7 @@
runtime and is therefore larger. I don't think it's as much of a problem as
folks make it out to be, and my past self seems to be somewhat cognizant of
that.</p>
-</header>
+</aside>
#+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
-<header class="article-future-interjection">
+<aside class="legacy-warning">
#+END_EXPORT
I took some nice photos the day I received the PinePhone, and more on the day I
set it up. Despite my best efforts, I have been unable to locate the SD card
@@ -73,7 +73,7 @@ those photos were saved to, so the photos below were taken recently. The visible
bumps and scuffs weren't there when I received it -- the phone's sustained those
over a few months of use.
#+BEGIN_EXPORT html
-</header>
+</aside>
#+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
-<header class="article-future-interjection">
+<aside class="legacy-warning">
#+END_EXPORT
While traveling to DEF CON, the bottom of the case got torn off, so I printed a
new one. This time I used =PinePhone-HardCase-v2-Thick.stl= instead of
=PinePhone-HardCase-v2.stl=. I like the thicker case much better, and I'm not as
-worried about it scratching up the back cover.
-
-And, even though a significant part of the case was missing, it still protected
-the phone from a drop. All of this is to say that PLA is not a bad material for
-a phone case, and =_The3DmaN_= on Thingiverse has a damn good design.
+worried about it scratching up the back cover. And, even though a significant
+part of the case was missing, it still protected the phone from a drop. All of
+this is to say that PLA is not a bad material for a phone case, and =_The3DmaN_=
+on Thingiverse has a damn good design.
#+BEGIN_EXPORT html
-</header>
+</aside>
#+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
-<header class="article-future-interjection">
+<aside class="legacy-warning">
#+END_EXPORT
Something I was not privy to early in my use of the PinePhone was the existence
of [[https://linuxphoneapps.org/][LinuxPhoneApps]], which enumerates Linux applications and games which are
@@ -551,7 +550,7 @@ relatively well-supported on touch screen devices. The list, while smaller than
something like the F-Droid, gives one some hope that the software situation is
improving.
#+BEGIN_EXPORT html
-</header>
+</aside>
#+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
-<header class="article-future-interjection">
+<aside class="legacy-warning">
#+END_EXPORT
-A few days ago, the Flipper team [[https://github.com/flipperdevices/flipperzero-firmware/pull/1269][integrated scons as their new build system]], so
-the information below is already out of date. We'll mention the differences in
-the next post.
+A few days ago, the Flipper team [[https://github.com/flipperdevices/flipperzero-firmware/pull/1269][integrated scons as their new build system]], so the information below is already out of date. We'll mention the differences in the next post.
#+BEGIN_EXPORT html
-</header>
+</aside>
#+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
-<header class="article-front-matter article-warning">
+<aside class="legacy-warning">
<p>This is one of my older tutorials and follows a style unlike
my current one. I also no longer hold the same claims I made about the SDL
documentation that I originally made in this article. I think it's perfectly
@@ -12,7 +12,7 @@
organized like other documentation is. For that reason, I have no plans to
continue this tutorial series unless someone specifically asks for me to
continue it.</p>
-</header>
+</aside>
#+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