frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Killed by Apple – a graveyard of discontinued Apple products

https://killedbyapple.theden.sh/
1•theden•40s ago•0 comments

Get >> HTTPS://Www.facebook.com/MetaFlowUS/

https://www.facebook.com/MetaFlowUS
1•dannywarney•1m ago•0 comments

IBM Pays $17M Resolve Allegations of Discrimination Through DEI Practices

https://www.justice.gov/opa/pr/ibm-pays-17-million-resolve-allegations-discrimination-through-ill...
1•iamflimflam1•2m ago•0 comments

The "Nuclear Energy Paradox"

https://www.sciencedirect.com/science/article/pii/S2214629626001477
1•o_pax•3m ago•0 comments

EU DMA after-action review didn't go the way that Apple wanted

https://appleinsider.com/articles/26/05/04/eu-dma-after-action-review-didnt-go-the-way-that-apple...
1•pseudalopex•3m ago•0 comments

Hackable PyTorch RL Library with Distributional Algorithms (D4PG, DSAC, DPPO)

https://github.com/e3ntity/e3rl
1•lschneider•3m ago•0 comments

OpenFeature

https://openfeature.dev/
1•wiradikusuma•4m ago•0 comments

Show HN: Red Squares – GitHub outages as contributions

https://red-squares.cian.lol/
3•cianmm•6m ago•0 comments

Automated pipeline that turns a narration recording into a YouTube video

https://github.com/danicuki/creative-act
1•danicuki•6m ago•0 comments

Show HN: Migrate your Evernote archive to Google Drive or local files

https://github.com/meizy/evernote-to-gdrive
1•meizy•11m ago•0 comments

Spike in Codex Downloads

https://www.npmcharts.com/compare/@openai/codex?log=false&interval=30
1•mirzap•11m ago•0 comments

Dyeeeufdieyeeeicdjehj

https://blog.cloudflare.com/post-quantum-warp/
1•shomserali•16m ago•0 comments

SEO: Medium Post Automation Agent

https://simplai.ai/solution/medium-post-automation-agent
1•emilypellegrini•16m ago•0 comments

Claude eagerly offers instructions to make explosives used in terrorist attacks

https://mindgard.ai/blog/claude-offers-up-instructions-to-make-explosives
1•watbe•16m ago•0 comments

US against them as a spectator from the sidelines

https://blog.fortrabbit.com/us-against-them
1•esher•17m ago•0 comments

What Comes After the Slide Deck? From Consulting Slides to Delivery Platforms

https://deepviews.xyz/blog/consulting-ppt-to-platform-en
1•rswcf•17m ago•0 comments

HomeDesignsAI

https://homedesigns.ai/
1•bellamoon544•22m ago•0 comments

AI collaboration as a laser cavity

https://solitonmaths.substack.com/p/the-coherent-cavity
1•tompdavis•24m ago•1 comments

Why the UAE Left OPEC

https://www.ft.com/content/77f79126-bbf5-4343-90ea-c403c04c5640
1•bazzmt•27m ago•1 comments

Free Tournament Bracket Builder

https://tournament-studio.apps.jointjs.com/
1•durman•29m ago•0 comments

What Is an AI SDR? How AI Sales Agents Work in 2026

https://babuger.com/blog/what-is-an-ai-sdr-how-ai-sales-agents-work
1•lyuata•29m ago•1 comments

notebooklm-py makes Claude interact with NotebookLM

https://github.com/teng-lin/notebooklm-py
1•rippeltippel•32m ago•0 comments

NZ Government to Disestablish the BSA

https://www.beehive.govt.nz/release/government-disestablish-bsa
3•xupybd•37m ago•1 comments

Open Agents from Vercel is now open source

https://github.com/vercel-labs/open-agents
2•ssgodderidge•39m ago•0 comments

Agentic AI Community 2026

https://simplai.ai/simplai-university
2•peterparker01•41m ago•0 comments

Visualize Any Hugging Face Model

https://hfviewer.com/
4•rippeltippel•41m ago•0 comments

DeepSeek nears $45B valuation as China's 'Big Fund' leads investment talks

https://www.ft.com/content/daaf2e0a-4a0d-4d7c-a85b-445480f6b9c7
5•thm•45m ago•2 comments

Palo Alto Networks warns of firewall RCE zero-day exploited in attacks

https://www.bleepingcomputer.com/news/security/palo-alto-networks-warns-of-actively-exploited-fir...
2•defrost•53m ago•0 comments

Ask HN: Does your employer require everyone to use the same AI model?

4•kevinfarrugia•55m ago•1 comments

How Mobile Ethnography Is Transforming Research from Guesswork

https://figshare.com/articles/journal_contribution/_sup_How_Mobile_Ethnography_is_Transforming_Re...
1•aishasajjad•55m 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