Hacker News
Netlify Is Having an Outage
Article URL: https://www.netlifystatus.com
Comments URL: https://news.ycombinator.com/item?id=48200196
Points: 2
# Comments: 0
Ambrose to Theodosius I 390
Article URL: https://sourcebooks.web.fordham.edu/source/ambrose-let51.asp
Comments URL: https://news.ycombinator.com/item?id=48200191
Points: 1
# Comments: 0
Study this tool, kids. Just don't you dare open it
Article URL: https://www.washingtonpost.com/opinions/2026/05/19/minimum-age-rules-ai-are-bad-policy/
Comments URL: https://news.ycombinator.com/item?id=48200169
Points: 1
# Comments: 1
I carried my stories From Python to Node and found Apple's hidden city of Metal
Article URL: https://github.com/jahbini/pipeline-demo
Comments URL: https://news.ycombinator.com/item?id=48200159
Points: 1
# Comments: 1
Solo Dev Kills YouTube Ask
Article URL: https://www.neotube.ai/
Comments URL: https://news.ycombinator.com/item?id=48200133
Points: 4
# Comments: 1
Meta Goes Big on the Bayou
Article URL: https://www.bloomberg.com/features/2026-meta-facebook-ai-data-center-louisiana/
Comments URL: https://news.ycombinator.com/item?id=48200094
Points: 1
# Comments: 1
1k-year-old dingo bones show that it was injured, cared for, and ritually buried
Article URL: https://www.popsci.com/environment/dingo-bones-ritual-burial-australia/
Comments URL: https://news.ycombinator.com/item?id=48200071
Points: 2
# Comments: 0
OhMyAdmin – PhpMyAdmin Reimagined with Go, React, and Monaco Editor
Article URL: https://github.com/aranajhonny/ohmyadmin
Comments URL: https://news.ycombinator.com/item?id=48200059
Points: 2
# Comments: 0
Show HN: PrismoDev – local CLI for finding token waste in Claude Code/Codex
I built PrismoDev after noticing my Claude Code and Codex sessions were getting expensive in ways that were hard to explain.
After digging through local session logs, the recurring issue was not just model pricing. A lot of the waste came from context bloat: generated artifacts, logs, build output, oversized CLAUDE.md / AGENTS.md files, repeated tool output, broad repo exploration, stale session state, and command loops.
PrismoDev is a local CLI that scans a repo plus local Claude Code / Codex logs and tries to explain where token/context waste is coming from. It does not require API keys or login, and nothing leaves the machine.
A few commands:
```bash npx getprismo doctor ```
Scans the repo, flags missing `.claudeignore` / `.cursorignore`, oversized instruction files, generated artifacts exposed to agents, and creates compact `.prismo/` context summaries.
```bash npx getprismo watch ```
Monitors live context pressure during a coding session and warns about repeated file reads, artifact leaks, oversized tool output, and possible loops.
```bash npx getprismo cc timeline ```
Builds a postmortem timeline showing where context spikes, repeated reads, command loops, or generated artifacts appeared in a session.
There are also scoped context policies:
```bash npx getprismo firewall auth-bug ```
which creates a task-specific context boundary before starting work.
The main idea is to make AI coding sessions easier to reason about before the bill surprises you: what got loaded, what repeated, what could have been avoided, and what should be ignored next time.
Repo: https://github.com/shanirsh/prismodev
I’d be especially interested in feedback from people using Claude Code, Codex, Cursor, or similar tools on larger repos. I’m trying to tune the false positives and find more real-world waste patterns.
Comments URL: https://news.ycombinator.com/item?id=48200057
Points: 1
# Comments: 1
Raven Software's Jedi Academy sources, from 2013, had all the crunch rage intact
Article URL: https://old.reddit.com/r/programming/comments/1thewau/raven_software_released_the_jedi_academy_source/
Comments URL: https://news.ycombinator.com/item?id=48199756
Points: 1
# Comments: 0
VeilGate- Deception Reverse Proxy
In my day job, I run AI pentest agents against real targets like banks, fintechs, and secured production stacks with paid WAFs. I also deal with multilayer infrastructure and dedicated security teams. Despite these defenses, I keep finding high and critical vulnerabilities using just an LLM agent loop, a few open-source tools, MCP servers, and Burp Suite.
The volume of traffic is increasing quickly. Agent-driven activity in web logs has shifted from occasional noise to a constant background presence. Tools like PentestGPT, CAI, Strix, and HexStrike allow you to set up fully autonomous agents against any target for under a dollar an hour of API cost. Most teams haven’t noticed this change because their tools weren’t designed to detect it.
This repetition started to concern me. Despite all the paid WAFs, the rules, and the layered infrastructure, I could still guide an AI agent through a secured target and find critical issues. So what is the actual defense?
The realization that changed my perspective: blocking doesn’t work. A 403 error is simply a signal in an LLM's context window. The agent sees "defended here," updates its model, and pivots in milliseconds. Every block provides free information that shows the attacker where your weaknesses are.
That’s why I created VeilGate as a deception proxy, not just another blocker. It sits in front of your app and operates in modes such as `observe`, `challenge`, `tarpit`, or `auto`. Each request is scored based on protocol fingerprints, behavioral signals, and online machine learning. Requests below the threshold are forwarded to your main app normally. Ambiguous traffic receives a browser proof-of-work challenge. High-confidence agent traffic gets redirected into tarpit mode, where it encounters a deception layer instead of your actual app.
Comments URL: https://news.ycombinator.com/item?id=48199725
Points: 1
# Comments: 0
Latest step in quest to 'de-extinct' Giant Moa? Hatching chicks from fake eggs
Auto-Brewery Syndrome
Article URL: https://en.wikipedia.org/wiki/Auto-brewery_syndrome
Comments URL: https://news.ycombinator.com/item?id=48199701
Points: 1
# Comments: 0
Predicting categorical&continuous Alzheimer's disease outcomes from 1 MRI scan
Article URL: https://www.nature.com/articles/s43587-026-01121-2
Comments URL: https://news.ycombinator.com/item?id=48199699
Points: 1
# Comments: 0
Show HN: Enforra – open-source action governance for AI agent tool calls
Article URL: https://github.com/enforra/enforra
Comments URL: https://news.ycombinator.com/item?id=48199671
Points: 1
# Comments: 1
Perplexity says its AI agent cut Rho's weekly meeting time by 90%
Article URL: https://twitter.com/perplexity_ai/status/2056749555346235704
Comments URL: https://news.ycombinator.com/item?id=48199641
Points: 1
# Comments: 0
Google Antigravity Built an OS from a single prompt
Article URL: https://antigravity.google/blog/google-antigravity-built-an-os
Comments URL: https://news.ycombinator.com/item?id=48199639
Points: 3
# Comments: 4
Gmail is going to start talking to you
Article URL: https://www.theverge.com/tech/932973/google-gmail-live-ai-keep-docs-io-2026
Comments URL: https://news.ycombinator.com/item?id=48199618
Points: 1
# Comments: 1
The Telescope That Got Shot (2023)
Article URL: https://www.amusingplanet.com/2023/04/the-telescope-that-got-shot.html
Comments URL: https://news.ycombinator.com/item?id=48199611
Points: 1
# Comments: 0
Karpathy Joins Anthropic
Article URL: https://techcrunch.com/2026/05/19/openai-co-founder-andrej-karpathy-joins-anthropics-pre-training-team/
Comments URL: https://news.ycombinator.com/item?id=48199609
Points: 3
# Comments: 0
