this post was submitted on 24 Jul 2023
27 points (100.0% liked)
Music
7302 readers
13 users here now
Discussion about all things music, music production, and the music industry. Your own music is also acceptable here.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Linux programs tend not to be monolithic. The power is there but is often split across a few tools rather than being bundled into one. Beets is incredibly good for library management and there are a bunch of good players around, my favourite being mod + cantata. Cantata is not bad for browsing and managing as well, and it lets you set up custom actions so you can open an album in something like puddletag if you don't want to deal with beets.
Pretty sure that's the opposite of monolithic
What is?
The *NIX philosophy, that you describe, is having a bunch of small programs do specific tasks. Monolithic means having one large thing do all the tasks. Maybe the confusion comes from the fact that the Linux kernel is monolithic. They tried to make a FOSS Unix clone before Linux was a thing, but I think they failed (see GNU Hurd). What it means for a kernel to be monolithic or not, I have no idea... I assume the same, but on the kernel level.
I know what monolithic means. How does my post relate to the kernel? I have no idea what you're on about.