Theories:
- More and more of those people have kids now, so no energy or time
- Blogging/posting feels less valuable since AI (key word: feels)
- Feels tone deaf squeezing tech posts in between major news events that happen every 45 minutes
- Everybody is more stressed, which kills spontaneity
03.02.2026 07:50
π 3
π 0
π¬ 1
π 0
This is the first Mac Iβve personally owned. I had a lot of criticisms in the pre-M chip era, it just felt to me like you paid twice as much for branding and kind of weak hardware. But itβs hard to deny how much of a jump the M chips are now, and competitor prices have crept up.
23.10.2025 06:23
π 0
π 0
π¬ 0
π 0
Local LLMs, a zillion concurrent processes with elixir, doesnβt seem to matter what it is. Itβs just cool as a cucumber at all times. Coming from non M chip hardware, thatβs absolutely nuts to me. My old rig would literally be on fire if I did half of this.
23.10.2025 06:23
π 2
π 0
π¬ 1
π 0
Picked up a Mac Studio recently because my daily driver Linux desktop hardware was showing its age at about 10 years old (some upgrades along the way).
Most impressive to me is that it seems to generate no heat or noise, EVER, despite maxing out every core pretty often with elixir concurrency work.
23.10.2025 06:23
π 3
π 0
π¬ 1
π 0
Thereβs still a bit to go to making this happen. Rebar is an important piece to using erlang not just for erlang, but just as much for elixir, gleam, β¦ Consider backing this effort.
14.09.2025 17:40
π 14
π 9
π¬ 1
π 0
Razing awareness is the new zeitgeist
18.08.2025 03:49
π 1
π 0
π¬ 0
π 0
When liveview first came out, I thought it was really brilliant that it can be nested. Even when live components were released, I preferred to just nest liveviews for a while.
Today I use components a lot, and like them, but I still think nesting LVs have more use cases than people realize.
22.07.2025 04:54
π 9
π 0
π¬ 1
π 0
I think part of the reason why is:
If no oneβs name is on it, then no one is responsible and so how could any failure be anyoneβs fault?
Tempting for corps, infuriating for customers. Leads to employees systemically not caring as much about quality or customer experience and general disconnection.
21.06.2025 21:56
π 1
π 0
π¬ 1
π 0
You can fit so many spinners in this bad boy π
12.06.2025 21:33
π 1
π 0
π¬ 0
π 0
Wearing a white shirt when you have young kids is the height of hubris. Iβve flown too close to the sun once again.
12.06.2025 14:37
π 3
π 0
π¬ 1
π 0
Web Player - Pocket Casts
Listen to your favorite podcasts online, in your browser. Discover the world's most powerful podcast player.
Half way through this podcast episode with @bcardarella.bsky.social about elixir adoption, AI, etc. and itβs worth a listen.
pca.st/episode/3f3a...
09.06.2025 18:46
π 1
π 0
π¬ 0
π 0
A lesson learned by all who have tried to make Reeseβs pieces by just mixing chocolate and peanut butter
06.06.2025 14:37
π 3
π 0
π¬ 0
π 0
Bold of you to assume I have anything to do on any night
28.05.2025 01:06
π 1
π 0
π¬ 0
π 0
Thanks, and exactly!
A nice side effect is that it tends to result in features that people are more likely to intuitively understand. And in the code base, something other developers can understand more easily.
11.04.2025 18:29
π 3
π 0
π¬ 1
π 0
I have the dumbest trick ever when I can't figure out how to implement something, but it works. I ask "If a person had to manually do this, how would they do it".
That's it. So many things feel complicated when I think only in coding terms, but dead simple if some guy named Steve had to do it.
11.04.2025 15:04
π 7
π 1
π¬ 1
π 0
That's a good question! I just assumed they are because that would make the most sense, but I haven't actually used this method to grab events themselves before so I'm not sure.
10.04.2025 15:52
π 0
π 0
π¬ 1
π 0
For your use case where you want the events themselves, I'd call the events API and grab those instead, triggered by receiving a webhook.
10.04.2025 14:57
π 0
π 0
π¬ 1
π 0
A frustrating but (I've found) more reliable option is to trigger an API call to get the latest data when webhooks come in. Depending on frequency and the situation you can debounce/deduplicate so you're not slamming API calls more than some rate, too.
10.04.2025 14:54
π 0
π 0
π¬ 1
π 0
That's probably true, but no, I think I don't think I'd feel right doing that. At the end of the day it's a US corp, with all of the unfortunate things that entails, and I wouldn't want to mislead people about that even by accident.
07.04.2025 16:14
π 2
π 0
π¬ 0
π 0
Being Canadian while having a US corporation has been a uniquely tense experience lately, I'll say that.
07.04.2025 14:39
π 1
π 0
π¬ 1
π 0
This is in addition to the inbound load balancing we already have, which balances based on region, connection count, etc.
That inbound handles which part of your Approximated cluster a request should go through, and the upstream load balancing decides which upstream to send it to.
04.04.2025 22:25
π 0
π 0
π¬ 0
π 0
This is extra handy if you want to have your app running on multiple hosting/infra providers and load balance between them for redundancy, costs, etc.
Or if you just don't want to manage a global load balancer on your own infrastructure (or your provider makes it hard to do).
04.04.2025 22:20
π 0
π 0
π¬ 1
π 0
Added upstream load balancing to approximated.app!
Now you can:
- Set multiple upstreams per custom domain
- Set policy (least conns, round robin, etc)
- Optional sticky connections
- Upstream health checks and rerouting
- Configurable over API or dashboard
And it'll just... work!
04.04.2025 22:20
π 1
π 0
π¬ 2
π 0
Also, is there anything with liveview that could work similarly? Wondering about ways to have frontend stuff coexist with liveview easier. Maybe the same thing but for event handlers?
03.04.2025 17:25
π 2
π 0
π¬ 0
π 0
We should 100% steal this idea for #elixirlang Phoenix. Such a simple but obvious in hindsight idea.
Automating turning controllers/routes into importable frontend packages would eliminate a lot of boiler plate for frontend heavier teams.
03.04.2025 17:21
π 10
π 0
π¬ 1
π 0
I can also 100% see even the most experienced people letting their guard down and letting through some real doozie bugs as AIs keep getting better. It's just too tempting to get lax when it can help you do 5x-50x more work. Often work that would have been a brutal grind, too.
26.03.2025 04:21
π 0
π 0
π¬ 0
π 0
People should totally mess around with it for fun projects.
But more than that and it's a bit like deciding you don't need an architect or engineer to sign off on a building. It might be standing. It might even look good. But you have no idea if it's safe or what's going wrong underneath.
26.03.2025 04:21
π 0
π 0
π¬ 1
π 0
On the flip side, I can't really imagine how sketchy it would be to strictly vibe code something serious with where AIs are at currently. Especially with junior-or-less dev experience.
26.03.2025 04:21
π 0
π 0
π¬ 1
π 0