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/)UN
Posts
22
Comments
805
Joined
2 yr. ago

Permanently Deleted

Jump
  • This makes me wonder, I dread waking up for school, and my alarm is basically it's theme song. Does changing my alarm every now and then make less stressed?

    There're also the memes where they'll just play the iphone or samsung default alarm sound and everyone gets a mental breakdown.

    Did they do a study regarding this?

  • I left the last sentence open ended, for comedic effect, but if you really wanna know:

    I transcoded videos with ffmpeg, and tried to exit out of the bash script with ctrl C. the script was something like:

     
        
    for
        ffmpeg file finishedFile;
        rm file;
    
    
      

    my C broke out only from ffmpeg and before I realized what happened the file got removed and the next ffmpeg call filled my terminal. I tought the key didn't register, or something was stuck, so I pressed it again.. and again.. it cost like 45minutes of footage, wasn't that important tho.

  • Can I ask: How? What do you do to install that, and don't you mean c++ runtime? Also I've never tinkered with winecfg, I fear that I might break things. What are some settings that are worth looking at?

    I'm asking caz I'm going crazy trying to play games on linux, if I buy them on steam it should just reportedly work, but non-steam games or cracked ones, I either have a very hard time starting, or it works, but just barely.

  • I've seen a lot of talk about large file sizes. How can you realistically reach 200GB in text? That's around 2*10^11 characters. Or do you guys store something else as well, like sqls of data or pictures/textures/models?