frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Concerns about the legitimacy and integrity of Nucleus Genomics

https://totalhealthoptimization.com/2025/11/21/concerns-about-the-legitimacy-and-integrity-of-nuc...
1•salkahfi•3m ago•0 comments

Review of "Age of Disclosure"

https://www.jasoncolavito.com/blog/review-of-age-of-disclosure-an-ancient-aliens-episode-with-bet...
1•mathgenius•5m ago•0 comments

The fall of Labubus and the mush of modern internet trends

https://www.michigandaily.com/arts/digital-culture/the-fall-of-labubus-and-the-mush-of-modern-int...
2•gnabgib•6m ago•0 comments

Show HN: AI Live Log Bridge- Feeds Cursor/Claude Terminal+browser Logs via MCP

https://github.com/Ami3466/ai-live-log-bridge
1•ami3466•8m ago•0 comments

Discover Model Context Protocol Servers

https://registry.modelcontextprotocol.io/
1•mooreds•14m ago•0 comments

The Hot Market for Jobs No One Wants [video]

https://www.youtube.com/watch?v=tokvTu0zNAo
1•mooreds•14m ago•0 comments

Dingo: A Meta-Language for Go

https://github.com/MadAppGang/dingo
1•thunderbong•15m ago•0 comments

Show HN: Wanted to Give Dang Appreciation

2•razodactyl•18m ago•0 comments

Solo miner scores a full Bitcoin block worth $270K despite 1 in 180M odds

https://www.tomshardware.com/tech-industry/cryptomining/hobbyist-miner-using-a-single-6-ths-asic-...
2•pseudolus•19m ago•0 comments

X's new country-of-origin feature reveals many 'US' accounts to be foreign-run

https://www.hindustantimes.com/world-news/us-news/xs-new-country-of-origin-feature-shakes-maga-an...
70•ourmandave•23m ago•10 comments

Cryptologist opposes push for non-hybrid security in post-quantum cryptography

https://it.slashdot.org/story/25/11/23/226258/cryptologist-djb-criticizes-push-to-finalize-non-hy...
1•MilnerRoute•25m ago•0 comments

Jack Conte – I'm Building an Algorithm That Doesn't Rot Your Brain

https://www.nytimes.com/2025/11/19/opinion/patreon-algorithms-social-media-internet.html
1•gpi•26m ago•0 comments

RFC 9518 – Centralization, Decentralization, and Internet Standards

https://www.rfc-editor.org/rfc/rfc9518.html
2•pabs3•30m ago•0 comments

How Good Are Chinese CPUs? Benchmarking the Loongson 3A6000

https://lemire.me/blog/2025/11/23/how-good-are-chinese-cpus-benchmarking-the-loongson-3a6000/
1•ashvardanian•30m ago•0 comments

An African energy revolution could save ALL of us

https://www.youtube.com/watch?v=oOmQJ6nKErs
2•doener•31m ago•0 comments

A Nicotine Analogue I Had Known and Didn't Love: 6-Methylnicotine

https://psychotechnology.substack.com/p/a-nicotine-analogue-i-had-known-and
2•eatitraw•32m ago•0 comments

Google's Antigravity IDE Sparks Forking Debate

https://visualstudiomagazine.com/articles/2025/11/21/googles-antigravity-ide-sparks-forking-debat...
2•cyrusradfar•32m ago•1 comments

GitHub Actions' VM image doesn't match published source code

https://lists.reproducible-builds.org/pipermail/rb-general/2025-November/003941.html
3•kpcyrd•34m ago•0 comments

Disney's Living Characters: A Broken Promise [video]

https://www.youtube.com/watch?v=NyIgV84fudM
1•brson•39m ago•1 comments

Show HN: Revisit – Session recording analysis that "watches" the video

https://revisit.pro/
2•egykettoharo•46m ago•0 comments

Qwen3 Running Locally in Browser

https://qwen-web.sdan.io/
1•heystefan•46m ago•0 comments

Spatial hashing for raytraced ambient occlusion

https://interplayoflight.wordpress.com/2025/11/23/spatial-hashing-for-raytraced-ambient-occlusion/
1•ingve•48m ago•0 comments

Page Weight

https://httparchive.org/reports/page-weight
1•cratermoon•48m ago•0 comments

Show HN: Web based Game of Life simulator renders multiple generations in 3D

https://conwaygame.life/
1•AnotherVinyasa•52m ago•0 comments

A Forty-Year Career

https://lethain.com/forty-year-career/
1•lunarcave•54m ago•1 comments

Germans Are Going Off Beer. That's Forcing Brewers to Adapt or Go Bust

https://www.nytimes.com/2025/11/22/world/europe/germany-alcohol-consumption-breweries.html
2•bookofjoe•54m ago•1 comments

Carbon Language: How we compile [video]

https://www.youtube.com/watch?v=HBUAWvwo3qg
1•PKop•57m ago•0 comments

Designing Stress Scenarios

https://alphaarchitect.com/stress-tests/
1•mooreds•57m ago•0 comments

The negentropy set-reconciliation protocol

https://github.com/hoytech/negentropy
1•todsacerdoti•1h ago•0 comments

Zync: Real-time ambilight clone for Linux using Rust and Zigbee2MQTT

https://github.com/hendemic/zync
1•gregsadetsky•1h ago•0 comments
Open in hackernews

PDP-11/hack with some variations

https://github.com/JPLeRouzic/Kicad-musings/tree/main/PDP11Hack
2•JPLeRouzic•7mo ago

Comments

JPLeRouzic•7mo 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