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

help-circle











  • Yeah you know, maybe you should actually use it because I’ve been using it for the past 25 years as a desktop and I’ve had a fraction of the shit I see happening on windows desktops

    Yes, shit just works. Yeah, there are issues, there are bugs, all software has bugs, but holy shit is the design better.

    Windows always FRACKING ALWAYS has headache issues to deal with. I now control a fleet of machines for employees and sadly they’re windows, still, and the amount of shit we deal with on a daily basis is incredible. We’re too busy now but soon we’ll start a project to replace all machines.with Linux at which point shit will finally just work. How do I know this? I’ve done it before, ma y times.

    So yeah, fuck Microsoft, fuck windows, it’s all trash



  • Well it’s what you’d want but not what it does, for one, but for another: comparing scalars is very easy, comparing complex structures is not. To compare one array with another you’d need to iterate over each element, recursively.

    That JavaScript handles arrays as objects is also not bad, that’s just a language feature that you may like or not, not much can go wrong there. The reassignment of “this” or how JS handlesnumber comparison, yeah, that is infuriatingly bad


  • JavaScript sucks but I’ll give it this one

    Arrays are complex structures with multiple values. Just because one looks like the other doesn’t make them the same object. It’s like taking two new objects form the same class, they look the same but work independently from eachother. I can add a value to one and the other would be unaffected, they’d both still be the same class