• 0 Posts
  • 216 Comments
Joined 2 years ago
cake
Cake day: June 1st, 2023

help-circle
  • I had a boss who asked me about a similar thing, their computer was going slow. I saw them checking their email by booting up their (quite old) Mac, launching a VM which loaded a full Windows installation, then opening Outlook inside Windows. I asked about it, and apparently they used to have a PC and Outlook set up for their email, then at some point had switched to Mac and somehow landed on that as the solution. I told them you can just install Outlook directly onto the Mac and they said I was being unhelpful lol.




  • I’m interested in the rsync part for backups, do you have a good guide or video for that? Thanks

    I don’t really have a guide or anything for it to hand, but essentially what that alias is doing is:

    • rsync = running rsync
    • --ignore-existing = as you might have guessed, this tells rsync not to copy a file if it already exists at the destination.
    • -rav = additional arguments. r = recursive, IE also copy subfolders. a = archive mode, preserves things like symlinks etc. and v = verbose, just tells you extra info about what’s going on.

    So with that alias, I can just type rs [target folder] [destination folder] and it’ll copy it across exactly as it is, ignore anything that’s already there and tell me precisely what it’s doing.


  • I do mine in Obsidian, I just have a folder for ‘computer notes’ and whenever I figure out a new thing I drop it in there.

    Some stuff I use often I set up as an alias too. So for example I have alias yt='yt-dlp -f "bestvideo[ext=mp4]+bestaudio[ext=m4a]/mp4"' for my most commonly used yt-dlp settings, so now I can just do yt [URL of video] to quickly download something from YouTube. Or alias rs="sudo rsync --ignore-existing -rav" for my rsync settings for a specific backup folder I copy a lot.











  • I bought a quite expensive piece of animation software (that cost over $1000) to use professionally. The specific term it was sold to me under was a “perpetual license.” I took this to mean “never ending”, which is the dictionary definition of the word “perpetual.” You can probably guess where this is going.

    A few years later, in the middle of a professional project, it stopped working. I contacted support, and was told that they changed the way they were doing licenses so I’d have to buy a new one (at almost double the price) or eat shit. I’m paraphrasing, but that was the gist of it.

    So yeah, if you’re thinking of buying a Toon Boom Harmony perpetual license, maybe save yourself a lot of money and hassle and just pirate it instead. Or tell them to get fucked and use their direct competitor. I have done both.



  • Yeah for me the inescapable fact seems to be that humanity is currently facing a series of somewhat existential crises (climate change, looming authoritarianism, a global pandemic etc.) and we’ve utterly failed to meet each one by backsliding into selfishness and idiocy. With climate change especially there doesn’t seem to be any fixing or avoiding it now, it’s just a matter of how bad it’s going to be, and a lot of predictions seem to be pointing towards “worse than we thought.”

    So I dunno, for me the logical response to that would be depression and cynicism. We knew it was coming, we had every chance to avoid it, we didn’t, now we’re fucked.