HackerTrans
TopNewTrendsCommentsPastAskShowJobs

scarlac

no profile record

comments

scarlac
·5 lat temu·discuss
Enough people have voiced their opinion on this tool but I just tried it.

The results were underwhelming. It fails to find obvious links between sites, makes completely incorrect correlations while claiming 100% matches, and has no way of figuring out if it's the same person. The "useful" features seem to be username generator based on your original input, e.g. you input "john doe" and it suggests usernames like "jdoe", "johndoe", etc.
scarlac
·5 lat temu·discuss
Depends on why OP doesn't like Electron.

To be clear to everyone: Electron and React Native are not alike. Electron is a big web browser. React Native work completely differently: It neither renders, computes, or runs the same. React Native uses the Hermes engine, puppeteering native components.
scarlac
·5 lat temu·discuss
Same situation for Denmark and possibly other European countries
scarlac
·6 lat temu·discuss
localStorage and cookies are the same in terms of GDPR. It encompasses all local storage mechanisms such as IndexedDB, cookies, localStorage, sessionStorage, etc.

(source: I read the directive way back when it came out, and also skimmed large sectoins of GDPR)

Other sources: https://softwareengineering.stackexchange.com/questions/2905... and https://law.stackexchange.com/questions/30739/do-the-gdpr-an...
scarlac
·6 lat temu·discuss
> I'd demand Facebook pay out $75,000 minimum

Wouldn't demanding money be blackmailing?

A story from one of my startups: A student reached out to us regarding a security vulnerability on the website, demanding money for it. He refused to say what it was or provide evidence at first, so we couldn't assess it. He said he'd disclose it to others if we didn't.

I definitely felt blackmailed. I am not a lawyer but it felt illegal. Maybe someone can chime in to say if it is?
scarlac
·6 lat temu·discuss
What you experienced may be a baseline change when using noise cancellation. It happens with all noise cancelling headphones after long use (for me). I am NOT an authoritative source on it but what I heard was that the brain makes a baseline for the background / silence and when that noise is removed (active noise cancelled) then the brain recalibrates which may cause the same symptom as tinnitus as the brain tries to cancel it out but supposedly without the permanent damage. I consider it "possible" but I haven't seen hard science on it.
scarlac
·6 lat temu·discuss
VPN clients traditionally virtualizes your network interface entirely. Everything acts as if your are actually physically present because it's virtualized nicely. It's great because it "just works".

These "non-VPN" solution seem to use a client on your machine that change any DNS lookup through the OS layer by hooking into gethostaddr() and returning the same IP for all domains if they are in the list of hosts that should be virtualized. Then only the traffic to domains that are needed is virtualized, anything else is untouched. YouTube and Netflix won't get piped over your company network, as an example.

Disclaimer: I don't really know that this is how it works but this is how other providers do it.
scarlac
·6 lat temu·discuss
Yes, but does GDPR require the delivery format to be practical? Over time, if not happening already, you could probably see companies trying to introduce randomness / changing the format every so often for the sake of blocking this.