• 0 Posts
  • 21 Comments
Joined 1 year ago
cake
Cake day: July 24th, 2023

help-circle






  • Exactly, permissive licenses such as MIT allow for other people to do a rugpull and change the deal (pray I don’t alter it any further). With open source licenses the community can just fork.

    That’s why I always pick AGPL for my projects. Then I can be certain that the code can be freed from greedy hands, and the actual users get all the value of the effort I put in.

    VC funding really is making a deal with the devil, because you suddenly have a huge amount of cash, so the startup starts living large (hire more devs, run on expensive cloud infrastructure). But sooner or later they want their money back, plus interest; and few services are profitable, let alone that profitable. So the only thing that startups are usually capable of is to squeeze their users for all they’re worth.

    Take a look at all the big startups and see:

    • how long it took for them to be profitable
    • how much VC funding they got until then

    Companies need to pay that back and then some.

    And don’t forget that VC’s see this as a perpetual investment, so your revenue must grow year after year, even if you’ve saturated the market.





  • The details depend a bit on the audiostack of your distro, but they all have a cli program with which you can change inputs/outputs and volume; e.g. pactl for pulseaudio and wpctl for wireplumber.

    You’ll need a mechanism to find your triggers (I create a firefox tab with youtube/spotify, I have a music player active) and then you can act on it.

    Detecting voice in an audiostream is probably technically possible, but that sounds pretty hard to setup.









  • IIRC, within RHEL it goes fedora (next major) -> centos stream (next minor) -> RHEL (current major.minor).

    With Debian and its derivatives (e.g Ubuntu) this means that Debian-unstable corresponds to fedora, Debian-testing corresponds to CentOS stream and Debian-stable corresponds to RHEL. (Roughly of course).

    Ubuntu is based off of some flavor of Debian and is therefore downstream of it: Debian (unstable I think) -> Ubuntu -> Ubuntu LTS.

    But as far as which version has the newest packages then sure, your list is correct.