frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Digital rights groups renew push to simplify cookie banners

https://www.euractiv.com/news/digital-rights-groups-renew-push-to-simplify-cookie-banners/
1•mnewme•2m ago•0 comments

Scikit-learn 1.9.1 released with Python 3.15 support

https://scikit-learn.org/stable/whats_new/v1.9.html
1•theanonymousone•6m ago•0 comments

Brainstorming novel biological attacks with an LLM

https://www.robertvesco.com/posts/chatgpt-helps-me-brainstorm-guerilla-warfare-against-ai-powered...
2•rlvesco7•14m ago•0 comments

This Week in Plasma: 6.8 Beta Release

https://blogs.kde.org/2026/09/12/this-week-in-plasma-6.8-beta-release/
1•HieronymusBosch•15m ago•0 comments

Why Rocq is better than Lean for program verification

https://joomy.korkutblech.com/posts/2026-07-28-why-rocq-is-better.html
2•birdculture•15m ago•0 comments

The V8 JavaScript Runtime Undermined My Constant-Time JavaScript Library

https://soatok.blog/2026/09/12/the-v8-javascript-runtime-undermined-my-constant-time-javascript-l...
3•some_furry•16m ago•0 comments

Attestly

https://www.attestly.online/
1•swishmilnet•17m ago•0 comments

Ocarina Music in the Legend of Zelda: Ocarina of Time

https://danbruno.net/writing/ocarina/
2•drifkin•17m ago•0 comments

Ask HN: Did anyone try to build game engine purely for LLM

2•steammaho•19m ago•1 comments

Roundtables: AI's Apocalypse Crisis

https://www.technologyreview.com/2026/09/11/1143936/roundtables-will-ai-really-kill-us-all/
1•joozio•21m ago•0 comments

Governor Newsom Signs Student-Backed Digital Literacy Bills Along Misguided Bans

https://www.eff.org/deeplinks/2026/09/governor-newsom-signs-student-backed-digital-literacy-bills...
1•mdp2021•21m ago•0 comments

The Evolution of Human Science (2000)

https://en.wikipedia.org/wiki/The_Evolution_of_Human_Science
1•xiaoyu2006•23m ago•1 comments

Show HN: I turn Airtable exports into real Postgres schemas(FKs, not CSVs)

https://www.atmigrator.com
1•saud_c•24m ago•0 comments

ChatGPT-using lawyer punished for citing fake testimony from made-up witnesses

https://arstechnica.com/tech-policy/2026/09/chatgpt-using-lawyer-punished-for-citing-fake-testimo...
2•mdp2021•27m ago•0 comments

Ask HN: New way of organizing Mathematical Research

1•youoy•32m ago•0 comments

28 Years of Tara Books

https://tarabooks.com/blog/the-past-is-always-present/
1•vishnukvmd•34m ago•0 comments

TablePro: A native, open-source database client for macOS

https://github.com/TableProApp/TablePro
2•fourfire•35m ago•0 comments

Robust Solution of Laplacian Equations by Random Approx Cholesky Factorization

https://epubs.siam.org/doi/10.1137/24M1673577
1•musha68k•35m ago•0 comments

Schwung: Layer synths, effects, new tools on top of the Ableton Move

https://schwung.dev/
1•QuantumNomad_•36m ago•0 comments

This is really bad: AI Safety Threat

https://www.nytimes.com/2026/09/11/opinion/ai-safety-threat-technology.html
2•ryan_j_naughton•42m ago•1 comments

Rare Not Random Using Token Efficiency for Secrets Scanning

https://lookingatcomputer.substack.com/p/rare-not-random
1•boyter•42m ago•0 comments

Teaching an M4 CPU to Tell Stories with XOR, Popcount and SDOT

https://dnhkng.substack.com/p/teaching-an-m4-cpu-to-tell-stories
1•JPLeRouzic•45m ago•0 comments

A.I. Could Possibly End Humanity. How Are Humans Supposed to Process That?

https://www.nytimes.com/2026/09/10/science/ai-humanity-risk.html
1•doener•45m ago•0 comments

Artemis: Google's new AI agent framework for mobile test automation

https://github.com/google/artemis
2•soltanov•50m ago•0 comments

The Emperor's Old Clothes [pdf]

https://worrydream.com/refs/Hoare_1981_-_The_Emperors_Old_Clothes.pdf
3•pykello•51m ago•0 comments

Dissolving the Fermi Paradox (2018)

https://arxiv.org/abs/1806.02404
1•bumbledraven•58m ago•0 comments

Ask HN: Why are the tech companies tracking humans?

4•roschdal•1h ago•3 comments

City Layout Guessr Game

https://noahdarwinlee.com/citylayoutguessr/
2•noahdlee•1h ago•0 comments

Jetpack: Consensus Made Generally Fast (OSDI '26)

http://muratbuffalo.blogspot.com/2026/09/jetpack-consensus-made-generally-fast.html
3•gavide•1h ago•0 comments

White House weighs Defense Production Act to expand US oil refining capacity

https://www.reuters.com/business/energy/white-house-weighs-how-use-defense-production-act-expand-...
4•geox•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