frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: Is classical AI research still being done because it helps modern AI?

1•amichail•1m ago•0 comments

You Haven't Made a Real Decision in Three Weeks. Neither Have I

https://medium.com/@pcodesdev/you-havent-made-a-real-decision-in-three-weeks-neither-have-i-a1f11...
1•pcodesdev•2m ago•0 comments

Agent skills should be compiled, not just read

https://sigilagent.com/blog/agent-skills-should-be-compiled.html
1•jayanaka98•2m ago•0 comments

I built an AI that outputs real, editable PowerPoint files

https://www.slaide.de
1•ogiermannluk•2m ago•0 comments

Show HN: Rate any US neighborhood 0 to 10, and the API behind it

https://atlasblock.dev/rate
1•canvasowl•2m ago•0 comments

Population Bottleneck

https://en.wikipedia.org/wiki/Population_bottleneck
1•thunderbong•4m ago•0 comments

Cialis is an erectile dysfunction drug. Could it also help you live longer?

https://www.npr.org/2026/08/17/nx-s1-5928263/cialis-viagra-tadalafil-longevity-heart-health
1•brandonb•4m ago•0 comments

AI Agents Made Me Rethink Leadership

https://allen.bargi.org/notes/leadership-management-and-supervision/
1•allenb•6m ago•0 comments

ZLang – a sovereign execution layer for ZDOS

https://github.com/high-cde/Zlang
1•High-cde•6m ago•0 comments

Show HN: Slivingdoc, conflict-resolving notebook for agents w. S3 backend

https://www.slivingdoc.dev/
1•baalimago•8m ago•0 comments

Show HN: LLMs each trading $100K vs. a frozen rulebook – the rulebook leads

https://aitradingcompetition.com/
1•chumzygood•9m ago•0 comments

Ask HN: What did you learn when you stopped following tutorials?

1•codst•9m ago•0 comments

An LLM skill for understanding sarcasm without asking for clarification

https://gist.github.com/skorotkiewicz/644eb2e8357dc38cd0ed8e23d0414c6c
1•modinfo•10m ago•0 comments

Super Mario Derivations

https://www.osnews.com/story/145826/super-mario-derivations/
1•miniBill•10m ago•0 comments

KYY X90D "Triple" Portable Monitor Review

https://www.servethehome.com/kyy-x90d-triple-portable-monitor-review/
1•teleforce•12m ago•0 comments

LTO Radar – Fast-Food Limited-Time Tracker

https://fidraj.github.io/lto-radar/
1•fidraj•12m ago•0 comments

Rainwatch – family and friends rain radar

https://fidraj.github.io/world-weather/
2•fidraj•13m ago•0 comments

Fixing a bricked AMD 7040 series Framework 13" laptop with $20 tools

https://quantum5.ca/2026/08/16/fixing-bricked-amd-7040-series-framework-13-laptop-with-20-tools/
1•subract•14m ago•0 comments

AI slop is swamping a House office that drafts US laws

https://www.politico.com/news/2026/08/17/ai-slop-lawmakers-congress-01008376
1•softwaredoug•14m ago•0 comments

Show HN: RaisFast – A single-binary BaaS and headless CMS in Rust

https://github.com/RaisFast/raisfast
1•snkzhong•15m ago•0 comments

Book the Meeting Before You Need It

https://staysaasy.com/book-the-meeting/
4•gpi•15m ago•0 comments

Show HN: A community library for Claude Code status lines

https://statuslin.es
3•nastynate•17m ago•0 comments

Speeding Up the Plush Garbage Collector

https://pointersgonewild.com/2026-08-17-speeding-up-the-plush-garbage-collector/
2•maxime_cb•20m ago•0 comments

Flirt: GitHub and Mailing List back ends

https://blog.buenzli.dev/flirt-github-and-mailing-list/
1•birdculture•21m ago•0 comments

The End of the European Summer

https://www.newyorker.com/magazine/2026/08/24/the-end-of-the-european-summer
1•littlexsparkee•21m ago•0 comments

What to Know About the mRNA Flu Vaccine, Newly Approved by the FDA

https://jamanetwork.com/journals/jama/fullarticle/2853094
1•susiecambria•21m ago•0 comments

Show HN: Sokoban AI Solver

https://mkornreich.me/projects/sokoban/
5•enjoyyourlife•22m ago•0 comments

A config file made an AI code auditor skip the file with the bug, 10/10 runs

https://richardjamieson.co.za/writing/clean-report-problem.html
2•RichJam•23m ago•0 comments

Securing the Infrastructure of Intelligence

https://xcancel.com/antibot/captcha
3•underdeserver•24m ago•0 comments

Show HN: An RSS Feed for DeepSWE Benchmarks

https://rss.xlit.app/deepswe
3•ghasemi•26m 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