Feed aggregator
Iran Monitor | Real-Time Osint Dashboard for Iran
Article URL: https://www.iranmonitor.org/
Comments URL: https://news.ycombinator.com/item?id=47199959
Points: 1
# Comments: 0
Donald Trump Is the Crypto President. Why Is It Struggling?
Article URL: https://www.nytimes.com/2026/02/26/opinion/crypto-trump-bitcoin-clarity-genius.html
Comments URL: https://news.ycombinator.com/item?id=47199950
Points: 1
# Comments: 0
An Open Letter to the Department of War and Congress
Article URL: https://app.dowletter.org
Comments URL: https://news.ycombinator.com/item?id=47199949
Points: 3
# Comments: 1
Our Agreement with the Department of War
Article URL: https://openai.com/index/our-agreement-with-the-department-of-war
Comments URL: https://news.ycombinator.com/item?id=47199948
Points: 9
# Comments: 6
Trump orders government to stop using Anthropic in battle over AI use
Article URL: https://www.bbc.com/news/articles/cn48jj3y8ezo
Comments URL: https://news.ycombinator.com/item?id=47199927
Points: 6
# Comments: 0
Bad Apple but it's a dynamic boids simulation
Article URL: https://priyavkaneria.com/posts/Bad-apple-but-its-dynamic-boids-simulation/
Comments URL: https://news.ycombinator.com/item?id=47199923
Points: 1
# Comments: 0
Tell HN: My daily game won a Players Choice Award
I've shared my game Tiled Words a few times in "What are you working on" threads and as a Show HN.
I wanted to share with y'all that today it won the Players' Choice Award at the 2025 Playlin Daily Game Awards!
It was also runner up for Best Word Game and a finalist for Best Classic Game Reimagined and Best Visual Design.
Thanks to everyone herewho commented or played. Your feedback and encouragement has made Tiled Words the game it is today. I designed and developed the game and make the puzzles with my wife. We would have stopped long ago if not for the positive feedback from the community.
Playlin is a really cool organization and all of the winners are fantastic games that you should try: https://playlin.io/awards/winners
And if you haven't played Tiled Words yet, give it a try here: https:// tiledwords.com
Comments URL: https://news.ycombinator.com/item?id=47199917
Points: 3
# Comments: 1
How China's Communist Party seized power in 1949 (due to Soviet support)
Article URL: https://www.economist.com/culture/2026/02/26/how-chinas-communist-party-seized-power-in-1949
Comments URL: https://news.ycombinator.com/item?id=47199900
Points: 2
# Comments: 1
Hazard Cascade
Article URL: https://outofedenwalk.nationalgeographic.org/hazard-cascade/
Comments URL: https://news.ycombinator.com/item?id=47199497
Points: 1
# Comments: 0
Show HN: Claude-plan-reviewer – Rival AI reviews Claude Code's plans
Claude Code has a plan mode where it writes implementation plans before coding. I built a tool that intercepts those plans and sends them to a competing AI (Codex CLI or Gemini CLI) for adversarial review before Claude is allowed to proceed.
When Claude calls `ExitPlanMode`, a `PreToolUse` hook fires, sends the plan to the reviewer, and returns `{ permissionDecision: "deny", permissionDecisionReason: "" }`. Claude receives the denial with the feedback, revises the plan, and tries again. After a configurable number of rounds (default: 2), it passes through. At the end you get a diff of the original vs. final plan.
Different models have different blind spots. The value is in the second perspective, not in one model being "better."
``` npm install -g claude-plan-reviewer claude-plan-reviewer setup ```
Requires Node.js 18+ and Codex CLI or Gemini CLI. ~400 lines of JS, zero dependencies. MIT licensed.
https://github.com/yuuichieguchi/claude-plan-reviewer
Comments URL: https://news.ycombinator.com/item?id=47199487
Points: 1
# Comments: 0
Ali Khamenei, Iran's Supreme leader, Is Dead
Article URL: https://www.reuters.com/world/iran-crisis-live-explosions-tehran-israel-announces-strike-2026-02-28/
Comments URL: https://news.ycombinator.com/item?id=47199484
Points: 1
# Comments: 0
Custom Data Structures in E-Graphs
Article URL: https://uwplse.org/2026/02/24/egglog-containers.html
Comments URL: https://news.ycombinator.com/item?id=47199477
Points: 1
# Comments: 0
My iPhone Blue Up
Article URL: https://techinch.com/blog/iphone-13-pro-bluing
Comments URL: https://news.ycombinator.com/item?id=47199456
Points: 1
# Comments: 0
Hey HN Creator Here
Article URL: https://codedoc.us
Comments URL: https://news.ycombinator.com/item?id=47199451
Points: 1
# Comments: 1
Iran's Supreme Leader Ali Khamenei Was Killed and His Body Found
Show HN: VibeHQ Orchestrate multiple CLI agents as a real company team
I built VibeHQ because I got frustrated with "multi-agent" frameworks that are really just chain-of-thought with extra steps. VibeHQ takes a different approach: each agent is a real CLI process (Claude Code, Codex CLI, or Gemini CLI) running in its own terminal with its own working directory. They communicate through 20 MCP tools via a central WebSocket hub — not prompt injection.
Key ideas: - Contract-driven development: agents publish API specs and require sign-offs before coding begins. This eliminates the #1 failure mode — agents building against different assumptions. - Idle-aware message queue: messages queue when an agent is busy (detected via Claude Code's JSONL transcript), and flush when idle. No more "new instruction mid-task" corruption. - Full CLI preservation: every native feature (Skills, MCP servers, extensions) works out of the box. VibeHQ adds collaboration on top, never replaces. - State persistence: tasks, artifacts, contracts all persist to disk. Hub restarts don't lose state.
For the demo, I had 7 agents (PM on Codex, 5 engineers + 1 QA on Claude Code) build a full-stack hospital management system from a single PM prompt. The PM delegated tasks, engineers published specs, signed contracts, wrote code, and QA tested — all autonomously.
Demo video: https://drive.google.com/file/d/1zzY3f8iCthb_s240rV67uiA9Vps... GitHub: https://github.com/0x0funky/vibehq-hub
Currently developed/tested on Windows. Mac/Linux architecturally supported but untested (manual spawning works). Would love feedback on the architecture. The contract system and idle detection were the hardest parts to get right.
Comments URL: https://news.ycombinator.com/item?id=47199408
Points: 2
# Comments: 0
Show HN: InterviewTrackr – All-in-one command center for CS job hunts
Hi HN,
I’m building InterviewTrackr, a specialized tool for CS students to manage the technical recruiting process.
Recruiting is a mess of spreadsheets, resume variants, and LeetCode logs. I built this to consolidate everything:
Application Kanban: Track from wishlist to offer. Resume Manager: Match specific resume versions to each application. Interview & DSA Log: Categorize technical questions and behavioral stories. Offer Comparison: Side-by-side compensation breakdown (base, equity, etc.). Launching very soon. I’d love for you to join the waitlist for early access.
Comments URL: https://news.ycombinator.com/item?id=47199406
Points: 1
# Comments: 0
Show HN: Chatlite – simple Ollama desktop chat app under 5 MB
I made Chatlite after trying Ollama frontends that felt web-heavy or too complex for basic chat.
I wanted something simple with a small memory footprint for one core use case: talking to models.
Current highlights: - under 5 MB app size - low memory footprint - native desktop app via Tauri - local encrypted chats + password lock - keyboard-first UX
Repo + latest release: https://github.com/that-one-arab/Chatlite/releases/latest
I’d love feedback, especially on missing features for local LLM workflows.
Comments URL: https://news.ycombinator.com/item?id=47199402
Points: 1
# Comments: 0
Vector and Semantic Search in Stoolap
Article URL: https://stoolap.io/blog/2026/02/27/vector-and-semantic-search-in-sql/
Comments URL: https://news.ycombinator.com/item?id=47199392
Points: 1
# Comments: 0
