frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Digit 5 Sets a New Bar for Humanoid Robot Safety

https://spectrum.ieee.org/humanoid-robot-safety
1•rbanffy•2m ago•0 comments

A.I.'S Effect on the Work Force Is Showing Up in Wages

https://www.nytimes.com/2026/09/16/business/ai-raises-hiring.html
1•marojejian•3m ago•2 comments

Combino – AI-Powered Daily Word Game

https://combino.io/
1•barbierocks•4m ago•0 comments

With 1 Extension: $20K in Bounties from Anthropic, Perplexity, Google, Microsoft

https://forever.security/blog/bragjack-hijacking-5-browsers-via-built-in-ai-assistants/
4•galwm•5m ago•2 comments

Nobel Laureate Michael Kremer Picked as World Bank Top Economist

https://www.bloomberg.com/news/articles/2026-09-16/nobel-laureate-michael-kremer-picked-as-world-...
1•paulpauper•5m ago•0 comments

What Regulatory Capture Looks Like [pdf]

https://danicaratelli.github.io/research/papers/Cybersecurity_GE.pdf
1•paulpauper•6m 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•6m 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•7m ago•0 comments

How is Wi-Fi node networking implemented in EasyMesh?

1•skaiuijing•7m ago•0 comments

Show HN: Font Generator

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

The Long Doomsday of A.I.

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

Claude Cowork and chat are now one Claude

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

We Must Create the Shit Machine

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

WAP – World Action Protocol

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

Show HN:Reconstruct while retaining the generated judgments and explanations

https://cleanroom-qvq1xbb8o-ag3497120s-projects.vercel.app/
1•kofdai•12m 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•12m 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•12m ago•0 comments

Tin: A Text INdex for Postgres

https://planetscale.com/blog/introducing-tin
1•zombodb•13m 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•14m ago•0 comments

NHTSA Orders Tesla to Provide Answers on Cybercab Certification

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

Show HN: A free search console for grant making

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

Show HN: The Temple of (online) Techno — MMO Rave World

https://hallucinate.site/?hn
1•stagas•15m 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•16m 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•16m ago•0 comments

GPT-6 Astra Controlling Blender for VFX

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

Venus may have swallowed its own moon

https://www.sciencedaily.com/releases/2026/09/260915232122.htm
2•bushwart•18m 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•19m 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•19m ago•0 comments

Nvidia's AI Climate hoax – report

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

Introducing the DeepMind Institute

https://institute.deepmind.com/essays/introducing-the-deepmind-institute/
3•jader201•20m ago•0 comments
Open in hackernews

PDP-11/hack with some variations

https://github.com/JPLeRouzic/Kicad-musings/tree/main/PDP11Hack
2•JPLeRouzic•1y ago

Comments

JPLeRouzic•1y ago
The original PDP-11/Hack was an attempt at designing a minimal PDP-11 based on a discarded J-11. The J-11 is a microprocessor a bit similar to a 16-bit M68000 or a fast I8086.

http://madrona.ca/e/pdp11hack/index.html

Since that time, many people have made variations on Brent Hilpert design. One of my sources of inspiration is:

https://www.5volts.ch/pages/pdp11hack/

My design has the following features, but I never instantiated it:

* Much more RAM, 512KW

* The data bus is buffered (it is not in other designs)

* It has a GPIO (65C22) (because why not?)

* It can write into the upper byte

* The UART is the 6402, as in Brent Hilpert schematics, but the address is fully decoded to enable using a DEC OS.

* It has 5 switches to test/learn to single-step the memory accesses, the HALT, interrupts, or make a reset

* The boot configuration could be set up with micro-switches