this post was submitted on 13 May 2025
82 points (98.8% liked)

Technology

74148 readers
3588 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

Its a couple weeks old but still relevant to tech. Cover made by https://merveilles.town/users/prahou

top 10 comments
sorted by: hot top controversial new old
[–] entropicdrift@lemmy.sdf.org 21 points 3 months ago (1 children)
[–] FilthyShrooms@lemmy.world 6 points 3 months ago

Glad they mentioned him in the article, I love his stuff

[–] pastermil@sh.itjust.works 3 points 3 months ago (1 children)

Why am I suddenly seeing a surge of that style of art relating to BSD?

[–] Dempf@lemmy.zip 7 points 3 months ago (1 children)

He posts a lot of his art on Lemmy.

[–] pastermil@sh.itjust.works 1 points 3 months ago (1 children)

I'm sure, but how did the BSD community decided to adopt them?

[–] Dempf@lemmy.zip 1 points 3 months ago

I dunno, but I would think BSD shares a lot of the same ethos.

[–] janNatan@lemmy.ml 3 points 3 months ago* (last edited 3 months ago) (1 children)

How funny, I only recently learned of 9Front after trying to find out if there's still a fork going of the original UNIX OS from Bell Labs (which is exactly what 9Front is... I think.)

Anyway, nice article. Thanks for posting.

[–] The_Decryptor@aussie.zone 1 points 2 months ago (1 children)

Plan 9 is inspired by UNIX (Helps that it had the same devs), but it's not a direct continuation.

UnixWare is I think the only direct continuation of the original AT&T UNIX. The various BSDs are close enough but were re-written entirely in the late 80s/early 90s so there's nothing original remaining.

[–] rottingleaf@lemmy.world 2 points 2 months ago

BSDs are "Unix of Theseus", so they are the closest.

Solaris is a direct continuation that didn't have a rewrite of anything after any litigation.

[–] InvertedParallax@lemm.ee 3 points 3 months ago

Yay a new 9front.

But I'd like to see a Linux compat layer, which should be possible between syscall intercepts and a glibc build.

Source first, of course, but then maybe binary, sockets are easy to wrap, the rest should be even easier.

Running a Linux chroot under plan9 like I run lxc containers or BSD Jails now would be awesome.