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

  • 3 Posts
  • 50 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.







  • Westmere Xeon processors are still quite OK imo. I have an old enterprise machine with one. 12 Threads, 2.6 GHz is still quite usable for many things. I mostly use it to compile larger software. But personally I’d argue that Longsoon is already far better than Intel/AMD since Longsoon is based on MIPS, which is based on RISC, while Intel/AMD still clings to their bloated and way too power hungry CISC crap. Plus today most performance comes from parallelism and cache size rather than core frequency and Longsoon does already have 128 and 256-bit vector instructions in their ISA, which is pretty decent. Maybe they can figure out a 512-bit vector extension that doesn’t severely throttle the CPU when using it before Intel can, lol.




  • 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.




  • It’s depressing to see so many AI powered FOSS projects that are basically just a chatbot/autocomplete or something that can spit out some images, when there are so many cool things you could use Neural nets for. For instance, as a FLOSS enthusiast a tool to help with reverse engineering proprietary binaries, specifically firmware and driver blobs would be awesome and could permanently change computing for the better. But everyone in the west seems to be more concerned with how they can use Neural nets to reduce production costs and increase profits.