frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Sigment framework beating Vanilla JavaScript in row selection

https://sigment.dev/
1•nivben27•31s ago•0 comments

Show HN: Splitby v2.0.0 – a modern alternative to cut

https://github.com/Serenacula/splitby
1•Serenacula•52s ago•0 comments

Palo Alto Lost Its Zoning War (and Now Looks Like This)

https://www.youtube.com/watch?v=XBWyE2bGaLk
1•bane•4m ago•0 comments

Student sues matchmaking app for allegedly stealing her likeness for an ad

https://mashable.com/article/student-sues-meete-for-allegedly-stealing-likeness-geofencing
5•gnabgib•7m ago•0 comments

Show HN: Contral – the agent which will teach you while you build with AI

https://contral.ai
2•samagragune•8m ago•1 comments

So that's why they call it "YOLO-mode"

4•neurodiv_dennis•11m ago•2 comments

The Moth Story Map

https://themoth.org/dispatches/story-map
1•jxmorris12•12m ago•0 comments

The Eye in Your Pocket

https://aeon.co/essays/things-have-jobs-and-digital-devices-are-made-to-track-you
3•billybuckwheat•13m ago•0 comments

Thunderbird donation page consumes CPU/GPU due to animation

https://bugzilla.mozilla.org/show_bug.cgi?id=2038287
1•nh2•14m ago•0 comments

AI makes weak engineers less harmful

https://www.seangoedecke.com/ai-makes-weak-engineers-less-harmful/
2•bsgada•18m ago•0 comments

GrapheneOS isn't vulnerable to the 3 recent Linux memory logic vulnerabilities

https://discuss.grapheneos.org/d/35353-grapheneos-isnt-vulnerable-to-the-3-recent-linux-memory-lo...
3•Cider9986•19m ago•0 comments

Humanity Is Self-Deprecating

https://not-an-llm.bearblog.dev/humanity-is-self-deprecating/
2•nusl•21m ago•1 comments

Scroll Animation in Pure CSS

https://www.joshwcomeau.com/animation/scroll-driven-animations/
1•zane__chen•21m ago•0 comments

NetBSD Wii IP6 Webserver

http://wii.sjmulder.nl/
1•jaypatelani•22m ago•0 comments

The 'dangerous' promise of a techno-utopian future

https://www.cbc.ca/radio/ideas/tech-billionaires-ai-utopia-1.7440698
3•lbrito•23m ago•1 comments

Disappearing Polymorph

https://en.wikipedia.org/wiki/Disappearing_polymorph
2•ZeljkoS•27m ago•0 comments

Teaching Claude Why

https://alignment.anthropic.com/2026/teaching-claude-why/
1•cebert•29m ago•0 comments

How Do You Know If a Skill Is Any Good? LLM-as-Judge Scoring

http://instructionmanuel.com/scoring-skills-with-llm-as-judge
2•eigenBasis•31m ago•0 comments

US judge will not rubber-stamp Elon Musk settlement with SEC

https://www.reuters.com/legal/government/us-judge-will-not-rubber-stamp-elon-musk-settlement-with...
5•tartoran•33m ago•0 comments

Next.js May 2026 security release

https://vercel.com/changelog/next-js-may-2026-security-release
1•bcye•34m ago•0 comments

Onboarding Is a Hazing Ritual and You Call It Agile

https://dhung.dev/blog/onboarding-hazing-ritual
2•birdculture•35m ago•0 comments

Judge rules DOGE cancellation of humanities grants was unconstitutional

https://apnews.com/article/trump-doge-humanities-funding-cuts-dda1383436c41be08da3bbf7cc08818e
10•1659447091•36m ago•3 comments

NixOS and Secrets

https://isabelroses.com/blog/nixos-and-secrets/
3•isabelroses•36m ago•0 comments

Show HN: Signegy - free in-browser PDF toolkit, no signup

https://signegy.com/
1•DiligentPeasant•36m ago•0 comments

Ask HN: What kind of computer language will LLM use?

2•folderquestion•39m ago•3 comments

Anthropic weighs deal for near $1T valuation as revenue surges

https://www.ft.com/content/a40cafcc-0fa4-4e70-9e24-90d826aea56d
6•alecco•41m ago•1 comments

I made Meta's TRIBE v2 watch YouTube in real time

https://www.youtube.com/watch?v=I4oGPLMVoC0
1•merlin_mimer•41m ago•0 comments

Compound drivers of Antarctic sea ice loss and Southern Ocean destratification

https://www.science.org/doi/10.1126/sciadv.aeb0166
3•littlexsparkee•42m ago•0 comments

General Motors fined $12.75M for selling location data

https://privacy.ca.gov/2026/05/when-it-comes-to-data-privacy-consumers-must-be-in-the-drivers-sea...
4•jboggan•43m ago•1 comments

Show HN: Tuxedo – A fast, keyboard-driven terminal UI for todo.txt

https://github.com/webstonehq/tuxedo
1•mikenikles•44m 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