Techno‑Feudal Elite Are Attempting to Build a Twenty‑First‑Century Fascist State
Comments URL: https://news.ycombinator.com/item?id=47198912
Points: 151
# Comments: 22
from Hacker News: Front Page https://ift.tt/GNL7lUf
Comments URL: https://news.ycombinator.com/item?id=47198912
Points: 151
# Comments: 22
I spent ten years trying to write a novel. Every time I sat down, I'd write a sentence, decide it wasn't good enough, and rewrite it.
The problem wasn't discipline — it was that I could always see what I'd written and go back to change it.
I tried other approaches. Apps that delete your words when you stop typing — they fight fear with fear. That just made me panic. I wanted the opposite: not punishment, but permission.
"Tomoshibi" is Japanese for a small light in the dark — just enough to see what's in front of you.
You write on a dark screen. Older lines fade, but not when you hit return. They fade when you start writing again. If you pause, they wait. You can edit the current line and one line back — enough to fix a typo, not enough to spiral. The one-line-back rule also catches my own practical issue: Japanese IME often fires an accidental newline on kanji confirmation.
Everything is saved. There's a separate reader view for going back through what you've written. Tomoshibi is for writing over months, not just one session. When you come back, your last sentence appears as an epigraph — as if it always belonged there.
No account, no server, no build step. Your writing stays in your browser's local storage — export anytime as .txt. Vanilla HTML/CSS/ES modules.
Try it in your browser. A native Mac app (built with Tauri) with file system integration is coming to the store.
I've been writing on it for two months.
https://tomoshibi.in-hakumei.com/app/
Comments URL: https://news.ycombinator.com/item?id=47197735
Points: 8
# Comments: 2
Article URL: https://github.com/c3d/db48x/commit/7819972b641ac808d46c54d3f5d1df70d706d286
Comments URL: https://news.ycombinator.com/item?id=47181753
Points: 20
# Comments: 12
I've been delegating work to Claude Code for the past few months, and it's been genuinely transformative—but managing multiple agents doing different things became chaos. No tool existed for this workflow, so I built one. The Problem
When you're working with AI agents (Claude Code, Cursor, Windsurf), you end up in a weird situation: - You have tasks scattered across your head, Slack, email, and the CLI - Agents need clear work items, context, and role-specific instructions - You have no visibility into what agents are actually doing - Failed tasks just... disappear. No retry, no notification - Each agent context-switches constantly because you're hand-feeding them work
I was manually shepherding agents, copying task descriptions, restarting failed sessions, and losing track of what needed done next. It felt like hiring expensive contractors but managing them like a disorganized chaos experiment.
The Solution
Mission Control is a task management app purpose-built for delegating work to AI agents. It's got the expected stuff (Eisenhower matrix, kanban board, goal hierarchy) but built from the assumption that your collaborators are Claude, not humans.
The killer feature is the autonomous daemon. It runs in the background, polls your task queue, spawns Claude Code sessions automatically, handles retries, manages concurrency, and respects your cron-scheduled work. One click: your entire work queue activates.
The Architecture
- Local-first: Everything lives in JSON files. No database, no cloud dependency, no vendor lock-in. - Token-optimized API: The task/decision payloads are ~50 tokens vs ~5,400 unfiltered. Matters when you're spawning agents repeatedly. - Rock-solid concurrency: Zod validation + async-mutex locking prevents corruption under concurrent writes. - 193 automated tests: This thing has to be reliable. It's doing unattended work.
The app is Next.js 15 with 5 built-in agent roles (researcher, developer, marketer, business-analyst, plus you). You define reusable skills as markdown that get injected into agent prompts. Agents report back through an inbox + decisions queue.
Why Release This?
A few people have asked for access, and I think it's genuinely useful for anyone delegating to AI. It's MIT licensed, open source, and actively maintained.
What's Next
- Human collaboration (sharing tasks with real team members) - Integrations with GitHub issues and email inboxes - Better observability dashboard for daemon execution - Custom agent templates (currently hardcoded roles)
If you're doing something similar—delegating serious work to AI—check it out and let me know what's broken.
GitHub: https://github.com/MeisnerDan/mission-control
Comments URL: https://news.ycombinator.com/item?id=47165602
Points: 9
# Comments: 1
Article URL: https://old.reddit.com/r/DataHoarder/comments/1rb9ot4/decided_to_fly_to_the_us_to_buy_some_hard_drives
Comments URL: https://news.ycombinator.com/item?id=47125046
Points: 28
# Comments: 6
https://www.youtube.com/watch?v=Aq0JSbuIppQ
Comments URL: https://news.ycombinator.com/item?id=47095105
Points: 44
# Comments: 45
Article URL: https://loonlang.com
Comments URL: https://news.ycombinator.com/item?id=47094429
Points: 3
# Comments: 0
Article URL: https://www.gingerbill.org/article/2026/02/19/choosing-a-language-based-on-syntax/
Comments URL: https://news.ycombinator.com/item?id=47075934
Points: 10
# Comments: 4
Article URL: https://www.bloomberg.com/news/articles/2026-02-18/ai-pioneer-fei-fei-li-s-startup-world-labs-raises-1-billion
Comments URL: https://news.ycombinator.com/item?id=47063451
Points: 26
# Comments: 5
Article URL: https://www.gentoo.org/news/2026/02/16/codeberg.html
Comments URL: https://news.ycombinator.com/item?id=47050067
Points: 51
# Comments: 6
Article URL: https://telephoneworld.org/long-distance-companies/att-long-distance-network/history-of-att-long-lines/
Comments URL: https://news.ycombinator.com/item?id=47036921
Points: 15
# Comments: 4
Article URL: https://theintercept.com/2026/02/15/palantir-contract-new-york-city-health-hospitals/
Comments URL: https://news.ycombinator.com/item?id=47025624
Points: 75
# Comments: 15
Article URL: https://github.com/davidgiven/ack
Comments URL: https://news.ycombinator.com/item?id=47016008
Points: 20
# Comments: 8
Article URL: https://github.com/nearai/ironclaw
Comments URL: https://news.ycombinator.com/item?id=47004312
Points: 35
# Comments: 11
Article URL: https://www.anthropic.com/news/anthropic-raises-30-billion-series-g-funding-380-billion-post-money-valuation
Comments URL: https://news.ycombinator.com/item?id=46993345
Points: 22
# Comments: 12
Hi HN,
Been hacking on a simple way to run agents entirely inside of a Postgres database, "an agent per row".
Things you could build with this: * Your own agent orchestrator * A personal assistant with time travel * (more things I can't think of yet)
Not quite there yet but thought I'd share it in its current state.
Comments URL: https://news.ycombinator.com/item?id=46992136
Points: 5
# Comments: 0
Article URL: https://www.cell.com/cell-metabolism/abstract/S1550-4131(26)00008-2
Comments URL: https://news.ycombinator.com/item?id=46962801
Points: 71
# Comments: 24
https://discord.com/press-releases/discord-launches-teen-by-...
https://discord.com/safety/how-discord-is-building-safer-exp...
Comments URL: https://news.ycombinator.com/item?id=46945663
Points: 279
# Comments: 273
Article URL: https://underhillgame.com/
Comments URL: https://news.ycombinator.com/item?id=46936237
Points: 20
# Comments: 4
Article URL: https://xorvoid.com/sectorc.html
Comments URL: https://news.ycombinator.com/item?id=46925741
Points: 17
# Comments: 1
Article URL: https://www.forbes.com/sites/mikestunson/2026/02/05/us-jobs-disappear-at-fastest-january-pace-since-great-recession/
Comments URL: https://news.ycombinator.com/item?id=46925669
Points: 38
# Comments: 14
Comments URL: https://news.ycombinator.com/item?id=46916961
Points: 32
# Comments: 11
Hey HN, I built an automated system that tracks malicious Chrome/Edge extensions daily.
The database updates automatically by monitoring chrome-stats for removed extensions and scanning security blogs. Currently tracking 1000+ known malicious extensions with extension IDs, names, and dates.
I'm working on detection tools (GUI + CLI) to scan locally installed extensions against this database, but wanted to share the raw data first since maintained threat intelligence lists like this are hard to find.
The automation runs 24/7 and pushes updates to GitHub. Free to use for research, integration into security tools, or whatever you need.
Happy to answer questions about the scraping approach or data collection methods.
Comments URL: https://news.ycombinator.com/item?id=46914974
Points: 7
# Comments: 3
Article URL: https://www.theverge.com/streaming/873416/piracy-streaming-boxes
Comments URL: https://news.ycombinator.com/item?id=46901974
Points: 31
# Comments: 39
Article URL: https://www.divergent-desktop.org/blog/2026/01/26/a12web/
Comments URL: https://news.ycombinator.com/item?id=46887326
Points: 9
# Comments: 1
What PII-Shield does: It's a K8s sidecar (or CLI tool) that pipes application logs, detects secrets using Shannon entropy (catching unknown keys like "sk-live-..." without predefined patterns), and redacts them deterministically using HMAC.
Why deterministic? So that "pass123" always hashes to the same "[HIDDEN:a1b2c]", allowing QA/Devs to correlate errors without seeing the raw data.
Key features: 1. JSON Integrity: It parses JSON, sanitizes values, and rebuilds it. It guarantees valid JSON output for your SIEM (ELK/Datadog). 2. Entropy Detection: Uses context-aware entropy analysis to catch high-randomness strings. 3. Fail-Open: Designed as a transparent pipe wrapper to preserve app uptime.
The project is open-source (Apache 2.0).
Repo: https://github.com/aragossa/pii-shield Docs: https://pii-shield.gitbook.io/docs/
I'd love your feedback on the entropy/threshold logic!
Comments URL: https://news.ycombinator.com/item?id=46873308
Points: 4
# Comments: 0
Article URL: https://www.wiz.io/blog/exposed-moltbook-database-reveals-millions-of-api-keys
Comments URL: https://news.ycombinator.com/item?id=46857615
Points: 48
# Comments: 28
Article URL: https://forkingmad.blog/wordle-crisis/
Comments URL: https://news.ycombinator.com/item?id=46847924
Points: 3
# Comments: 0
Article URL: http://apple1.chez.com/Apple1project/Gallery/Gallery.htm
Comments URL: https://news.ycombinator.com/item?id=46847780
Points: 36
# Comments: 15