

1·
2 months agoThe amount of times I’ve seen my nieces and nephews stop mid-sentence, pull out their phone and have ChatGPT complete their thought is
How does that even work? Like what do they say to the machine if they can’t speak to a person?


The amount of times I’ve seen my nieces and nephews stop mid-sentence, pull out their phone and have ChatGPT complete their thought is
How does that even work? Like what do they say to the machine if they can’t speak to a person?


Does disabling install scripts actually do anything though? The attack would still work if put in the code itself, no? The only difference I can see is that it would run when the project is run instead of when the package is installed.


Veganism is quickly becoming an economic necessity.


Instead of your ISP seeing every site you go to, a different company sees every site you go to.
VPNs have their uses, but avoiding surveillance is not one of those uses.
Empirical examples… that you have not provided?
The phone numbers being hashed doesn’t matter because of how small the input space is. A standard phone number is a country code plus 9 digits. If we assume that anybody looking at this information already knows what country the people they’re targeting is from, that means there is 1000 000 000 possible phone numbers to check for any hash. Even if the hash is extremely slow, and takes 1 second to compute on a strong CPU, that still only takes 1000 000 000 / (60 * 60 * 24) = 11574 days, or 31 years to compute on a single core. For any large organization (like, say, any government or any large tech company), getting 1000 cores to run the hashes in parallel would be quite simple, reducing the time it takes to have a complete hash list down to 11 days to get a complete database of all possible hashes. Hashing phone numbers is literally just a mild inconvenience.
Edit: Actually looking it up phone number formats vary quite a lot by country, but the point still stands.