this post was submitted on 06 Aug 2026
1095 points (97.7% liked)

Comic Strips

24867 readers
2040 users here now

Comic Strips is a community for those who love comic stories.

Rules
  1. πŸ˜‡ Be Nice!

    • Treat others with respect and dignity. Friendly banter is okay, as long as it is mutual; keyword: friendly.
  2. 🏘️ Community Standards

    • Comics should be a full story, from start to finish, in one post.
    • Posts should be safe and enjoyable by the majority of community members, both here on lemmy.world and other instances.
    • Any comic that would qualify as raunchy, lewd, or otherwise draw unwanted attention by nosy coworkers, spouses, or family members should be tagged as NSFW.
    • Moderators have final say on what and what does not qualify as appropriate. Use common sense, and if need be, err on the side of caution.
  3. 🧬 Keep it Real

    • Comics should be made and posted by real human beans, not by automated means like bots or AI. This is not the community for that sort of thing.
  4. πŸ“½οΈ Credit Where Credit is Due

    • Comics should include the original attribution to the artist(s) involved, and be unmodified. Bonus points if you include a link back to their website. When in doubt, use a reverse image search to try to find the original version. Repeat offenders will have their posts removed, be temporarily banned from posting, or if all else fails, be permanently banned from posting.
    • Attributions include, but are not limited to, watermarks, links, or other text or imagery that artists add to their comics to use for identification purposes. If you find a comic without any such markings, it would be a good idea to see if you can find an original version. If one cannot be found, say so and ask the community for help!
  5. πŸ“‹ Post Formatting

    • Post an image, gallery, or link to a specific comic hosted on another site; e.g., the author's website.
    • Meta posts about the community should be tagged with [Meta] either at the beginning or the end of the post title.
    • When linking to a comic hosted on another site, ensure the link is to the comic itself and not just to the website; e.g.,
      βœ… Correct: https://xkcd.com/386/
      ❌ Incorrect: https://xkcd.com/
  6. πŸ“¬ Post Frequency/SPAM

    • Each user (regardless of instance) may post up to five (5 πŸ–) comics a day. This can be any combination of personal comics you have written yourself, or other author's comics. Any comics exceeding five (5 πŸ–) will be removed.
  7. πŸ΄β€β˜ οΈ Internationalization (i18n)

    • Non-English posts are welcome. Please tag the post title with the original language, and include an English translation in the body of the post; e.g.,
      SΓ­, por favor [Spanish/EspaΓ±ol]
  8. 🍿 Moderation

    • We are human, just like most everybody else on Lemmy. If you feel a moderation decision was made in error, you are welcome to reach out to anybody on the moderation team for clarification. Keep in mind that moderation decisions may be final.
    • When reporting posts and/or comments, quote which rule is being broken, and why you feel it broke the rules.
Banned Artists

The following artists are banned from the community.

  1. Jago
  2. Stonetoss
  3. GPrime85

It should be noted that when you make reports, it is your responsibility to provide rational reasoning why something should be removed. Saying it simply breaks community rules is not always good enough.

Web Accessibility

Note: This is not a rule, but a helpful suggestion.

When posting images, you should strive to add alt-text for screen readers to use to describe the image you're posting:

Another helpful thing to do is to provide a transcription of the text in your images, as well as brief descriptions of what's going on. (example)

Web of Links
Other Comic Communities of Interest

founded 3 years ago
MODERATORS
1095
didn't think so (lemmy.blahaj.zone)
submitted 1 day ago* (last edited 1 day ago) by not_IO@lemmy.blahaj.zone to c/comicstrips@lemmy.world
you are viewing a single comment's thread
view the rest of the comments
[–] fosho@lemmy.ca 19 points 16 hours ago (5 children)

Another senior software dev here with nearly 20 years experience. I have never needed or used these tools. Cuz fuckem, that's why.

[–] HereIAm@lemmy.world 13 points 14 hours ago (1 children)

Reviewing large AI PRs is the worst. I think being verbose is a good thing through function and variable naming, and comments for head scratching bits of cose, but AI can take it to an extreme degree with comments everywhere. Reading and critequing/discussing code and patterns used to be one of my favorite parts of the job.

My coworker who's fully in bed with AI barely understood the code he wrote before, but asking him a question now is just an indirect means of using Claude. It has gotten to the point where I'm writing my PR comments more in the style of a prompt because it's obvious he just pastes them in to Claude anyway.

[–] jj4211@lemmy.world 4 points 6 hours ago

One thing worse than AI PRs is AI bug reports.

One is a user that experiences a symptom that could be described in a quick copy/paste with maybe a sentence. Instead they have "AI" dig in and generate a dissertation on what it thinks is the issue and the original issue is lost in the AI diagnosis. Since the user doesn't even have it wired up to actually test the hypothosis, it is just the AI first guess, which is frequently wrong. Wasting my time and failing to provide data.

The other is someone letting AI run over code and report "bugs" as in "it disagreed on some detail in the code, even though no person has actually experienced misbehavior, nor is the particular issue a security issue, but it might be an issue that some person one day eventually might hit".

But I totally feel the coworker that had questionable code before that is now just utterly hopeless thanks to AI. I have nothing to do with his project but occasionally got called in to figure out and explain why his code would flip out. It hasn't passed test in over a month as it's now eternally buggy. Any attempt he makes to fix bugs inevitably lands with more bugs. But it's too far now, he can't turn back (CodeGen rewrote his codebase in a language he can't follow, so he can't hand edit, and he's too afraid to roll back to when he almost understood his code). Hilarious one time within a week where he reported he could work on his project no more because he had exhausted his tokens, and without the tokens he can't do anything anymore. Framed this as a failure of management to fund his needs adequately.

I have been shocked at just how many people, people long in the business seem to actively hate writing code. How much additional work they are willing to go through to claim victory in development through prose. Spending hours trying to get CodeGen to fix a trivial CSS issue in a web page that would have taken less than a minute if they just hit f12 and looked at the offending element. I can't fathom how they could stand their careers for sometimes two decades before CodeGen came available if they hated it just so much.

load more comments (3 replies)