Elektrine lite

← Feed

@HiTekRedNek@lemmy.world

Post #2718937

2026-05-11 05:29 UTC

The UNIX philosophy is "Everything is a file." systemd doesn't follow that, with its binary logs and stuff. Just part of why I keep going back to FreeBSD.

Replies (1)

  • Replace everything is a file with "everything is a byte stream with a file handle" and your there. There is A LOT of Unix that doesn't stick to the convention of "everything is a text file" and for good reason.

    Open ##2718957