标签:#hackernews
找到 10474 篇相关文章
Show HN: Ideogram 4.0 – open-weight 9.3B text-to-image model
It's our new text-to-image model: a 9.3B single-stream diffusion transformer trained entirely from scratch. We focused heavily on controllability through structured JSON prompts, with strong text rendering, spatial awareness through bounding box guidance, and color palette control. It has the best text rendering of any open-weight model we've tested so far, and the NF4 quantized checkpoint runs on a single 24GB GPU. For more technical details and examples see our blog post: https://ideogram.ai/b
Spherical Voronoi Diagram
Google's water stewardship commitments for local communities
Show HN: Solving complex optimization problems with Google OR-Tools in browser
A Post-Quantum Future for Let's Encrypt
Tesla retroactively added 'supervised' to FSD contracts owners signed years ago
Mutation Testing in Haskell
Do we fear the serializable isolation level more than we fear subtle bugs?
Show HN: NoiR Code – because QR sounds similar to "noir"
DaVinci Resolve 21
Encephalitis
Shopify Is Down
REST3D: Reconstructing Physically Stable 3D Scenes from a Single Image
Show HN: Instant DBML Schema to Database Diagram PNG Tool
Show HN: Lint Your Markdown with ESLint
I built a ceiling projection mapping of the planes flying over my house
Nine Ways to Do Inheritance in Rust, a Language Without Inheritance
Mouseless – keyboard-driven control of macOS/Linux/Windows
I Replaced My AI Agent's Flat Fact Store with a Graph Database
# I Replaced My AI Agent's Flat Fact Store with a Graph Database and It Runs in 85MB I've been building LocalClaw, a local-model-first AI agent framework running on personal hardware through Ollama. No cloud, no API costs. A few weeks ago I posted about the router/specialist architecture. A lot of people asked about the memory system so here's that. ## The Problem Started with a JSONL fact store and embedding similarity retrieval. Simple enough until it wasn't. After a few weeks of real use I ha