• 0 Posts
  • 48 Comments
Joined 2 years ago
cake
Cake day: July 16th, 2023

help-circle


  • Slightly off-topic, but this annoyed me during the Win 8.1/10 start screen era as well. Just because an interface is touch-friendlier doesn’t mean it can’t also be an improvement for keyboard/mouse users as well.

    Then they ditched all that and made it a worse experience for everyone in Win 11, so un turn I ditched their mess and fully switched over.



  • I’ve switched over a year ago and that’s the thing that, looking back, sticks out to me the most as well. It’s just insane that practically every application I used had its own update routine. Lesser used apps I had to update every single time before using them. Just constant interruptions everywhere.

    Winget is a step in the right directions, but it still has to build upon and work around that same shaky foundation, and it shows.



  • NekuSoul@lemmy.nekusoul.detoMicroblog Memes@lemmy.worldArrrr
    link
    fedilink
    English
    arrow-up
    6
    ·
    4 months ago

    I don’t even have the option to buy some content

    For you it’s the general availability, but I also want to put importance on the “buy”: I just want to buy something outright, not pay for a subscription that locks me into using awful apps, enforcing ridiculous rules and giving me a lesser experience than the “free” version.


  • I’d be more concerned as well if this would be an over-night change, but I’d say that the rollout is slow and gradual enough that giving it more time would just lead to more procrastination instead, rather than finding solutions. Particularly for those following the news, which all sysadmins should, the reduction in certificate lifespan over time has been going on for a while now with a clear goal of automation becoming the only viable path forward.

    I’ll also go out on a limb and make a guess that a not insignificant amount of people only think that their “special” case can’t be automated. I wouldn’t even be surprised if many of those could be solved by a bog-standard reverse-proxy setup.


  • Part of this might be my general disdain towards sysadmins who don’t know the first thing about technology and security, but I can’t help but notice that article is weirdly biased:

    Over the past couple of days, these unsung heroes who keep the internet up and running flocked to Reddit to bemoan their soon-to-be increasing workload.

    Kind of weird to praise random Reddit users who might or might not actually sysadmins that much for not keeping up with the news, or put any kind of importance onto Reddit comments in the first place.

    Personally, I’m much more partial to the opinions of actual security researchers and hope this passes. All publicly used services should use automated renewals with short lifespans. If this isn’t possible for internal devices some weird reason, that’s what private CAs are for.




  • And you can even go a step further and configure it so all the ISOs go into a subdirectory. Then you can still use the USB for other stuff without it becoming a mess. Right now I have the following structure:

    ├ apps // Lots of portable apps, using the PortableApps systemdata // For copying files between devices
    ├ images // ISOs go here, separated into Linux, Windows and Utilities
    ├ installs // For apps that need to be installed
    ├ secure // Encrypted Veracrypt store
    └ ventoy // Ventoy config
    

    All that on a tiny USB on my keychain and super useful when you’re the IT person for the family.






  • Depends a bit on the clients.

    • KeePass: Will ask you if you want to synchronize/overwrite/discard the database when saving.
    • KeePassXC: Will autoreload the database in the background, so merge conflicts shouldn’t happen in the first place. Otherwise there’s ‘Merge database’ in the menu.
    • KeePass2Android: So I mixed up the names and this is the client I actually use. This one does all changes to an internal copy of the database that is then synchronized on request.
    • KeePassDX: As far as I can see it also has a mechanism similar too KeePass2Android.

    Assuming you only have one desktop and mobile client you should never run into any issues. If you do have multiple KeePassXC clients it’s all fine as well assuming Syncthing always has another client it can sync with.