frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A Pattern in the Stone: Review and Summary (2015)

http://ethanp.github.io/blog/2015/08/23/a-pattern-in-the-stone-review-and-summary/
1•teleforce•1m ago•0 comments

Cancer drug could help millions battling osteoporosis and mid-life weight gain

https://www.uea.ac.uk/about/news/article/cancer-drug-could-help-millions-battling-osteoporosis-an...
1•geox•2m ago•0 comments

4k BTC (~$320M) withdrawn from Liquid Federation wallet

https://status.blockstream.com/incidents/b8b719f3-db70-4487-9cff-946e69509228
1•metrofun•7m ago•0 comments

Terrence Tao – AI math solutions hurting the field

https://mathstodon.xyz/@tao/117219548485446992
2•danielmorozoff•11m ago•0 comments

Language plasticity is more important than ever

https://blog.dlang.org/2026/08/10/language-plasticity-is-more-important-than-ever/
2•teleforce•12m ago•0 comments

Ask HN: How to roll out Agents for knowledge workers?

1•luplex•14m ago•0 comments

Arctic Portal Shipping Routes

https://arcticportal.org/shipping-portlet/shipping-routes
1•simojo•16m ago•0 comments

Why SciPy builds for Python 3.12 on Windows are a minor miracle

https://labs.quansight.org/blog/building-scipy-with-flang
1•greazy•16m ago•0 comments

CodexBar: Every AI coding limit, in your menu bar

https://codexbar.app/
1•Leftium•18m ago•1 comments

Iris: Climbing to the Search Frontier

https://arxiv.org/abs/2609.04304
1•codelion•22m ago•0 comments

I turned my 2018 Redmi Note 5 Pro into a Kali NetHunter platform for $0

https://www.reddit.com/r/Kalilinux/comments/1w45o8r/i_turned_my_2018_redmi_note_5_pro_into_a_kali/
2•syumei•23m ago•0 comments

GPT-6 Astra demos: Games, Blender, websites and video workflows

https://github.com/magiccreator-ai/awesome-gpt-6-astra
1•Kevin_Guo•25m ago•0 comments

Astra has beat all 48 levels of Neal.fun's "I'm Not a Robot" game

https://twitter.com/sharifshameem/status/2096847916837314853
1•smusamashah•26m ago•0 comments

Show HN: DepWarden – free, anonymous dependency vulnerability scanner

https://depwarden.in/blog/npm-pypi-typosquatting-2026-report
1•rushabh5000•26m ago•0 comments

Resend · Email for Developers

https://resend.com
1•thunderbong•29m ago•0 comments

We Can't Know Our A.I. Future If We Don't Study It

https://www.nytimes.com/2026/09/06/opinion/ai-social-sciences.html
2•vinni2•30m ago•0 comments

Mesamatrix: The Mesa Drivers Matrix

https://mesamatrix.net/
1•natureglass•33m ago•0 comments

Impedance Matching

https://www.edge.org/response-detail/27238
2•muti•37m ago•0 comments

Show HN: JarPeek – Online Java Class Decompiler(No Upload)

https://jarpeek.com/class-decompiler
1•xooch_95•37m ago•0 comments

Show HN: Hayduk, a browser-based Metasploit GUI inspired by Armitage

https://github.com/jolovicdev/hayduk
1•jolovicdev•42m ago•0 comments

Learning Synths – Ableton

https://learningsynths.ableton.com/
1•vsvagr•43m ago•0 comments

25 years ago, two strangers met in the twin towers and escaped on 9/11

https://www.theguardian.com/us-news/2026/sep/07/strangers-twin-towers-escape-september-11
2•ljf•43m ago•0 comments

Show HN: Guile-Secure Your Stack

https://guile.in
2•Harsha2193•47m ago•0 comments

Joining Advanced Machine Intelligence to work on world models

https://www.lihaoyi.com/post/JoiningAMItoworkonWorldModels.html
2•plun9•51m ago•0 comments

How to Write Tech Doc

https://essays.nigri.dev/How-to-write-tech-doc
3•napo•52m ago•0 comments

South Atlantic Anomaly

https://en.wikipedia.org/wiki/South_Atlantic_Anomaly
2•robin_reala•55m ago•0 comments

'You Can See Everything' Review: Nathan Fielder's Doc About Elizabeth Holmes

https://variety.com/2026/film/reviews/nathan-fielder-surprise-film-telluride-elizabeth-holmes-123...
27•cianmm•55m ago•5 comments

JavaScript installer pnpm recast in Rust because ECMAScript can't keep up

https://www.theregister.com/devops/2026/09/04/javascript-installer-pnpm-recast-in-rust-because-ec...
2•pjmlp•56m ago•0 comments

Caltech Mathathon – first hackathon ever devoted to research level mathematics

https://mathathonchallenge.com/index.html
12•astroanax•1h ago•0 comments

Speculative Decoding in vLLM on AMD GPUs

https://vllm.ai/blog/2026-08-23-speculative-decoding-amd-gpus
7•ankitg12•1h 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