September 2, 2022
-
This story is great. There is a stolen pagan ring, a curse tablet, and JRR Tolkien.
-
-
-
-
CloudFlare are, for some unknown reason, choosing to die on the KiwiFarms hill. Maybe Cloudflare wouldn’t have dropped Switter if they had pivoted from supporting sex workers to encouraging neo nazis?
-
Usenix archive is free.
https://www.usenix.org/conferences/past
-
-
This is awesome. YandexTaxi was hacked and all the taxis sent to one location, causing a huge traffic jam. See my supplemental post for more.
-
-
-
-
-
-
Insanity of EVE’s architecture.
-
-
-
-
-
-
-
-
Automatic execution of code upon package download from pypi.
If you run pip install <package>
, you know that setup.py
will be run. The finding is that if you run pip download <package>
then setup.py
is also run. You’ve probably never even seen pip download
, so I guess just to be on the safe side, continue not using that command.
-