Tag
A tweet pointing to a 7-minute tutorial on what a .env file is, aimed at 'vibe coders' who have been coding for 3 months but still don't know about environment variables.
Introduces detailed steps for making Codex and Claude Code smoothly use a proxy by setting environment variables and startup parameters without enabling system proxy or TUN mode.
Explains how to use the LD_DEBUG environment variable on Linux to debug shared library loading problems, with examples and related tools.
This article explains the concept of self-calling executables, where a program starts another instance of itself, and demonstrates its use in Go testing (running the main function in a subprocess) and in TUI tools (e.g., jjui using SSH_ASKPASS to prompt for passwords via a child process).
Vibe coders are facing security issues; a 30-minute pre-launch security checklist is provided to avoid database bills, lawsuits, and spam.
A June 2024 intrusion disclosed in April 2026 saw attackers abuse a compromised third-party OAuth app to access Vercel’s internals and expose customer environment variables, spotlighting OAuth supply-chain risks and platform secret-handling flaws.