196
Community Rules
You must post before you leave
Be nice. Assume others have good intent (within reason).
Block or ignore posts, comments, and users that irritate you in some way rather than engaging. Report if they are actually breaking community rules.
Use content warnings and/or mark as NSFW when appropriate. Most posts with content warnings likely need to be marked NSFW.
Most 196 posts are memes, shitposts, cute images, or even just recent things that happened, etc. There is no real theme, but try to avoid posts that are very inflammatory, offensive, very low quality, or very "off topic".
Bigotry is not allowed, this includes (but is not limited to): Homophobia, Transphobia, Racism, Sexism, Abelism, Classism, or discrimination based on things like Ethnicity, Nationality, Language, or Religion.
Avoid shilling for corporations, posting advertisements, or promoting exploitation of workers.
Proselytization, support, or defense of authoritarianism is not welcome. This includes but is not limited to: imperialism, nationalism, genocide denial, ethnic or racial supremacy, fascism, Nazism, Marxism-Leninism, Maoism, etc.
Avoid AI generated content.
Avoid misinformation.
Avoid incomprehensible posts.
No threats or personal attacks.
No spam.
Moderator Guidelines
Moderator Guidelines
- Don’t be mean to users. Be gentle or neutral.
- Most moderator actions which have a modlog message should include your username.
- When in doubt about whether or not a user is problematic, send them a DM.
- Don’t waste time debating/arguing with problematic users.
- Assume the best, but don’t tolerate sealioning/just asking questions/concern trolling.
- Ask another mod to take over cases you struggle with, if you get tired, or when things get personal.
- Ask the other mods for advice when things get complicated.
- Share everything you do in the mod matrix, both so several mods aren't unknowingly handling the same issues, but also so you can receive feedback on what you intend to do.
- Don't rush mod actions. If a case doesn't need to be handled right away, consider taking a short break before getting to it. This is to say, cool down and make room for feedback.
- Don’t perform too much moderation in the comments, except if you want a verdict to be public or to ask people to dial a convo down/stop. Single comment warnings are okay.
- Send users concise DMs about verdicts about them, such as bans etc, except in cases where it is clear we don’t want them at all, such as obvious transphobes. No need to notify someone they haven’t been banned of course.
- Explain to a user why their behavior is problematic and how it is distressing others rather than engage with whatever they are saying. Ask them to avoid this in the future and send them packing if they do not comply.
- First warn users, then temp ban them, then finally perma ban them when they break the rules or act inappropriately. Skip steps if necessary.
- Use neutral statements like “this statement can be considered transphobic” rather than “you are being transphobic”.
- No large decisions or actions without community input (polls or meta posts f.ex.).
- Large internal decisions (such as ousting a mod) might require a vote, needing more than 50% of the votes to pass. Also consider asking the community for feedback.
- Remember you are a voluntary moderator. You don’t get paid. Take a break when you need one. Perhaps ask another moderator to step in if necessary.
view the rest of the comments
i work for a software development company. everyone here is so fucking hot to use llms to write code for them or at least to tell them the best approach to solving issues. i don't think its different in other companies. probably, if it's not explicitely stated that no llm is used, it's used. this is anecdotal, but its what i believe
Same here, everyone goes crazy for it and looks at me with suspicion for not using it. And I look at them with rage when I ask them what something does because it looks sus af and they hit me with “idk, the AI wrote it, it said it had a good reason”. Or when my team lead tells me to work on his AI generated library that we ended up replacing with a 150 line class, I have no clue how he managed to generate an entire project around nothing…
So far the only actually good uses we found for it is as a companion for PRs, because the AI occasionally spots bugs relating to the bloated archaic libraries we use, and for app documentation, because we have 20 years of technical debt and lost knowledge that every human so far has refused to sit through, so an AI summary is better than nothing.
It's funny cause I use AI in like the opposite way, I don't dare let it change or add code unless it's really simple and tedious, and even then I watch it like a hawk.
How I use AI is to teach me about repos and libraries with obscure, hard to understand, or even no documentation. I do ask for help when I hit a roadblock but rather than taking the code it gives me, I dissect it. I ask what each little weird thing does and why it's there and the AI's explanations give me enough to look up the right things and verify it's legit. Then I'll write my own version with the confidence that I know what each piece means.
Maybe if more people used AI so mindfully, we wouldn't be in the slop hell we find ourselves in 😭
I can give the same anectdote from my company. I'm one of the few who don't use LLMs and it's driving me insane to hear "hey can you help me, I asked AI and it couldn't really help me"
I'd be careful and at least pretend to embrace them, thoes who dont excel with AI are the first to get laid off
they could just ask "hey, u got an idea how to have this work well?" but nooooo...
dont even know why. iguess "I asked claude" is becoming a substitute for "I thought about it really hard".
Our company is demanding we work 10x faster (because competitors are doing the same) with vibe-coding. The code its making is shit but does work in the moment, which is enough for management. Afaik most of companies either already do this or are about to.
may be I should retrain as an electrician or a plumber.
in one of my classes they invited a guy to talk to us about ai use in programming. he basically admitted that he only actually codes when claude is down…
he called it coding "the old-fashioned way"
i believe that most software companies do this rn, yesyes...
especially code-completion stuff feels less sloppy... but oh well...
i gotta stop yappin or imma get beat up on the lemmy playground >o<
EDIT: or an addition... for the peeps who care to think <3