• 0 Posts
  • 110 Comments
Joined 3 years ago
cake
Cake day: June 4th, 2023

help-circle
  • If the data is present but difficult to restore, it’s annoying. You might need to spend a few days fixing stuff.

    If the data is gone, it’s devastating and can bankrupt a company. On a personal level it’s the same as having all your photos destroyed in a fire. And backups not containing the right data are very common.





  • The main differentiator of fish over everything else is it prioritizes intuitive behavior over backwards compatibility.

    Zsh is to bash as c++ is to c. Most bash scripts and habits will work in zsh, but zsh is just more convenient and has more options. Fish is intentionally different.

    Do I wish fish had existed instead of bash so we had a nicer terminal experience? On the whole, yes. But I also couldn’t be bothered to learn another shell where most of the instructions online won’t be able to help you, and I ended up sticking with zsh.



  • No, you just use a standard technique like word2vec.

    Basically words are considered similar (and embedded to nearby locations in a high dimensional space) if they are likely to be used in the same context.

    And because slurs are used to indicate that you don’t like someone, they tend to occur in the same kind of context.

    So they’re all very similar. This is actual natural language processing being used, but it’s a shit post and the graphics aren’t very clear.





  • so I confuse the number of ounces in a pound quite often, amongst other things

    When do you need to use either of these?

    I know the number of pounds in a kilo so I can understand the Americans when they talk about weightlifting and how much people weigh. I don’t think I’ve ever used an ounce in my life.






  • It’s interesting. There’s a lot of talk about how chatgpt makes people lazy, but honestly I think Google killed the “read the manual” ethos.

    Back in the day when you couldn’t just search for everything, you needed enough understanding of the manual to find anything in the index.

    So a key part of figuring anything out was reading at least the start of the manual.

    Now, fuck it, you just type into Google and try to guess enough context to understand what’s going on.