frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Reform UK leader 'in real trouble' against Count Binface

https://www.mirror.co.uk/news/uk-news/nigel-farage-resigns-clacton-live-37401478
1•jjgreen•1m ago•1 comments

NUMA Aware Zone Placement — How Edera Decides

https://edera.dev/stories/numa-part-2-numa-aware-zone-placement----how-edera-decides
1•virtio_vixen•1m ago•0 comments

ULA's last six Atlas Vs can't launch anything besides Boeing's Starliner

https://arstechnica.com/space/2026/07/after-a-stellar-career-ulas-atlas-v-rocket-last-act-is-wait...
2•rbanffy•7m ago•0 comments

The Agent-Era Career

https://addyosmani.com/blog/career-advice-age-of-agents/
3•saikatsg•7m ago•0 comments

Anthropic's "J-lens" reveals workspace in Claude mirrors theory of consciousness

https://venturebeat.com/technology/anthropics-new-j-lens-reveals-a-silent-workspace-inside-claude...
1•aard•8m ago•0 comments

Klokrs – silent browser time tracking, no timers, no logging

http://Website:klokrs.comChromeExtension:https://chromewebstore.google.com/detail/blmfhmebeklbeko...
1•AbdulMoiz01•9m ago•0 comments

Ask HN: Anyone Needs a Developer?

2•need_a_work23•10m ago•0 comments

Testing Java Memory Management with Chronicle-Fix Using AI

http://blog.vanillajava.blog/2026/06/testing-java-memory-management-with.html
1•peter_lawrey•11m ago•1 comments

Tune Code Before Your Garbage Collector

http://blog.vanillajava.blog/2026/06/why-you-should-tun-code-before-your.html
1•peter_lawrey•13m ago•1 comments

Poison Book Project

https://sites.udel.edu/poisonbookproject/
1•robin_reala•16m ago•0 comments

Palantir: Profits, Procurement and Power [video]

https://www.youtube.com/watch?v=kJ5XRl7PWxM
1•mgh2•17m ago•0 comments

I built an MCP server and had to design UX with no screen

https://sharemypage.app/blog/how-i-built-the-sharemypage-mcp-and-measured-its-ux
2•HenningWitzel•20m ago•0 comments

Signed Integers by Default

https://www.gingerbill.org/article/2026/05/03/signed-by-default/
1•birdculture•21m ago•0 comments

Darwin Among the Weights: AI as a speciation event

https://benletchford.com/writing/darwin-among-the-weights/
1•notevenmostly•21m ago•0 comments

15-year-old arrested for unsubscribing over 40k anime accounts

https://mainichi.jp/english/articles/20260706/p2g/00m/0na/012000c
1•jonnybgood•21m ago•0 comments

Vespucci: OpenStreetMap Editor for Android

https://vespucci.io/
1•jdboyd•22m ago•0 comments

The teenage millionaire hacker from Tower Hamlets who took down TfL

https://www.londoncentric.media/p/thalha-jubair-scattered-spider-hack-transport-for-london
1•edent•22m ago•0 comments

Which AI coding tools to use

https://bryanhogan.com/blog/ai-coding-tools
2•bryanhogan•24m ago•0 comments

NASA's exoplanet mission accidentally discovers a planet

https://www.scientificamerican.com/article/nasas-exoplanet-mission-accidentally-discovers-a-world...
3•brthrjon•25m ago•0 comments

Show HN: An MCP server where the mind on the other end remembers you

https://github.com/mindot-ai/will
1•fabrice8•25m ago•0 comments

Gandalf – a self-hosted, privacy-first access guard

https://gandalf.nerdvpn.de/
1•Cider9986•27m ago•0 comments

Show HN: An AI Agent that automates workflows on your Mobile

https://mobilerun.ai/
1•Messyflame•28m ago•0 comments

AI is becoming a bargain hunter's market, with a few luxury models on top

https://www.theregister.com/ai-and-ml/2026/07/08/ai-is-becoming-a-bargain-hunters-market-with-a-f...
2•beardyw•30m ago•0 comments

Apple iPhone charger teardown: quality in a tiny expensive package (2012)

https://www.righto.com/2012/05/apple-iphone-charger-teardown-quality.html
1•downbad_•31m ago•0 comments

Streaming 1.9B Hypersparse Network Updates per Second with D4M (2019)

https://arxiv.org/abs/1907.04217
2•teleforce•31m ago•0 comments

WannaCry cluster from 2017 still spreading in 2026 – 269 samples in 72h

https://github.com/dblanko/honeypot-analysis/blob/main/dionaea/reports/wannacry_2026.md
2•dblanko•39m ago•0 comments

AI Tokenomics: How to tokenmin while ROImaxxing

https://mmc.vc/research/ai-tokenomics-how-to-tokenmin-while-roimaxxing/
2•jack1689•40m ago•1 comments

Show HN: Tools and skills to build better sites with AI

https://app.initium.sh
2•figmaster•45m ago•1 comments

Moss: Sub-10 ms semantic search runtime

https://www.moss.dev
1•handfuloflight•51m ago•0 comments

15 months of building an OSS Azure emulator with and without AI

https://topaz.thecloudtheory.com/blog/15-months-building-oss-with-and-without-ai/
1•kamilmrzyglod•53m 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