Graham Helton (too much for zblock)
banner
grahamhelton.bsky.social
Graham Helton (too much for zblock)
@grahamhelton.bsky.social
Hi
Behold, the greatest thinkpad propaganda you will ever see
September 14, 2025 at 1:10 AM
Testing out live terminal session replays on my blog.

Same "easy viewing" of a proof of concept as a gif/video except:
1. Super easy to record `asciinema rec file.cast`
2. Super easy to host on my site
3. The best part.... you can copy/paste the text from the terminal replay 🤯
September 11, 2025 at 2:56 AM
Yeah im just gonna go to bed after that one
September 7, 2025 at 3:27 AM
lofi hip hop devices to relax/study to
September 7, 2025 at 1:46 AM
No skips
September 7, 2025 at 1:12 AM
She keeps the creepers away
September 6, 2025 at 7:21 PM
I understand now
September 6, 2025 at 5:39 PM
Cat not enjoying the new record player
August 30, 2025 at 10:30 PM
They're on to us
August 30, 2025 at 4:02 AM
Having it all stored in git is also super handy.

The past version I used "worked" and was much fancier but was totally over engineered. It stored annotations as extended attributes, had a fancy TUI, could mark/star files, etc but... I'm not sure. It felt clunky.
August 28, 2025 at 3:46 AM
I've gone through a couple iterations of this over the past year or so with varying degrees of success. This doesn't have a ton of bells and whistles but works well by running: `note filename "description"`

No more random `dump.pcap`, `dump2.pcap`, `poc_working_final_2.sh`
August 28, 2025 at 3:46 AM
A simple .bashrc function lets me quickly annotate a file using git notes. I initially tried to use commits for this but it got a bit clunky and confusing when multiple files were involved.
August 28, 2025 at 3:46 AM
When looking for obscure issues I always end up with tons files like: poc_final_final2.sh

I don't always have time to organize things without the potential of losing my train of thought so I've been trying to find an easy solution. This is my most recent attempt:
August 28, 2025 at 3:46 AM
Look how beautiful this code-block is on this person's blog ertt.ca/nix/shell-sc...
August 27, 2025 at 2:16 PM
don't google your errors or the nix people will taunt you
August 26, 2025 at 2:33 PM
don't be like me and try listening to the nix evangelists
August 26, 2025 at 2:16 PM
Anyone successfully using both markdown and silverbullet? Interested in hearing about your workflows for either but specially interested in silverbullet
August 26, 2025 at 11:36 AM
POV: You're a Linux admin working at TikTok
March 2, 2025 at 12:28 AM
POV: Me (allegedly) gaining write access to the internal container registry and setting all container images to mine crypto
January 6, 2025 at 9:45 AM
Pass is a really cool CLI and GPG based password manager that follows the Unix Philosophy. Do one thing and do it well.

Project: passwordstore.org

Setup Guide: ryan.himmelwright.net/post/setting...
December 28, 2024 at 10:35 AM
As a zoomer, this is what my filesystem looks like
December 21, 2024 at 3:00 AM

Every week I post a summary of what security ideas I've been thinking about.

This week it's mostly ideas from myself discussing the threats and opportunities of AI as well as why I think we're seeing a shift away from the cloud.

loworbitsecurity.com/radar/radar7/
December 16, 2024 at 12:35 PM
ZSTD: github.com/facebook/zstd

Pretty good compression algo even with default settings. Took ~540GB data down to 427GB.

1. Set the dir to backup.
2. Calculate the size (in kilobytes)
3. Use tar to create an archive, pipe to PV for a progress bar then compress with zstd.
December 14, 2024 at 8:46 PM
Jdupes: codeberg.org/jbruchon/jdu...

This one was new to me. Jdupes de-deuplcates files on your filesystem. I ran it over a bunch of my backup folders and was able to remove about 500GB of data. Turns out I had my VMs folder backed up multiple times.
December 14, 2024 at 8:46 PM
"Although Cleo published an update and advisory for CVE-2024-50623—which allows unauthenticated remote code execution—Huntress security researchers have recreated the proof of concept and learned the patch does not mitigate the software flaw."

www.huntress.com/blog/threat-...
December 11, 2024 at 1:58 PM