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

Casual Conversation

1498 readers
85 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
[–] [email protected] 3 points 2 days ago (1 children)

It's one of those NSFW Nutaku games. I started playing it in a whim, as I was bored and my old computer was having a hard time running actual games. Nowadays I play it mostly to improve the bot that I made for it.

[–] [email protected] 3 points 2 days ago (1 children)

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

[–] [email protected] 2 points 2 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.