• 0 Posts
  • 17 Comments
Joined 16 days ago
cake
Cake day: September 18th, 2025

help-circle
  • While I wouldn’t wish this on anyone, it’s amazing how self-destructive this is. Greta is an internationally famous activist. Flagrantly violating and abusing a person with world renown - along with dozens of other activists - is a radically stupid way to hasten international isolation.

    You’d be correct most of the time, but this is Israel we are talking about. They know there won’t be any consequences because claiming they did something wrong must mean you’re a nazi, and even if you get over that, daddy USA is there to protect them anyway.

    Israel could livestream a soldier killing Greta and they would face no consequences whatsoever.



  • MusicBee works perfectly via Wine, and it’s a major part of my digital library. Without MusicBee my MP3 player would be worth 1/10 for me.

    But you can’t just take the installer and double click it, you need to follow these steps (naturally replace the directories):

    Install Wine Staging and Winetricks

    Create prefix for MusicBee and .NET

    Bash:

    WINEPREFIX=/home/kadupse/Wine/MusicBee/ wineboot –init 
    

    Install .NET 4.0 and corefonts

    Bash:

    WINEPREFIX=/home/kadupse/Wine/MusicBee/ winetricks --force dotnet40 corefonts
    

    Install xmllite and gdiplus

    Bash:

    WINEPREFIX=/home/kadupse/Wine/MusicBee/ winetricks xmllite gdiplus
    

    Set Wine to Windows 7 compatibility mode

    Bash:

    WINEPREFIX=/home/kadupse/Wine/MusicBee/ winetricks win7 
    

    Install .NET 4.8

    Bash:

    WINEPREFIX=/home/kadupse/Wine/MusicBee/  wine $HOME/Downloads/ndp48-x86-x64-allos-enu.exe /q 
    

    Install Music Bee

    Bash:

    WINEPREFIX=/home/kadupse/Wine/MusicBee/  wine $HOME/Downloads/MusicBeeSetup_3_6.exe 
    

    Downloads needed:
    This specific version of the .NET Framework installer

    You might see warnings about WoW64 mode, experimental flags, etc, just ignore them and keep going and MusicBee will work.









  • To me it’s not even about jobs. It’s about the interest in the art… why the fuck would I care about a script written by AI and acted by AI? What’s even the point?

    If everything is artificially generated to be mildly pleasing, just fucking electrically stimulate my dopamine receptors directly, what’s even the goal here? See a few pixels move on my screen?

    The whole humanity thing was work to survive so we can make the things only humans can make: wonders, art, tell stories, play sports… why would I give a shit about a computer’s interpretation of that?









  • Even if you fixed the issue with drivers…

    …your modem runs it’s own firmware with a lot of extremely shady behavior, and you can’t touch that regardless of which OS you install. Even your SIM card can arbitrarily execute Java applets and fetch from the network without your command, but at least it’s somewhat contained. Your modem though, it can do a lot without your control and people like Qualcomm have been caught doing nasty stuff with it (plus, of course, giving the US the data whenever they ask for it).

    This is why people like Stallman and Snowden often talk about teaching users how to use libre software on their computers, but rather than pushing for the same with smartphones, they tell you to not touch these at all instead. They’re fundamentally anti-privacy devices, built this way.

    Of course I carry one, it’s fairly hard to live without a phone nowadays, but we must be aware of the impossibility of fully containing the data harvesting they do.