frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Choicer Voicer, put your own voice into movie and game scenes

https://playchoicervoicer.com/
1•trywork2026•1m ago•0 comments

Foomflops: Three Decades of AI Predictions

https://foom.hyperplex.org/
1•EvgeniyZh•2m ago•0 comments

When the RIAA sued a 12-year-old for MP3 piracy

https://dfarq.homeip.net/that-time-the-riaa-sued-a-12-year-old-for-mp3-usage/
2•giuliomagnifico•3m ago•0 comments

Archive.ubuntu.com and a few other components are down

https://status.canonical.com/#/incident/KNms6QK9ewuzz-7xUsPsNylV20jEt5kyKsd8A-3ptQG_37xwBenEnYvK-...
1•vanschelven•3m ago•1 comments

Dating Apps Are Dying

https://time.com/article/2026/09/09/dating-apps-are-dying/
2•carabiner•5m ago•0 comments

Climate 'feedback loops' could worsen global warming by 30%, study finds

https://www.theguardian.com/environment/2026/sep/10/climate-feedback-loops-global-warming-study
2•signa11•8m ago•0 comments

Apple Watch Ultra 4 Drops Glonass Support

https://www.macrumors.com/2026/09/10/apple-watch-ultra-4-glonass/
2•tosh•10m ago•0 comments

Draw a wheel, see the road it rolls on

https://roadwright.baselashraf.com/
1•thunderbong•12m ago•0 comments

Show HN: A local, open-source version of Claude Code

https://github.com/just-not-google/BiNeuron
1•waratecs123•13m ago•0 comments

Anthropic reveals rogue AI agents hate CAPTCHAs, just like you

https://techcrunch.com/2026/09/10/anthropic-reveals-rogue-ai-agents-hate-captchas-just-like-you/
3•h0ek•15m ago•0 comments

TypeScript-to-Native Compiler – Scriptc.dev

https://scriptc.dev/
1•nkjoep•15m ago•0 comments

Open Letter about the Mathathon

https://proofsandprompts.com/2026/09/10/open-letter-about-the-mathathon/
1•nill0•16m ago•0 comments

Apple Explains What Happens to Conversations Siri Recap Hears

https://www.macrumors.com/2026/09/10/apple-watch-siri-recap/
1•Cider9986•17m ago•0 comments

Another way to leak traffic on Android has been discovered

https://mullvad.net/en/blog/another-way-to-leak-traffic-on-android-has-been-discovered
1•Cider9986•18m ago•0 comments

Using Sound as a Fire Extinguisher [video]

https://www.youtube.com/watch?v=ZvnCQg4w4o8
1•simonebrunozzi•20m ago•0 comments

Sept. 11 Changed the World Order. But Not for the Reason We May Think

https://www.wsj.com/world/sept-11-changed-world-order-1508c504
1•Tomte•22m ago•0 comments

Performing Animations in Tldraw Flash

https://www.youtube.com/watch?v=dnv39vt2uwc
1•armanboyaci•23m ago•0 comments

Powering AI is an architecture problem

https://www.technologyreview.com/2026/09/10/1141649/powering-ai-is-an-architecture-problem/
1•joozio•24m ago•0 comments

Show HN: Blender Agent:A live, multi-turn agent that any can use for Blender

https://github.com/zavora-ai/adk-rust/tree/main/examples/blender_console
1•JamesKaranja•25m ago•0 comments

Give Me Knobs

https://yehiaabdelm.com/blog/give-me-knobs
1•yehiaabdelm•32m ago•0 comments

Measuring Malicious Intermediary Attacks on the LLM Supply Chain

https://twitter.com/shoucccc/status/2098169782541631871
1•soltanov•34m ago•0 comments

XPENG's Humanoid Robots production line is finished

https://www.youtube.com/watch?v=ZgBm8PdtpGo
2•nickweb•35m ago•0 comments

Cross-Lingual Alignment Without Joint Training

https://arxiv.org/abs/2608.27115
1•codelion•35m ago•0 comments

Measuring Malicious Intermediary Attacks on the LLM Supply Chain

https://arxiv.org/abs/2604.08407
1•0in•37m ago•0 comments

Congress Is Suddenly Waking Up to the AI Doomsday Threat

https://www.wsj.com/politics/policy/congress-is-suddenly-waking-up-to-the-ai-doomsday-threat-b40a...
3•doener•39m ago•2 comments

DeepSeek v4.1 Flash Uncensored

https://huggingface.co/dealignai/DeepSeek-V4.1-Flash-UNCENSORED-FP8
2•soltanov•41m ago•0 comments

Show HN: Oxlint plugin to auto-fix non-canonical Tailwind classes

https://github.com/maharshi365/oxlint-plugin-tailwind-canonical
1•maharship2022•43m ago•0 comments

Anthropic is lying: Moonshot is not routing to Claude

https://twitter.com/trydotworks/status/2098300730805284961
2•try-working•45m ago•2 comments

Proposal: Cmd/cgo: cgo without a C toolchain

https://github.com/golang/go/issues/81450
1•mappu•47m ago•0 comments

Predicting AI Job Exposure

https://www.ben-evans.com/benedictevans/2026/5/24/ai-job-exposure
1•saikatsg•47m 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