• 0 Posts
  • 23 Comments
Joined 1 year ago
cake
Cake day: July 10th, 2023

help-circle







  • Anything containing WebGL and anything containing complex CSS/JS animations comes to mind, also Canvas (even though it rarely used, still lags like a motherfucker), Firefox really suffers in that regard, but they recently promised that they will fix it; and I remind you that because of hardware decoder legal ussues Firefox sucked very hard at 4K and 120 Hz YouTube on Linux for a long time too

    There are others, commonly created because Firefox focuses on privacy, and so, for example, all internal website timers can only count by 0.1 seconds because anything less will open you to tracking vunerabilities, often settings sacrifice performance for data safety like this



  • Wikipedia is really bad at explaining things, it’s written in a way that you have to deeply know all of the surrounding topics to understand what is going on

    I used to think that it’s too hard to set up a suspension on a car because the Wikipedia pages are all weird and undescriptive, but it turns out it’s very simple for something like a double wishbone, there are even visual calculators out there






  • I’m pretty sure it’s either a myth (that it doesn’t work) or some US-centric thing, because when I worked as a delivery guy, I used to go through probably hundreds of different elevators in high-density residential buildings, and most of them have doors that stay open very long to allow baby strollers and heavy appliances to be placed inside, and on pretty much all of these the door closing button works, immediately closing the door


  • This is what I and many other programmers have done (not the removal, but fake delays), because it improves user experience, actually:

    1.When the user clicks a button that should take long in their mind (like uncompressing a zip file etc) but is actually fast, it might seem like something is wrong and it didn’t work

    2.When the user transitions between layouts of the application, if it loads everything too fast it will look too abrupt, a fake delay will be made here if a transition animation is not possible/doesn’t fit