this post was submitted on 27 May 2026
373 points (98.2% liked)

Comic Strips

23866 readers
3082 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

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

founded 2 years ago
MODERATORS
373
Terminal [SMBC] (lemmy.world)
submitted 12 hours ago* (last edited 12 hours ago) by cannedtuna@lemmy.world to c/comicstrips@lemmy.world
 

Bonus Panel

Transcript[A man in a suit stands on stage, arms outstretched before a crowd]

Suit: And with AI we won’t need apps anymore. We’ll have a single terminal from which you can find anything you want!

[A man in the crowd shouts back]

Heckler: That used to be called the internet!

[The man on stage shouts, his arms raised in anger. His robot minions rush after the heckler, drones fly after the heckler overhead as the heckler flees]

Suit: Seize him!

[Bonus Panel: The author shouts at the stage]

Author: Bring back Memepool!

Source

top 42 comments
sorted by: hot top controversial new old
[–] fonix232@fedia.io 20 points 10 hours ago (1 children)

On the topic of AI... I've found that smaller, self hosted models are actually quite adept at helping you search better. I'm not talking about replacing a search engine with an AI interface (like e.g. Perplexity did), but when you struggle to find relevant hits, throwing the query into a mini LLM (3-4B params), one you can even run on your phone, can be super helpful in refining the query itself, including further keywords you might not have thought of. Again, not talking about using a cloud hosted big model that burns through ten times more kwh to give a worse result.

[–] Doublenut@lemmy.zip 2 points 8 hours ago (1 children)

Do you have any examples of such models? Models like this are the only interest I have in LLMs.

[–] fonix232@fedia.io 4 points 8 hours ago

I've been mainly using gemma4:e4b - interestingly, even though it's supposed be a subset/lesser variant of Gemini for self-hosting, its overall approach in reasoning and iterations over search terminology and query optimisation is much, much better than what you get from Gemini.

And to be fair I also quite like Perplexity - its ability to find relevant information from multiple sources, find both supporting and counter arguments where relevant, and build quite precise summaries. I do wish it was DIY-able, but with all the malicious actors I don't feel comfortable allowing any LLM to just browse the net, who knows, even with properly secured tool calling, prompt injection can happen.