frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What Regulatory Capture Looks Like [pdf]

https://danicaratelli.github.io/research/papers/Cybersecurity_GE.pdf
1•paulpauper•30s ago•0 comments

The 'But China ' Dilemma Driving the A.I. Race

https://www.nytimes.com/2026/09/15/opinion/ezra-klein-podcast-matt-sheehan.html
1•paulpauper•45s ago•0 comments

Show HN: A Coding Agent from Scratch

https://blog.softwarewrighter.com/2026/09/16/ai-tools-coding-agent-in-mlpl/
1•softwarewright•1m ago•0 comments

How is Wi-Fi node networking implemented in EasyMesh?

1•skaiuijing•1m ago•0 comments

Show HN: Font Generator

https://ufontgenerator.com/
1•artiomartiom•2m ago•0 comments

The Long Doomsday of A.I.

https://www.newyorker.com/culture/open-questions/the-long-doomsday-of-ai
1•halperter•2m ago•0 comments

Claude Cowork and chat are now one Claude

https://claude.com/blog/cowork-is-now-claude
1•vertigoruntime•5m ago•0 comments

We Must Create the Shit Machine

https://www.mcsweeneys.net/articles/we-must-create-the-shit-machine
1•CharlesW•5m ago•0 comments

WAP – World Action Protocol

https://github.com/world-action-protocol/wap
1•aralroca•6m ago•0 comments

Show HN: C. Build with AI. Keep the Experience

https://cleanroom-qvq1xbb8o-ag3497120s-projects.vercel.app/
1•kofdai•6m ago•0 comments

Show HN: The Bill You Don't See Coming: AWS Extended Support Surcharges

https://greenops.cloud/blog/blog-deprecated-versions
1•depidsvy•6m ago•0 comments

I sent Google proof of a bot farm. They called it "normal user behavior."

https://dayzlegame.com/blog/google-ads-normal-user-behavior/
1•nickabe•6m ago•0 comments

Tin: A Text INdex for Postgres

https://planetscale.com/blog/introducing-tin
1•zombodb•7m ago•0 comments

Nano Empire – Open-source MCP gateway with x402 micropayments and A2A routing

https://nano-empire-mcp-1064490927432.us-central1.run.app
1•ainano•8m ago•0 comments

NHTSA Orders Tesla to Provide Answers on Cybercab Certification

https://driveteslacanada.ca/news/nhtsa-cybercab-special-order-aq26002/
5•daft_pink•8m ago•1 comments

Show HN: A free search console for grant making

https://data.charitysense.com/grants
1•mtweak•9m ago•0 comments

The Temple of (online) Techno — MMO Rave World

https://hallucinate.site/?hn
1•stagas•9m ago•0 comments

Mice with human brain cells offer a tool to study disease

https://www.npr.org/2026/09/16/nx-s1-5968873/lab-mouse-human-brain-cells-organoid-disease-ethics
2•marojejian•10m ago•1 comments

Show HN: YOLO FPS-per-dollar numbers for edge AI boards ($75-$215)

https://github.com/chorylee/edge-ai-benchmarks
2•chorylee•10m ago•0 comments

GPT-6 Astra Controlling Blender for VFX

https://twitter.com/ryanvogel/status/2100251451758916047
4•ryanvogel•12m ago•0 comments

Venus may have swallowed its own moon

https://www.sciencedaily.com/releases/2026/09/260915232122.htm
2•bushwart•12m ago•0 comments

AI must not outrun safety controls, DeepMind co-founder warns

https://www.ft.com/content/0fc3ae6d-732e-4f08-950e-8669b1fcfd8e
1•saikatsg•13m ago•0 comments

Backflip: Apple now wants to train AI models with user data after all

https://www.heise.de/en/news/Backflip-Apple-now-wants-to-train-AI-models-with-user-data-after-all...
2•Topfi•13m ago•0 comments

Nvidia's AI Climate hoax – report

https://ketanjoshi.co/2026/09/16/nvidias-ai-climate-hoax-report/
2•hn_acker•13m ago•0 comments

Introducing the DeepMind Institute

https://institute.deepmind.com/essays/introducing-the-deepmind-institute/
3•jader201•14m ago•0 comments

Setting Up Pi with DeepSeek v4.1 Flash on OpenRouter

https://www.vincentschmalbach.com/pi-deepseek-v4-1-flash-openrouter-setup/
1•vincent_s•14m ago•0 comments

Brainrotposts: The Fruit Fly Judges Your Shit Posts

https://brainrotposts.com/
1•Franz23•15m ago•0 comments

The Volatile Finances of Airline Pilots, America's Unpredictable Millionaires

https://www.wsj.com/personal-finance/the-volatile-finances-of-airline-pilots-americas-unpredictab...
1•JumpCrisscross•15m ago•0 comments

Debris Found in Yemen Suggests Saudi Arabia Fired Its First Chinese Missile

https://www.wsj.com/world/middle-east/debris-found-in-yemen-suggests-saudi-arabia-fired-its-first...
2•JumpCrisscross•17m ago•0 comments

Code Is Crap

https://testing.googleblog.com/2011/02/this-code-is-crap.html
15•luispa•17m ago•6 comments
Open in hackernews

Show HN: Raw Binary Program Analysis Tool

https://github.com/nstarke/BaseAddressDiscoverererer
2•bootbloopers•1y ago
I built a tool for analyzing raw binary programs (programs without an ELF, PE, Mach-O header) to determine the file offset that the program begins at and the load address the program is mapped into memory at. The tool can also do find the instruction set architecture for common platforms. I put a lot of effort into making it as easy as possible to run, and there is a quick start script that takes a single argument: the absolute file path to a raw binary program file.