• 0 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle



  • For me they only work in relatively quiet environments, or with earplugs. As soon as a car drives by it completely drowns out the sound. With music that might not be an issue, but with podcasts or calls it’s very annoying. I’ve bought earplugs especially for this, as my other earbuds have issues with wind while running, but it does feel like it’s defeating the purpose a bit. I guess turning them all the way up would also work, but that doesn’t feel healthy. Other than that I like them and the mic quality is also good according to people I’ve spoken with over the phone.


  • He’s comparing one state to one country (Sweden) and then adds that Europe is not small, which is fair, because the caption says that the “European” mind can’t comprehend this. Europe as a continent is about as big as the US, the European Union is less than half of the size of the US and the individual countries are of course way smaller than the US. Since the EU has open borders, I’d say that comparing the US to the EU is fair and EU member states can be compared to US states. For example: France is about as large as Texas, Germany about as large as Montana and Italy is comparable to New Mexico. There’s a lot of movement between EU countries and some people cross borders every day to go to work or do groceries. The highway/road just continues without interruption.

    Europe as a continent is meaningless, though, and then you might as well include Asia, as Europe isn’t an actual continent (Eurasia is the worlds largest continent). You could drive all the way to Eastern China if you’d like, but you’d be crossing multiple borders with border control and visa requirements, so that makes it incomparable to driving within the US.


  • Note, however, that the mere fact that all those apps exist for iOS adds a lot of value for Apple too. Apple wouldn’t sell nearly as many iPhones if the most important apps weren’t available on their platform. They spin it as if they are only creating value for the app developers without asking for much in return, while the App Store is an enormous cash cow, which they’ve been able to build due to the lack of restrictions (pre DMA). A good API is not just a service for app developers, it’s a way to enhance the user experience and sell more phones, because of all the work that app developers do to turn it into useful and exciting features.




  • For general usage, it doesn’t really matter. Distrobox is inspired on toolbox and provides some added functionality and configurability, like init scripts and the ability to run different distros, as well as creating desktop shortcuts on your host system. If you don’t need all of that, I’d stick with toolbox, as it’s preinstalled and works well.


  • Agreed. In the past you would pay for calling and text messages and data was often unlimited at the higher tiers, but since nobody pays extra for calling and texting anymore, they’re now charging for data. Luckily they can’t charge extra for EU roaming anymore.

    Data caps on landlines is something that I haven’t seen for a very long time in my EU country. The last time I had a subscription with a data cap must have been with a 56k modem, if at all. Cable and DSL might have had fair use policies back in the day (or maybe they still do, who knows), but no hard cap. Or at least not that I can remember.

    Internet nowadays is way too important to have data caps, especially at home. 5G should definitely be next. Differentiate in speed all you want, but ditch the caps.





  • Host based blocking can never be as complete as blocking inside your browser and there is no way around that. The reason is that host based blocking falls short where tracking content and ads are served from the same hostname as the actual content. Furthermore, some tracking hosts might be whitelisted because just blocking them would break functionality.

    I personally use uBlock Origin with ETP at its default setting, which works well for me without breakage, but judging from your post you might be looking for a solution without browser extensions. The ETP tracking protection is supposed to block tracking, sometimes without letting the website know that it’s disabled, by replacing the tracking code with dummy code. On strict mode you run more risk of things breaking, similar to how strict host based blocking breaks some websites.



  • If there’s anyone that hates what Red Hat has done here, it’s me, but what AlmaLinux is doing is exactly what Red Hat was aiming for according to their statement, which is that clones would use CentOS Stream as their upstream and develop and contribute their own patches instead of copying RHEL bug-for-bug. The other reason is of course to convert people that need that bug-for-bug clone to paying customers.

    With SUSE having announced a RHEL compatible alternative, I’m hoping that some people/businesses will consider switching their environment over to them as a more OSS friendly competitor that also offers support. If that distribution gains some traction, I foresee that some of the clones might use that as their upstream and that OEMs will follow suit and test their drivers on those distributions. There are enough people/businesses that are reliant on a mixture of RHEL and Alma/Rocky and for those life got a bit harder because of RHEL’s actions.



  • The base os is immutable, but you can still change configuration files, compile and install local software (but not in the immutable directories), install desktop environment extensions, add custom repositories, etc. You can also layer packages, but most graphical software is best installed as flatpaks (but not mandatory). So it depends on what tinkering means for you. If it means messing around with binaries in the default locations, like /usr/bin, then it’s not for you, but for many other things there is a way, it’s just a matter of getting used to the separation between the immutable base layer and the things that you build around and on top of it.