标签:#hackernews
找到 6504 篇相关文章
U.S. Treasury sanctions on a VPN service knocked out Telegram's shortlink domain
Why not LLMs?
The Strange Phenomenon of 'Terminal Lucidity'
Cursor 0day: When Full Disclosure Becomes the Only Protection Left
Reverse Sprinkler Physics Problem
Bonsai 27B (1-bit LLM): The First 27B-Class Model to Run on a Phone
Crates.io: Development Update
The Tower Keeps Rising
S&P downgrades Oracle to BBB – only one notch above junk level
Measuring Input Latency on Linux: X11 vs. Wayland, VRR, and DXVK
Launch HN: Agnost AI (YC S26) – Extract user feedback from agent conversations
Hey HN, we’re Shubham & Parth, childhood friends building Agnost AI ( https://agnost.ai ), product analytics for teams building chat and voice agents. We read production conversations and find behavioral failures like users rageprompting (cursing at the agent), repeatedly rephrasing the same request, correcting the agent, asking for missing features, or leaving after an answer that was technically successful. We have an interactive demo with no signup here: https://app.agnost.ai?demo=true Here's
FDA authorized Zyn nicotine pouches without knowing what they were made of
Pseudpocalypse
Show HN: Opening lines of famous literary works
This came from an idea that had been knocking around in my head for several years. I had been collecting opening lines of famous works and thought it would be cool to see one everyday as I opened the browser. I tried different styles but landed on the simple background with the text, let the words speak for themselves. Over time i've added more quotes I believe now there are close to 60, so hopefully you can refresh a few times and get a fresh one every time. I hope you guys like it, enjoy!
I'm a USB-C Maximalist
Are we offloading too much of our thinking to AI?
Meta used AI to target workers with medical conditions for layoffs
Show HN: I built a smart proxy so your coding agent can run loose
The only way to go fast is full YOLO mode in your coding agent. I've got the local sandbox figured out (pro tip: Incus VMs work great) but I wanted to keep my agents from doing things like inadvertently blowing up my cloud services or chasing a prompt to POST to some random website. I struggle most with this on my side projects where my permission model isn't quite as robust as it is at the office. I started with a firewall on the Incus container but every time the agent needed access to somethi
Show HN: Low-latency local LLM runner via OpenJDK Panama FFM (Java 22)
I wanted to run AI from inside the JVM. I started out with the standard REST sidecar, ripped that out to use Project Panama (Foreign Function & Memory API) in the new JDK versions to interface directly with llama.cpp. I still wasn't happy with how that functioned, so I built libargus.cc to get a clean ABI to expose a structured API up in the JVM landscape. It still uses Project Panama to interface directly with llama.cpp, whisper.cpp, and ggml compute graphs. I have zero-allocation on the hot pa