frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

YeshiAI – AI for spiritual practice across five religious paths

https://yeshi.ai/
1•eli_genc•11s ago•0 comments

R-rated director's cut of X-Files movie released

https://arstechnica.com/culture/2026/08/r-rated-directors-cut-of-x-files-film-restores-chris-cart...
1•nate•37s ago•0 comments

'Rehabilitated' postwar Germany's government was full of Nazis, study reveals

https://www.timesofisrael.com/study-reveals-how-rehabilitated-postwar-west-germanys-government-wa...
2•kome•5m ago•1 comments

I built an autonomous rover from scratch in my mom's basement

https://twitter.com/SohailMSayed/status/2088365274768572681
1•okincilleb•5m ago•1 comments

UK Bans Disposable BBQs

https://www.independent.co.uk/news/uk/home-news/disposable-bbq-ban-burnham-wildfires-heatwave-b30...
1•denysonique•8m ago•0 comments

Show HN: A simple, powerful, and cheaper email verification API

https://emailverifier.dev/
1•usamaejaz•9m ago•0 comments

Amélie's graphics library: small cross-platform RHI, D3D12, Metal 4 and Vulkan

https://github.com/AmelieHeinrich/agfx
2•klaussilveira•13m ago•0 comments

Deploying and Installing SUSE AI

https://documentation.suse.com/suse-ai/1.0/html/AI-deployment/index.html
2•indigodaddy•17m ago•0 comments

Seed Oils as a Driver of Heart Disease – Zero Acre Farms

https://www.zeroacre.com/white-papers/seed-oils-as-a-driver-of-heart-disease
1•bilsbie•17m ago•0 comments

DeepSeek V4 Pro goes GA: 1.6T MoE flagship exits preview

https://ainexusdaily.vercel.app
3•qrify_app•19m ago•0 comments

Show HN: Wevna – Local-first runtime dashboard for Node.js back ends

https://github.com/wevna/wevna
2•boluajy•21m ago•0 comments

The Slow Death of VBulletin, and Why It Isn't Over

https://sudosecurity.org/forum-archaeology-vbulletin-slow-death/
1•SudoSH•21m ago•0 comments

Everything is about to "go dark"

https://blog.cryptographyengineering.com/2026/08/14/everything-is-about-to-go-dark/
2•vslira•22m ago•0 comments

Make a 6-Tesla-class high-temperature superconducting dipole magnet at 4.2 K

https://journals.aps.org/prab/abstract/10.1103/4nhs-bkwh
3•supermagnet•26m ago•0 comments

Apple using push notifications to alert customers to spyware attacks

https://techcrunch.com/2026/08/13/if-apple-sends-you-a-push-notification-alerting-you-to-a-spywar...
1•worik•27m ago•0 comments

OpenOliver – A Community of Human Chatbots

https://www.openoliver.com/
1•0livercoria•27m ago•0 comments

AI-Lab: Classical AI and search algorithms implemented in Python

https://github.com/ob22a/ai-lab
1•ob22a•27m ago•0 comments

Autonomous drones locate Flock cams, cover lenses with black paint

2•spottedmarley•28m ago•0 comments

Systemic Risks in the Managed PostgreSQL Industry: Extension Risks Are Real

https://mehmetince.net/part-1-6-systemic-risks-in-the-managed-postgresql-industry-extension-risks...
1•latchkey•28m ago•0 comments

Study links coffee consumption to metabolic health and sex hormones

https://www.oulu.fi/en/news/study-links-coffee-consumption-metabolic-health-and-sex-hormones
4•_____k•29m ago•0 comments

Amelia Earhart vanished in 1937. New evidence could find her plane

https://www.usatoday.com/story/graphics/2026/08/13/amelia-earhart-plane-clues-nikumaroro-island/9...
2•rmason•30m ago•0 comments

It's time to stop doing code reviews

https://blog.brokk.ai/its-time-to-rip-off-the-band-aid-and-stop-performing-code-reviews/
4•jbellis•31m ago•4 comments

Spectre on RISC-V Silicon

https://lukasgerlach.me/blog/2026-spectre-on-riscv-silicon-usenix/
1•mici•32m ago•0 comments

The Reason You Can't Stop Buying Stuff You Don't Need

https://comuniq.xyz/post?t=1554
2•01-_-•32m ago•0 comments

Speeding up (small) Ruby hashes with SWAR

https://byroot.github.io/ruby/performance/2026/08/13/speeding-up-ruby-hashes.html
1•fanf2•33m ago•0 comments

What's the Value of an Hour?

https://www.newyorker.com/culture/open-questions/whats-the-value-of-an-hour
1•littlexsparkee•34m ago•0 comments

Researchers uncover hidden pore network within nuclear fuel

https://news.mit.edu/2026/researchers-uncover-hidden-pore-network-within-nuclear-fuel-0813
1•rbanffy•35m ago•0 comments

What's a Platonic Biosingularity?

https://opentheory.substack.com/p/whats-a-platonic-biosingularity
2•eatitraw•38m ago•0 comments

Creel – A Vim-Driven SQL TUI for SQLite, MySQL, and Postgres

https://github.com/rsiota/creel
1•rsiota•42m ago•0 comments

Monkeys sometimes have 'pets' like humans

https://www.popsci.com/environment/monkeys-have-pets-evolution/
2•gmays•42m 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