• 2 Posts
  • 103 Comments
Joined 1 year ago
cake
Cake day: June 5th, 2023

help-circle

  • Linux has full time developers. Blender has full time developers. Lots of other projects have full time developers. They still don’t sell my data to Google.

    A web browser is a very visible piece of software, relied upon by end users, businesses and governments alike. I’m sure enough people and organizations would donate their time and money to fund this, if it existed.


  • You said:

    Again, no, that’s not true. This API is only used by sites that opt into it, and in so doing, they are disabling the normal tracking which is far more invasive.

    OK, your source for this:

    A full version of an in-browser attribution API will offer strong privacy protections, while providing considerable flexibility in how to measure ad performance. Our long term goal is a standardized attribution solution. We believe that a good attribution system will give advertising businesses a real alternative to more objectionable practices, like tracking, which should allow browsers to further restrict those practices.

    Nowhere does it say websites are disabling other tracking methods.

    It says that browsers could (maybe, in the future) restrict other methods of tracking, if this gets widespread mainstream adoption. Why are these things related exactly? Mozilla could presumably implement these tracking restrictions right now. The reason they are related in the minds and PR of Mozilla drones is that they don’t dare do this without providing an alternative for the ad industry. Their corporate overlords won’t “allow” it.

    But right now, this restricts and replaces nothing, they literally are giving you vague promises about future improvements, while already collecting your data, like I said.

    I will remind you that you accused others of spreading misinformation in this thread. I will accept your little mea culpa song and dance now. Gimme!


  • Can you imagine a world where Linux wasn’t directly getting paid by Amazon to hook all your machines up to AWS? You can’t! And how could vim possibly be developed without dropbox integration and sponsorship, that would never work. There is no way a world exists where Krita doesn’t sell all your drawings to OpenAI, how are they going to make any money?

    None of these nice things could exist if they weren’t selling out their users, that’s just reality.




  • This API instead

    Instead of what? As I said, this is in addition to existing tracking, with some vague promise that if current tracking methods were banned or abandoned, this could be used instead. Except it’s not getting banned (Mozilla is not going to out-lobby Google) or abandoned (market forces prevent that), and why oh why would I want some alternative way for ad companies to get my data in that situation anyway? Let them die.

    Now if another person is going to repeat this nonsense talking point, which you have picked up strait from Mozilla’s corporate PR, I’m going to lose my mind. Have some critical thinking skills. They are giving away your data right now and they give you nothing in return except a nonsense promise of a fairytale future.

    Please I just want a browser that acts in the user’s interest only, does not work with Meta on adtech, and does not think it’s their duty to save the ad industry from itself.


  • gnuhaut@lemmy.mltoLinux@lemmy.mlFirefox enables user tracking
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    2 months ago

    Ah yes, the hypothetical second step, in which tracking is going to be outlawed (I’m not holding my breath), except, of course, for the third party services that do the aggregating, which will “sell” (literal quote) the aggregate data, so I guess these are by semantic sophistry not adtech companies but something else.

    I’m so glad this genius “plan” can be used to justify Mozilla funneling data to adtech firms right now, because in some hypothetical future timeline this somehow can be construed with a bunch of hand-waving and misdirection to be in my interest.

    How about instead we have a browser that only cares about the users, and not give a fuck about adtech? Its number one goal should be to treat adtech as hostile, and fight to ruin that whole industry.






  • It actually starts, and then turns off. I didn’t notice it before you drew my attention.

    That does sound like DPMS (“vesa display power management signaling”) shenanigans though.

    Maybe you can disable XFCE’s display power management stuff completely? Systemd’s logind (/etc/systemd/logind.conf) can do (and does by default I think) suspend on lid-close without any window manager involvement at all, works fine with i3 here. So disabling XFCE’s stuff probably “only” messes with your monitor not going standby after a while, and you can maybe use xset or xscreensaver and set this by hand (after making sure it’s actually properly disabled in XFCE, so XFCE doesn’t override that stuff).

    Found this about how to stop xfce4-power-manager and disable DPMS:

    xfce4-power-manager -q
    xset -dpms
    

    Try doing that and see if lid close works afterwards.



  • Btw, based on the name, and looking at the source, I think this block-rate-estim is a benchmark helper program for the libde265 video decoder. I think it takes in a file with log data (like debug output or something) and does some statistical calculation on it. My guess is the “block rate” is the speed/throughput.

    It’s not available on Debian here (not part of any package, i.e. not installed/compiled, not sure why Fedora Arch would include this in the package tbh), since I think it’s supposed to be an internal dev tool or something like that.

    It expects two arguments: a tag (whatever that is) and a filename for input data. It definitely doesn’t understand --help and I suspect it endlessly loops when it doesn’t get valid filename as the second argument.

    I’m sticking to my hunch from my other comment, that it is one of your vim (or maybe shell) plugins. It possibly runs every binary installed on your system with --help, to provide some sort of autocomplete or something like that. If that is the case, that seems like a bad idea honestly.

    I see no reason why FreeTube would run this, but if it did, it surely wouldn’t incorrectly run it with just --help as an argument.