• 0 Posts
  • 56 Comments
Joined 1 year ago
cake
Cake day: August 2nd, 2023

help-circle





  • When my toddler was much younger, they would take a bath in warm water, then get out in my well air conditioned house, shivering violently and happily declining any attempt to warm them up. We would always end up warming them up in the end, of course.

    Nowadays they’re a bit older and will seek out the biggest pile of blankets they can find at any opportunity.



  • It sounds like you already have this problem solved, but just in case:

    Back when I still used Windows, the workaround was just to make sure you didn’t have a network connection when installing the OS. This could be done by unplugging the NIC during install on a physical system or by deleting the NIC in a VM (or other ways, obviously, but these were the simplest). It still took some convincing, but then you could make your username whatever you wanted.

    I don’t know if that still works - it’s been years - but if you still use Windows and still have that problem, this might be worth a try.

    edit: program -> problem


  • Two things coming together finalized my choice to leave Windows:

    • the ability to play almost every game on Linux thanks to Valve
    • the fact that you couldn’t create a local account during a Windows install (back when I discovered this you still technically could with some workarounds; I don’t know if you still can but you shouldn’t have to put in any effort IMHO)

  • It’s entirely plausible that this is the case for your wife’s family and others, but it’s hard for me to imagine a household without at least one non mobile computer. However, I can.

    Without non mobile internet, though? Again, I can imagine it … But it seems wrong.

    It shouldn’t be so hard; I was around before the internet was prevalent. My life now involves constant internet access, though, so I guess it’s weird to me that some people have lives that don’t - and especially that that might be the average.

    One must always remember the words of George Carlin, I suppose.



  • My 2014 Ford Flex was the same way, except that they didn’t contact me.

    The car with which I replaced the Flex doesn’t have onboard navigation, instead relying on Android Auto. I was pleased about this, thinking at least it wouldn’t track where I was going … Until I opened the app and saw it could still report its location independently. At that point it seems like there might as well at least be an option for onboard navigation.





  • All of these, so far as I know, either are or evolved from Unix tools.

    zsh is short for “z shell.” A shell is a way to interact with a system via text - a command line interface. There are many including sh (shell), bash (Bourne again shell), fish (no idea what it stands for if anything) and others. I pronounce “zsh” as “zee shell.”

    ssh is short for “secure shell,” a way to access systems remotely that replaced unencrypted remote access methods (hence “secure”). I pronounce this as “ess ess aitch.” The last symbol you used looks like a calculus symbol to me.

    sudo, depending on whom you ask, could stand for one of a few things; it was preceded by a command called “su” which stood for “super user” or “switch user” because it allowed you to imitate a user other than your own (super user being a user who has few or no permissions restrictions on a system). “sudo” is generally considered to be short for “su do” (whatever you consider “su” to mean) (ie, switch user and do or become super user and do)… I pronounce this one as “pseudo” but I didn’t know what it meant when I first learned it. If I had, it’s not impossible that I would pronounce it differently.

    Caveat: I’m an experienced Linux user, but not an expert. All of the above is generally accurate but I suspect there are many lemmy users who would contest the details.

    Hope this information helps!

    edit: forgot that it was “fish,” not “Phish.”