• 0 Posts
  • 17 Comments
Joined 2 years ago
cake
Cake day: July 25th, 2023

help-circle

  • folkrav@lemmy.catolinuxmemes@lemmy.worldWSL users
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    1 month ago

    Eh I’m not hard set on full spec compliance. I use ZSH, it’s not technically POSIX compliant but close enough that I virtually never have to think about it. Technically correct would probably have been “sh derivative” or something.




  • Gen Z is getting downright worrying at this point. I keep witnessing behaviours and hearing opinions that had practically disappeared since my high school days. I didn’t expect the same ass-backwards bullshit I would have heard some drunk uncle rant about at a family outing when I was a kid, to come out of the mouths of a generation raised in the 21st century. It’s utterly mind boggling. All I can wonder is, who failed to teach them this shit? Were they legitimately raised that way? Who did this, how did it get so bad?






  • We do get what you mean (extremely condescending and reductive take, if you ask me). I was thinking rigidly along the lines of data engineering, as this is, well, a data engineering problem… There just isn’t 30% of people doing this on Google captchas, and this isn’t a “take”, just a reality of the scale and amount of people interacting with Google products. Have fun all you want, you do this, your data most likely gets thrown out, that’s all.

    We’re still talking about image recognition, aren’t we? This feels like a general commentary on how Big Tech sees their customer base, which I don’t disagree with, but in my mind was just another discussion entirely…



  • A “server” is just a remote computer “serving” you stuff, after all. Although, if you have stuff you would have trouble setting up again from scratch, I’d recommend you look into making at least these parts of your setup repeatable, be it something fancy ala Ansible, or even just a couple of bash scripts to install the correct packages and backing up your configs.

    Once you’re in this mindset and take this approach by default, changing machines becomes a lot less daunting in general. A new personal machine takes me about an hour to setup, preparing the USB included.

    If it’s stuff you don’t care about losing, ignore everything I just said. But if you do care about it, I’d slowly start by giving from the most to least critical parts. There’s no better time to do it than when things are working well haha!



  • Tramp is more featured, but if all one cares about is being able to edit remote files using a local editor, vim can edit remote files with scp too: scp://user@server[:port]//remote/file.txt

    I tried tramp-mode at some point, but I seem to remember some gotchas with LSP and pretty bleh latency, which didn’t make it all that useful to me… But I admittedly didn’t spend much time in emacs land.