Article URL: https://vlmsarebiased.github.io/
Comments URL: https://news.ycombinator.com/item?id=44169413
Points: 41
# Comments: 19

Article URL: https://go.dev/blog/error-syntax
Comments URL: https://news.ycombinator.com/item?id=44171677
Points: 159
# Comments: 167

I kept rewriting the same array.slice(i, i + n) logic in every project. Eventually, I decided to stop and just make a utility.
Chonkify is a small (~870B), zero-dependency JS/TS library for chunking any kind of data:
- Works with Array, String, Buffer, Set, Map, Array-like, TypedArray
- Handles AsyncIterable (great for batching streams)
- Unicode-safe (correctly handles grapheme clusters, emoji, etc.)
- ESM-first, TypeScript-ready
I mostly made it for myself, but figured others m


Hi HN! We've just released an open-source React bundler plugin that makes apps multilingual—at build time, without modifying the code.
React app localization typically requires implementing i18n frameworks, extracting text to JSON files, and wrapping components in translation tags - essentially rewriting your entire codebase before you can even start translating.
Our React bundler plugin eliminates this friction entirely. You add it to an existing React app, specify which languages you w

Article URL: https://astroimagery.com/astronomy/what-does-seeing-mean-in-astrophotography/
Comments URL: https://news.ycombinator.com/item?id=44168705
Points: 13
# Comments: 2
https://astroimagery.com/astronomy/what-does-seeing-mean-in-astrophotography/