Hacker News
OpenAI reaches deal to deploy AI models on U.S. DoW classified network
Six Simple Machines: Lever, Wheel, Pulley, Inclined Plane, Wedge, and Screw
Article URL: https://en.wikipedia.org/wiki/Simple_machine
Comments URL: https://news.ycombinator.com/item?id=47189838
Points: 1
# Comments: 0
Drug-resistant strain of deadly 'ancient fever' spreading to US
Article URL: https://www.dailymail.co.uk/health/article-15598967/typhoid-fever-surging-drug-resistant-US-UK.html
Comments URL: https://news.ycombinator.com/item?id=47189837
Points: 1
# Comments: 0
OpenAI Onboards Department of War
Article URL: https://twitter.com/i/status/2027578652477821175
Comments URL: https://news.ycombinator.com/item?id=47189798
Points: 1
# Comments: 0
The use of hydroxyapatite toothpaste to prevent dental caries
Article URL: https://pmc.ncbi.nlm.nih.gov/articles/PMC8930857/
Comments URL: https://news.ycombinator.com/item?id=47189780
Points: 2
# Comments: 0
Show HN: TattooForge – AI Tattoo Design Generator
Article URL: https://tattooforge.art
Comments URL: https://news.ycombinator.com/item?id=47189771
Points: 1
# Comments: 0
Agreement with the Department of War
Article URL: https://twitter.com/sama/status/2027578580159631610
Comments URL: https://news.ycombinator.com/item?id=47189766
Points: 2
# Comments: 0
OpenAI Entered into an agreement with the DoD last January
Article URL: https://defensescoop.com/2025/01/16/openais-gpt-4o-gets-green-light-for-top-secret-use-in-microsofts-azure-cloud/
Comments URL: https://news.ycombinator.com/item?id=47189756
Points: 2
# Comments: 1
Please, please, please stop using passkeys for encrypting user data
Article URL: https://blog.timcappalli.me/p/passkeys-prf-warning/
Comments URL: https://news.ycombinator.com/item?id=47189749
Points: 4
# Comments: 0
Book Review: 'A World Appears,' by Michael Pollan
Article URL: https://www.nytimes.com/2026/02/27/books/review/a-world-appears-michael-pollan.html
Comments URL: https://news.ycombinator.com/item?id=47189736
Points: 1
# Comments: 0
Jemini Deep Research
Article URL: https://twitter.com/jmailarchive/status/2027516806806835548
Comments URL: https://news.ycombinator.com/item?id=47189718
Points: 3
# Comments: 1
Ancient Killer Is Rapidly Gaining Resistance to Antibiotics, Scientists Warn
Article URL: https://www.sciencealert.com/ancient-killer-is-rapidly-gaining-resistance-to-antibiotics-scientists-warn
Comments URL: https://news.ycombinator.com/item?id=47189713
Points: 1
# Comments: 0
DIY Ion-Exchange Membranes from Hardware Store Items [video]
Article URL: https://www.youtube.com/watch?v=luulTI1RKHE
Comments URL: https://news.ycombinator.com/item?id=47189246
Points: 1
# Comments: 0
Show HN: AxKeyStore – Zero-trust CLI secrets manager using your own GitHub repo
Hi HN,
I built AxKeyStore, an open-source CLI tool for managing secrets that uses your own private GitHub repository as encrypted storage.
The idea is simple: → All encryption happens locally. → Secrets are stored as encrypted blobs in your private repo. → GitHub is treated as untrusted storage. → No plaintext secrets ever leave your machine. → No plaintext secrets are stored on disk.
Most secret managers either require a hosted backend, a self-hosted server, or trusting a SaaS provider. I wanted something that: → Requires zero infrastructure → Uses tooling developers already have → Keeps the threat model simple
AxKeyStore uses a layered approach to security: → Secrets are encrypted with a Remote Master Key (RMK). → The RMK is encrypted with your master password and stored in the repo. → A Local Master Key (LMK) encrypts your local GitHub token and repo config. → The LMK itself is encrypted using Argon2id-derived keys from your master password. → Encryption uses XChaCha20-Poly1305 (AEAD).
GitHub only sees encrypted binary blobs. Even if someone compromises your repository, they still need your master password to decrypt anything.
Why GitHub? Because it gives: → Private repositories → Version history (commit log as audit trail) → Access control → Free storage → Global availability
Instead of building a backend, I’m leveraging an existing, reliable system - but cryptographically isolating it.
Features → Simple CLI workflow → Hierarchical categories (e.g., cloud/aws/prod) → Version history per secret (via commits) → Retrieve specific versions by SHA → Multi-profile support (separate vaults) → Transactional master password reset → Secure random secret generation
Tech → Written in Rust. Uses tokio, clap, argon2, and chacha20poly1305. → There are unit and integration tests (including mocked GitHub API interactions). → Open source - MIT licensed.
I’d appreciate feedback on: → The threat model - what am I missing? → Whether GitHub as encrypted blob storage is a bad assumption → UX improvements for CLI-based secret workflows → Any crypto or key-handling concerns
I’m especially interested in critique from people who’ve built or audited secret management systems.
Thanks.
Comments URL: https://news.ycombinator.com/item?id=47189172
Points: 1
# Comments: 0
Trapped in MS Office
Article URL: https://ia.net/topics/trapped-in-ms-office
Comments URL: https://news.ycombinator.com/item?id=47189148
Points: 1
# Comments: 0
Show HN: Meet Alfonso: My OpenClaw Put on Public Discord
An OpenClaw : Born in Barranquilla, raised in Miami, eighteen years in London. He built a consultancy that made good money, then watched it hollow out because he chose being interesting over being disciplined. The closest he got to real love ended when she asked “do you see us building a life together?” and his honest answer was a long pause.
Comments URL: https://news.ycombinator.com/item?id=47189131
Points: 3
# Comments: 1
Show HN: Adversarial AI agents that debate and verify travel itineraries
AI travel planners hallucinate constantly - OpenAI's best model hits roughly 10% success on complex travel planning benchmarks (source: TravelPlanner study). The core problem is that recommendations are generated from training data with zero real-world verification.I'm experimenting with a different architecture: two agents with opposing travel philosophies (deep/slow vs highlights/efficient) debate each recommendation, then every suggestion gets validated against Google Places API - real opening hours, actual walking distances, current ratings. Anything unverified gets flagged.Early stage - looking for feedback on the approach. Has anyone tried grounding LLM outputs against structured APIs like this? What's broken about it?
Comments URL: https://news.ycombinator.com/item?id=47189119
Points: 1
# Comments: 0
CISA replaces acting director after a bumbling year on the job
Article URL: https://techcrunch.com/2026/02/27/cisa-replaces-acting-director-gottumukkala-after-a-bumbling-year-on-the-job/
Comments URL: https://news.ycombinator.com/item?id=47189107
Points: 2
# Comments: 0
Show HN: Yoagent – Build a coding agent CLI in 260 lines of Rust
Article URL: https://github.com/yologdev/yoagent
Comments URL: https://news.ycombinator.com/item?id=47189055
Points: 1
# Comments: 1
How I Built a 'Journalist' AI Agent in VS Code to Replace Me
Article URL: https://visualstudiomagazine.com/articles/2026/02/27/how-i-built-a-journalist-agent-in-vs-code-to-replace-me.aspx
Comments URL: https://news.ycombinator.com/item?id=47189032
Points: 1
# Comments: 1
