frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A discarded SpaceX rocket is on a high-speed collision course with the moon

https://phys.org/news/2026-07-discarded-spacex-rocket-high-collision.html
1•bookmtn•5m ago•0 comments

AT&T CEO Says He Can't Deploy Robocall Blockers Without FCC Approval. He's Wrong (2016)

https://web.archive.org/web/20160602030339/http://consumerist.com/2016/06/01/att-ceo-says-he-cant...
2•dredmorbius•7m ago•0 comments

Show HN: Created a Drink Journal App, Drinqly

https://drinqly.io/welcome
1•haileivera•8m ago•0 comments

Docs in 2026: Feed the machine, then guide the humans

https://passo.uno/tech-writing-role-split/
1•theletterf•13m ago•0 comments

Karakeep Release 0.33.1

https://github.com/karakeep-app/karakeep/releases/tag/v0.33.1
1•toomuchtodo•13m ago•1 comments

Rcarmo/umcp: A micro MCP core (asyncio and synchronous)

https://github.com/rcarmo/umcp
1•rcarmo•14m ago•0 comments

Laravel LSP, Pest 5, Laracon US 2026 – A Day with Laravel #062

https://a-day-with-laravel.happyto.dev/p/laravel-lsp-pest-5-laracon-us-2026-a-day-with-laravel-062
1•happytodev•14m ago•0 comments

I am building a cool OS like simulator based on Corgis

https://github.com/ILikeLinux123/Corgi-OS
2•Linuxisgood•15m ago•0 comments

Atom is better than RSS, in ways that matter

https://chrismorgan.info/atom%3Erss
4•frizlab•17m ago•0 comments

2025 Review of Notorious Markets for Counterfeiting and Piracy [pdf]

https://ustr.gov/sites/default/files/files/Press/Releases/2026/2025%20Notorious%20Markets%20List%...
1•zebreus•20m ago•0 comments

ModelExpress: Distributing Model Artifacts at the Speed of Light

https://developer.nvidia.com/blog/modelexpress-distributing-model-artifacts-at-the-speed-of-light/
1•gmays•24m ago•0 comments

Conor Oberst Survived Teenage Rock Stardom

https://www.nytimes.com/2026/07/24/arts/music/conor-oberst-bright-eyes-interview-popcast.html
1•bookofjoe•24m ago•1 comments

Show HN: Evidence-to-Skill – a gate between untrusted sources and agent skills

https://github.com/Sanexxxx777/evidence-to-skill
1•Aleksandr_NFA•29m ago•0 comments

The Beelink Mate Pro

https://taoofmac.com/space/reviews/2026/08/01/2130
1•rcarmo•31m ago•0 comments

Presigned URLs are technically a security vuln

https://www.tigrisdata.com/blog/presigned-urls-security-vuln/
1•ErenayDev•32m ago•0 comments

Grace

https://rodrigoalvesvieira.com/2026/08/01/grace
1•ravieira•34m ago•0 comments

Busy Beaver Holdouts Lists

https://wiki.bbchallenge.org/wiki/Holdouts_lists
1•frozenseven•34m ago•0 comments

Harry Potter and the Chamber of Secrets

https://en.wikipedia.org/wiki/Harry_Potter_and_the_Chamber_of_Secrets
1•chistev•34m ago•0 comments

The 14 Steps it takes to open my office door with a new phone

https://shub.club/writings/2026/august/14-steps-to-open-a-door/
12•forthwall•40m ago•9 comments

The Wheels We Keep Reinventing

https://blainsmith.com/articles/reinventing-the-wheel/
1•birdculture•42m ago•0 comments

Show HN: Copy any website pixel perfect

https://github.com/HarKro753/claude-copy
2•Harro123•46m ago•0 comments

How the Heck Does JPEG Work?

https://perthirtysix.com/how-the-heck-does-jpeg-work
2•safehuss•55m ago•0 comments

Show HN: Check technical fit for B2B prospects without questionnaires

https://tryscoped.com/demo
1•ininew•58m ago•1 comments

Coldcard's $38M (so far) exploit shakes faith in self-custody

https://www.coindesk.com/business/2026/07/31/coldcard-s-usd38-million-so-far-exploit-shakes-faith...
8•wslh•1h ago•2 comments

If technology got better, why did everything get worse?

https://www.sammystraus.com/#if-technology-got-better-why-did-everything-get-worse
6•sammy0910•1h ago•1 comments

Book sellers raise alarm over 'horrific' destruction of rare titles to feed AI

https://www.theguardian.com/technology/2026/aug/02/australian-book-sellers-alarm-destruction-rare...
5•billybuckwheat•1h ago•1 comments

Using Meta AI via WhatsApp for OpenCode

https://github.com/amita-seal/wa-metaai
1•amita2•1h ago•0 comments

AI's real threat to jobs isn't job loss, it's lower paychecks, new research says

https://www.businessinsider.com/ai-could-lower-workers-pay-job-market-impact-2026-7
3•theanonymousone•1h ago•0 comments

Ask HN: How are you using AI to learn?

4•mfalcon•1h ago•3 comments

We're 15-year-olds tired of switching study apps, so we built our own

https://reviscio.com/
1•Luka_Takki•1h ago•2 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