Feed aggregator
Peter Thiel: 2,436 emails with Epstein from 2014 to 2019
Article URL: https://jmail.world/wiki/peter-thiel
Comments URL: https://news.ycombinator.com/item?id=47028369
Points: 2
# Comments: 2
Claude Opus 4.6-Level Performance Will Cost as Much as Haiku 3.5 in 12 Months
Article URL: https://ziva.sh/blogs/llm-pricing-decline-analysis
Comments URL: https://news.ycombinator.com/item?id=47028339
Points: 1
# Comments: 0
Microsoft AI chief confirms plan to ditch OpenAI
MicroGPT: train & inference in 243 lines of code
Article URL: https://gist.github.com/karpathy/8627fe009c40f57531cb18360106ce95
Comments URL: https://news.ycombinator.com/item?id=47028262
Points: 1
# Comments: 0
Three year data center moratorium considered in New York State
Article URL: https://www.datacenterdynamics.com/en/news/three-year-data-center-moratorium-considered-in-new-york-state/
Comments URL: https://news.ycombinator.com/item?id=47028252
Points: 1
# Comments: 0
The interesting AI debate isn't capability – it's ownership [video]
Article URL: https://www.youtube.com/watch?v=aA7oQ5A3KQc
Comments URL: https://news.ycombinator.com/item?id=47027936
Points: 1
# Comments: 1
Can the shingles vaccine slow ageing? The evidence is surprisingly strong
Article URL: https://www.economist.com/science-and-technology/2026/02/13/can-the-shingles-vaccine-slow-ageing
Comments URL: https://news.ycombinator.com/item?id=47027928
Points: 1
# Comments: 0
From 3 Minutes to 7.8 Seconds: Improving on RocksDB performance
Article URL: https://blog.serenedb.com/building-faster-ingestion
Comments URL: https://news.ycombinator.com/item?id=47027914
Points: 1
# Comments: 0
Simple CUDA-checkpoint wrapper to freeze and restore GPU processes quickly
Article URL: https://github.com/shayonj/gpusched
Comments URL: https://news.ycombinator.com/item?id=47027911
Points: 1
# Comments: 0
OpenClaw Joins OpenAI
Article URL: https://twitter.com/sama/status/2023150230905159801
Comments URL: https://news.ycombinator.com/item?id=47027907
Points: 5
# Comments: 1
How Air Lubrication System for Ships Works
Article URL: https://www.marineinsight.com/green-shipping/how-air-lubrication-system-for-ships-work/
Comments URL: https://news.ycombinator.com/item?id=47027904
Points: 1
# Comments: 0
Actual-Size Eniac Replica Is the Coolest Thing You'll See Today
Show HN: AgentKV – SQLite for AI agent memory (MMAP vector+graph DB)
Hi HN! I built AgentKV — an embeddable vector + graph database for AI agents.
The problem: I was building a local LLM assistant and needed to store conversation history + RAG documents. ChromaDB/Pinecone require running servers. FAISS has no persistence. I wanted something that just works like SQLite.
AgentKV is a single-file mmap database with: • Vector search (HNSW index) + graph relations • Crash recovery with CRC-32 checksums • Zero servers, zero config files • Thread-safe concurrent reads • pip install agentkv (Python 3.9+) Real examples in the repo: • Local RAG with Ollama (10 lines) • Multi-turn chatbot with memory • Agent coordination with context graphs
Built in C++20 with mmap + nanobind Python bindings. Benchmarked against FAISS — competitive throughput with built-in persistence.
Open to feedback on the API design and any use cases I'm missing!
PyPI: https://pypi.org/project/agentkv/
Comments URL: https://news.ycombinator.com/item?id=47027887
Points: 1
# Comments: 0
Rendering the Visible Spectrum
Article URL: https://brandonli.net/spectra/doc/
Comments URL: https://news.ycombinator.com/item?id=47027879
Points: 1
# Comments: 0
Building a Home Cloud (2019)
Article URL: https://matthias-kainer.de/blog/posts/homecloud-raid-odroid-nextcloud/
Comments URL: https://news.ycombinator.com/item?id=47027872
Points: 1
# Comments: 0
Show HN: DetectZeStack – Tech stack detection API with 4 detection layers
I built a REST API that detects what technologies any website is running. You give it a URL, it gives you back the full stack: frameworks, CMS, CDNs, analytics, payment processors, etc.
What makes it different from BuiltWith/Wappalyzer:
- 4 detection layers running simultaneously: Wappalyzer fingerprinting (3,500+ signatures), DNS CNAME analysis (29 infrastructure signatures), TLS certificate inspection (8 issuer patterns), and custom HTTP header matching. Most tools only do one of these.
- Batch endpoint: analyze up to 10 URLs in a single request with concurrent processing.
- Compare endpoint: pass 2-10 URLs, get back shared vs unique technologies.
- CPE identifiers on every detected technology, so you can map directly to the NVD vulnerability database for security audits.
- 24-hour smart cache: cached responses return in <5ms and don't count against your quota.
Tech stack: Go, chi router, SQLite, wappalyzergo. Runs on a single Fly.io machine.
Free tier is 100 requests/month. Pro is $29.99 for 25K requests — significantly cheaper than BuiltWith ($295/mo minimum).
Try the live demo on the homepage, or check the API spec: https://detectzestack.fly.dev/openapi.yaml
Happy to answer questions about the detection approach or the architecture.
Comments URL: https://news.ycombinator.com/item?id=47027865
Points: 1
# Comments: 0
CCPA Assists a Private Right of Action–Shah vs. MyFitnessPal
Deep Blue
Article URL: https://simonwillison.net/2026/Feb/15/deep-blue/
Comments URL: https://news.ycombinator.com/item?id=47027841
Points: 2
# Comments: 2
Physicists Make Electrons Flow Like Water
Article URL: https://www.quantamagazine.org/physicists-make-electrons-flow-like-water-20260211/
Comments URL: https://news.ycombinator.com/item?id=47027837
Points: 2
# Comments: 0
