frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Why birth rates are falling everywhere all at once

https://www.ft.com/content/fba35eca-df3a-4ad6-b42d-eb08eb7c9ad3
1•mmarian•35s ago•0 comments

Before it gets a number – About CVE, CWE and vulnerabilities prevention

https://quodeq.ai/blog/before-the-number/
2•quodeq•5m ago•0 comments

A passage from Homer's Iliad has been discovered inside the an Egyptian mummy

https://www.scientificamerican.com/article/passage-from-homers-iliad-discovered-in-the-abdomen-of...
1•wslh•10m ago•0 comments

A revolutionary cancer treatment could transform autoimmune disease

https://arstechnica.com/science/2026/05/a-revolutionary-cancer-treatment-could-transform-autoimmu...
2•0in•11m ago•0 comments

The reason nearly all humans are right-handed

https://www.thebrighterside.news/post/the-strange-reason-nearly-all-humans-are-right-handed/
1•amichail•12m ago•0 comments

GPU sidecar routed my ASIC proxy in under 10 seconds

https://github.com/AcculuxSystems/openroad-gpu-sidecar
1•chaz_n•15m ago•0 comments

I Solved Personal Siri [video]

https://www.youtube.com/watch?v=5yUaO-9wCdM
1•zacksiri•17m ago•0 comments

China's Invisible Hand Is Distorting Global Oil Markets – Oilprice.com

https://oilprice.com/Energy/Crude-Oil/Chinas-Invisible-Hand-Is-Distorting-Global-Oil-Markets.html
1•xbmcuser•18m ago•0 comments

Show HN: A Claude Code skill that tells Claude when not to use Claude

https://github.com/metravod/llm-buster-skill
1•metravod•22m ago•0 comments

Coding on Paper

https://wickstrom.tech/2026-05-16-coding-on-paper.html
1•owickstrom•23m ago•0 comments

Is it worth to study HPC and GPU programming?

1•michioD•24m ago•0 comments

The shooting stopped. Then came everything else

https://www.cnn.com/interactive/2026/05/us/minneapolis-annunciation-school-shooting-recovery/
1•martey•24m ago•0 comments

Snowflake with Iceberg: Lakekeeper, Dbt, and Some Sparks Flying

https://medium.com/fresha-data-engineering/snowflake-with-iceberg-lakekeeper-dbt-and-some-sparks-...
1•eigenBasis•27m ago•0 comments

Pace Layers and AI Integration

https://aicoding.leaflet.pub/3maob46kbz22v
1•jt2190•28m ago•0 comments

Reddit's Original Sin (YouTube)

https://www.youtube.com/watch?v=zOyyy-XAwfE
1•barelythinking•28m ago•0 comments

The Lockout: A path error in a deployment script reclassifies its operators

https://aihumanlove.com/fiction/the-lockout.html
1•zwanzea•30m ago•0 comments

WHO Declares Ebola Outbreak a Global Health Emergency

https://www.nytimes.com/2026/05/17/world/africa/ebola-congo-uganda-who-public-health-emergency.html
26•zzzeek•30m ago•1 comments

High-Powered Mutant Makefiles: Standard Library, Docker Support, and More

https://robot-wranglers.github.io/compose.mk/
1•ian_j_butler•31m ago•0 comments

I turned a $80 RK3562 Android tablet into a Debian Linux workstation

https://github.com/tech4bot/rk3562deb
1•tech4bot•36m ago•0 comments

A breakthrough in C/C++ dependency management

https://lcamtuf.substack.com/p/a-breakthrough-in-cc-dependency-management
2•birdculture•37m ago•0 comments

Hand plane competition (Kezuroukai USA)

https://daizen.com/hand-plane-competition-kezuroukai-usa/
2•thunderbong•39m ago•0 comments

AI is a technology not a product

https://daringfireball.net/2026/05/ai_is_technology_not_a_product
3•ch_sm•41m ago•0 comments

PG&E to cut power in parts of Bay Area in anticipation of high winds

https://www.sfgate.com/weather/article/pge-power-shutoff-bay-area-22263223.php
2•turtlegrids•41m ago•1 comments

Nim-Presto – REST API Framework for Nim Language

https://github.com/status-im/nim-presto
1•TheWiggles•43m ago•0 comments

Intel Core i9-14900KF reaches 9.2Ghz setting a new CPU frequency world record

https://www.notebookcheck.net/Intel-Core-i9-14900KF-reaches-9-2Ghz-setting-a-new-CPU-frequency-wo...
2•theanonymousone•51m ago•0 comments

LogTape 2.1.0: Throttling, logfmt, and smarter redaction

https://github.com/dahlia/logtape/discussions/165
2•dahlia•55m ago•0 comments

(VBS-NN) ML – 512k context length pre-training on a 12GB GPU

https://github.com/ega4l/VBS-NN/tree/main/code
2•gromio•55m ago•0 comments

Stochastic Flocks and the Critical Problem of 'Useful' AI

https://www.techpolicy.press/stochastic-flocks-and-the-critical-problem-of-useful-ai/
2•bryanrasmussen•56m ago•0 comments

Construction on Meta's largest data center brings chaos to rural Louisiana

https://lailluminator.com/2025/11/22/meta-data-center-crashes/
2•bwoah•57m ago•0 comments

Coal Makes a Comeback, Fueled by War in the Middle East

https://www.wsj.com/business/energy-oil/coal-makes-a-comeback-fueled-by-war-in-the-middle-east-fb...
1•melling•57m 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