https://github.com/thayerw

My Lemmy themes at UserStyles.world:

  • 15 Posts
  • 307 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle








  • thayer@lemmy.catoLinux@lemmy.mlTrying to rescue a 1GB RAM laptop
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    4 days ago

    If that’s one of those old 10" netbooks, I had good experiences running dwm and xmonad on mine back in the day (had an Acer and later an MSI Wind U120(?)). Typically ran all my apps maximized, one per desktop. Firefox did okay, but this was around 2010-2012. Mostly stuck with terminal apps and it was more than snappy enough.

    Some screenshots from days past…



  • That used to happen to us before we started using SyncThing (and before we had data plans on our phones).

    By the time we migrated to it, we had a home server running 24/7 and this ensured that at least one device in the chain was always online, had the latest version of the database, and pushed it to other devices as they came online. Our phones also have data plans now, so things generally sync in realtime which helps avoid issues.

    If you don’t have at least one always-online device, I think the next easiest way to avoid sync conflicts is to modify the database from one designated device. That way even if a conflict does arise, you’ll know which device is always correct.

    For resolving the conflicts, I would open both databases, sort by modified, and review the latest changes in each.


  • KeePass, and more specifically the KeePassXC (desktop) and KeePassDX (Android) ports.

    My wife and I have shared a single KeePass database for about 15 years now and I couldn’t imagine switching to anything else.

    My reasons have remained the same over the years:

    • Free and open source
    • Offline (but supports cloud sync)
    • Lightweight
    • Cross platform
    • Supports autofill

    I would never entrust the management of my credentials to a 3rd party online service. They’re an easy target (it’s only a matter of when, not if they are breached), and they could go out of business at any time.

    We don’t use cloud storage for anything these days, but we keep the KP database (and many other things) synced across more than 7 devices using SyncThing, another amazing FOSS project.


  • It’s probably just familiarity bias, but I really like the classic 3D design elements of the '90s desktops. I was a big fan of the Windows classic shell, NeXTSTEP and Openbox UIs. And even though I think both GNOME and KDE look fantastic today, I would still happily use a CDE-style UI if I could do so consistently.





  • thayer@lemmy.catoSelfhosted@lemmy.worldDesign patterns
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    7 days ago

    My wife and I share a KeePass database for all of our credentials, including the keys to our digital kingdom. I document our LAN design, server setup, and general maintenance notes, which are synced between all of our devices via SyncThing.

    I add notes and quick instructions to the important credentials, like “See Proxmox.md to start this service”, or “This password decrypts our file server drive…to do this, open a terminal and paste the following…”

    She is comfortable pasting commands into a terminal already, so if anything ever happens to me I am confident she or my son will at least be able to access our data and move it to a more user-friendly format.

    Edit: Had way too many words lol