Skip to main content

Posts

Showing posts from August, 2026

New best story on Hacker News: Incident with Github.com

Incident with Github.com 422 by SpyCoder77 | 817 comments on Hacker News. Just got this message: "No server is currently available to service your request. Sorry about that. Please try refreshing and contact us if the problem persists." Edit: at the time of posting there was not an incident on githubstatus.com. Now there is. https://ift.tt/TS5pKdE Original Title: "Tell HN: GitHub Is Overloaded"

New best story on Hacker News: Show HN: Simple algorithm and color space to generate diverse skin tones

Show HN: Simple algorithm and color space to generate diverse skin tones 506 by automatoney | 92 comments on Hacker News. Hello HN! I found that picking out plausible but diverse skin tones for my digital art and game development projects was kind of difficult, and I got curious about if there was a way to define a color space that made it easy. I've built a color picker and procedural generation algorithm based on the space as well as a bunch of other fun js features and demos throughout the page that use the equations. If you find it interesting, I have lots of explanations of how I built it and what properties the space has. The methodology might be a bit shaky, but hopefully the result is as helpful for others as I have found it! There's lots of room for improvements (see the Future Work section), but I'm really happy with how it turned out.