"It’s painfully obvious that nobody was attempting to use this software."
As in they have no customers or no one was dogfooding it?
Posts by Ethan Gunderson
I’m nostalgic for the days when the grift was behind closed doors.
Thanks to the increased productivity with AI, we can finally spend more time in Scrum meetings
I just released a lil @elixir-lang.org library for generating docs about telemetry events from structured data. Love me some telemetry events but they're often an underdocumented aspect of libraries.
hex.pm/packages/tel...
Feedback welcome 👐
It’s also not true about every suburb. The place I live now is far more walkable than where I lived in the city. I do really miss not being surrounded by franchises though.
Tired: AI won't take your job, but someone using it will.
Wired: AI won’t take your job, bad management decisions wrapped in an AI trench coat will.
But for real, what's going on over at Github?
When Claude writes test first: HAHA YES THIS IS GREAT
When Claude goes off the rails, spits out code, pretends tests don't exist: Listen here you little shits.
Sounds like open source with more steps.
Reminds me of the people promoting "everyone will have their own on-demand novels, movies, music and they will love it" and similar nonsense.
OpenAI published a repo to orchestrate AI agents built primarily with Elixir (96.1%): github.com/openai/symph...
#elixirlang
One of these days a bloom filter is going to be the solution to my problems. Today is not that day.
I have a new name for posts like this.
Where every sentence is spread out.
Lots of sentences. Many words.
And yet, says nothing unique or of importance.
And obviously written by an LLM.
Chicken nugget posts.
My 7 year old introduced me to the phrase "chicken nuggets for brains" and I've never had a phrase enter my daily usage so quickly.
Sounds like they're putting their thumb on the scale for Grok.
Figured this out just yesterday when Facetiming with someone and they said my audio was shit.
Highlighting the speaker who stood in front of the Surprise mayor and told him to consider what the Mayor of Ohrdruf must’ve thought before he died by suicide: “He might have thought ‘how is this my fault I had no jurisdiction over this’ maybe he said ‘this site was not subject to local zoning.’”
It’s pronounced claw-day, right?
Ripping a Lilo & Stitch cd so I can put it on my iPod while waiting for Claude to finish a task is apparently something I do in 2026. What a weird timeline.
Labels not including track metadata on newly manufactured CDs has to be some of the laziest shit I've seen in awhile.
Not just business too. The amount of government related stuff that’s only available of FB is a weekly rant from me.
Buying physical media every time I read an article on AI written by three LLMs in a trench coat is a fun new way to play "markets can remain irrational longer than you can remain solvent".
Oh good question. I don't really know what I'm doing, but if you go with Proxmox and Tailscale, setting up subnet routes on the Proxmox host means you don't need to setup Tailscale on each container/vm.
I'm a few weeks into having a homelab and it's seriously so much fun. Over the weekend I needed a Windows install running on x86 (long story). I thought I was stuck since I have an M1 machine...until I realized I could just spin one up in Proxmox. 30 minutes later I was good to go.
Claude Code has greatly decreased the amount of time it takes me to go from idea to abandoned project.
I didn't even realize this was out already. 👀
Yeah, it was fun to see `duplicate` in the std library. I don't think I've had a use case for that before.
Enum.flat_map(1..n, fn i -> List.duplicate(i, i) end)
Your light mode might be too light.
A long known irony of automation is that as you automate the most frequent (and easy) cases first, people are left to handle both increasingly rare *and* challenging situations, with less practice.