Readit News logoReadit News
9front commented on Booting Linux in QEMU and Writing PID 1 in Go to Illustrate Kernel as Program   serversfor.dev/linux-insi... · Posted by u/birdculture
Tor3 · 3 months ago
In the early days when the kernel was small (I used to build kernels and copy them to floppy disks, and boot Linux from there) the kernel was called 'vmlinux', and when compression was added after the kernel started to get bigger it became 'vmlinuz'. It was still possible to boot from 'vmlinux', and it may be possible today as well, for all I know.
9front · 3 months ago
And 'vmlinux' was inspired by the 'vmunix' (Virtual Memory Unix) the UNIX kernel.
9front commented on Asus Ascent GX10   asus.com/networking-iot-s... · Posted by u/jimexp69
joelthelion · 4 months ago
"Nvidia dgx os", ugh. It would be a lot more enticing if that thing could run stock Linux.
9front · 4 months ago
DGXOS is a customized Ubuntu Noble!

/etc/os-release:

  PRETTY_NAME="Ubuntu 24.04.3 LTS"
  NAME="Ubuntu"
  VERSION_ID="24.04"
  VERSION="24.04.3 LTS (Noble Numbat)"
  VERSION_CODENAME=noble
  ID=ubuntu
  ID_LIKE=debian
  HOME_URL="https://www.ubuntu.com/"
  SUPPORT_URL="https://help.ubuntu.com/"
  BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
  PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
  UBUNTU_CODENAME=noble
  LOGO=ubuntu-logo
and /etc/dgx-release:

  DGX_NAME="DGX Spark"
  DGX_PRETTY_NAME="NVIDIA DGX Spark"
  DGX_SWBUILD_DATE="2025-09-10-13-50-03"
  DGX_SWBUILD_VERSION="7.2.3"
  DGX_COMMIT_ID="833b4a7"
  DGX_PLATFORM="DGX Server for KVM"
  DGX_SERIAL_NUMBER="Not Specified"
While other Linux distros were already reported to work, some tools provide by Nvidia won't work with Fedora or NixOS. Not yet!

I couldn't get Nvidia AI Workbench to start on Neon KDE after changing to DISTRIB_ID=Ubuntu in /etc/lsb-release. Neon is based on Ubuntu Noble too.

9front commented on TigerBeetle and Synadia pledge $512k to the Zig Software Foundation   tigerbeetle.com/blog/2025... · Posted by u/jorangreef
jorangreef · 5 months ago
Thank you, my friend! Let me know when it's done (only so that we can celebrate it together—good faith for the win!).
9front · 5 months ago
Just donated $100 to ZSF via ever.org!
9front commented on TigerBeetle and Synadia pledge $512k to the Zig Software Foundation   tigerbeetle.com/blog/2025... · Posted by u/jorangreef
jorangreef · 5 months ago
Joran from TigerBeetle here!

TigerBeetle actually already donated around ~$100K this past year. We just didn't announce it.

With revenue increasing, we wanted to increase our donation to the foundation to $128K per year going forward, and Synadia were keen to match. The only reason we announced it this time is to encourage other companies to join us.

Finally, as I wrote in TB's post [1], both companies have already donated the first installment, and Derek and I have also both been donating as individual donors in our personal capacity since around 2018.

Hope that clears it up for you! :)

Please join us and consider donating (or increasing your donation): https://ziglang.org/zsf/

[1] https://tigerbeetle.com/blog/2025-10-25-synadia-and-tigerbee...

9front · 5 months ago
Very well done, sir! Now you challenged me to make a donation also. However, as an individual I assure you that it won't match yours.
9front commented on TigerBeetle and Synadia pledge $512k to the Zig Software Foundation   tigerbeetle.com/blog/2025... · Posted by u/jorangreef
9front · 5 months ago
That's a pledge only! Let me know when Synadia & TiregBeetle actually send money to Zig Foundation.
9front commented on Windows Subsystem for FreeBSD   github.com/BalajeS/WSL-Fo... · Posted by u/rguiscard
rkagerer · 5 months ago
I realize not everyone will care about this, but I find the naming for these WSL-like subsystems is confusingly backwards. i.e. It should have been Linux Subsystem for Windows, or Window's Subsystem for [Linux | FreeBSD | etc].
9front · 5 months ago
Before WSL, Microsoft provided "Windows Services for UNIX" to "Seamlessly integrate Microsoft Windows into your UNIX environment."

The same Windows services are provided to "Seamlessly integrate Microsoft Widows into your Linux environment."

WSU became WSL!

9front commented on Ryanair flight landed at Manchester airport with six minutes of fuel left   theguardian.com/business/... · Posted by u/mazokum
9front · 5 months ago
United Airlines Flight 173 ran out of fuel while circling Portland International Airport trying to troubleshoot a landing gear. Six more minutes of fuel could have helped the airliner to land in the Columbia river by the airport or belly land on the runway. The captain chose to keep troubleshooting and crashed just 6 miles away from the airport.

https://en.wikipedia.org/wiki/United_Airlines_Flight_173

9front commented on Why do we need MAC addresses?   immibis.com/blog/why-mac-... · Posted by u/immibis
immibis · 5 months ago
the internet predates MAC addresses - it was originally running over serial modem connections.
9front · 5 months ago
True. In the Second Edition the Preface mentioned that "Finally, the number of UNIX installations has grown to 10" and some of those systems were connected mostly via telephone lines.

The article refers to a "typical packet found on a typical network" then describes an Ethernet frame, so the author clearly refers to MACs in an Ethernet setup.

MAC is part of the Ethernet standard. The clue of why is needed for is in the name "access control". Without MAC there's no Ethernet. Without Ethernet there's no Internet.

Wait ...there are other networking standards!

u/9front

KarmaCake day553December 7, 2019View Original