• 0 Posts
  • 30 Comments
Joined 4 months ago
cake
Cake day: February 27th, 2026

help-circle
  • why is Apple not guilty of the same thing?

    They are, I believe the commission has also been investigating apple for this. But it might also be considered a different situation since, as far as I understood, google was fined for pressuring other manufacturers into pre-installing google search and chrome on their devices.

    Apple is ten times worse in this regard because you actually can’t use any browser but Safari on iOS

    Well, WebKit, not safari (you could say safari is apple’s WebKit skin, I guess), but you’re right. The DMA was supposed to fix this and force them to allow other browser engines, but I don’t think much has changed in this regard. I’m not aware of any browsers not using WebKit on iOS so far, at least.







  • GDPR wasn’t what introduced cookie banners, that was the ePrivacy directive which came before the GDPR. Either way, I’d argue cookie banners are an act of malicious compliance with both of these, as I’m pretty sure they were intended to reduce usage of tracking / analytics / other non-required cookies altogether. The annoying banners are, in my opinion, an effort to make people angry at the EU instead of the ad companies.



  • I was just being pedantic and corrected what is meant by the term “free software”, not actually arguing for or against what you were saying :)

    Yes, of course, a project being paid will mean that a lot fewer people will actually use it. I wouldn’t say nobody, though. As an example, there’s the DeArrow browser addon which is free, but costs $1 once (with easy ways to circumvent that payment). Yet many people have paid for it anyway.

    As for curl, the article says that the 23 sponsors you mentioned are only corporate sponsors. There are hundreds of people donating to the curl project, which is probably still unreasonably low, but not as dire as “only 23” would suggest. Obviously each of these donates a much lower amount, so it may still not amount to much (but I don’t know enough to say that).

    But in the end, as I said, you’re probably mostly right, there would be very few users of free software if it was paid. Although there are also lots of users of proprietary paid software, so who knows.






  • What makes you say that? As far as I can tell, the only actual downside of it is having to type longer addresses sometimes, but one should really just use the DNS for that. And a bigger address space was needed. Everything else seems better or at least simpler. Autoconfiguration (SLAAC), only one loopback address (which is shorter than any of IPv4’s loopback addresses), subnetting, no need for NAT, proper support for multiple addresses per interface…

    In practice, most problems with IPv6 probably just come from bad support for it in software. That means they should be improved, not that IPv6 was a failure. Also check that you’re not blocking ICMP6 traffic in a firewall or similar (or at least allow the things SLAAC and neighbor discovery need).