Adventures in Dystopia
1.96K subscribers
515 photos
50 videos
7 files
288 links
Download Telegram
NEURAL NETWORKS AND THE CHOMSKY HIERARCHY — https://arxiv.org/pdf/2207.02098.pdf
2AGI sceptics: don't look up
All you need to know about test coverage
Literally me
I hope, this helps 🧸
🔥2
🌚
Anonymous Poll
61%
IHAVE
39%
IWANT
Tonight is good time for die
🤔2
Be careful with the free/dev package from chainstack.
They will start billing after the free package ends (3 million requests per month), instead of blocking servers.
How to survive in dark forest (P2P Network)?

TBD

Useful/related links:
- https://petsymposium.org/2019/files/hotpets/slides/coordination-helps-anonymity-slides.pdf
The internet is broken, again

https://medium.com/@vesirin/how-i-gained-commit-access-to-homebrew-in-30-minutes-2ae314df03ab
https://blog.npmjs.org/post/175824896885/incident-report-npm-inc-operations-incident-of
https://blog.npmjs.org/post/180565383195/details-about-the-event-stream-incident
https://www.bitdefender.com/blog/hotforsecurity/supply-chain-attack-detected-in-pypi-library/
https://twitter.com/pypi/status/1562442188285308929

The solutions are WASM/etc (hardened by fixed ABI) or L4Re/etc (hardened by isolated env/vm). Docker is not a solution.

Update 1:
- https://reproducible.nixos.org/nixos-iso-minimal-runtime/
- https://tests.reproducible-builds.org/debian/reproducible.html
- https://reproducible-builds.org/

Update 2:
- https://deno.com/manual@v1.33.2/basics/permissions is kind of solution too, but little bit weird. we need something like usage profile for imported modules. Example: I'd like to import axios only to fetch example.com:80 and nothing more. (import axios from "axios" with {"network": {"multiaddrs": ["/dns4/example.com/80/http"]})

Update 3:
- You should be scared every time you do curl http://site.com/install.sh | bash
1🔥1