
2025-06-07 08:02:15
Just bought a ticket for @… in Freiburg!
Someone else coming? Can't wait to see y'all again.
#webdev
type TimeoutID = ReturnType<typeof setTimeout>;
const n: TimeoutID = setTimeout(...
clearTimeout(n)
Use this so that your typescript code works no matter the environment
No longer will I need to ask is this code using NodeJS.Timeout or number (browser)
#typescript #webdev
🕸️ #AI #webdev #vibecoding Google’s AI Is Burying the Web Alive (https://nymag.com/intelligencer/article/google-ai-mode-search-results-bury-the-web.html?utm_source=tldrwebdev).
I really don't understand the enthusiasm around #htmx. Why would anyone want to put html and css classes in their backend code? It probably works for tiny projects but can you imagine a large company doing that? Oh the frontend team needs this button bigger? Better ask the backend team to change their API! That kind of coupling seems very unergonomic. Just my two cents... #webdev #html #backend