Skip to content

Instantly share code, notes, and snippets.

View hypervanse's full-sized avatar
😎
💣💩Ioad chatgpt 📇set python, AKS, 💰

Frederico Moreira hypervanse

😎
💣💩Ioad chatgpt 📇set python, AKS, 💰
View GitHub Profile
@hypervanse
hypervanse / nix.sh
Created April 20, 2025 12:35 — forked from vfarcic/nix.sh
# Source: https://gist.github.com/vfarcic/8ebbf4943c5c012c8c98e1967fa7f33b
#####################################################################
# Say Goodbye to Containers - Ephemeral Environments with Nix Shell #
#####################################################################
# Additional Info:
# - Nix: https://nixos.org
# - Dagger: The Missing Ingredient for Your Disastrous CI/CD Pipeline: https://youtu.be/oosQ3z_9UEM
@hypervanse
hypervanse / chatgpt-data-analysis-code-execution.md
Created September 12, 2024 19:57 — forked from win3zz/chatgpt-data-analysis-code-execution.md
ChatGPT's Advanced Data Analysis and Code Execution - Experiments

ChatGPT's Advanced Data Analysis and Code Execution - Experiments

Recently, I learned that ChatGPT now allows advanced data analysis, which includes executing code (Python or possibly others). This feature is available to registered users via GPT-4o, albeit with limitations.

I quickly tried running system commands using this functionality, and here are the results:

Screenshot 2024-06-23 203306

It clearly shows that system commands can be executed through Python code in a sandboxed environment.