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

help-circle
  • First, mostly as if in Firefox. Go open Netflix, just for the laugh of it.

    Second, a fork that depends on Mozilla’s power to develop the upstream is not really in the clear. From a licensing perspective, sure. But let’s assume the worst (because it’s 2025 after all). Firefox is no longer open source. Sure, we can fork from where they left. But building, maintaining, and evolving a browser engine (and the browser itself) requires substantial work. Which means, developers/maintainers, and money. And staying on a “bare” browser might not be viable as long as standards keeps evolving and 95% of people will not care about that stuff.

    All that to say, a fork is an option for now. A more tangible solution for the future is needed. A new “Mozilla” without the $millions CEO and structure, Mozilla splitting Firefox into a clean base and a commercial product, something else. But not a fork that just follow Firefox source.



  • how are they supposed to “sell your data”

    First step is collecting it. Putting provisions to grab everything from the software you installed on your device and use to do everything is a good start. Second step is selling it. Data broker loves data, surprisingly. And even small, inconsequential stuff can go a long way when you can correlate with dozens, or hundreds, of data points.

    if you just never use a Mozilla account

    Given how it’s implemented, the data pushed inside your account may be in a safer place than what you use the browser to do daily at this point.

    and uncheck all the telemetry

    Funny thing. Even with everything unchecked/disabled/toggled off/whatever, there’s a handful of ping back and other small reports that are configured to go out. You can turn these off using the complete config page; the one that warns people that its dangerous and have no clear way to know what most of its options do.

    Its not like they can secretly steal your data, since its Open Source

    If by “secretly” you mean without us knowing, it would be hard indeed, as long as people did look into the source AND the built images were faithful to the source, too. They are not doing it secretly, at least for now, anyway. That’s the point of their “privacy notice” that includes basically everything, which they then use as a safeguard saying "we can’t do shit (unless specified in the privacy notice).

    It seems to me like just more FUD that Google is spreading to undermine our trust in free software

    The policy changes comes from Mozilla. Were written, published, and updated by Mozilla, on their blog (and legal pages). What the fuck are you talking about with Google?

    Heck, if you knew 2cts about this, Google actually low-key needs Firefox to exists as a counterpoint to Chrome’s hegemony, unless they want another trial for being too good at their job.















  • Seeing the brand names you cited, I’ll assume you’re in the US, so my comment may or may not be as useful as some brands are way different in France (for example, Subway is decent most of the time).

    Growing up I sure got less and less attracted to fast food, and trying it occasionally did feel bad in some case. Although there’s a definite shift in not wanting to clog my own arteries, it’s not all there is to it. Some brands really feel awful now (McDonald’s being the worst fast food out there these days), but there are also other that still “hit that spot” (BK mostly). I think it’s safe to say that some big names let themselves go bad, AND it is still possible to find good fast food stuff.

    With that said, it do gets more expensive, as everything else. The craving for fast food really become less common as time pass, and although it’s still good while eating, there’s still a tinge of guilt afterward, knowing it’s both too expensive for what it is (I mean the actual food, not necessarily that it’s too expensive for service and stuff) and that it’s not that great for yourself.

    I’d say if you keep them as an occasional treat and know a few good places to indulge, it can work. But it sure feels like it requires more thinking than just dropping in any fast food joint to have a good time.



  • For repetitive tasks, it can almost automatically get a first template you write by hand, and extrapolate with multiple variations.

    Beyond that… not really. Anything beyond single line completion quickly devolves into either something messy, non working, or worse, working but not as intended. For extremely common cases it will work fine; but extremely common cases are either moved out in shared code, or take less time to write than to “generate” and check.

    I’ve been using code completion/suggestion on the regular, and it had times where I was pleasantly surprised by what it produced, but even for these I had to look after it and fix some things. And while I can’t quantify how often it happened, there are a lot of times where it’s convincing gibberish.