Micah Engle-Eshleman

213 posts

Micah Engle-Eshleman

Micah Engle-Eshleman

@micahjon

Engineer @RedwoodMat, founder https://t.co/c5c0p2o0jh, web performance & programming enthusiast, amateur winemaker, new dad, trying to follow Jesus (Mennonite)

Katılım Aralık 2014
194 Takip Edilen81 Takipçiler
Micah Engle-Eshleman
Micah Engle-Eshleman@micahjon·
@hamza_q_ Wow! Would be neat to see this integrated into WhisperX. AFAIK it’s still using Pyannote
English
1
0
1
43
Hamza Qayyum
Hamza Qayyum@hamza_q_·
What other applications of diarization are you now excited for being enabled thanks to much faster speed? Interesting applications in video editing come to mind, for example. Cheers everyone; enjoy fast diarization!
English
1
0
0
183
Hamza Qayyum
Hamza Qayyum@hamza_q_·
Senko is now 3x faster on Mac thanks to CoreML. It now processes 1 hour of audio in ~8 seconds on an M3 MacBook, making it by far the the fastest open-src speaker diarization pipeline on Mac, all while maintaining good accuracy.
English
2
2
10
1.7K
Micah Engle-Eshleman retweetledi
jovi 🐨
jovi 🐨@JoviDeC·
🎉 Preact 11 beta is here! After years of thoughtful development, we're delivering major improvements with minimal breaking changes. Better hydration, forward refs by default, and performance upgrades - all while maintaining the stability you love about Preact X.
English
5
30
228
22.6K
David L.
David L.@dlnieves·
@thmsmlr What is your advice on ISP and IP changes?
English
1
0
0
363
Thomas Millar
Thomas Millar@thmsmlr·
Don’t let them scare you out of self-hosting You want at GPU at home?! RIP your electricity bill. Residential Electricity cost: $0.2/kWh Max 4090 power draw: 450W Cloud 4090 GPU: >$0.7/h -.-
English
3
0
29
4.7K
Micah Engle-Eshleman retweetledi
Danny Moerkerke
Danny Moerkerke@dannymoerkerke·
PWAs can capture links, but support is fragmented across OSes and platforms. I tested all platforms and wrote about my findings in my new article "The state of link capturing in PWAs" Read if for free on Medium 👇
English
2
5
24
1K
Micah Engle-Eshleman retweetledi
Infinite Books
Infinite Books@infinitebooks·
Chuck Palahniuk, oof
Infinite Books tweet media
Eesti
28
524
2.8K
150K
Micah Engle-Eshleman retweetledi
Rom
Rom@brillout·
Warnings are beautiful. Vike has 183 of them ✨ For all kinds of things, ranging from small paper cuts to important performance issues.
Rom tweet media
English
0
1
3
292
Micah Engle-Eshleman
Micah Engle-Eshleman@micahjon·
@evisdrenova @thorstenball Funny you say that, I've thought of trying to implement the same thing with Chrome's built-in LLM to help explain API errors to users that can be a bit cryptic (e.g. Pydantic model validation failures). Haven't tried it yet but I bet it would work
English
1
0
1
77
Evis Drenova
Evis Drenova@evisdrenova·
I played around with the idea of a having an AI layer in the error propagation path that tells the user what happened, and how to fix it. Essentially take error + app context and feed it into an LLM and rerun to the user. That “how to fix it” is the biggest missing piece right now. But it’s really hard to get the UX and context right.
English
3
1
12
1.6K
Thorsten Ball
Thorsten Ball@thorstenball·
I truly believe that this is one of the hardest problems in software: How do you bubble up errors in a system so that the user can see them, make sense of them, and knows what to do? It's so hard and I've bumped into it in nearly every project I worked.
English
214
84
1.8K
138.8K
Micah Engle-Eshleman
Micah Engle-Eshleman@micahjon·
@aboodman @zero__ms Fair point. I've had to do weird things like storing / comparing Last-Modified header values on cached responses before using them. Looking forward to using this in my app sometime.
English
0
0
1
101
Aaron Boodman
Aaron Boodman@aboodman·
I honestly think API caching just doesn't make a ton of sense for lots of applications. As soon as you start caching you immediately have consistency problems – the cache responses are stale. And it's a perfect zero-sum game. The more you turn the caching knob to improve perf, the worse consistency gets. Instead of cache, _replicate_. Sync engines replicate data continuously to the client. It's as if the TTL is infinite AND the data is always fresh. And there isn't increased load on your db. In fact there is _reduced_ load because the sync server acts as a read replica.
English
2
1
12
825
Micah Engle-Eshleman
Micah Engle-Eshleman@micahjon·
@aboodman @zero__ms Makes sense, thanks! Sounds like you loose out on being able to reuse public cached-at-CDN-layer API responses between multiple users, but existing users will be fetching less data overall.
English
1
0
0
192
Aaron Boodman
Aaron Boodman@aboodman·
In a synced app, the app itself is typically a static shell. This caches very well. The data is entirely separate and is synced to the client. The client stores tens of MB of data locally, so you can think of that as a data cache. In Zero, there's also a separate server called zero-cache which acts as a network cache of the data too.
English
1
0
0
161
Micah Engle-Eshleman
Micah Engle-Eshleman@micahjon·
@tannerlinsley @irshathv2 Sweet! Really looking forward to this (only pre-rendering). Blocked by Vinxi bugs currently but sounds like that dependency will be going away as well?
English
0
0
1
38
Tanner Linsley
Tanner Linsley@tannerlinsley·
@irshathv2 SPA mode for start is coming. You'll be able to turn off everything and opt-in to only SSR, only server functions or only prerendering (among other things)
English
3
1
35
3.8K
Tanner Linsley
Tanner Linsley@tannerlinsley·
It's 2025 and the React docs still don't show Vite + vite-react as a 1st class valid target despite an ocean of developers still using CRA for SPAs likely never caring in the slightest what blessed fullstack meta framework is the "idiomatic" way to use react.
Adam Rackis@AdamRackis

