• 0 Posts
  • 23 Comments
Joined 2 years ago
cake
Cake day: August 3rd, 2023

help-circle
  • I might be in the minority but I love my standing desks. I’ll sit once in awhile but I’d guess that 90% of my day is standing.

    And to those who think standing is just being in one position all day and therefore is just as bad as sitting, I completely disagree. In practice I’m constantly shifting around, moving one leg back or forward, or walking in circles when I’m talking during a meeting and don’t need to look at my screens. Sometimes I’ll bring a chair over and put one knee on the seat for a few minutes to stretch my quads and hip flexors. It also helps if you get a soft pad to stand on or shoes designed for being on your feet all day.

    My desks even go really low, which I squat at for about an hour a day. Full heels on the ground squat, keyboard and screens low enough to work without cranking my neck.

    I’ve been working behind a desk for 25 years, and next to a true ergonomic keyboard I think my standing desks have done the most to keep my body from breaking down.








  • That makes sense.

    The last time we had a power issue and I was at my desktop I didn’t get any GUI notifications of the outage, so that’s a miss.

    However the incessant beeping coming from every APC in the house was enough to tell me that stuff was about to go really sideways 😂 I was able to manually power down my desktop before the systemd stuff kicked in.


  • I’m not sure what you mean?

    I’m certainly not saying systemd is the only way or best way to solve this problem, only that it does in fact work, despite the other many misgivings I have with it.

    I’m also not sure whether you’re trying to turn this into a measuring contest, or why? My home setups are relatively rigorous for a residential setting, but they’re all based on the many many years I worked in data centers, mostly in Los Angeles which is notorious for poor power availability and stability.


  • That sucks!

    I’m on Ubuntu, which I admit is not a popular option around here. But when my power goes out I use apcupsd and a network component to alert my attached or networked Ubuntu machines. When the power first goes out all of my non-essential machines automatically shut down gracefully. When the backup batteries get low enough (I have several separate APC units around the house) my essential machines also shut down automatically.

    When the power comes back up one of my machines automatically powers up and runs a few checks before turning most of my other stuff back on.

    I have very few power issues which last long enough for my batteries to run out, but when I do the only evidence is a few alerts and the fact that I have to log back into everything. All of my windows restore on my GUI machines, and no filesystem issues occur. It’s more seamless than when I ran Windows, granted that was 25 years ago.

    I’m similarly not a fan of systemd, but for backup battery and power management it seems to do the trick.






  • All you have to do is look at what happened to the conservative community. There was a post asking whether it was meant for trolling conservatives or for actual discussion, and the resounding answer was that no conversation was possible with conservatives or anyone who holds right of center views.

    There were a few lemmings who posted in support of allowing conservatives to have a place to chime in, and they were downvoted into oblivion.

    That’s being bullied off of Lemmy, which is fine, communities are self organized and managed, and chasing away wrongthink is apparently what the vast majority of this platform wants.

    Again, all of that is fine, but we shouldn’t pretend chasing those people off wasn’t the intended outcome, or that this isn’t an echo chamber.




  • I see a lot of references to Ubuntu being filled with ads or scaring people into buying their services, but I’ve been daily driving it for over 15 years on personal desktops and servers and never noticed that. What have I missed?

    I never saw the Amazon ad stuff, I hear it was a referral link?

    Last I checked Ubuntu Pro is free for personal use on up to 5 machines.

    I use apt to manage all my packages and upgrades, including dist-upgrade, maybe that’s why I’ve never noticed snap? Why does snap suck?


  • I’m pretty sure I didn’t mess with systemd, though that would probably be the right way to handle it.

    I was able to update a runtime config so if any storage wasn’t available it just halted the service. Then I created a short script I’d invoke manually which decrypted the luks drives and brought the dependent services up. I also added monitoring to alert me when the drives weren’t available for whatever reason.


  • I use separate disks for data storage and my OS. That way a headless system can boot and all the services like SSH can become available, and I can decrypt the data drives remotely.

    When there’s an unexpected reboot I can still get into my system and decrypt remotely which is nice. I can also move the data storage disks to another system without too much hassle.

    I did have to make sure some services were fault tolerant if an encrypted volume was unavailable when the OS booted. An example of this might be torrenting software, I needed to make sure the temporary storage was on an encrypted volume. The software had a sane fault mode when the final storage location was unavailable, but freaked out for some reason when the temp storage was missing.

    Once set up the whole thing is pretty easy to manage.