diff options
| -rw-r--r-- | pages/about.sxml | 7 | ||||
| -rw-r--r-- | pages/now.org | 23 |
2 files changed, 29 insertions, 1 deletions
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 +<div class="about-current-focus"> +#+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 +</div> +#+END_EXPORT + +* What I Was Up To + +** Read + +** Played + +** Hacked |