this post was submitted on 01 Oct 2024
22 points (100.0% liked)
[Migrated, see pinned post] Casual Conversation
3368 readers
1 users here now
We moved to !casualconversation@piefed.social please look for https://lemm.ee/post/66060114 in your instance search bar
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
- Be respectful: no harassment, hate speech, bigotry, and/or trolling.
- Encourage conversation in your OP. This means including heavily implicative subject matter when you can and also engaging in your thread when possible.
- Avoid controversial topics (e.g. politics or societal debates).
- Stay calm: Don’t post angry or to vent or complain. We are a place where everyone can forget about their everyday or not so everyday worries for a moment. Venting, complaining, or posting from a place of anger or resentment doesn't fit the atmosphere we try to foster at all. Feel free to post those on !goodoffmychest@lemmy.world
- Keep it clean and SFW
- No solicitation such as ads, promotional content, spam, surveys etc.
Casual conversation communities:
Related discussion-focused communities
founded 2 years ago
MODERATORS
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.
that's awesome. fuck grinding in games like that, 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:
xdotool
looping.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.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.