• 1 Post
  • 282 Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle






  • The problem with compiled JS is that it doesn’t last long. Any piece of software written in the popular frameworks will probably not compile in 5 years because xyz dependency. There might be ways around it, but all annoying and not good. Some type of software really needs more assurances that “might compile in 5 years” because some people can’t afford to upgrade to the latest framework down the path due to size or simply lack of time.



  • I don’t really get this type of “media” bullshit articles. Yes, Windows is becoming progressively worse with more annoyances but you also have more simple to use tools than ever to disable those annoyances in bulk.

    For the average user is far simpler to just run W10 Privacy, CTT or some other tool to disable all the annoying Windows features than it is to move to Linux and face all the major pain points people usually have around software compatibility and missing xyz very specific that isn’t really the same thing under Linux.

    There you go, fixed the Windows problem for you in a few clicks, no need to download an entire new OS and complain afterwards.


  • Performance optimization is hard because it’s fundamentally a brute-force task, and there’s nothing you can do about it

    There is, “common sense” seems to accelerate that bruteforce work. Also some developers seem to be better at performance bruteforce than others, some enjoy it, others hate it.

    Simplicity also plays a very important role here, most software is built by adding more features and at some point you may be able to simplify things a lot and make run a lot faster if you just rewriting it with all the use cases in mind.