This is a personal project I've been working on for a long time now.
I stumbled upon the color quantization problem while doing something related for work. I then found an interesting paper for which I could find no implementations online, and the thing went from "let's implement this paper" to getting pretty obsessed with the whole thing.
It's at an early, eaaaarly stage. There's a lot of work to be done, and it's a memory hog, but generally speaking works quite well, and the output is for the most part very high quality, so I'm happy to share it as beta.
Comments URL: https://news.ycombinator.com/item?id=44235628
Points: 29
# Comments: 0
Ak chcete pridať komentár, prihláste sa
Ostatné príspevky v tejto skupine
Article URL: https://www.praf.me/ai-coding
Comments URL: https://news.ycombinator.com/ite

Hi, I’m Mikkel and I’m building Async, an open-sourced developer tool that combines AI coding with task management and code review.
What Async does:
- Automatically researches cod
Article URL: https://www.nytimes.com/2025/08/26/technology/chatgpt-openai-suicide.html
Comments URL:

I wanted a safer alternative to RegExp for TypeScript that uses a linear-time engine, so I built Regolith.
Why: Many CVEs happen because TypeScript libraries are vulnerable to Regular Expression