• 1 Post
  • 43 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle

  • Go outside. Not in a “go touch grass” way. Explore new places and fill your days with variety and sunlight if you can. If you can’t make the time pass quickly you can at least make it more interesting. And sitting depressed in a park is a lot nicer than sitting depressed at home.

    If you’re already running, vary your route a bit, or spend some time in the middle of your run sitting outside for a bit.

    I don’t expect it to fix anything, I’ve heard enough of the “just try this and you’ll feel better” bullshit. But I hope it would at least help mix up your days a little.


    • what partitions do linux distros need to function ?

    Many guides will suggest setting up separate partitions for a bunch of different Linux directories. It’s not strictly necessary to make things work properly. You can totally do it all on one partition (in addition to your windows one I mean). If you want to try something more fancy then keep a separate home partition, but honestly don’t worry about it much unless a guide or installer is suggesting it.

    • is it bad idea to install linux on a single drive in its own partition ?

    Nah. One big Linux partition isnt a bad thing and is a lot easier to grasp when starting out. (Though for dual boot you’ll need the windows partition somewhere still)

    • what precautions should I take other than backing up my hard drive before doing dual boot ?

    Backups are the main thing. Maybe a list of useful Windows software you have installed, just in case you accidentally break your install and can’t boot in to check what you had installed.

    Make Windows recovery media and a windows install disk if you don’t have one. Just in case you need to go back and reinstall it can help avoid trying to do that without a working machine.

    Test with a live usb first too. That way you can at least boot into the live Usb if things fail. And you will already have it prepared.

    • How can I ensure my dual boot linux install won’t touch my windows partition at all if I install dual boot linux ?

    I think you could mount your windows partition as read only if that’s a concern. I don’t expect any Linux distros to mess with anything though unless you’re reckless about running install scripts.

    • Is there anything else I should be aware about ?

    Linux guides vary between “here’s a hack to just make it work” all the way to “here’s a perfect Torvalds-Approved perfect bomb proof 100page configuration guide”. Make sure you know what you’re looking for first and don’t get too caught up on making everything perfect. Focus on keeping good backups so you can restart from scratch if you ever need to. You’ll probably end up trying a few Linux distros over the next few years anyway.




  • I’ve started to skip the mask for small groups for short time periods but I still mask up for the grocery store, and large gathering, and any time I’m in a smaller room with people for a long time.

    I get sick so rarely now, it’s great. And it’s so much less socially exhausting to wear a mask and be able to hide my face. I dont have to take a smile or watch my expressions nearly as much.

    And it helps support my friends who are immunocompromised by normalizing mask wearing.

    I don’t plan to stop for a long while. And I plan to always mask up if I’m sick, even just a cold, to avoid spreading it.



  • The Lemmy app we are using on our phones needs to download content from Lemmy so it can be displayed to us. Lemmy might just have one big file full of links, but that’s annoying to have to write code to handle. Or it might have a folder full of files where each file is a post, but that’s also a bit annoying to write code to manage.

    It (probably) uses a local SQLite database to store all of the cached posts.

    Conceptually, a database is just a place to store things, just like a big text file. The database just handles a lot of the grunt work for you and makes it easier to search, organize, and filter the data.

    So anywhere there is data, there could be a database.











  • Does your 401k allow you to invest in individual stocks? Does it let you invest in an index fund that matches your investment interests?(like one for just tech companies, or just solar companies, etc).

    If you’re able to invest from within the 401k, do it. You’ll get tax benefits.

    In terms of general advice though, I’d lean on the 401k here and invest in large index funds (total market, or at least tracking the SP500, or target date funds). This assumes you already have a fully funded emergency fund though.



  • I started with zero-based budgeting via YNAB ages ago when ynab was a local-only app. Over time though I’ve adjusted and focus on tracking my expenses rather than budgeting. I’ve found that for me, budgeting is hard to stick to because I can never predict well enough. Ynab helped back when I used it but even then I always had a “rollover” fund I had to steal from almost arbitrarily to make things balanced.

    I do keep a rough spreadsheet budget of my fixed expenses though (rent, internet, phone, electricity, etc) that I use to understand how much of my money is “locked-in” and what is discretionary.

    For tracking, I have a spreadsheet I input all my expenses into every month or two that I use to see how Ive been spending my money, and I use that to decide if I’m happy with where I am.