Evan Hahn
EvanHahn@bigshoulders.city
<p>I'm a computer programmer</p><p><a href="https://bigshoulders.city/tags/programming" class="mention hashtag" rel="tag">#<span>programming</span></a> <a href="https://bigshoulders.city/tags/chicago" class="mention hashtag" rel="tag">#<span>chicago</span></a> <a href="https://bigshoulders.city/tags/p2p" class="mention hashtag" rel="tag">#<span>p2p</span></a> <a href="https://bigshoulders.city/tags/signal" class="mention hashtag" rel="tag">#<span>signal</span></a> <a href="https://bigshoulders.city/tags/vegan" class="mention hashtag" rel="tag">#<span>vegan</span></a> <a href="https://bigshoulders.city/tags/zelda" class="mention hashtag" rel="tag">#<span>zelda</span></a></p>
Posts
-
Post #4248350
In 12 hours, I start playing The Legend of Zelda: Oracle of Seasons for charity. Tune in, donate, and see me embarrass myself! https://www.twitch.tv/zeldadungeon
-
Post #2499904
Just published a Firefox extension to add a little feature I wanted: &quot;Open Link in Unloaded Tab&quot;. https://addons.mozilla.org/en-US/firefox/addon/open-link-in-unloaded-tab/ #firefox #extension
-
Post #1925337
&quot;[...] a year into Trump’s second term, as Palantir deepens its relationship with an administration many workers fear is wreaking havoc at home, employees are finally raising these concerns internally, as the US’s war on immigrants, war in Iran, and even company-released manifestos has forced them to rethink the role they play in it all.&quot; https://www.wired.com/story/palantir-employees-are-starting-to-wonder-if-theyre-the-bad-guys/
-
Post #1925336
My notes from April: feebly came to GitHub&#39;s defense (even though I don&#39;t like them), published a new version of a weirdo JavaScript package, and clicked a slew of links. https://evanhahn.com/notes-from-april-2026/ #MonthNotes #tech #programming #JavaScript
-
Post #1925335
Wrote a little command line tool to do (completely offline) translation: https://evanhahn.com/offline-cli-translation-with-translategemma-and-ollama/
-
Post #1307790
I like that my employer writes a blog post every time I finish a project https://ghost.org/changelog/improved-editor-for-welcome-emails/
-
Post #1307789
@simon Per today&#39;s post on ELIZA: I published llm-eliza, a (satirical) plugin for llm that uses the ELIZA chatbot. As always, I love your blog! https://codeberg.org/EvanHahn/llm-eliza
-
Post #1307788
ELIZA, released in 1966, is a state-of-the-art language model. It offers zero-GPU inference with sub-millisecond semantic throughput, and scores highly on EQ measurements (emotional intelligence). I built llm-eliza for using it at the command line. https://evanhahn.com/llm-eliza/ #satire #llm #ai #eliza
-
Post #1307787
Just published a short nonfiction story called &quot;All tests pass&quot;. https://evanhahn.com/all-tests-pass-a-short-story/ #ai #programming #VibeCoding #arturo
-
Post #1307786
Hope to see folks at #NoKings tomorrow https://www.nokings.org/
-
Post #1307785
Notes from March 2026: I wrote a blog post about errors, celebrated one year at Zelda Dungeon, and clicked some bleak links about AI. https://evanhahn.com/notes-from-march-2026/
-
Post #1307784
GitHub’s downtime is bad, but uptime numbers can be misleading. It’s not as bad as it looks; more like a D than an F. https://evanhahn.com/in-defense-of-githubs-poor-uptime/ #GitHub #microsoft #downtime
-
Post #655621
&quot;human.json is a protocol for humans to assert authorship of their site content and vouch for the humanity of others. It uses URL ownership as identity, and trust propagates through a crawlable web of vouches between sites.&quot; I&#39;ve added it to my website! https://codeberg.org/robida/human.json
-
Post #430846
I was surprised to learn that gzip streams encode which operating system did the compression. I built a little tool, &quot;gzpeek&quot;, to inspect this metadata (and more): https://evanhahn.com/introducing-gzpeek/ #gzip #metadata #programming #compression