frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Forestiere Underground Gardens

https://en.wikipedia.org/wiki/Forestiere_Underground_Gardens
1•onemoresoop•55s ago•0 comments

Three deleted songs from G&S's "Iolanthe" found in the British Library

https://marc154391.substack.com/p/three-deleted-songs-from-iolanthe
1•quuxplusone•2m ago•1 comments

When Impressive Performance Gains Do Not Matter

https://blog.colinbreck.com/when-impressive-performance-gains-do-not-matter/
2•birdculture•4m ago•0 comments

1975 GE Fake LED Clock [video]

https://www.youtube.com/shorts/ylfVSMsTUqY
1•thunderbong•5m ago•0 comments

Show HN: Coding agent that compiles intent into deterministic DAG before running

https://github.com/arman-jalili/rigorix-oss
1•arman-w-jalili•6m ago•0 comments

Would you use Fable 5 by Anthropic or Replit

1•NishanStepak•6m ago•0 comments

San Francisco supervisors balk at 362-page, AI-assisted city code rewrite

https://missionlocal.org/2026/06/s-f-supervisors-balk-at-362-page-city-code-rewrite/
1•tastyface•9m ago•0 comments

Show HN: Agentic OS – the operating system for AI agents

https://aos.injecting.ai/
1•nickpismenkov•15m ago•0 comments

My Mac's Wi-Fi Was Crawling at 50 Mbps with a Perfect Signal

https://bugmedaily.substack.com/p/my-macs-wi-fi-was-crawling-at-50
1•enesunal•18m ago•0 comments

An opinionated (and mainly correct) guide to naming

https://adamtornhill.substack.com/p/an-opinionated-and-mainly-correct
2•gmays•22m ago•0 comments

Serving Local AI on My Jetson Through Durable Streams

https://s2.dev/blog/local-ai
1•shikhar•24m ago•0 comments

US lifts curbs on Anthropic's Fable, Mythos AI models

https://www.reuters.com/business/us-lift-export-controls-anthropics-fable-ai-model-tuesday-source...
2•lossolo•24m ago•1 comments

Anthropic launches Claude Science: an AI workbench for scientists (2026)

https://lucasaguiar.xyz/pt/posts/claude-science-ai-workbench-cientistas-2026/
2•isfttr•25m ago•0 comments

Discretizing Reward Models

https://arxiv.org/abs/2606.21795
1•gmays•30m ago•0 comments

Exploring The Spectrum -Dr. John Ott documentary on the health effects of light [video]

https://www.youtube.com/watch?v=BOUA8UAEAdY
1•Eaglo•33m ago•0 comments

Guardians of the Agents Formal verification of AI workflows. (Dec 2025)

https://cacm.acm.org/practice/guardians-of-the-agents/
1•steilpass•34m ago•0 comments

Oʻahu Needs More Solar, Not New Power Plants

https://civilbeat.org/2026/06/oahu-needs-more-solar-not-new-power-plants/
1•toomuchtodo•36m ago•1 comments

WhiteHouse lifts export control on Anthropic that froze its most advanced models

https://www.cnn.com/2026/06/30/tech/anthropic-export-control-ban-lifted-white-house
3•dstala•38m ago•2 comments

The Future of Software Engineering Is Here but Not Evenly Distributed (Updated)

https://twitter.com/jmugan/status/2065962078322438524
1•jmugan•43m ago•0 comments

Taiwan raids Super Micro in widening China chip smuggling probe

https://www.japantimes.co.jp/business/2026/06/30/taiwan-super-micro-china-chip-smuggling/
5•billybuckwheat•50m ago•0 comments

White House picks Avi Loeb with polarizing alien theories to lead UFO council

https://www.pbs.org/newshour/politics/white-house-picks-harvard-professor-with-polarizing-alien-t...
6•ceejayoz•54m ago•1 comments

The President Made More Than $1Billon in Crypto Deals

https://www.wsj.com/politics/policy/trump-made-more-than-1-billion-on-crypto-deals-part-of-2025-w...
3•fortran77•56m ago•1 comments

A Fusion First: Realta Demos Direct Energy Conversion

https://realtafusion.com/fusion-first-realta-demos-direct-energy-conversion/
1•sien•57m ago•0 comments

Show HN: Explore Ethereum by the Shape of a Transaction

https://www.chaingenius.ai
2•spennant•59m ago•0 comments

Faster Gemma 4 on MLX with multi-token prediction

https://ollama.com/blog/faster-gemma-4-mlx-mtp
2•ilreb•1h ago•0 comments

Why Jet Engines Aren't "Made in China"

https://aakash.substack.com/p/why-jet-engines-arent-made-in-china
5•paulpauper•1h ago•0 comments

Scott Alexander as a modern-day Edmund Wilson

https://statmodeling.stat.columbia.edu/2026/06/07/scott-alexander-as-a-modern-day-edmund-wilson/
3•paulpauper•1h ago•0 comments

Frame Error

https://linch.substack.com/p/frame-error
2•paulpauper•1h ago•0 comments

Wikipedia: Deleted Articles with Freaky Titles

https://en.wikipedia.org/wiki/Wikipedia:Deleted_articles_with_freaky_titles
3•surprisetalk•1h ago•1 comments

Tor’s Arti 2.5.0 Released: Stable Counter Galois Onion

https://blog.torproject.org/arti_2_5_0_released/
3•iamnothere•1h ago•3 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