Creator of LULs (a script which helps links to point to your instance)

Come say hi here or over at https://twitch.tv/AzzuriteTV :) I like getting to know more people :)

Play games with me: https://steamcommunity.com/id/azzu

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

help-circle

  • Of course the mental health team is bleeding talent, it’s probably (initially) consisted of people that actually care about mental health, and they gradually figured out that no matter what they do or try, the technology they work for can only ever be a net negative on mental health. I would also wash my hands off it as fast as possible and go back to actually contributing to positive mental health.





  • Because you have to figure out how to build them. And with that I mean, how do you make sure that whatever you’re doing will work and work the same way not only on your “embebbed ARM v7” architecture and all the other CPU architectures, but also the operating system libraries included? How do you make it work the same way on Mac, Windows 7, Windows 11, Ubuntu, custom Arch installations, FreeBSD, etc etc?

    If you build native binaries, you personally are the one who has to make sure it runs. This means (depending on how much you want to support) a lot of development or support time. (Or you make your users build it themselves and fix errors, which means a massively reduced userbase, good luck with adoption…)

    If you use Node, (or other virtual machines) you literally don’t have to do anything, because it just works.

    You really don’t see the value in that?