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/)KO
Posts
5
Comments
299
Joined
2 yr. ago

  • Pretty sure there were cars around 15 years ago with remote start, heated seats, and fancy ways to lock and unlock. No there weren’t phone apps, but nobody wanted that - key fobs worked just fine.

    My 2021 jeep’s key fob has an unbelievable range and works fine. My wife’s ford does have a phone app, but it’s completely free.

    This is nothing more than a money grab.

  • My wife did the Invisalign thing in her early 40s. Worked great! Nobody even knew she was wearing them. She’s much happier with her smile now and everyone benefits from even a small daily confidence boost. Expensive, but money well spent imo.

  • Not ruined, but pretty fucking annoying. In laws came for a few weeks to visit for the holidays. We don’t see them as much as we’d like, and its nice. But MIL wants to include her sister too - the deadbeat aunt-in-law boomer who still can’t get her shit together for over 70 years. Whatever - we tolerate it.

    Except she fucking shows up sicker than a dog and is hacking non stop. You know the kind of coughs where you can hear gallons of snot being coughed up - ya that. Wtf - I give it one week and we’ll all be miserable with that exact cold/flu/covid whatever the fuck it is. Fucking loser boomer bitch who thinks of nothing but herself. Sigh.

  • title

    Jump
  • Interestingly, there was a time not too long ago where there was no such thing as returning your carts. No place to put them, and store employees fetched them. I always return my cart so it doesn’t blow away and smash into someone’s car - but I bet a lot of boomers think nothing of leaving it wherever - because that’s kind of what you did.

  • I know you guys are going to hate this, but I’m seeing a trend develop that no one is talking about. Work in our office is being divided up differently, jobs are morphing. There’s the work that can be done from home, and the work that can’t. Guess which one the bosses are talking about farming out to third world countries.

    In my opinion hybrid is the way. Go in three days a week, do the things that require a physical presence, don’t worry about your job getting off shored.

  • The response you got above is the best advice. Get a second internal drive of any type and size, and install distros on that. You totally can partition your existing windows drive and install linux alongside it, but… you’ll probably screw something up along the way and bork your windows install. Use another drive and it’s much harder to do. If you want to be super safe, you can unplug your windows drive during installs and then it’s literally impossible to break your windows drive.

    The other advantage is that nobody knows what distro will be right for you. That means you’ll want to distro hop - and that’s so much easier when you have another drive you can just format and start over with (and not worry about your boot loader).

    To your follow up question, yes, linux can read and write to the contents of your windows drive. If you mount that drive, then you can do whatever you want to it, including deleting things that break your windows installation.

  • Arch isn’t inherently unstable. It’s just that most users don’t maintain it properly. Tips:

    1. learn to backup for real: rsync, borg, etc. you broke something? Just back up to that image you made right before you updated ;)
    2. use flatpaks. It’s kind of hard to run into AUR or dependency issues if you’re as close to a base arch install as possible.
    3. read the maintenance page and understand it. You can’t just “yay” every week and be done with it. You need to know how to handle pacnew, read the wiki for manual interventions, look for errors and warnings in the pacman log, etc. it’s not hard at all once you figure it out, but it takes a little learning.
    4. you don’t need to update every day. If it’s working - you can just let it ride. If you don’t update forever, then just update your keyring first and you’ll be good to go.

    Use what you like - it’s all stable enough.

  • The same thing I’ve always done - booted another OS that works with that software. No need to artificially limit yourself.

    Once upon a time I remember running Dos, windows, os2 warp, and linux on one hard drive. Those were the days…. Ya ya, I’m going back to my retirement home bedroom…

  • I like separating backups and snapshots as timeshift recommends. Backups are better handled by a different process copying your files to a remote location (pc failure, house fire, etc.). Lastly, backups are personal, so you gotta do what works for you - whatever makes them happen is good enough in my opinion ;)

    My setup (not perfect, but it works for me). I keep one snapshot only - but it is the entire drive including the home folder. It’s really close to a disk image minus the mount folders. This is done to a second local disk via rsync. The arch wiki entry on rsync has the full rsync command for this operation called out. I run this right before a system update.

    Backups go to my NAS. Synology in my case. They have a cloud software package like iCloud, OneDrive, etc, except I run it on the NAS and I’m only limited on storage by what drives I throw into it. That software scoops up my user folders on all my PCs and I set it to keep the 10 latest versions.

    Then since my NAS is inside my house, I back the entire NAS up to an external hdd and sneaker net it to work and keep it in my office drawer. This protects me from fires and whatnot. I do this monthly. This is a completely manual process.

    Some people have accused me of insanity-but it’s really not that hard. I don’t worry about losing pictures of my kids, and it’s aged well with my family (for example, my daughter doesn’t worry about losing stuff while she’s in college - if she writes a paper, 10 copies are kept here at home on the NAS automatically). And none of it was hard to set up, maybe just a bit pricey for the NAS (but it’s got a lot of other super useful things going for it)

    So ya, I’d recommend letting timeshift do its thing for snapshots, and I’d rethink what you’re trying to do for backups. I strongly believe they are two different things.

  • I’m pretty sure there are lots of options that work great. I personally just use rsync-but I know the command line is scary for a lot of people making the transition. There are lots of options like timeshift that basically put a gui wrapper around rsync. I’ve seen a lot of love for borg as well - maybe try one of those two.

    I feel backups are personal and it’s hard to get a “just do this instruction”. You’ll probably have to pick a product, and then do some homework to see if it can do what you want. This is further complicated by the distro you use - or more specifically if your distro uses btrfs. Some people use a backup as a sort of snapshot, and btrfs is more full featured than ext in that regard.

    Good luck!

  • I know they funded moderna - they basically built Moderna’s new plants including their cmo’s plant so that they could produce at scale. Govt built and funded the plants at risk - prior to fda approval - so that it massively sped up the process to getting the drug in people’s hands. Those plants are now used for other drugs.

    I think - but not 100% sure - Pfizer did it on their own.

    Still - 10,000% is shameful.

  • So steam deck is arch based. I just installed arch on my desktop with gnome. I couldn’t get proton vpn to work at all until I installed network-manager-applet. Then it worked fine. (It wouldn’t connect). I had to do a ton of googling before I found that fix, I think a lot of people give up on proton vpn before they find that solution/dependency. It sounds like other packages can provide what proton-vpn is looking for, but I think network-manager-applet gets installed often enough as a dependency where it just works for some people, while for others getting proton to work is a chore. (I’m pretty sure it’s not installed on a fresh install with gnome - making getting proton to work on a bare bones install challenging). I dunno if that or another package is already there on the steam deck - but worth checking that line of troubleshooting out.

    Now, if it’s not there - I don’t know the full dangers of installing that package on the steam deck, maybe someone smarter can comment on that. It should be noted that I installed network manager with pacman and proton vpn from the AUR. I don’t know how the flatpak would behave - but it didn’t work either without network manager installed.

    Good luck!