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

help-circle



  • No legal issues at all. Worst case they will blackball you from interviewing at that company for a few years, and tell other companies in that industry, or others that work with those recruoters at least, that you’re a flake and try to get you blackballed there too. And that’s going to be incredibly rare and only really happen if you’re an asshole about it or no-call-no-show the interview and waste their time.

    Politely decline to continue with them, they’ll probably appreciate that you’re being honest and not wasting their time interviewing you for you to just say no later.

    “I’ve decided to pursue other endeavors, thank you for your time”.




  • Finding pockets of self sufficiency, or at least ways to prevent falling down to the bottom.

    Universal basic income helps this by making sure everyone has at least enough to live on.

    Homesteading and community gardens help this by making sure you at least have some basic amount of food available to you.

    Building walkable cities helps.this by allowing you to avoid or reduce the expenses of a car.

    Building resilient cities that leverage adaptive reuse help this by making it cheaper to start new small community businesses that keep money local.

    The solutions aren’t in the system of money we choose, it’s in building small sustainable ways to provide for basic needs, even in a small way.


  • Many registrars let you buy a domain and set up dynamic DNS for it within their system so you can own a domain and get dyndns on it.

    Otherwise you could accomplish it with a VPS but you’d only need the smallest one available because it would just need to run nginx to forward to your home ip (and a small tool to update that IP when it changes). So you could probably get something for less than $5/mo.



  • Not too sure, but when I was younger I wanted to fit in and picking colorful stuff made that harder. Id worry about it being on trend, or masculine enough, etc. Now that I’m in my 30s I said fuck it and am getting more colorful.

    Doesn’t help that I grew up with a mother who refuses to paint her walls anything but off-white or pale green for resale value. There was so little character.



  • I have no desire to change.

    I’m sure an iPhone would be a completely acceptable phone for me but I have no problems with android that iOS would solve. My phone already does everything I want it to do and more.

    And I don’t want to re-learn what all the best apps are. I already found great ones for what I need and I know many of them would be different on iOS. No need for me to go through that relearning.

    More than that though, I love that my android can do USB OTG and allow me to plug in flash drives, SD cards, game controllers, and Ethernet adapters. I love that i can change the home screen app to entirely change the interface. I like that I can root it when it’s getting slow to debloat it a bunch, or do thorough backups, or fuck around with app files. I love that the dev ecosystem doesn’t require a yearly subscription.




  • even though i might indulge in activities that are pleasurable for me now, they add up to nothing

    I know this isnt what you’re asking for, but I have to wholeheartedly disagree with this (unless you’re talking about drugs, wanking all day long, or something like that). Creating joy in your life isnt a bad thing and has long term benefits. It helps to overcome burnout and extreme fatigue, it gives you something to live for, it allows you a place to find what matters to you. It can help you be MORE productive tomorrow by letting yourself rest today.

    Taking some time away from a problem, from studying, or from work lets your brain work through problems subconsciously that you can’t grasp consciously.

    It’s like sleep. Sure, you can’t be productive during sleep, but you still need it to survive and to take on the next day stronger.

    Enjoying yourself isn’t wasteful.




    • 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.