Comic Strips
Comic Strips is a community for those who love comic stories.
Rules
-
😇 Be Nice!
- Treat others with respect and dignity. Friendly banter is okay, as long as it is mutual; keyword: friendly.
-
🏘️ 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.
-
🧬 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.
-
📽️ 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!
-
📋 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/
-
📬 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.
-
🏴☠️ 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]
- 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.,
-
🍿 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.
- Jago
- Stonetoss
- 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
- !linuxmemes@lemmy.world: "I use Arch btw"
- !memes@lemmy.world: memes (you don't say!)
Other Comic Communities of Interest
- !bloomcounty@sopuli.xyz
- !calvinandhobbes@lemmy.world
- !cyanideandhappiness@discuss.online
- !exo@discuss.online
- !foxtrot@slrpnk.net
- !garfield@lemmy.world
- !moomin@sopuli.xyz
- !oglaf@discuss.online (NSFW)
- !outland@slrpnk.net
- !pbf@discuss.online
- !peanuts@discuss.online
- !smbc@discuss.online
- !theboondocks@slrpnk.net
- !thefarside@sh.itjust.works
- !xkcd@lemmy.world
- !NoseEars@lemy.lol
view the rest of the comments
Yeah, the hate is unwarranted.
As always, there’s people who will basically take the it’s evil no matter what path. If they feel that heavily about AI, they probably shouldn’t be using anything that uses Linux. Which is basically just about everything on the web.
Hank was using it to create some games and do research for his videos. An AI is really good at creating code and for that purpose making a small game. AI can help you research things by finding and searching for things relevant to what you want, but then you need to rely on actually understanding what is being cited.
There are obvious downsides to AI and all the data centers and everything but going about and saying no matter why AI will never use is just a fool errand.
It’s worth push pushing back on data centers and what not And I am involved in several of those movements. But AI bad is just a stupid take, Especially when Hank is using it for all intents and purposes pretty responsibly compared to some people at larger companies.
I disagree with this statement but at the same time it's probably good enough for whatever he used it for tho, i usually hate vibe coding but in this case i don't care much, he overall did plenty of good and it's not like all his content is AI made, (would've more appreciated if he paid someone to do it tho)
The whole problem is because it wasn't good enough for whatever he used it for tho. It fried his brain and made his videos worse. That's not good enough, that's bad enough. Thankfully, Hank is smart and experienced, so he recognised the problem early enough. Hope it will be so.
Ooh i see, tbh i never saw his videos
Two things.
My code is garbage, but it's usually max around 50 lines of garbage and I learned something while doing it. That last part is the most important.
Again it’s more the way you use it, if you tell the agent to go out and create a large program by itself. That’s an issue. You’re just creating a ton of code without agency, leaving design decisions up to the AI is pretty terrible.
But if you know how to code, and you can guide it to make small metered changes based on your knowledge of coding and do it much faster than normal.
The main issue comes when junior developers aren’t getting the proper training on how to solve problems or coding issues. Or even how to properly architect things. Or for open source projects, not having the knowledge of the code base to be able to make changes or fixes to issues because of the spaghetti code they let the agent create.
Trust me when I say, every single developer at my very large company uses AI to code, it’s very good and very useful. But it’s just how you use it that determines its usefulness and longevity.
If you’re saying you disagree with me that AI is really good at making code, it’s obvious that you don’t code or that you’re using the tools incorrectly.
And that's not vibe coding then, vibe coding is when you either don't know a fuck or when you choose to make the AI do all the work without monitoring every action and guiding it
I said AI is good at writing code, nothing about vibe coding.
But I’d probably consider any code writing with AI to be vibe coding anyway. But there’s levels to it, one has you building large codebases you can’t hope to maintain without the knowledge of how it’s working. And the other has you architecting and planning the code properly to scale and work correctly.