From dc8597dd791a1defd5fd86a596954fedb8ceaf3f Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Sat, 17 Aug 2024 19:37:17 -0400 Subject: [org] Add a "now" page --- pages/about.sxml | 7 ++++++- pages/now.org | 23 +++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 pages/now.org diff --git a/pages/about.sxml b/pages/about.sxml index e5e8592..d9a62f2 100644 --- a/pages/about.sxml +++ b/pages/about.sxml @@ -42,7 +42,12 @@ ,(hyperlink "https://en.wikipedia.org/wiki/Hacker_culture#Definition" " hacker") ". I'm into computer security, software verification, functional programming, and lifting weights.") - (p "That's the short version. I have a longer biography available " ,(hyperlink "/pages/about-complete.html" "here") ".") + (p "That's the short version. I have a longer biography available " + ,(hyperlink "/pages/about-complete.html" "here") ", " + "and a page describing " + ,(hyperlink "https://nownownow.com/about" "what I'm focused on at this point in my life") + " available " + ,(hyperlink "/pages/now.html" "here") ".") (p "If you've sent an email to an address of mine ending in 'sdf.lonestar.org' between January 2nd, 2020 and now, I have not received it. SDF has discontinued mail service on that domain. Accordingly, " diff --git a/pages/now.org b/pages/now.org new file mode 100644 index 0000000..227669f --- /dev/null +++ b/pages/now.org @@ -0,0 +1,23 @@ +#+TITLE: What I'm Up To + +* What I'm Up To + +#+BEGIN_EXPORT html +
+#+END_EXPORT + +| Reading | [[https://nostarch.com/malware][/Practical Malware Analysis/ (Michael Sikorski, Andrew Honig)]] | +| Playing | [[https://www.mobygames.com/game/223/fallout/][Fallout]] | +| Hacking | [[https://pwn.tn/profile?id=1719][pwn.tn]] | + +#+BEGIN_EXPORT html +
+#+END_EXPORT + +* What I Was Up To + +** Read + +** Played + +** Hacked -- cgit v1.3