• 0 Posts
  • 31 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle
  • One of my favorites!

    All 3 books in the first uplift series work fine as stand-alone stories. But book 1 (Sundiver) does kinda read like a prequel to the rest of the series. The inciting incident of Startide Rising is what sets everything else in motion for all subsequent books, and Sundiver takes place before that. But it does have a bunch of world building that is helpful context for the other books (and is still a fun story).

    I recommend you read Startide Rising first, then circle back to Sundiver if you are enjoying the world and the author’s style.

















  • I also hear that ALSA has some support for multiple applications per device nowadays, though I understand it is much less pleasant to use than a fully featured sound server.

    FYI

    Many older sound chips had hardware support for mixing multiple streams, and so the alsa drivers for those happily allowed multiple apps to open and write to the /dev/snd/whatever device. Life was good and people got used to doing it this way.

    Nowadays (since like 2000 lol), sound chips generally expect a single pre-mixed stream. So the sound device for those is exclusive open. The libalsa devs made it possible to have the first app to open the sound device act as the sound server for every other app that tries to open it later. But it was complicated and fragile and just a bad idea in retrospect.


  • thalience@lemmy.worldtoLinux@lemmy.mlSo let’s talk about this Wayland thing
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    9 months ago

    Then the problem is that it’s abandoned, not that it has stagnated

    By all means, feel free to start working on it!

    All the people who developed Xorg for 20+ years decided that creating and working on Wayland was a better use of their time. But I’m sure you know better…

    The problem isn’t that Xorg is spaghetti code (it’s pretty good for a large C project, imho). The problem is that the X11 protocol was designed to expose the capabilities of 1980s display hardware.