• 0 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: June 6th, 2023

help-circle

  • Switching from Firefox to Librewolf has some pros and cons. Librewolf is a fork of Firefox focused on privacy and security, with telemetry stripped out and privacy settings maxed out by default. You’ll gain better out-of-the-box privacy protections, meaning less tracking and data collection without having to tweak settings yourself.

    However, you might lose some convenience. Librewolf might not support certain Firefox features like Sync, since it relies on Mozilla’s servers (not sure about that point, maybe it does work). It can also break some websites due to the stricter privacy settings. Another thing to consider is that you won’t get updates as quickly as Firefox.

    Regarding browser fingerprinting, it’s a tricky beast. Librewolf can help somewhat by making your fingerprint less unique, but it’s not a silver bullet. Tools like uBlock Origin and container tabs are great, but adding something like the CanvasBlocker extension can also help reduce fingerprinting. Ultimately, no setup is perfect, but Librewolf is a solid step towards better privacy.







  • I have often thought about how I will do this with my child. Fortunately, I still have some time before this becomes relevant, but in the end it’s like politics, isn’t it? It’s always about the tug of war between safety and freedom. As a father, I naturally pull in the direction of safety, but how hard can I pull? I don’t know if I’m too naive, but maybe I can achieve a better result with education than with bans? If I ban something, my children should understand why there is a ban or restriction. I would also be prepared to engage in a discussion because I naturally think differently to my child. I hope that I will do everything right, I hated it as a child when there were bans without justification.




  • I use it, but to be honest I did not do a comprehensive comparison. I like it mostly for the fine grained website control. For work and some personal stuff I often look for code and can push websites like GitHub to appear more often. Or I can block Pinterest in my search results. I tried to do this in SearXNG, but this was too much of a hassle so in a way I pay kagi for convenience. I recently got a new job and will evaluate in the coming months if it is still worth the money, but right now I am satisfied. Nobody else I know would pay for a search engine, so I can understand the stance, but I am really fed up with all the advertising and enshitification so I thought why not give it a try. And yes, because it was recommended here.



  • I would say in most videogames you can play against the computer (Age of Empires, Call of Duty, etc.), which use human-set rules without machine learning. Computer enemies show the same behavior, regardless of your specific knowledge of the game. I think nowadays there may already be some games where the computer learns from your behavior by machine learning, but this is not the norm.

    There were also chatbots before ChatGPT existed, which in their most basic form give human programmed answers to specific questions.


  • When people talk about AI, they’re generally referring to systems or machines that can perform tasks which typically require human intelligence. These tasks might include things like recognizing speech, translating languages, or making decisions. AI isn’t about simulating human consciousness or emotions but about replicating the ability to perform specific intelligent tasks.

    AI systems can range from simple, rule-based algorithms (which might seem like glorified if-else statements) to complex, learning systems. This is where machine learning comes in. Machine learning is actually a subset of AI. It’s a way of achieving AI where the system learns from data. Instead of being explicitly programmed to perform a task, the system is given huge amounts of data and learns patterns or rules from it. Over time, it can make predictions or decisions based on what it has learned.

    So, not all AI is machine learning, but all machine learning is AI. Hope this clears things up a bit!