frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Implant – an extension to VS Code that exposes its APIs to coding agents

https://marketplace.visualstudio.com/items?itemName=strangepleasures.implant
2•strangepleasure•3m ago•0 comments

What I did in Gaza: an Israeli soldier's reckoning

https://www.economist.com/interactive/1843/2026/05/29/what-i-did-in-gaza-an-israeli-soldiers-reck...
3•tumdum_•4m ago•0 comments

Northwest Europe's electricity network visualised in Blender

https://fosstodon.org/@robhawkes/117070228914160153
2•robin_reala•4m ago•0 comments

Show HN: Watching browser fingerprinting calls via Chromium's Blink layer

https://kameleo.io/blog/this-is-the-closest-well-ever-get-to-reverse-engineering-anti-bots
2•brnbs•5m ago•0 comments

Show HN: FOMO: the tool that catches when a workplace stops agreeing with itself

https://usefomo.net
2•JadAmmar•7m ago•0 comments

Show HN: Issue Apple and Google wallet passes from Node.js

https://github.com/getpassmint/passmint
2•alexpate•9m ago•0 comments

Githubprofileforjagermiser

2•jagermister•11m ago•1 comments

Show HN: OptiQra – Open-source AI website optimization and intelligence platform

https://github.com/armin5872/OptiQra
2•ArminNX•11m ago•0 comments

Glitchwave Game Charts

https://glitchwave.com/charts/
2•frozenseven•15m ago•0 comments

Fitting a messenger, wallet, and password manager into 482 bytes of memo space

https://paragraph.com/@z-text/how-we-fit-a-messenger-wallet-and-password-manager-into-482-bytes
2•ztextzksnarks•29m ago•0 comments

Apple Plans iPhone-to-Windows Copy and Paste in EU After Microsoft Request

https://www.macrumors.com/2026/08/03/apple-iphone-windows-copy-paste/
3•Udo_Schmitz•31m ago•0 comments

Life on the Uncanny Precipice

https://nsaphra.net/post/uncanny/
2•maurits•32m ago•0 comments

Survey Results: Agile to the Product Operating Model

https://age-of-product.com/agile-product-operating-model-survey-results/
2•swolpers•34m ago•0 comments

Why the 2% inflation target? (2023)

https://sites.lsa.umich.edu/mje/2023/09/04/why-the-2-inflation-target/
2•downbad_•35m ago•0 comments

Standing up for what's right, requires friends

https://www.youtube.com/watch?v=w10yDYqsl-U
2•navigate8310•38m ago•0 comments

Ask HN: Gemini/Antigravity or Claude Code, which is better for programming?

2•roschdal•40m ago•1 comments

Letos: Create, edit, browse SQLite databases

https://letos.org/
3•thunderbong•41m ago•0 comments

Greenland issues 'strong warning' as Trump-linked oil firm prepares to drill

https://www.theguardian.com/world/2026/aug/08/greenland-iwarning-trump-linked-oil-firm-prepares-d...
4•gverrilla•43m ago•2 comments

The AI Barons Are Ready to Give Away Their Fortunes

https://www.wired.com/story/ai-billionaires-are-pledging-their-wealth-good-or-bad/
2•thm•44m ago•0 comments

The Closure of the Internet

https://arctotherium.substack.com/p/the-closure-of-the-internet
2•LAC-Tech•49m ago•0 comments

AI won't kill the PM role. Same job, better tools

https://www.leadinginproduct.com/p/ai-pm-role-same-job
2•benkan•49m ago•0 comments

'Pervert glasses': Backlash against Meta's smart glasses grows

https://tech.yahoo.com/ai/meta-ai/articles/pervert-glasses-backlash-against-metas-100000746.html
2•benkan•50m ago•0 comments

Brain activity reveals the melodies that people imagine

https://medicalxpress.com/news/2026-07-brain-reveals-melodies-people.html
2•benkan•52m ago•0 comments

Open knowledge-base (domain to KB)

https://github.com/mo-root/open-kb
1•moroot•53m ago•1 comments

Health in the Age of Intelligence: tragedy of the cognitive commons?

https://www.learning.foundation/2026/08/09/health-workforce-development-in-the-age-of-intelligenc...
1•redasadki•56m ago•0 comments

Prime Agent: A Self-Improving RLM Agent

https://github.com/PrimeIntellect-ai/prime-agent
2•swills•58m ago•0 comments

Recursive Language Models: the paradigm of 2026

https://www.primeintellect.ai/blog/rlm
1•swills•59m ago•0 comments

Show HN: Flyn, a link shortener that counts bots separately from humans

https://www.flyn.to
2•bhakunikaran•1h ago•1 comments

How should we evaluate memory for AI agents?

https://x.com/AgentMemoryL
3•IreneAI•1h ago•0 comments

OIDC/SSO Moves to Planka Pro

https://github.com/plankanban/planka/issues/1754
1•petecooper•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