标签:#hack
找到 14273 篇相关文章
Apple says more ex-employees may have taken confidential data to OpenAI
Show HN: Korvo – Local-first AI workspace that traces answers to the source
Rest in Peace, Heinz Stucke, Who Saw the World by Bike
Building Community Out of Strangers
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
Most tech revolutions made work worse for employees
Scientists find clearing cholesterol from blood also removes forever chemicals
The Practice of Programming
Benchmarking Fable, Sol, and Kimi K3 on SlopCodeBench
Online ad giant Adform was hacked, proving once again why ad blockers are needed
Preventing Misfolding by Preventing Folding
Enabling the next iteration of the borrow checker on nightly
Show HN: OpenEdit – Your coding agent can now edit videos
Topological Horizon – Zero-allocation Rust engine for predictive telemetry
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