frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Graft – Give coding agents a semantic map instead of grep

https://github.com/NanoNets/Graft
1•vitaelabitur•36s ago•0 comments

Terafab: SpaceX & Tesla Chip Fab

https://terafab.ai/
1•throwoutway•51s ago•0 comments

Tracking Internet Shutdown, 2019–2025

https://pulse.internetsociety.org/en/blog/2026/08/tracking-internet-shutdown-20192025/
1•jruohonen•1m ago•0 comments

Show HN: Aident Loadout – connect Codex and Claude Code to real apps

https://github.com/Aident-AI/aident-skill
1•luciana1u•1m ago•0 comments

Odyssey Framework – Give AI the business context it needs

https://odysseyframework.com
1•JVBlack•2m ago•0 comments

Facebook is paying controversial creators to produce rage-bait content

https://www.abc.net.au/news/2026-08-06/ragebait-how-facebook-is-paying-controversial-creators/106...
1•hn_acker•3m ago•0 comments

How to Get More Customers Without Paying for Ads – Playistry

https://playistry.com/blog/how-to-get-more-customers-without-paying-for-ads
2•playistry•4m ago•0 comments

Oxide Joins Anthropic's Project Glasswing

https://oxide.computer/blog/oxide-anthropic-project-glasswing
3•tosh•5m ago•1 comments

The new science of brain workouts

https://www.washingtonpost.com/health/2026/08/06/new-science-brain-workouts-beyond-sudoku-crosswo...
1•ike_usawa•6m ago•0 comments

Linux Left Legacy I/O and Memory Handlers Open in Kernel Lockdown Mode

https://www.phoronix.com/news/Linux-Lockdown-Legacy-IO-Mem
1•speckx•6m ago•0 comments

In AI-native firms, tech automates 75% of the work. What about the other 25%?

https://readonpaper.substack.com/p/the-25-nobodys-underwriting
1•mondesai•7m ago•1 comments

LudumDare Database

https://ldj.am
2•nazavtra•8m ago•0 comments

A shell exclamation mark is not for yelling. Be lazy

https://refp.se/articles/your-shell-and-the-lazy-exclamation-mark
2•refp•8m ago•0 comments

Make Every Agent a Data Agent

https://tower.dev/blog/make-every-agent-a-data-agent
4•giray123•8m ago•0 comments

US Military GPS jamming exercise suspected of contributing to plane crash

https://www.tomshardware.com/tech-industry/us-military-gps-jamming-exercise-suspected-of-contribu...
2•arunc•9m ago•0 comments

Americans are rallying against data centers. Surprisingly few are getting built

https://www.cnn.com/2026/08/06/business/ai-data-center-construction
2•mapping365•9m ago•0 comments

A Mystery Avenger Escalates a War Against Scotland's Parking Police

https://www.wsj.com/world/europe/a-mystery-avenger-escalates-a-war-against-scotlands-parking-poli...
1•JumpCrisscross•11m ago•0 comments

An AI model from Meta also hacked another company during testing

https://simonwillison.net/tags/accidental-cyberattacks/
2•BiteCode_dev•12m ago•1 comments

Can you disable Gatekeeper and XProtect?

https://eclecticlight.co/2026/08/06/can-you-disable-gatekeeper-and-xprotect/
1•Brajeshwar•12m ago•0 comments

Qwen3.8 Max Intelligence, Performance and Price Analysis

https://artificialanalysis.ai/models/qwen3-8-max
2•glz•13m ago•0 comments

Taylor Farms Cyclospora outbreak triples in size

https://efoodalert.com/2026/08/05/taylor-farms-cyclospora-outbreak-triples-in-size/
3•speckx•13m ago•1 comments

Need monetization help on my app

https://www.what2do.me/
2•gnrlnoob•13m ago•1 comments

Shopify says AI search is driving more traffic and sales, not replacing Google

https://techcrunch.com/2026/08/05/shopify-says-ai-search-is-driving-more-traffic-and-sales-not-re...
3•benwerd•14m ago•0 comments

Opinion: Demis Hassabis' new role exposes Google's AI balancing act

https://www.cnbc.com/2026/08/06/demis-hassabis-google-reshuffle-deepmind-role.html
2•theanonymousone•14m ago•0 comments

Building a Dashcam iPhone App

https://www.thomasmcgee.co/article/building-a-dashcam-iphone-app
2•SunshineTheCat•14m ago•0 comments

The LuaJIT NYI That Silently Poisoned an Unrelated Hot Loop

https://streamhpc.com/blog/2026-08-05/the-luajit-nyi-that-silently-poisoned-an-unrelated-hot-loop/
2•birdculture•15m ago•0 comments

Show HN: Yotsu – A daily logic puzzle app with four puzzles a day and no ads

https://apps.apple.com/us/app/yotsu/id6779978296
1•cf1424•16m ago•0 comments

FDA approves first mRNA flu shot, from Moderna

https://www.nbcnews.com/health/health-news/fda-approves-1st-mrna-flu-shot-moderna-rcna590599
2•LopRabbit•17m ago•0 comments

Snakes killed at 2026 Florida Python Challenge

https://www.popsci.com/environment/florida-python-challenge-winners-2026/
1•speckx•18m ago•0 comments

Ask HN: Favorite way to track multi-chat costs in Claude?

1•davidajackson•18m 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