• 0 Posts
  • 208 Comments
Joined 2 years ago
cake
Cake day: December 29th, 2023

help-circle
  • perhaps… i guess the single directional execution model would help to prevent memory leaks, and components would help keep things relatively contained… and also javascript in general avoids whole classes of c/c++ bugs… but it’s also incredibly slow. imo it’s just not something you should write core system components in

    to be clear, it’s not react that’s the problem here: its execution model is an excellent way of structuring UI… but something as core as the start menu just really isn’t something you should fuck around with slow languages with

    and also, that’s not to say that FOSS shouldn’t do it - they’re open, and thus something like react makes it easier for devs to write plugs and extend etc… but that’s not an engineering concern for windows: they don’t get the luxury of using extensibility as an excuse











  • and these browsers are specifically not that… these browsers are intended to do things like categorise tabs, complete forms, etc automatically without your interaction

    of course they’ll ask before they do things they consider destructive, but what they consider destructive and what a malicious actor can use are very different things

    some of that is certainly benign, but the point with prompt injection is that it can take benign things and make them plausibly malicious