Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Xiaomi MiMo v2.6(xiaomi.com)
    206comments
  2. Data Protection Commission fines Google €403M over processing of location data(dataprotection.ie)
    5comments
  3. Suspension of the de minimis administrative exemption for imports $800 or less(personalimportation.org)
    57comments
  4. NASA’s Mars Sample Return mission is dead(science.org)
    194comments
  5. Transformers Explained Visually(poloclub.github.io)
    24comments
  6. What Sun got wrong(dtrace.org)
    263comments
  7. Attention is all you have(alicegg.tech)
    153comments
  8. I don't want to read what you didn't write(colinbreck.com)
    30comments
  9. AI coding has made CI a bottleneck, so we reworked ours to keep up(linear.app)
    94comments
  10. The Advisory Group on Mathematics and Artificial Intelligence(terrytao.wordpress.com)
    35comments
  11. Divide by depth for instant 3D(gabrieloc.com)
    5comments
  12. Spymarks, Not Watermarks(brand.io)
    5comments
  13. Why does mathmain need an encrypted loader?(safedep.io)
    26comments
  14. Apple Copland D11E4 Booting in the Browser(pagetable.com)
    23comments
  15. Frontier AI on Your Own Hardware(timdettmers.com)
    42comments
  16. Grok 4.7(x.ai)
    382comments
  17. Roboharm: Do frontier robot policies refuse unsafe instructions?(robocurve.org)
    13comments
  18. First Shader from Zero in Godot 4(gdquest.com)
    discuss
  19. US halts flights at busy East Coast airports, says fiber line cut(reuters.com)
    102comments
  20. Python Workers are now generally available(cloudflare.com)
    28comments
  21. Kev: Tiny Jev-like family of decision models built on top of Qwen3.5(github.com/jaredpalmer)
    174comments
  22. In Search of a Compositional Theory of Self-Stabilization(muratbuffalo.blogspot.com)
    3comments
  23. The Journey of a Migratory Shorebird(newyorker.com)
    discuss
  24. HERMES radio enables voice and data communication over vast distances(ieee.org)
    36comments
  25. Turn off and restrict access to Apple Intelligence features on Mac(support.apple.com)
    147comments
  26. TXR: An Original, New Programming Language for Convenient Data Munging(nongnu.org)
    discuss
  27. How do Traffic Signals Work (2019)(practical.engineering)
    36comments
  28. Do not fear AI. Fear AI companies(cloudfront.net)
    1comments
  29. Show HN: Foremerge – Catch intent conflicts between parallel coding agents(github.com/naw103)
    discuss
  30. Avoiding the babbling-idiot failure in a time-triggered communication system(ieee.org)
    6comments

A restored PDP-11/83 serving this page on 211BSD Unix

88 pointsby 7h agopdp1173.com
38 comments
The box is a restored Q-bus PDP-11/83 named minerva: Mentec M11 CPU, two chassis tied with M9404/M9405, RQDX3, 2xEmulex UC07, KDA50, RLV12, DEQNA, M3104. Storage is RA82 + dual RA92, MFM boot/swap, dual RL02, RX50s, and a TKZ50. OS is 2.11BSD.

The live panel is top. /cgi-bin/webtop is the raw snapshot.

A 16-bit httpd will not survive the front page, so Varnish/Caddy/Cloudflare cache the HTML and a 5-second webtop sample. Origin is still the 11 itself, and it handles all of the webtop and visitor count requests.

Telnet exists (pdp1173.com, guest) but it is a 40-year-old UNIX with no modern security story. Please do not treat it as a challenge box; I can restore from tape, but that ruins it for everyone else.

Happy to answer Mentec, MSCP, Q-bus, or 2.11BSD questions.

To get BSD running on the Mentec, I had to customize the BSD kernel to use FPSIM, as the Mentec supports IEEE floating-point and NOT the DEC formats.

6h agoHN ↗

Please do not treat it as a challenge box; I can restore from tape, but that ruins it for everyone else.

Unfortunately, for a disturbing percentage of the Internet, ruining things for everyone else is the goal. I'd turn off telnet.

6h agoHN ↗

Why is the domain `pdp1173.com` when the machine is a PDP 11/83 ?

6h agoHN ↗

There's a couple eyebrow raising things about this post.. like the fact that there's nothing but vague details in text and one photo with an AI prompt like alt-text. I think they're just trying to get clicks for that banner ad.

6h agoHN ↗

While probably it's legit because I've seen Dave discussing the process on the YT channel (which I no longer watch) he unfortunately does have form https://news.ycombinator.com/item?id=39813625

Having TMOG on a .org when it sells commercial licences doesn't sit well with me given the history.

6h agoHN ↗

I'm a little confused by your comment.. especially considering the fact that you edited it and changed the link from and old comment thread from 2024 to whatever this dead post is from 2012. What does having form mean? Who is Dave?

5h agoHN ↗

Sorry, lost the last digit, fixed now. This restored PDP-11/83 project is Dave Plummer's

1h agoHN ↗

"Probably isn't real". Interesting theory.

1h agoHN ↗

FWIW, .com was taken so I registered .org, and it's only used for the free version. The PRO version lives at tmog.store, which should be pretty plain.

