• Lvxferre@mander.xyz
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 hours ago

    I bet programming a bot is more fun.

    It is! Without the bot I would’ve ditched the game years ago. And while the bot itself is for something that I don’t care about, coding it forced me to learn stuff that turned out useful elsewhere, like:

    • a generic autoclicker that works with everything. Ctrl+PrtSc and it starts, Scroll Lock and it ends. No fuss, it’s just xdotool looping.
    • learning case allowed me to create a script that extract most compressed files, regardless of extension. I hate using the GUI for this sort of menial work, but I never remember the actual commands to decompress files.
    • The same while loop that detects if my bot should stop ended in another script, that detects if the internet is back.

    I’m still no programmer, mind you, but for someone who was simply using Linux instead of learning it for 2 decades, it was a huge step up.