• 12 Posts
  • 42 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle



  • With all the Linux on mobile work, one thing I was wondering about is how Android (and iOS too, I think) can just stop apps running in the background if it thinks they won’t be opened any time soon, to save energy, and how apps must therefore be programmed to be able to handle that gracefully. There has been a lot of focus on making apps adapt to the screen size, but not so much on making them save energy like that - I wonder if this work could enable that in one go for whole classes of apps?





  • Het echte probleem is hier het beveiligingsgat dat de datadiefstal mogelijk maakte. (Wat helaas niet beperkt is tot het voetbal.) Dat je er vervolgens voor kiest losgeld te betalen snap ik wel, want het alternatief is ook niet erg aantrekkelijk - zeker als het om persoonsgegevens gaat van waardevolle doelwitten van criminelen, zoals goedbetaalde voetballers.

    Wat wel vrij uniek is, is dat ze er zo open over zijn. Dat kan ik wel waarderen; dit soort datalekken (en het betalen van losgeld) zijn helaas nog aan de orde van de dag, maar meestal hoor je er niet over.






  • Totally opening up, as I understand it. Which doesn’t mean that you can install every extension, because many might not be compatible. For example, Sidebery isn’t really useful on mobile, and other extensions (especially the ones still using “Manifest V2”) can’t deal well with Android unpredictably killing extension processes in the background. But every extension developer can make their extension installable by Firefox for Android users.



  • If you’re talking Android, I believe the F-Droid app store (which I’d recommend anyway) packages a version of Firefox (I think called “Fennec F-Droid”?) that allows the same thing as Nightly and Beta (which I assume you mean with option 1).

    Also, Beta is very stable, just give it a shot. (Though your extensions might not be, especially on mobile.)




  • Een 35-jarige man uit Den Haag en een 26-jarige vrouw uit Rijswijk zijn veroordeeld voor smaad omdat ze gegevens van een vermeende pedofiel online deelden. Dat deden ze drie jaar geleden. De rechtbank legde beiden een werkstraf op van 80 uur.

    Het slachtoffer verloor door de incidenten zijn baan, dook onder en verhuisde later naar een andere woonplaats.

    De twee verdachten moeten een schadevergoeding van 540 euro betalen aan de man en zijn vrouw.

    Ik word normaal een beetje moe van altijd maar roepen om zwaardere straffen, juist met dit soort eigenrechting in het achterhoofd, maar… Die man kon niet meer veilig over straat, heeft zijn baan verloren, en het heeft ongetwijfeld ook impact gehad op zijn relatie met vrienden en familie - en dan krijgen ze een werkstraf van 80 uur en 540 euro schadevergoeding? Als je dat combineert met de volgens mij toch vrij lage pakkans voor dit soort vergrijpen, dan voelt het haast symbolisch?





  • Linux Mint is even more troublesome, because I believe it uses Ubuntu’s repos as well - meaning that they’d be counted in Ubuntu’s logs?

    That said, with the exception of probably Distrowatch pageviews (which of course have very little relation to actual usage), AFAIK all proxy metrics we have do point to Ubuntu’s dominance, as well as anecdotal evidence such as the distros you see people using at e.g. FOSDEM. I’d be interested to see any data that might show otherwise though, but until then, my working hypothesis is that Ubuntu is still the most popular desktop Linux.



  • I will say, as a JavaScript developer, the new module system is a pain everywhere. Node.js went to great pains to allow for an upgrade path without breaking changes, and it’s still a PITA for developers because there are so many edge cases that could go wrong, so you still have to actually keep testing in both older and newer versions.

    A hard break like this is painful, but I’m not sure if there’s a better solution. On the upside, it looks like it’ll be easier for someone like me to contribute fixes for this, even if I don’t know the specifics of extension development otherwise.