proomt

Search

Search posts, papers, and topics

All posts

Hacker News front page2 min readintermediate

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

Summary

A hobbyist restored a Mentec M11‑based PDP‑11/83 running 2.11BSD, exposing a live status panel that shows CPU, memory, bus, storage, and networking activity while serving this web page.

  • The M11 board integrates CPU and RAM, simplifying the classic PDP‑11 architecture.
  • MSCP controllers provide a uniform interface for both disk and tape devices on the Q‑bus.
  • A small HTTP server runs on a 16‑bit UNIX kernel, with a front‑end cache that updates every 5 seconds.
  • Boot can be performed from MSCP disks or an RL02 tape image, with regular backups to tape.

Shows that legacy 16‑bit UNIX systems can still be made operational and network‑connected, offering a tangible platform for studying early OS design, low‑level driver development, and hardware‑software co‑design.

4/10

Related reading

  1. Introducing GNOME 51

    GNOME 51 ("A Coruña") is a release‑focused update that adds smoother frame scheduling, screen‑capture speedups, auto‑rotate, touch‑pad auto‑disable, SSH‑socket remote login, offline maps, smart‑card remote desktop, visual signatures in Papers, and a raft of accessibility tweaks. Most changes are UI‑level refinements; there’s no deep technical exposition or performance data.

    Lobstersgnome.org9 minreleaseHN4715lobste.rs103
  2. Laravel MCP 1.0 Is Released

    Laravel MCP 1.0 ships with the 2026-07-28 protocol, adding searchable tool catalogs, cache hints, stateless request handling, and PKCE‑required OAuth with client‑metadata support. The release includes migration guidance and new headers for versioned RPC calls.

    Laravellaravel-news.com3 minrelease
  3. Custom home server built from spare parts

    A DIY home NAS built from a repurposed Zotac mini‑PC, 6×8 TB WD Red drives in a RAIDZ2 ZFS pool, encrypted boot, Wi‑Fi, custom Noctua cooling, and a front‑panel ESP32‑S3 touch screen driven by LVGL. Runs Kubuntu 24.04 with Docker‑Compose services behind Caddy, plus a self‑written dashboard and API.

    Hacker News front pageasmat.ca7 minHN8949
  4. Mercure Broadcasting in Laravel 13.32

    Laravel 13.32.0 adds a Mercure broadcast driver (SSE‑based real‑time), new FilesystemAdapter methods copyToDisk()/moveToDisk() for cross‑disk file moves, and enum support in Queue pause/resume APIs. Minor tweaks include default Cloud exit codes, collection return‑type fixes, and Mercure installer integration.

    Laravellaravel-news.com3 minrelease