RSSAmplifier

Blog

Denial of Services

If this site goes down for any reason, you have to avenge me.

denialof.servicesRSS feed ↗10 posts

Latest posts

Cambrian

it started with the forks it wasn't even a decision, really just the path of least resistance a pull request waiting to be reviewed, last commit a year ago if anything i am doing the community a service i even came up with a clever name i will upstream the fix eventually i am being pragmatic the interfaces stutter, maybe I need more memory they had to stop showing contributor graphs forty…

Gource in the Browser

Gource is a mesmerizing tool that visualizes git repository history as an animated tree. Contributors appear as avatars, files bloom and fade, and you can watch a codebase evolve over years in minutes. Problem: it requires installation, ffmpeg for video export, and feeding it a git log. Solution: compile it to WebAssembly and run it in the browser. gource.denialof.services | GitHub The stack:…

Bitcoin Blocks on S3 via ZeroFS

Running a full Bitcoin node these days means ~700GB of block data. If you're running on a small home machine with a 500GB drive, that's a non-starter. You either prune (and lose the ability to serve historical blocks) or you don't run a full node. Or you get creative. ZeroFS presents an S3 bucket as a local filesystem via 9P. It encrypts with XChaCha20-Poly1305 and compresses with…

aussie.tax Revamp

Vibe Coding adventures Took a shot at vibe coding something. Like pulling teeth, but with more emojis. Aussie.Tax

Sydney Housing

Sydney Housing, Matplotlib on Png, Est. 2024

TV Shows Heatmap

TV Show Heatmaps I was inspired by the above graphic talked about in the data vizualization episode of the Oxide and friends podcast. So I did the same for all TV shows with more than 10000 total votes, as well as at least 100 votes per episode. Anyway here it is: TV Shows Heatmap

Must Watch Films

Incomplete list of movies I like, saved for posterity here after a discussion with colleagues: ■ Entertainment ■ Mind Bending ■ Make You Feel Things 12 Angry Men 12 Monkeys 2001 A Space Odyssey A Clockwork Orange A Scanner Darkly Akira American Psycho Annihilation Arrival Blade Runner 2049 Blade Runner Children of Men Coherence Contact Cube Donnie Darko Dune Ex Machina Fight Club Gattaca Ghost in…

Reverse engineering AWS Lambda

So I have been spending some time jamming my hands into AWS Lambda's greasy internals, and I'd like to share all the wonderful details I've discovered. I've use AWS Lambda quite extensively at work. And I wanted to get a better understanding of its inner working. What prompted this, you might ask? Unofficial Native Go Runtime for Google Cloud Functions There was an off handed…

Hello Website

I finally got arround to setting up my website. s3 ✔ Cloudfront ✔ Route53 ✔

Guidelines

Life "The Iron Rule: Treat others less powerful than you however you like. The Silver Rule: Treat others as you’d like to be treated. The Golden Rule: Treat others as they’d like to be treated." ― Dennis E. Taylor, Heaven's River "Entities should not be multiplied without necessity" ― Occam's Razor "Never attribute to malice that which is adequately explained by stupidity" ―…