• 0 Posts
  • 55 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle







  • As you say, 25 is not old at all. As long as you keep socializing with friends and coworkers, pursue IRL hobbies ideally social ones, etc. as you mention, I don’t think it matters much if it takes you 6 months or >5 years to reach your fitness goals.

    The only people I’d consider “”“lost cases”“” I know personally are shut-ins who have long mentally parted ways with baseline humanity. An inability to have a decent conversation with people is harder to fix than being overweight and becomes more of a problem with each year of age. But you seem to be on the right track there!












  • No need to overcomplicate things, just write a small shell script or even just an alias. I use this daily:

    alias get-rekt="sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y && flatpak update -y && flatpak remove --unused --delete-data -y"

    adjust accordingly for Fedora and/or snaps. Obviously doesn’t work for appimages or manually compiled stuff which should be a last resort if there’s no other sensible way to install stuff.

    edit: voyager shat the bed with the code block but you get the point