frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Battle for the Future of Steam

https://www.youtube.com/watch?v=yV1_bWc0-gI
1•cable2600•37s ago•0 comments

Anthropic Expands Public Access to Claude Mythos AI Model

https://www.govinfosecurity.com/anthropic-expands-public-access-to-claude-mythos-ai-model-a-31778
1•divija_07•2m ago•0 comments

US now spending more on data center than on public transportation

https://bsky.app/profile/leftistwonk.bsky.social/post/3mnbd6txlus2c
1•kn81198•3m ago•0 comments

User-replaceable batteries are coming back in a big way

https://www.theverge.com/column/939026/user-replaceable-batteries-eu-european-union-legislation
2•1vuio0pswjnm7•4m ago•0 comments

App to find best model by filtering AI models

https://which-llm-model.netlify.app/
1•mzubairtahir•8m ago•0 comments

Coding agents are giving everyone decision fatigue

https://stackoverflow.blog/2026/05/21/coding-agents-are-giving-everyone-decision-fatigue/
1•jruohonen•9m ago•0 comments

Samurai City

https://worksinprogress.co/issue/samurai-city/
1•zdw•11m ago•0 comments

ShadowProtect: Wireshark for AI Agents

https://pypi.org/project/shadowprotect/0.1.0/
2•priyanshhhhh•12m ago•0 comments

Mellum2 Goes Open Source: A Fast Model for AI Workflows

https://blog.jetbrains.com/ai/2026/06/mellum2-goes-open-source-a-fast-model-for-ai-workflows/
3•microflash•16m ago•0 comments

Julia Http.jl 2.0

https://discourse.julialang.org/t/ann-http-jl-2-0-release-and-new-package-reseau-jl/137323
2•thetwentyone•23m ago•0 comments

Magnets Are Bad for Hardware Again

https://hackaday.com/2026/05/21/magnets-are-bad-for-hardware-again/
2•kristianpaul•26m ago•0 comments

VideoFDB: Evaluating Full-Duplex Vision-Speech Capabilities in Agents

https://research.nvidia.com/labs/amri/projects/video-fdb/
2•matt_d•28m ago•0 comments

Florida Sues OpenAI, Sam Altman: 'Utter Disregard for the Risk to Human Life'

https://variety.com/2026/biz/tech/florida-sues-openai-sam-altman-1236764066/
4•1vuio0pswjnm7•32m ago•1 comments

Self-Hosting on the Dark Web

https://david.alvarezrosa.com/posts/self-hosting-on-the-dark-web/
2•ethanplant•33m ago•0 comments

Claude Opus 4.8: The System Card

https://thezvi.substack.com/p/claude-opus-48-is-honestly-better
1•paulpauper•33m ago•0 comments

Squats, Presses, and Deadlifts: Why Gyms Don't Teach the Only Exercises You Need

https://startingstrength.com/article/squats-presses-and-deadlifts-why-gyms-dont-teach-the-only-ex...
2•eudamoniac•38m ago•0 comments

The Engineer and the Autocomplete: What LLMs Can't Do

https://geerttheys.substack.com/p/llms-vs-human-engineers-who-really
3•toadi•38m ago•0 comments

strace-ui, Bonsai_term, and the TUI renaissance

https://blog.janestreet.com/strace-ui-bonsai-term-and-the-tui-renaissance/
2•matt_d•38m ago•0 comments

GoPro is at risk of potential bankruptcy amid lower sales and high memory costs

https://www.digitalcameraworld.com/cameras/action-cameras/breaking-news-gopro-is-in-serious-finan...
2•droidjj•42m ago•0 comments

Making Pebble Apps in 2026

https://coconauts.net/blog/2026/05/08/pebble-apps/
1•jandeboevrie•42m ago•0 comments

Show HN: Jabsco – agent harness that works remotely through RDP

https://github.com/jrecyclebin/jabsco
2•jrecyclebin•46m ago•0 comments

When Agentic AI Met the Common Law of Agency [pdf]

https://download.ssrn.com/2026/5/27/6838660.pdf?response-content-disposition=inline&X-Amz-Securit...
1•droidjj•47m ago•0 comments

Ask HN: How can I get an OpenAI account bug in front of an engineer?

1•_kyran•47m ago•0 comments

EasyOS Built with Xlibre

https://bkhome.org/news/202606/easyos-built-with-xlibre.html
1•jandeboevrie•48m ago•0 comments

Bloc – Cursor for AI video (a canvas IDE, not a timeline)

https://vidbloc.com/
2•richardyangteki•52m ago•0 comments

What Happens to Software Engineering When Generating Code Is Free? (Part 1)

https://sageox.ai/blog/when-generating-code-is-free-part-1
2•port8080•54m ago•4 comments

I built a GitHub App to help reviewers decide if a PR is ready to approve

https://github.com/marketplace/approvalops
1•xpinc17•56m ago•0 comments

Woman with Ebola symptoms quarantined in Bengaluru after Uganda trip

https://indianexpress.com/article/india/ebola-virus-india-bengaluru-woman-quarantined-symptoms-10...
1•JumpCrisscross•56m ago•0 comments

Show HN: Opthash – Rust implementations of Elastic and Funnel hashing

https://github.com/aaron-ang/opthash-rs
1•aayd•1h ago•0 comments

Ask HN: Why most of us programmers are men?

4•alonsovm44•1h ago•7 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