frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: I built LibreYOLO, an MIT-licensed YOLO library

https://github.com/LibreYOLO/libreyolo
1•Xuban•3m ago•0 comments

Squeezes – A private, local-first bulk image compressor running in-browser

https://squeezes.vercel.app
1•marpe•6m ago•0 comments

Remote work didn't kill collaboration. Invisible teammates did

https://www.indiehackers.com/post/remote-work-didnt-kill-collaboration-invisible-teammates-did-JU...
2•ironsteel•14m ago•0 comments

DeepSeek drops another breakthrough [video]

https://www.youtube.com/watch?v=J0D7qV3nl7w
2•mgh2•23m ago•0 comments

Cvcheck.app scores your CV and tells you what's wrong

https://cvcheck.app
1•stefandulgh•24m ago•0 comments

A Last Gasp of 2D: The Cave CV1000 (2022)

https://nicole.express/2022/games-made-in-a-cave.html
2•tropicalfruit•25m ago•0 comments

Incompetent Content Moderation and Sexy Stuff

https://medium.com/luminasticity/incompetent-content-moderation-and-sexy-stuff-29e7e4d5caf7
1•bryanrasmussen•29m ago•0 comments

Suffix BWT vs. cyclic shift BWT, and fast computation

https://purplesyringa.moe/blog/suffix-bwt-vs-cyclic-shift-bwt-and-fast-computation/
1•g0xA52A2A•30m ago•0 comments

Before YouTube, Teenagers Were Coding Mind-Blowing Digital Art in Assembly

https://comuniq.xyz/post?t=1356
1•01-_-•31m ago•0 comments

Snake Venom Peptide Serum, Benefits, and Real Skin Insights

https://gamma.app/embed/Synevra-UltraLift-Review-2026-Snake-Venom-Peptide-Truth-Inside-jcmns0kstf...
1•prepostseo•33m ago•0 comments

Private space pilots are flying orbital missions for the US Space Force

https://techcrunch.com/2026/07/02/private-space-pilots-are-flying-orbital-missions-for-the-us-spa...
1•01-_-•37m ago•0 comments

LiteOne V3 – A 12KB Zero-Build framework aiming for strict CSP security

https://github.com/reflexmanofficial/LiteOne-v3
1•RelfexMan•39m ago•0 comments

Do teams proactively validate Kubernetes resilience against SLOs?

https://www.resilopshq.com/
1•swaroopbhatk•40m ago•1 comments

Building is free now. Being wanted isn't

https://starts.live
1•sgraphics8•42m ago•0 comments

Egypt Won

https://xcancel.com/waterloo_intern/status/2073171123542573231
3•razodactyl•44m ago•0 comments

Ask HN: Which AI model do you use for what?

1•akashwadhwani35•44m ago•0 comments

Yep, we're using OpenClaw to date now

https://techcrunch.com/2026/07/02/yep-were-using-openclaw-to-date-now/
2•TMWNN•47m ago•0 comments

Unearthing the Reality of "Zombie Energy Systems" in Africa's Energy Transition

https://www.catf.us/resource/unearthing-reality-zombie-energy-systems-africas-energy-transition/
2•bryanrasmussen•51m ago•0 comments

Another day, another illegal billion-dollar bribe to raise your electricity pric

https://electrek.co/2026/06/30/another-day-another-illegal-billion-dollar-bribe-to-raise-your-ele...
3•xbmcuser•55m ago•1 comments

The Factorio Effect

https://dangrafham.com/the-factorio-effect
1•freediver•57m ago•0 comments

Financial Nonsense

https://2ndbreakfast.audreywatters.com/financial-nonsense/
2•dmacedo•1h ago•0 comments

Most House Mice Tested Now Carry Mutations That Beat Common Rodent Poison

https://studyfinds.com/most-house-mice-tested-carry-mutations-that-beat-common-rodent-poison-stud...
2•mdp2021•1h ago•0 comments

Linguistic Relativity: Programming Languages

https://en.wikipedia.org/wiki/Linguistic_relativity
1•tosh•1h ago•1 comments

Show HN: Impasto – baker's percentages, poolish timing, DDT math for pizza nerds

https://impastopizza.app/
1•Floppyrom•1h ago•0 comments

The Screwdriver or the Swiss Army Knife

https://gregraiz.com/blog/screwdriver-or-swiss-army-knife/
1•freediver•1h ago•0 comments

Radio Free AI: The voice of the resistance

https://open.spotify.com/show/033HWq6pzjHeleKR8jfxLm
1•PaulTheOtherOne•1h ago•1 comments

Looking Forward to Postgres 19: Checksums for All

https://www.pgedge.com/blog/looking-forward-to-postgres-19-checksums-for-all
2•rellem•1h ago•0 comments

AI Poisons Creativity [video]

https://www.youtube.com/watch?v=WeCSzEtZcUw
1•ndr42•1h ago•1 comments

The Wonderful World of Slide Charts, Wheel Charts and Perrygrafs

https://www.sphere.bc.ca/oldsite/test/perrygraf.html
1•xeonmc•1h ago•0 comments

The Media Pipeline Behind realtime Voice System Pacing, Jitter Buffers...

1•gokuljs•1h 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