6h agoHN ↗

Sadly, the site does seem AI-flavoured to a rather off-putting extent.

And, as you say, the details are so vague - it's exactly what you might expect if an LLM wrote them based on reading a spec sheet rather than any practical experience.

In particular, connecting that DEQNA to a modern network must have been a huge challenge all in itself and I'd have expected there to be a series of blog posts about just that. Maybe it's legit (and I'd love more detail if it is), but right now the presentation screams "thinly disguised ad".

5h agoHN ↗

I think he has actually posted videos of the restoration before (they've popped up in my youtube feed in the past), but I've never watched them, so dunno. The LLM site design and advertisement front-and-center are certainly a... choice....

But, more importantly, why do you reckon DEQNA would be hard to connect to a modern network? NetBSD still supports it when running on a q-bus VAX: https://github.com/NetBSD/src/blob/trunk/sys/dev/qbus/if_qe....

It has some pretty broken behavior regarding multicast/broadcast traffic IIRC, but nothing putting it behind a vlan or separate LAN altogether wouldn't solve. I've got a little lsi-11 system under my bed I'm hoping to, one day, get the Fuzzball [0] distribution running on. The 22-bit address extension wirewrap the previous owner did needs to be redone entirely, so it's been a "later" project for years now, but I am hoping my little DEQNA will be able to ping the Internet still.

[0] https://en.wikipedia.org/wiki/Fuzzball_router

5h agoHN ↗

I was assuming that something of that vintage would only have been able to handle a 10BASE5 transceiver, but a wee bit of googling suggests that an UTP transceiver works well enough.

Needs a patched ROM and recompiled kernel, though! See http://www.cosam.org/computers/dec/pdp11-23/20080402.html (and the two subsequent installments)

(That cosam.org site is more what I'd be expecting for a project like this, but maybe I'm just too old and grumpy for my own good!)

4h agoHN ↗

Dave posts frequently about his work, some on YouTube and some on Facebook. You have to be in the right groups on FB.

1h agoHN ↗

You and several other people here are making unsubstantiated claims about how you're super sure this is real in a way that makes it seem less real. You guys seem to know this Dave character and are doing him a solid, right?

1h agoHN ↗

Dave Plummer's a well known YouTuber. He pops up in a couple of DEC groups that I'm in on Facebook. However I'm not a fan. He seems to take a lot and contribute only self-promotional videos.

The photo on this page looks very AI heavy. I'm not an expert but I really don't think those light panels are real (if they're real they're not contemporary to the machines they're in).

(Edit: I should qualify that I don't mean the panel with the octet switches, that looks roughly right - I mean the one under the 8" disks and the one on the vaguely Vax-pedestal looking thing)

1h agoHN ↗

Because it started as a 15Mhz 11/73 but I later upgraded it to an 18MHz 11/83 CPU. And now it's a Mentec M1, but it's still an "83 class" machine. That's my thinking, anyway.

6h agoHN ↗

as of 12 noon CST, it pings but does not telnet.

6h agoHN ↗

Thanks for keeping the spirit of the old internet alive :)

I hope you won’t have to restore it from tape!

6h agoHN ↗

I love it. My PDP-11 has some fault that keeps it blowing fuses. Emulators don’t feel the same. Real hardware doing the work, well done

5h agoHN ↗

A PDP-11 serving adverts for an AI-written site in 2026 was not on my bingo card. Imagine being brought back from the dead for that.

5h agoHN ↗

Unfortunately, this is just Dave "I wrote Task Manager" Plummer's handwriting.

3h agoHN ↗

Wow. I can't imagine the thought process of going from accumulating a decade of Microsoft shares and experience during a pivotal era and deciding to plow it into a consumer scam op.

2h agoHN ↗

for some reason, the tech industry attracts these types like flies to...well, you know the saying. They aren't the majority of folks drawn to tech but outside of maybe finance, it seems to be their preferred habitat.

it's their raison d'être to Always Be Conning

4h agoHN ↗

What in the AI slop is this website? Looks like it's trying to get me to download malware.

4h agoHN ↗

He isn't, but nearly everything he puts out there is AI produced. His video thumbnails look awful, and that task manager he built for macOS is fully AI coded. Not saying it's a bad thing, but I dunno it's kinda all ugly looking to me.

1h agoHN ↗

Every pixel is where I put it, so that's all that matters to me. If it's ugly, it's intentionally so. AI had no input into designing the visuals or UX.

4h agoHN ↗

Fantastic build.

Do you know by any chance a source for Q-Bus edge sockets?

4h agoHN ↗

What is the giant blinkenlight panel on the right?

1h agoHN ↗

There's an 11/70 panel at the top of the rack; it's emulated (but a real panel). Below that are the two chassis of 11/83, which has a panel of its own from Joerg Hoppe.

2h agoHN ↗

this appears to just be an ad for some webpage widget-maker.

1h agoHN ↗

A restored PDP-11/83 serving this page on 211BSD Unix

No it isn't.

  ~$ whois $(dig +short pdp1173.com | head -n1) | grep netname
  netname:        CLOUDFLARENET-EU