frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Basalt could be the key to greener and cheaper cement

https://news.ucsb.edu/2026/022568/basalt-could-be-key-greener-and-cheaper-cement
1•littlexsparkee•2m ago•0 comments

Don't Outsource the Learning

https://addyosmani.com/blog/dont-outsource-learning/
2•cdrnsf•9m ago•0 comments

Show HN: SoccQR – Lost and Found Labels for Soccer Balls / Gamified Training Log

https://soccqr.com
1•zarie•15m ago•0 comments

The Left Hand of Darkness (1969)

https://en.wikipedia.org/wiki/The_Left_Hand_of_Darkness
1•maxall4•19m ago•0 comments

An Inexpensive Schlieren System

https://petapixel.com/2020/01/18/a-simple-and-inexpensive-schlieren-optical-system-using-a-fresne...
1•Eridanus2•19m ago•0 comments

Prepare your "no" and keep it handy

https://sive.rs/n0
1•Curiositry•25m ago•0 comments

Hosting a website on an 8-bit microcontroller

https://maurycyz.com/projects/mcusite/
2•zdw•26m ago•0 comments

The lasting influence of Netscape Time

https://thehistoryoftheweb.com/the-lasting-influence-of-netscape-time/
1•zdw•28m ago•0 comments

Self-Distillation Enables Continual Learning [PDF]

https://arxiv.org/abs/2601.19897
2•teleforce•32m ago•0 comments

Ask HN: Pre-agentic Google would restrict a search query to only 10 words

1•Eridanus2•35m ago•0 comments

AI Poised to Tilt Job Market Leverage Toward Older Workers

https://www.bloomberg.com/news/articles/2026-05-16/ai-poised-to-tilt-job-market-leverage-toward-o...
4•littlexsparkee•37m ago•2 comments

Open architecture multi-beam EBL for sub-10nm sovereign chip manufacturing

https://github.com/robmorin0-hash/multibeam-ebl-open
2•TheDoctorII•39m ago•0 comments

Braids and Dynamics Frontiers in Theory and Modelling with Scarce Data

https://people.math.wisc.edu/~thiffeault/talks/gordon2022.pdf
1•marysminefnuf•45m ago•0 comments

Tell HN: Mindie.dev is scraping emails from profiles to send spam

2•stackghost•45m ago•0 comments

Quack: A TUI for managing and cancelling active OpenCode sessions

https://github.com/SmolNero/quack
1•edgar_ortega•46m ago•0 comments

The night I dreamed of Archangel Michael

https://mylightstillshines.wordpress.com/2026/04/27/the-time-i-dreamt-of-archangel-michael/
2•jaygirl•52m ago•0 comments

Humans VS AI.IO – Update, New features and turrets

https://humansvsai.io
1•creatorcuffee•56m ago•0 comments

"Deep Generative Modeling": Introductory Examples

https://github.com/jmtomczak/intro_dgm
1•modinfo•56m ago•0 comments

Scalar and Binary Quantization for Pgvector Vector Search and Storage (2024)

https://jkatz05.com/post/postgres/pgvector-scalar-binary-quantization/
1•eigenBasis•1h ago•0 comments

A compact coding agent written in pure C, syscall tools, memory, pi-style TUI

https://github.com/douglascorrea/syscall-agent
2•douglascorrea•1h ago•0 comments

Turnspit Dog

https://en.wikipedia.org/wiki/Turnspit_dog
4•doener•1h ago•0 comments

Chinese University Student Expelled for Improper Contact with a Foreigner (2025)

https://thediplomat.com/2025/09/why-a-chinese-university-expelled-a-student-for-improper-contact-...
2•toilet•1h ago•0 comments

What A.I. Kant Do

https://www.nytimes.com/2026/05/16/opinion/ai-liberal-arts.html
1•doener•1h ago•0 comments

[deleted]

https://www.economist.com/china/2025/07/17/why-a-fling-with-a-foreigner-insults-chinas-national-d...
3•toilet•1h ago•2 comments

Paid HTTP APIs that AI agents auto-pay per-call (x402 and USDC)

https://bshelby88.github.io/x402-portfolio/
2•bshelby88•1h ago•0 comments

Make ZIP files smaller with ZIP Shrinker

https://evanhahn.com/make-zip-files-smaller-with-zip-shrinker/
1•zdw•1h ago•0 comments

FCP – Free Communication Protocol

https://fcp.md/
2•chalyi•1h ago•1 comments

Add –implementation-language flag to Bun

https://github.com/oven-sh/bun/issues/30897
1•quasigloam•1h ago•0 comments

Show HN: Built a verifiable, open-source SoC 2 readiness scanner

https://loxeai.com
1•arjavmehta•1h ago•0 comments

Show HN: I built a free PDF editor to fix Claude's horribly-generated PDFs

https://composer-sepia.vercel.app
2•chaidhat•1h ago•1 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