Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)PE
Posts
5
Comments
341
Joined
2 yr. ago

  • I guess you either picked a distro that isn't stupid about drivers or you don't play a lot of those anticheat games (most of which are trashy anyway).

    Personally I've always had less problems with Linux. Windows gets in your way and tries to slow you down every chance it gets. If something goes wrong your chances of fixing Windows without a reinstall are really slim. On Linux, it's more viable to actually fix it which saves you weeks of your time. Reinstalling all my Windows shit every year was such an awful chore. sfc /scannow my ass, that shit never fixed anything

  • Idk, an ai delivering low quality results for free is a lot more cash money than paying someone an almost living wage to perform a job with better results. I think corporations won't care and the only barrier will be whether or not the job in question involves enough physical labor to be performed by an ai or not.

  • Not surprising at all. There are enough nukes to destroy more than the 1 planet all the nukes are on. Of course this is going to raise concern in the intergalactic community especially with how backwards our politics are.

    They probably see Earth the same way the rest of the world sees North Korea.

  • I've blocked all the dicks but there are quite a few really tasteless pussy upclose ones that I blocked as well. The ai porn is absolute s tier quality though. I guess I'm more into artistic nudity than hardcore porn. I. Do. Not. Want. To. See. Upclose shots of genitals or buttholes.

  • This exactly. Religions are stupid. Either a) God doesn't exist or b) God does exist and is doing nothing about any of the evil people doing absolutely reprehensible shit in society right now.

    Either way, fuck God. If God exists he is no friend of mine.

  • Is there a list of situations where it's illegal to use encryption in the US? It's 100% illegal to transmit encrypted data over ham radio (although transmitting unencrypted packets and accessing the internet through unencrypted means over ham radio is not). I'm not sure of what other situations where using encryption is illegal though.

  • Unity or Godot.

    Another option is c++ with SDL2 but if you just want to make a game asap, don't do this because it's the hardest way. You can also use SDL2 in rust and c# projects if one of those fit the bill a little better.

  • Probably because lemmy.world stops working with half the apps every other day. Some days I can only use it with Thunder, other times only Jeroba, other days it works with every app except Liftoff. There's just no predictable pattern to it and I've found myself just avoiding lemmy.world lately because I don't want to type out a 3 paragraph comment just to find that my app isn't logging in to lemmy.world today.

    heh, would you look at that. It won't let me post this comment on Jeroba so I had to log in with a browser. This is fuckin bullshit. I'm going back to sh.itjustworks until this gets fixed.

  • People have already made lots of good replies but here's my summary:

    tmux is a terminal multiplexer. It allows multitasking in command line only environments. For example if you have to do a sudo apt upgrade but don't want to leave your ssh client logged in until it finishes, you can run it in a tmux session so it will happen in the background even if you're not logged in.

    To start a new session, type "tmux"

    To view running sessions, type "tmux list-sessions"

    To switch to a running session, type "tmux attach-session -c N" where N is the number of the session.

    To exit a tmux terminal and go back to the main terminal, do ctrl+b and then press d.