“AI;DR” play on “TL;DR”
Favorite sticker of the #kubecon week by @mauilion.dev via @breakawaybilly.bsky.social
“AI;DR” play on “TL;DR”
Favorite sticker of the #kubecon week by @mauilion.dev via @breakawaybilly.bsky.social
Node.js is moving to one major release per year starting with Node 27! 🚀
✅ Simpler: Every release becomes LTS.
✅ Predictable: Version numbers now align with the year.
✅ New: A 6-month Alpha channel for early testing.
https://bit.ly/4rnosLg
When you mentioned "ISO dates are sortable" on Discord that blew my mind.
v.pipe(
v.string(),
v.isoDate(),
v.minValue('2000-01-01', 'The date must be after the year 1999.')
)
It's since been added to the docs, but might still qualify as lesser known
valibot.dev/api/isoDate/
React folks, quiet launch alert 🚀
I just shipped Formisch for React — the form library I originally built for @solidjs.com that people kept begging me to port.
@valibot.dev's mental modal is great because it consists of only 3 major building blocks…
✅ Methods help you modify or use a schema
✅ Schemas validate a specific data type
✅ Actions validate or transform a known data type
1. LLM-generated code tries to run code from online software packages. Which is normal but
2. The packages don’t exist. Which would normally cause an error but
3. Nefarious people have made malware under the package names that LLMs make up most often. So
4. Now the LLM code points to malware.
The Epic Programming Principles Cheat Sheet. A summary of all the principles
The Epic Programming Principles: the guide I use to make decisions as a software engineer.
Transcending specific tools or frameworks, these principles will help you guide your career, craft, and technical choices.
See details and examples for each principle here: www.epicweb.dev/principles 📖