this post was submitted on 01 Oct 2024
20 points (100.0% liked)

Casual Conversation

1505 readers
247 users here now

Share a story, ask a question, or start a conversation about (almost) anything you desire. Maybe you'll make some friends in the process.


RULES

Casual conversation communities:

Related discussion-focused communities

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] mossy_@lemmy.world 3 points 4 days ago (1 children)

that's awesome. fuck grinding in games like that, I bet programming a bot is more fun.

[–] lvxferre@mander.xyz 2 points 4 days 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.