标签:#hackernews
找到 9174 篇相关文章
A game where you're an OS and have to manage processes, memory and I/O events
Semantic Search in Under 3MB
The Traditional Vi
Show HN: Neural Particle Automata
Neural CAs model self-organizing pattern formation on grids. Now the grid is gone. Each cell is an agentic particle that can move freely in space and change its state. While each particle follows a simple shared rule, many together can grow complex morphologies or form intricate patterns. The resulting particle system as a whole can regenerate from damage and exhibits surprising emergent behavior. Try cutting the lizard and watch it heal itself!
AI Built a Nuke and Still Lost
I built an AI memory engine in 10 days, then needed a project to prove it works
Show HN: Ideate a trading strategy with an Ex-Citadel Trader
How sad should I be about ChatGPT? (2022)
Openresearch: GLM 5.2 for Autoresearch
EU Member States (and Google) suddenly want to keep cookie banners
Ask HN: Anthropic banned me from using Claude Code and I don't know what to do
After using Claude Code at work for months I wanted to use it on my own projects too. Most probably because my vpn was on I got banned after 1 hour of usage. I got my 120$ back. 1 month later I signed up with vpn off. But this time probably because I used the same credit cart (and that's the only card I can use) they banned me again. Even after I contacted support I got a generic "we have determined that we cannot reinstate your account at this time due to a violation of our Usage Policy" answer
The new HTTP QUERY method explained
Words, Words, Words
15 sorting algorithms in 6 minutes (2013) [video]
The Cheap Model Fallacy
Matrix and Quaternion FAQ
Who Does What? Team Topologies for the Agentic Platform
Show HN: A pure ARM64 Assembly web server, now on Linux with CGI for no reason
This is ymawky, a now-dynamic web server written entirely in ARM64 Assembly. I've previously posted about ymawky here: https://news.ycombinator.com/item?id=48080587 In the past month and a half, I've made some pretty major improvements: I've added CGI scripting support, so the server now supports query strings and dynamic content; and I've fully ported ymawky to run on Linux, rather than macOS-only. In addition to GET/PUT/HEAD/DELETE/OPTIONS requests, because of CGI support ymawky also accepts P