• 0 Posts
  • 148 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2023

help-circle




  • jdnewmiltome_irl@lemmy.worldme_irl
    link
    fedilink
    arrow-up
    43
    arrow-down
    1
    ·
    4 days ago

    Believe it or not, this is a perfect time to leave a voice mail. The not answering spam calls I am normalized with, but the refusal to use voice mail for important calls is inexcusable.


  • jdnewmiltoLinux@lemmy.worldI messed up
    link
    fedilink
    English
    arrow-up
    14
    ·
    10 days ago

    You must have done more than rename a partition… it is looking for the partition UID and not finding it. Since the UID is never supposed to change until the partition gets wiped, this is very odd indeed.

    Also, putting external volumes (usb stick?) into fstab is not a good idea… let the automount find it when you put it in and want to access it.


  • Bash is always there, and bash scripts and snippets are precise. Describing gui manipulations when the GUI keeps changing is also quite hard… what if the person you are interacting with has a 2-yo system and you have the bleeding edge? Even knowing which menu the settings are in can be frustrating for the helper.

    Windows users (e.g. me at work) get grumpy when Microsoft starts changing the menu structure after keeping it consistent for 20 years and start thinking of powershell scripts to create consistency between our engineering workstations.










  • They are text files. If there is anything weird about them it is that they are indented with spaces and if you are inconsistent with indentation they won’t read into the yaml import function, but I can’t imagine why vim or nano would have a problem with opening them. Maybe the ones you were using were not actually yaml.





  • Not “debugging” … the value comes before I even try to run the code. The background syntax checker highlights when the types don’t agree into and out of each function call and I don’t get errors like trying to index into an integer.

    As for time… I guessed… I did not measure. I have limited time to play with this and don’t optimize unless I find myself waiting excessively for an answer.