今日已更新 171 条资讯 | 累计 40276 条内容
关于我们

标签:#hack

找到 14288 篇相关文章

开发者

Show HN: Simple algorithm and color space to generate diverse skin tones

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 t

2026-08-04 原文 →
AI 资讯

Show HN: Simple self-hosted LLM assistant with user-steered compounding context

I built a personal LLM assistant on Cloudflare Workers + Durable Objects. You specify a category and topic when starting a new conversation, so the backend maintains a summary for each category/topic - building up as more conversations happen under the same one. There is no complicated RAG, embeddings, or agentic magic, but the category/topic summaries system just works, and I've genuinely found it super handy and have been using it daily for my life and work. I started it to get familiar with D

2026-08-04 原文 →