Yeah same here, my current uptime is 3.5 hours lol
Yeah same here, my current uptime is 3.5 hours 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.
My main issue with the first game was that I felt like it didn’t respect my time. There were some missions where the game would send you miles away to get something or find a person, only for you to arrive there and have an NPC go “Nah it’s not here” and send you miles in the other direction and do the same thing, and sometimes arbitrarily dump like 6 bandits on you along the way that you had no hope of defeating, so you’d die and go all the way back to square one again. I had to bail on eventually because of that.
It stopped working for me recently. It’ll play the first 5 seconds or so of the video and then just freeze up.
Yeah I would classify it as sort of like if they released a new version of Windows where they removed all the bloat, made it not look hideous, and fixed every annoying decision they’d made over the last 30+ years in all aspects of everything across the entire OS lol. So basically if they removed literally everything that made it identifiable as Windows and replaced it with something not shit.
Yeah I literally just close the tab. Same if anything comes up with a paywall or login or weird capcha thing. Just like “ah fuck this” and move on lol.
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.
That’s what I do. I’m in a place that really doesn’t give a shit about Piracy (the worst they’ll do is send a letter, one of my friends got one and called up his ISP to complain about it and they told him to stop seeding so much lol) but I still run a VPN 24/7 anyway just to be safe. It costs peanuts and doesn’t slow down the internet hugely so I figure why not.
I use M+ Fonts for most of my stuff.
Yeah I know everyone likes to hate on systemd, but I like systemd-boot way more than GRUB. It just does its job and stays out of the way, I never have to fart about with it at all.
Untitled Goose Game, but the other way. Got to the end of what I assumed was the first world, but it turned out that was the entire game.
Still a good game, but if I’d known I would have waited for a sale or something.
Oh the guy who was Doctor Who from 1984-1986?
Also Wayland in Linux wasn’t improving as fast as they’d like so they’re creating their own development protocol for that too lol
IMO the only way game prices will get lower is if people just stop buying them at the higher prices. If the price of a game goes from $60 to $100 and people complain but still buy the game, then the next one’s going to be $100 too (or more.)
There’s also QuickEmu which is really handy for spinning up a pre-built VM to just fart around with.
It works on Wayland for me!
I do! KDE widgets always seem to end up bugging out for me but Conky is always nice and chill.
The laptop is a little faster, and this way I can still play games on the Steam Deck while the installer runs on that lol
Hmm, I have no idea to be honest! I just back up to an external drive. It does look like you can rsync to anything you have SSH access to, but I’ve never tried it personally.