(_____(_____________(#)~~~~~~

  • 2 Posts
  • 43 Comments
Joined 2 years ago
cake
Cake day: April 11th, 2022

help-circle




  • I once showed a person who was constantly scrolling and sitting through ads on their phone that those ads can just be blocked with little effort. They were interested in the idea so I introduced them to Firefox and uBlock Origin and I even helped them setting it up. Days later I meet them again and notice they’re scrolling through ads again. I ask them why they’re using all those apps instead of the Firefox we set up. They told me that using Firefox is difficult because dealing with URLs and setting up bookmarks is complicated. I can’t ever imagine being inconvenienced by a different way of doing things to the point where I go back to watching ads.









  • I have the same experience. I wrote a simple program with SDL2 to test a software renderer. All it does is create a window then go into an event loop and after each iteration it streams a framebuffer to a texture that gets displayed in the window. In the default mode (X11) my frame timings fluctuate a lot and for a while I tried to massage the code to get it stable because I was convinced that it was just my draw code. Then I eventually forced SDL2 to use Wayland and not only did the draw time per frame go down by 2ms but the fluctuations went away completely.