• 0 Posts
  • 415 Comments
Joined 3 years ago
cake
Cake day: June 20th, 2023

help-circle
  • Search engine going downhill is mostly a side effect of AI enshitification getting in the way. Even google, which people keep saying is “dying”, works as well as before as long as you’re not using their default page which is filled with AI garbage and other automated content.

    Also, Large AI models from large provider doing a fair bit of actually useful work would have to be confronted with other way to do said work. People burning tokens to edit PDF isn’t exactly that efficient compared to opening a god dawn editor.











  • Firefox, despite all the suspicions around Mozilla, still works well, is still user friendly, privacy friendly, and well maintained. You can either pick a fork that includes a few more things, or just go with vanilla Firefox and ublockorigin. This extension alone (which is highlighted as a recommended extension on the mozilla add-ons website), on its default settings, already sets you up for most ads and privacy hostile sites.

    If you want to go further you can look into noscripts, but it’s already way more involved, because it will break some sites until you look into what to allow or not.





  • A lot of basic principles remain the same from one language to another. Some have more features than other, some have slightly obtuse grammar, but as long as you stay in the same class of programming language, it can be a good learning experience. Learning from “simple” languages and building up was the way to go for a long while.

    I’m not sure I’d call Zig or Go “easy” programming language though. Most languages you’ll hear about these days are quite high level (even C++ and C got there over time). These days, I’m not sure where one would start from scratch. “scripting” languages are a good idea, since they are extremely easy to experiment with, and unless you start poking too much can’t do any harm.

    But basically, if you stay with imperative programming (most used languages are like this) 80-90% of the knowledge you’ll get in one translate into another; there’s no bad way to start.