aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2025-06-08 08:20:21 -0400
committerPaul Duncan <pabs@pablotron.org>2025-06-08 08:20:21 -0400
commita816e927b2f2a7468bc4b2053c46df95e2ca713a (patch)
treeaf7b05bef56d2b5796d4d90673084b1420f72918
parent9aeb39b948361134067244c5432ff79f6ebeb91f (diff)
downloadpablotron.org-a816e927b2f2a7468bc4b2053c46df95e2ca713a.tar.xz
pablotron.org-a816e927b2f2a7468bc4b2053c46df95e2ca713a.zip
TODO.md: add ideas, formatting fixes
-rw-r--r--TODO.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index 07fe8b0..9b23417 100644
--- a/TODO.md
+++ b/TODO.md
@@ -564,6 +564,8 @@
- mozilla "privacy preserving" garbage (above)
- web fingerprinting: <https://www.amiunique.org/fingerprint>
- eff surveillance self-defense: <https://ssd.eff.org/>
+ - msn good article about facebook snafu with a gratuitous omission: <https://www.msn.com/en-us/news/technology/meta-found-a-new-way-to-violate-your-privacy-here-s-what-you-can-do/ar-AA1GecPs>
+ - ars comment about ublock origin setting: <https://arstechnica.com/security/2025/06/meta-and-yandex-are-de-anonymizing-android-users-web-browsing-identifiers/?comments=1&post=43767385>
## linkdump (2022-08-10):
- css bg fade:
@@ -588,8 +590,9 @@
- https://research.nccgroup.com/2022/08/16/wheel-of-fortune-outcome-prediction-taking-the-luck-out-of-gambling/
- https://carlineng.com/?postid=sql-critique#blog
- https://www.openssl.org/blog/blog/2022/08/24/FIPS-validation-certificate-issued/
-- constant-time fibonacci: https://specbranch.com/posts/const-fib/
-- https://fabiandablander.com/r/Fibonacci.html
+- constant-time fibonacci:
+ <https://specbranch.com/posts/const-fib/>
+ <https://fabiandablander.com/r/Fibonacci.html>
- https://specbranch.com/posts/common-perf-numbers/
- (reminds me of "tyranny of metrics"): <https://old.reddit.com/r/programming/comments/x37u7k/be_goodargumentdriven_not_datadriven/>
- chebyshev, taylor series: <https://specbranch.com/posts/faster-div8/>