@oozynozh@sh.itjust.works
member since 22 Jun 2025 00:31
comments
- on Terminology in c/programmer_humor@programming.dev · 1 Sep 2026
-
on Terminology in c/programmer_humor@programming.dev · 31 Aug 2026
bash uses $ character to indicate variables. for example, you can see your current environment variables with the
envcommand. then to see a specific variableecho $varto print its value.scripts may call variables for a variety of reasons. one common case would be collecting information from the environment it’s running under to determine whether it’s compatible.
-
on Why Normal People Aren’t Using AI Agents in c/technology@lemmy.world · 8 Aug 2026
yes. if you still feel the need to do this, sanitize your inputs. strip it of all personal data. don’t upload the whole file with metadata, paste the scrubbed text that you want rewritten in with the prompt.
bingo