https://andrewmayneblog.wordpress.com/2023/03/23/chatgpt-code-interpreter-magic/ #chatgpt #dystopia #ai #nft #wallet #nocode
@AndrewMayne
ChatGPT + Code Interpreter = Magic
tl;dr: OpenAI is testing the ability to run code and use third-party plugins in ChatGPT. OpenAI has announced that we’re developing plugins for ChatGPT that will extend its capabilities. [Link] Plu…
⚡1
NEURAL NETWORKS AND THE CHOMSKY HIERARCHY — https://arxiv.org/pdf/2207.02098.pdf
This media is not supported in your browser
VIEW IN TELEGRAM
#dystopia the now is the best time, enjoy it
https://github.com/sail-sg/EditAnything Getting closer to generative content tailored to end-user behavior. Generating unique images for each visitor.
GitHub
GitHub - sail-sg/EditAnything: Edit anything in images powered by segment-anything, ControlNet, StableDiffusion, etc. (ACM MM)
Edit anything in images powered by segment-anything, ControlNet, StableDiffusion, etc. (ACM MM) - sail-sg/EditAnything
👍1
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.
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
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
Update 3:
- You should be scared every time you do
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