After The Vet | Chad Fennell
A couple of weeks ago we almost lost our beloved cat, Jeff. He had a bad case of pancreatitis followed by hepatic lipidosis (fatter liver) and was in the hospital for three days. The ER team was *amaz...
After caring for a sick cat post-ER I'm thinking about how patient discharge for pets is kind of broken. We're still getting paper handouts with hand-typed text instructions like it's 1975. IDK if my thing is a *thing* but I hope somebody solves this problem.
www.linkedin.com/posts/chad-f...
09.03.2026 16:38
π 0
π 0
π¬ 0
π 0
No More Code Reviews: Lights-Out Codebases Ahead
Code reviews aren't optional β they're prohibitively unrealistic in the new world.
This seems about right molochinations.substack.com/p/no-more-co...
"A former coworker of mine, Michael Novati, the fastest coder at Facebook for years, had a day this February where he landed 417 PRs on GitHub. How long would it take you to review that?" π¬
07.03.2026 16:25
π 0
π 0
π¬ 0
π 0
GOOD NEWS! Researchers at Stanford University have developed a UNIVERSAL vaccine known as GLA-3M-052-LS+OVA, that protects against a wide range of respiratory viruses, bacteria AND even allergens. The vaccine is delivered intranasally AND provides broad protection in the lungs for several MONTHS.
06.03.2026 17:00
π 3041
π 955
π¬ 46
π 85
The level of game for much of the user-facing software out there right now is so low that I expect vibe coding will likely improve affairs for a lot of it. And be at the price point Bob and Bob and Bob and Bob's Autoparts Direct wants to pay.
07.03.2026 03:02
π 0
π 0
π¬ 0
π 0
Why Elixir?
"Elixir is built on Erlang/BEAM/OTP, which is great for supervising long-running processes. It has an active ecosystem of tools and libraries. It also supports hot code reloading without stopping actively running subagents, which is very useful during development."
05.03.2026 23:00
π 1
π 0
π¬ 0
π 0
Noice.
28.02.2026 18:45
π 0
π 0
π¬ 0
π 0
An AI agent coding skeptic tries AI agent coding, in excessive detail
No vagueposting here, just look at the Estimated Read Time.
New blog post up: the culmination of my past few months working with agents Opus 4.5 and beyond, and the *many* things I learned. Also, the discovery of an optimization trick with promise.
As a bonus: this post will make Rust engineers very mad. minimaxir.com/2026/02/ai-a...
27.02.2026 18:10
π 55
π 8
π¬ 7
π 2
An interactive learning platform with a built-in code editor, 24+ structured lessons, and gamified progress tracking. Write, run, and learn Go
#golang
golang.codes/
26.02.2026 04:46
π 5
π 1
π¬ 0
π 0
why do nerds
suddenly appear
every time
I post here
25.02.2026 19:45
π 3413
π 416
π¬ 130
π 26
Release 12.0.0 Β· getsentry/sentry-elixir
Logs & Telemetry Processor
Support for Structured Logs is here! π To enable:
config :sentry,
# your config...
enable_logs: true # <- add this!
Log events are sent to Sentry using the new Teleme...
We just released Sentry Elixir SDK 12.0.0! This is a massive release that brings support for structured logging, distributed tracing, improves LiveView support in tracing, introduces new HackneyClient and more! π
Check out the changelog and upgrade β¬οΈ
25.02.2026 15:52
π 18
π 1
π¬ 1
π 0
How has the day-to-day workflow of Mitchell Hashimoto changed, thanks to AI tools? Mitchell is one of the most influential infra engineers of our time (created the likes of Terraform and Ghostty), and is one of the most pragmatic builders Iβve met.
YouTube: youtu.be/WjckELpzLOU (cont'd)
25.02.2026 17:07
π 45
π 4
π¬ 2
π 0
This talk was packed with great (and of course, perishable) data.
25.02.2026 06:09
π 0
π 0
π¬ 0
π 0
New Paper: Towards a science of AI agent reliability
Quantifying the capability-reliability gap
Useful distinction re: Accuracy vs Reliability
"When we consider a coworker to be reliable, we donβt just mean that they get things right most of the time. We mean something richer"
www.normaltech.ai/p/new-paper-...
24.02.2026 19:14
π 0
π 0
π¬ 0
π 0
This looks super promising.
Isolation level: QEMU micro-VMs
"Sandboxing the compute isn't enough as you need to control network egress and protect secrets from exfiltration."
And just as important: thoughtful DX/packaging
24.02.2026 16:14
π 0
π 0
π¬ 0
π 0
Messaging layer security: Encrypting a group chat
YouTube video by Chalk Talk
Huh, Rust kind of owns the messaging cryptography space rn
e.g.
github.com/signalapp/li...
github.com/openmls/open...
Fascinating and clear overview of how MLS efficiently rotates keys in group chats:
www.youtube.com/watch?v=FESp...
24.02.2026 03:26
π 0
π 0
π¬ 0
π 0
DurableServer keynote by Chris McCord at ElixirConf EU 2026.
GenServer + automatic state persistence + cluster-aware recovery.
Complexity melts away.
MΓ‘laga, April. Save your spot: www.elixirconf.eu#register
23.02.2026 14:29
π 8
π 3
π¬ 0
π 0
oh word is this stuff useful when youβre using it like a tool
20.02.2026 19:39
π 238
π 21
π¬ 15
π 1
Aperture by Tailscale Β· Tailscale Docs
Monitor and secure LLM usage with Aperture by Tailscale.
This is such an obvious play and Tailscale DX is so good - looks very promising: tailscale.com/docs/feature...
17.02.2026 16:44
π 1
π 1
π¬ 0
π 0
Lot of interesting ideas in here - I'm realizing that I've been leaving some LV fine tuning on the table.
One positive side-effect (to me) of LLM-driven workflows is how heuristic stuff that used to only live in the heads of developers is getting documented in markdown. Huge learning potential.
17.02.2026 02:56
π 1
π 0
π¬ 1
π 0
GitHub - benoitc/erlang-python: Execute Python from Erlang using dirty NIFs with GIL-aware execution, rate limiting, and free-threading support
Execute Python from Erlang using dirty NIFs with GIL-aware execution, rate limiting, and free-threading support - benoitc/erlang-python
Another Elixir/Erlang/Python interop library. This one supports several parallelism modes:
* Sub-interpreters- Each interpreter has its own GIL
* Free-threaded Python (3.13+) - No GIL at all
* BEAM processes - Fan out work across lightweight Erlang processes
github.com/benoitc/erla...
15.02.2026 15:45
π 0
π 0
π¬ 0
π 0
We are living in the golden age of the TUI π
13.02.2026 18:47
π 1
π 0
π¬ 0
π 0
Elixir and Python jobs running together, living side-by-side in the same Oban Web dashboard
13.02.2026 14:11
π 31
π 5
π¬ 1
π 0
Prediction: AI will make formal verification go mainstream β Martin Kleppmannβs blog
Martin Kleppmann (Designing Data-Intensive Applications) on LLMs & their potential for unlocking formal verification (at last) martin.kleppmann.com/2025/12/08/a... I wrote some Rocq ages ago, neat but *non-trivial* barrier to entry. These systems prove the existence of subtle unhandled assumptions
11.02.2026 00:12
π 1
π 0
π¬ 0
π 0
Cool, thanks for the heads-up!
10.02.2026 22:41
π 1
π 0
π¬ 0
π 0