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

Casual Conversation

2260 readers
462 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 (updated 01/22/25)

  1. Be respectful: no harassment, hate speech, bigotry, and/or trolling. To be concise, disrespect is defined by escalation.
  2. Encourage conversation in your OP. This means including heavily implicative subject matter when you can and also engaging in your thread when possible. You won't be punished for trying.
  3. Avoid controversial topics (politics or societal debates come to mind, though we are not saying not to talk about anything that resembles these). There's a guide in the protocol book offered as a mod model that can be used for that; it's vague until you realize it was made for things like the rule in question. At least four purple answers must apply to a "controversial" message for it to be allowed.
  4. Keep it clean and SFW: No illegal content or anything gross and inappropriate. A rule of thumb is if a recording of a conversation put on another platform would get someone a COPPA violation response, that exact exchange should be avoided when possible.
  5. No solicitation such as ads, promotional content, spam, surveys etc. The chart redirected to above applies to spam material as well, which is one of the reasons its wording is vague, as it applies to a few things. Again, a "spammy" message must be applicable to four purple answers before it's allowed.
  6. Respect privacy as well as truth: Don’t ask for or share any personal information or slander anyone. A rule of thumb is if something is enough info to go by that it "would be a copyright violation if the info was art" as another group put it, or that it alone can be used to narrow someone down to 150 physical humans (Dunbar's Number) or less, it's considered an excess breach of privacy. Slander is defined by intentional utilitarian misguidance at the expense (positive or negative) of a sentient entity. This often links back to or mixes with rule one, which implies, for example, that even something that is true can still amount to what slander is trying to achieve, and that will be looked down upon.

Casual conversation communities:

Related discussion-focused communities

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 4 months ago (1 children)

It's all about the small things. My picky eating nephew devouring the Sunday rump in tomato sauce, finding money on the street (okay, it was the equivalent of a single Euro cent, but still! I found money~), reworking my bot for some freemium game (and learning how to handle bash arrays in the process)...

[–] mossy_ 3 points 4 months ago (1 children)

Which freemium game? I remember running a mining bot on an online pokemon pay-to-win game

[–] [email protected] 3 points 4 months 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.

[–] mossy_ 3 points 4 months ago (1 children)

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

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