Feed aggregator
'Are you freaking crazy?' Bot harasses woman, gets led away by cops
Article URL: https://www.theregister.com/2026/03/13/china_bot_berated_woman_freaking_crazy/
Comments URL: https://news.ycombinator.com/item?id=47367852
Points: 1
# Comments: 0
You deleted everything and AWS is still charging you?
Article URL: https://jvogel.me/posts/2026/aws-still-charging-you/
Comments URL: https://news.ycombinator.com/item?id=47367825
Points: 1
# Comments: 0
Bryan Johnson's Longevity Protocol
Article URL: https://blueprint.bryanjohnson.com/blogs/news/bryan-johnsons-protocol
Comments URL: https://news.ycombinator.com/item?id=47367813
Points: 1
# Comments: 0
The Hottest Job in Tech Isn't Glamorous
Article URL: https://www.wsj.com/cio-journal/the-hottest-job-in-tech-isnt-very-glamorous-dc29ab3e
Comments URL: https://news.ycombinator.com/item?id=47367806
Points: 1
# Comments: 0
Ask HN: Is there prior art for this rich text data model?
I've built a rich text data model for a desktop word processor in Python, based on a persistent balanced n-ary tree with cached weights for O(log n) index translation. The document model uses only four element types: Text, Container, Single, and Group — where Group is purely structural (for balancing) and has no semantic meaning in the document. Individual elements are immutable; insert and takeout return new trees rather than mutating the old one. This guarantees that old indices remain valid as long as the old tree exists. I'm aware of Ropes, Finger Trees, and ProseMirror's flat index model. Is there prior art I should know about — specifically for rich text document models with these properties?
Comments URL: https://news.ycombinator.com/item?id=47367804
Points: 2
# Comments: 0
Show HN: Execute local LLM prompts in remote SSH shell sessions
Hi HN,
This is a tool I've worked on the past few months.
Instead of giving LLM tools SSH access or installing them on a server, the following command:
$ promptctl ssh user@server makes a set of locally defined prompts "magically" appear within the remote shell as executable command line programs.
For example, I have locally defined prompts for `llm-analyze-config` and `askai`. Then on (any) remote host I can:
$ promptctl ssh user@host # Now on remote host $ llm-analyze-config /etc/nginx.conf $ cat docker-compose.yml | askai "add a load balancer" the prompts behind `llm-analyze-config` and `askai` execute on my local computer (even though they're invoked remotely) via the llm of my choosing.
This way LLM tools are never granted SSH access to the server, and nothing needs to be installed to the server. In fact, the server does not even need outbound internet connections to be enabled.
Eager to get feedback!
Github: https://github.com/tgalal/promptcmd/
Comments URL: https://news.ycombinator.com/item?id=47367795
Points: 2
# Comments: 0
My Life Got 100x Better When I Stopped Thinking About Google
Article URL: https://joostboer.com/google-quality-of-life
Comments URL: https://news.ycombinator.com/item?id=47367790
Points: 2
# Comments: 0
Troubleshooting Kubectl "No Route to Host" on a Mac
Article URL: https://lizhaoliu.github.io/posts/troubleshooting-kubectl-local-network.html
Comments URL: https://news.ycombinator.com/item?id=47367788
Points: 1
# Comments: 0
How a mathematician is cracking open Mexico's powerful drug cartels
Article URL: https://www.nature.com/articles/d41586-026-00299-0
Comments URL: https://news.ycombinator.com/item?id=47367765
Points: 3
# Comments: 0
AI toys for young children must be more tightly regulated, say researchers
Article URL: https://www.theguardian.com/technology/2026/mar/13/ai-toys-young-children-tigher-regulations-reseachers
Comments URL: https://news.ycombinator.com/item?id=47367758
Points: 2
# Comments: 0
Reddit's Lawsuit Is a Dangerous Attempt to Expand Platform Power
Article URL: https://serpapi.com/blog/reddits-lawsuit-is-a-dangerous-attempt-to-expand-platform-power/
Comments URL: https://news.ycombinator.com/item?id=47367750
Points: 2
# Comments: 0
A major Interpol operation has resulted in the seizure of thousands of malicious cyber criminal IP addresses and servers, and multiple arrests.
War, AI, the Oscars and SXSW?
Article URL: https://machined.substack.com/p/war-ai-the-oscars-and-sxsw
Comments URL: https://news.ycombinator.com/item?id=47367270
Points: 1
# Comments: 0
The Shape of the Thing
Article URL: https://www.oneusefulthing.org/p/the-shape-of-the-thing
Comments URL: https://news.ycombinator.com/item?id=47367264
Points: 1
# Comments: 0
Iran unleashes oil shock to blunt US firepower
Article URL: https://www.reuters.com/world/middle-east/iran-unleashes-oil-shock-blunt-us-firepower-2026-03-13/
Comments URL: https://news.ycombinator.com/item?id=47367222
Points: 1
# Comments: 0
Why the militaries are scrambling to create their own Starlink
Article URL: https://www.newscientist.com/article/2517766-why-the-worlds-militaries-are-scrambling-to-create-their-own-starlink/
Comments URL: https://news.ycombinator.com/item?id=47367220
Points: 3
# Comments: 0
APL9: An APL for Plan 9
Article URL: https://apl.pmikkelsen.com/
Comments URL: https://news.ycombinator.com/item?id=47367218
Points: 1
# Comments: 0
Show HN: My personal AI-powered dev workstation
Article URL: https://github.com/rbren/personal-ai-devbox
Comments URL: https://news.ycombinator.com/item?id=47367214
Points: 1
# Comments: 0
