• 0 Posts
  • 20 Comments
Joined 4 months ago
cake
Cake day: February 15th, 2025

help-circle
  • HelloRoot@lemy.loltoPrivacy@lemmy.mlAI to make us more private?
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    3 hours ago

    Good input, thank you.


    As far as I know, none of them had random false data so I’m not sure why you would think that?

    You can use topic B as an illustration for topic A, even if topic B does not directly contain topic A. For example: (during a chess game analysis) “Moving the knight in front of the bishop is like a punch in the face from mike tyson.”


    There are probably better examples of more complex algorithms that work on data collected online for various goals. When developing those, a problem that naturaly comes up would be filtering out garbage. Do you think it is absolutely infeasable to implement one that would detect adnauseum specifically?



  • HelloRoot@lemy.loltoPrivacy@lemmy.mlAI to make us more private?
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    4 hours ago

    adnauseun (firefox add on that will click all ads in the background to obscure preference data)

    is what the top level comment said, so I went off this info. Thanks for explaining.

    Huh? No one in the Cambridge Analytica scandal was poisoning their data with irrelevant information.

    I didn’t mean it like that.

    I meant it in an illustrative manner - the results of their mass tracking and psychological profiling analysis was so dystopian, that filtering out random false data seems trivial in comparison. I feel like a bachelor or master thesis would be enough to come up with a sufficiently precise method.

    In comparison to that it seems extremely complicated to algorithmically figure out what exact customized lie you have to tell to every single inidividual to manipulate them into behaving a certain way. That probably needed a larger team of smart people working together for many years.

    But ofc I may be wrong. Cheers


  • HelloRoot@lemy.loltoPrivacy@lemmy.mlAI to make us more private?
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    6 hours ago

    You are just moving the problem one step further, but that doesn’t change anything (if I am wrong please correct me).

    You say it is ad behaviour + other data points.

    So the picture of me they have is: [other data] + doesn’t click ads like all the other adblocker people (which is accurate)

    Why would I want to change it to: [other data] + clicks ALL the ads like all the other adnauseum people (which is also accurate)

    How does adnauseum or not matter? I genuinely don’t get it. It’s the same [other data] in both cases. Whether you click on none of the ads or all of the ads can be detected.


    As a bonus, if adnauseum would click just a couple random ads, they would have a wrong assumption of my ad clicking behaviour.

    But if I click none of the ads they have no accurate assumption of my ad clicking behaviour either.

    Judging by incidents like the cambridge analytica scandal, the algorithms that analyze the data are sophisticated enough to differentiate your true interests, which are collected via other browsing behavious from your ad clicking behaviour if they contradict each other or when one of the two seems random.


  • On linux you can also use vmtouch to force cache the project files in RAM. This would speed up the first compilation of the day. On repeated compilations files that are read from disk would naturally be in the RAM cache already and it would not matter what drive you have.

    I have used this in the past when I had slow drives. I was forcing all necessary system libs (my IDE, jdk etc.) and my project files into RAM at the start of the day, before going on a 2min break to make coffee while it read all that stuff from a hdd. Which sped up the workflow in general, at least at the start of the day.

    It is not the same as a ramdisk, as the normal linux file cache writes back changes to the disk in the background.

    You can also pin your fastest core to a specific process, so that it gets no tasks except for the one you want it to do. But that seems more hassle than it’s worth, so I never tried that.










  • I just tested it on my instance. You can create a public share by setting the mode to “Write”, which is accessible without logging in as a user (but with optional password).

    It works, but one does not see any files, not even the ones you uploaded yourself. So for example if you updated the file and need to re-upload it, there is no way for you to delete the previous one.

    You can also create a shared “virtual folder” that is seen by multiple users, and then you have fine grained control on a user basis (Users > burgermenu > edit > ACLs > Per directory permissions) there you can mix and match from a list of ~15 permissions. To upload anything to that virtual folder, you’ll have to properly log in as a user.

    Hope either one of the ways works for you. Cheers



  • HelloRoot@lemy.loltoOpen Source@lemmy.mlChameleon vs JShelter
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    6 days ago

    I don’t know the details, but from just trying out both jShelter worked better for me.

    When a website didn’t work, I know to toggle the toggles one by one until it works. With chameleon, I have tried clicking around through it’s 7 tabs and 20 options, but failed to make the websites work. It also wasn’t clear what it does with the useragent and such, as creepjs was still able to detect everything.

    So yeah, I recommend to try creepjs with either one and see what changes. Then you know which the better one is for privacy. And if it’s neither, then you know that js is really fucking creepy, because it can use a lot of tricky ways to figure out stuff about your browser and os. The only way is to fully block js.