frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Rtdiff – Realtime Git diff GUI and AI commits, companion for vibecoding

https://github.com/stagas/rtdiff
1•stagas•44s ago•0 comments

Top Performers Are Pathologically Ambitious

https://thatvastvariety.substack.com/p/top-performers-are-pathologically
1•paulpauper•46s ago•0 comments

What is the chance we live inside a black hole?

https://twitter.com/Andercot/status/2041627665250316344
1•paulpauper•1m ago•0 comments

Sulfur could fix 3D printing's waste problem

https://www.popsci.com/technology/how-sulfur-could-fix-3d-printings-waste-problem/
1•Brajeshwar•1m ago•0 comments

New metal with triple copper's heat conduction challenges fundamental physics

https://www.scientificamerican.com/article/new-metal-with-triple-coppers-heat-conduction-challeng...
1•Brajeshwar•1m ago•0 comments

OpenDescent – decentralised encrypted messenger, no servers, no accounts

https://open-descent.com
1•Jaguwa•2m ago•1 comments

Coordination Capacity Is a Free Banquet

https://unfacts.substack.com/p/coordination-capacity-is-a-free-banquet
1•paulpauper•3m ago•0 comments

Strix – Drone swarm orchestration using quant trading algorithms (Rust)

https://github.com/RMANOV/strix
1•ruslanMANOV•6m ago•0 comments

Pixel-Perfect

https://busy-pixel-perfect-studio.base44.app
1•Gavinshuman•11m ago•1 comments

Framea – Search inside your photos and videos, not just filenames

https://framea.cloud/
1•soooovittt•11m ago•1 comments

Keeping a Postgres Queue Healthy

https://planetscale.com/blog/keeping-a-postgres-queue-healthy
2•tanelpoder•11m ago•0 comments

The power of headwear and 'hatiquette' in early modern England

https://theconversation.com/hands-off-my-hat-the-hidden-power-of-headwear-and-hatiquette-in-early...
1•samizdis•15m ago•0 comments

Ask HN: Im back end engineer, not front end – is this just excuse?

1•pplonski86•15m ago•1 comments

Meta transfers top engineers into new AI tooling team

https://www.reuters.com/technology/meta-transfers-top-engineers-into-new-ai-tooling-team-2026-04-09/
1•FartyMcFarter•17m ago•1 comments

Cloudflare: Tbps of capacity: 16 years of scaling our global network

https://blog.cloudflare.com/500-tbps-of-capacity/
2•Brajeshwar•18m ago•0 comments

Show HN: Excalicharts – Charting Library for Excalidraw

https://github.com/tombedor/excalicharts
1•jjfoooo4•18m ago•0 comments

Show HN: Excalidraw-edit – Open and edit .excalidraw files from the terminal

https://github.com/wh1le/excalidraw-edit
1•wh1le•20m ago•0 comments

JJM Address at the Arab Center

https://mearsheimer.substack.com/p/jjm-address-at-the-arab-center
1•hackandthink•21m ago•0 comments

Show HN: ColorPair – A free color-matching puzzle game for iOS

https://apps.apple.com/us/app/colorpair-puzzle-game/id6761508158
1•nykylomedia•23m ago•0 comments

Isaac Asimov on 1984

https://redsails.org/asimov-on-1984/
1•cybersoyuz•24m ago•1 comments

Why GEO is still kinda dumb

https://toffee.at/blog/why-geo-is-not-enough
1•Vishi_2•25m ago•1 comments

OpenAI is nothing without its people

https://geohot.github.io//blog/jekyll/update/2026/04/11/openai-people.html
1•eamag•26m ago•0 comments

Can AI Generate a Full Unity World from One Prompt? I Tested

https://darkounity.com/blog/can-ai-generate-a-full-unity-world-from-one-prompt-i-tested
2•hacker_13•27m ago•0 comments

NaiBor – Nashville public leadership tracking

https://clovenbradshaw-ctrl.github.io/naibor/
1•samename•28m ago•0 comments

Oil at $115: What a Hormuz Stress Model Shows

https://medium.com/@lightcapai/how-to-track-hormuz-risk-with-mcp-public-artifacts-and-reproducibl...
6•festafin•29m ago•0 comments

Rockstar Games Hacked, Hackers Threaten a Massive Data Leak If Not Paid Ransom

https://kotaku.com/rockstar-games-reportedly-hacked-massive-data-leak-ransom-gta-6-shinyhunters-2...
5•c420•31m ago•0 comments

What's obvious to you might not be to me

https://herbertlui.net/whats-obvious-to-you-might-not-be-to-me/
1•herbertl•31m ago•1 comments

Wheeeee Loop – A Superconductor Used Like a Battery

https://stateofutopia.com/experiments/wheeeeeloop/wheeeeeloop.html
1•logicallee•32m ago•1 comments

Macframe – IBM Mainframe Emulator for macOS

https://github.com/vitorallo/macframe-releases
3•rbanffy•36m ago•0 comments

Code Review Skills from uv, bun, vLLM

https://github.com/dtran24/code-reviewer-personas
2•dtran24•37m ago•0 comments
Open in hackernews

PDP-11/hack with some variations

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

Comments

JPLeRouzic•11mo 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