There's a gigantic thread over at the Butterfly site where people are again trying to officially deprecate / fix / whatever create-react-app. @theo was even mentioned a few times 😂

English
47
52
1K
231.2K
Micah Engle-Eshleman
Micah Engle-Eshleman@micahjon·
Excited to finally start self-hosting a GPU server for Adblock Podcast. Finished the new “rack” today!
Micah Engle-Eshleman tweet media
English
0
0
0
35
Micah Engle-Eshleman retweetledi
Judah Gabriel 🇮🇱
Judah Gabriel 🇮🇱@JudahGabriel·
Why do desktop apps think this is OK? If I launched an app, it means I need to do something with that app. It is _the_ worst time for you to update. It's been updating for over a minute. Forget it, I'll just use the website. This is another reason why the web wins.
Judah Gabriel 🇮🇱 tweet media
English
1
1
1
99
Micah Engle-Eshleman retweetledi
Alec Stapp
Alec Stapp@AlecStapp·
This story about SpaceX engineers transporting a rocket from Texas to Florida is insanely hardcore
Alec Stapp tweet mediaAlec Stapp tweet media
English
204
864
10.9K
927.1K
Micah Engle-Eshleman
Micah Engle-Eshleman@micahjon·
Shout out to hugeicons.com, great source of free SVG icons. I used to use heroicons.com from the Tailwind team, but keep finding myself swapping them out for the hugeicons equivalents
English
0
0
1
19
Micah Engle-Eshleman retweetledi
Eli Dourado
Eli Dourado@elidourado·
I have great news! I was wrong on the Internet! In my Jan 2023 cargo airship post, I wrongly assumed airships would be limited to trucking-level per-ton-km revenues. It turns out airships can actually BEAT 747 freight service times. This means revenues and margins can be MUCH higher. @JimCoutre figured this out and has started @ShipByAirship to usher in the new transoceanic cargo airship era. I'm thrilled to be a part of this journey not only as a supportive poaster but also as a pre-seed investor. Airship Industries will deliver cargo faster than today's air freight service with 75 percent fewer emissions and with far fewer opportunities for theft and delay. Please join me in congratulating Jim on the launch and in celebrating our glorious airship-filled future. elidourado.com/p/airship-indu…
English
41
50
554
141.6K
Micah Engle-Eshleman
Micah Engle-Eshleman@micahjon·
Just dropped a new version of React Hook Forms conditional logic hooks with better type-narrowing & autocompletion in useCondition() rhf-conditional-logic v0.1.2 @HookForm
Micah Engle-Eshleman tweet media
English
1
0
0
29
Micah Engle-Eshleman
Micah Engle-Eshleman@micahjon·
I’ve been using Claude AI daily for a couple weeks now and I continue to be impressed. Such a great conversation partner about solar, wine making, Typescript, and all sorts of other things I need guidance on
English
0
0
0
31