frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Physiologyof Cardiac

https://prirodnolecenje.substack.com/p/the-physiology-of-cardiac-muscle
1•prirodno•32s ago•0 comments

Welcome to the Token Economy

https://www.edgee.ai/blog/posts/welcome-to-the-token-economy
1•gilles_oponono•1m ago•0 comments

The Ethics Tax: Anthropic Refused The Pentagon. OpenAI Took the Deal

https://sloppish.com/ethics-tax.html
1•bustah•1m ago•0 comments

Apple Plans to Open Up Siri to Rival AI Assistants in iOS 27 Update

https://www.bloomberg.com/news/articles/2026-03-26/apple-plans-to-open-up-siri-to-rival-ai-assist...
1•marc__1•4m ago•0 comments

Closed Source vs. Open Source AI: A Cage Fight Few People Understand

https://davefriedman.substack.com/p/closed-source-vs-open-source-ai-a
1•gmays•6m ago•0 comments

An Efficient Heterogeneous Co-Design for Fine-Tuning on a Single GPU

https://arxiv.org/abs/2603.16428
1•matt_d•6m ago•0 comments

'Friction-maxxing' in school: Students should read primary lit, not AI summaries

https://www.thetransmitter.org/neuro-education/friction-maxxing-in-school-students-should-read-pr...
2•lentoutcry•7m ago•0 comments

Swap PVs on live StatefulSets without a rollout?

https://blog.cleancompute.net/p/pvc-re-binding
1•nibir•7m ago•0 comments

Private Speech Transcription for Macs – Moonshine Note Taker

https://note-taker.moonshine.ai/
1•aanet•8m ago•1 comments

Model Collapse Is Happening, We Just Pretend It Isn't

https://cacm.acm.org/blogcacm/model-collapse-is-already-happening-we-just-pretend-it-isnt/
1•adunk•9m ago•0 comments

Aria – A programming language specifically for AI code generation

https://www.aria-lang.com
1•danstrohschein•10m ago•0 comments

Cline Kanban: a CLI-agnostic app for multi-agent orchestration

https://cline.bot/blog/announcing-kanban
1•bricss•11m ago•0 comments

Show HN: I resurrected Clojure-Android – native Clojure on your phone over nREPL

https://github.com/clj-android
1•Zak•12m ago•0 comments

Ubuntu to adopt ntpd-rs as the default time synchronization client and server

https://trifectatech.org/blog/announcing-ntpd-rs-as-default-on-ubuntu/
1•vsgherzi•12m ago•0 comments

OpenAI Backs Isara, New AI Startup Seeking Bot Army Breakthroughs

https://www.wsj.com/tech/ai/openai-backs-new-ai-startup-seeking-bot-army-breakthroughs-a0b1fedc
1•bookofjoe•12m ago•1 comments

Sheryl Sandberg's Lean in Sheds Quarter of Staff, Will Focus on Manosphere Fight

https://www.wsj.com/business/sheryl-sandbergs-lean-in-sheds-quarter-of-staff-will-focus-on-manosp...
2•aanet•13m ago•0 comments

Shimmer – Real-time meeting diagrams that run in the browser

https://shimmerdiagrams.com/
2•ldubinets•15m ago•1 comments

Judge's Remarks on Anthropic vs. Pentagon

https://www.businessinsider.com/anthropic-pentagon-trump-hearing-judge-rita-lin-remarks-stakes-20...
3•AnimalMuppet•15m ago•0 comments

The Known Universe in 360° [video]

https://www.youtube.com/watch?v=N79TowJOHHE
1•reconnecting•15m ago•0 comments

Software Engineer Interviews for the Age of AI

https://swizec.com/blog/software-engineer-interviews-for-the-age-of-ai/
3•gusmally•16m ago•0 comments

Proxy IP is clean but sessions still get flagged – it's probably DNS

https://voidmob.com/blog/dns-leak-proxy-killer-carrier-native-dns
1•Alex_Numbers•17m ago•0 comments

Windows MIDI Services

https://github.com/microsoft/MIDI/tree/main
1•barrister•17m ago•0 comments

A tool to map dependencies across repos

https://github.com/Corbell-AI/Corbell
3•holy_pharaoh•18m ago•0 comments

Show HN: Non Agentic international calling app with local rates

https://voklit.app
1•ahmgeek•20m ago•0 comments

Fund with Stakes in SpaceX and Anthropic Jumps 1,200% Above Asset Value

https://www.bloomberg.com/news/articles/2026-03-24/fund-with-spacex-and-anthropic-stakes-jumps-1-...
1•paulpauper•21m ago•0 comments

Retry and fallback strategies for LLM requests

https://www.edgee.ai/blog/posts/retry-and-fallback
2•sachamorard•21m ago•1 comments

Are high gas prices good news for EVs? It's complicated

https://www.technologyreview.com/2026/03/26/1134677/gas-prices-electric-vehicles/
4•joozio•21m ago•0 comments

Fundrise VCX fund falls 45% as IPO mania subsides

https://www.marketwatch.com/story/the-hot-fundrise-vcx-fund-falls-45-as-ipo-mania-subsides-and-in...
1•paulpauper•21m ago•0 comments

How ultrasound is delivered matters when opening the blood-brain barrier

https://medicalxpress.com/news/2026-03-ultrasound-blood-brain-barrier.html
2•PaulHoule•21m ago•0 comments

Workplace Sexual Harassment Is Making a Comeback

https://nombiezinja.com/word-things/2026/3/8/workplace-sexual-harassment-is-making-a-comeback
2•ohjeez•21m ago•0 comments
Open in hackernews

PDP-11/hack with some variations

https://github.com/JPLeRouzic/Kicad-musings/tree/main/PDP11Hack
2•JPLeRouzic•11mo ago

Comments

JPLeRouzic•11mo 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