The bottom result (the % certain one) is just a fuzzy match of similar fingerprints AFAICT.
Nice. Software developer, gamer, occasionally 3d printing, coffee lover.
The bottom result (the % certain one) is just a fuzzy match of similar fingerprints AFAICT.
The test is simply showing two fingerprints for your browser. One, the server fingerprint, is one that any tracker can see. The other, the client fingerprint, is what can be used if you have Javascript enabled.
Instead of inundating you with test results, this one is simple - check to see if your fingerprints change between browsing sessions. If they don’t change, that means you can be tracked. In which case you can mess with settings and try again.
So server code is your fingerprint based on what a server is able to see. This would be your fingerprint with JS disabled, essential. Client code is the JS generated fingerprint.
For the emojis I have no idea.
One of the points of Libre Wolf is to make you unique, but each session should be unique.
You can find some additional setting tweaks here: https://librewolf.net/docs/settings/
The “letterboxing” feature is an additional uniqueness feature you could consider enabling.
I’m particular you could check your result in this experiment: https://fpresearch.httpjames.space/
Try it in both normal and in a private tab, then record those results, reopen Libre Wolf, and try again.
Are you copying it to a locally mounted ext4 or is it a network share of an ext4 drive, and if so - what type of network share?
What you describe - that feeling when you think of doing those things, my personal experience has me classify it as overthinking becomes getting overwhelmed. And once I’m overwhelmed, I want to escape.
Keeping in mind coping mechanisms aren’t one size fits all, the coping mechanism that helped me is to write out the problem step by step. This forces me to think slower, and helps me get out of that recursion of thinking about the same things.
I’ve also found some success in the age of AI LLMs asking one to break it down as well.
An example would be the dentist. First I need to find one, I need to look at reviews, I need to make sure they accept my insurance, I need to make sure they’re reasonably close by. Alright, I compile a list of a few options, now the next part is the hard part: I have to actually call to get scheduled. But once I have it scheduled, my social anxiety is superceded by my desire to just get it over with. Sure I may feel that anxiety once I get close to the appointment, but I can cope with that - the real trick is by breaking down the process I didn’t get overwhelmed as quick, and if I did I had notes to come back to.
The ad serving companies (Google) don’t care about what happens after the click (yet). As far as I’m aware no “handshake” process exists that would allow an advertiser to communicate with the as server and validate a click (such a process could be abused).
Most likely the advertiser would be using some form of client side analytics, so the click wouldn’t show up in their statistics, meaning the advertiser would see a huge discrepancy between the clicks they saw in the campaign and the clicks the ad server reports.
Incoming based on the code here:
There are some great mobile games out there. A few of my favorites include Dawncaster and Slice & Dice. Personally when I’m looking for a new game I use https://www.darkpattern.games/ to check if they are exploitive.
60C is when PLA starts to warp, but even lower is when it starts to degrade. 6 years is more than enough for this level of degradation even in a less volatile environment.
You might tell yourself in retrospect that you consciously made that decision to deepen it and twist it, but with the adrenaline, panic, fear? You instinctually reacted to survive, and the fact you were able to withdraw from the situation before inflicting greater harm is a testament to the fact it wasn’t cruel.
Cruel? Of the places to be stabbed, the belly is probably one of the least severe ones, especially on males, so long as you get medical attention. Stabbing in a limb could result in long term damage much more easily.
You were in the process of being strangled, even if in hindsight you think you did, you weren’t making a choice with any thought of it being cruel or not. There was likely adrenaline at that point, and panic. No one could successfully argue you had the presence of mind to make a conscious decision to be cruel.
I’m sure you’ll have lifelong trauma, and might need to seek therapy if you aren’t already receiving it. It sounds like a part of what you’re experiencing is a form of survivor’s guilt. But no, how you got yourself out of that situation wasn’t cruel.
Sounds like you’re describing that you view how he is depicted as a good role model. I think the best way to describe it would just be “I’m atheist/agnostic/etc but view Jesus as a good role model” or something to that effect.
Or just lean into chaos and go with “Jesus is my role model” with no elaboration and let people make of it what they will.
I’ve seen it a few times in passing and always assumed it was like, a tech demo or proof of concept.
I’ve had bad tinkering break my system before, but never had an update break it irreversibly. The closest would actually be on Silverblue itself, when an update to the kernel was using different signing keys that cause the system not to boot. Fortunately it was simple, I selected the previous deployment and I was in (on a non versioned OS I would have selected the previous kernel which most are configured to retain the last few). A quick Google revealed Ublue had a whole kerfuffle and after verifying it was legit, I enrolled the new certs into my MOK.
Although one time on Arch I had installed an experimental version of Gnome from one of their repos, and was pleasantly surprised when that version finally released and I removed the experiment repo and did an update absolutely nothing at all broke. Nothing.
This consternation is definitely common. It’s hard to apply skills to something with no long term impact of benefit. I’ve improved my skills by finding stuff I can help on in the communities I participate in.
It’s natural to be overwhelmed, so deciding on a project does scope what you can learn, but a hard part is architecting the foundation of that project.
Introducing new features to an existing project is a great way to get your feet wet - it has multiple benefits, for one of you do take a position as a developer in the future, you likely won’t be architecting anything initially, primarily improving on existing projects. So participating in OSS projects is a similar mechanism to that - you have to learn their codebase to a degree, you have to learn their style and requirements, etc.
Even if you don’t ultimately contribute, it’s still a learning experience.
LUKS, or anything that relies on the server encrypting, is highly vulnerable (see schizo@forum.uncomfortable.business’s response).
Your best bet would be encrypting client side before it arrives on the server using a solution like rclone, restic, borg, etc.
That’s what I thought at first, but the person who wrote the article is named Simon, and based on the context given in the article I’m assuming that was a test unit he had on his desk, but the planned implementation is in bathrooms.
Considering it only detects if someone in the bathroom is vaping and not who, disciplinary action just isn’t really possible with your typical school restroom.
Both should if your goal is to not have a reusable fingerprint (which for a privacy focus would be). Server should change more frequently since it has access to less information about the browser. Server based fingerprinting is fairly unreliable, client side uses Javascript to generate more bits of unique data.