

102·
5 months agoUsing the command prompt is not coding.
Ackshually, whenever you write something into the command prompt and it works, you’re writing valid Bash (or whatever shell you’re using) code. Bash is a programming language, so technically you are coding.
For example, try typing the following into a terminal:
for ((i = 0; i < 10; i++)); do echo $i; done
You just counted to nine using a loop and a variable!
Only time something like that happened to me was when LTT got hacked. I was suddenly subscribed to some channels promoting a crypto scam pretending to have ties with Elon Musk. Turns out they had hacked and renamed a bunch of channels owned by the Linus Media Group.
Are any of your previous subscriptions missing?