Rich people think this way for everything
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
That's one of the core injustices of capitalism.
Rich person says "Build a thing"
Workers design, research, and build the thing.
Rich person keeps the profits.
Reminds me of when I heard someone talk about a recent experience when they "built houses". I thought that sounded unlikely, as I could not picture this person wearing a toolbelt and hardhat and actually swinging a hammer. I asked for clarification, and they explained how they managed a construction company or something, and that in English, saying "I build houses" covers the management side as well, not just the people actually doing the building.
That’s why they don’t see any problem with replacing workers with AI. They think AI will do X better than humans do just like machines could build X better than humans could at the beginning of the industrial revolution.
But the cost benefit analysis often proves to be quite the opposite in the long-term, despite deceptive short-term gains. But a short-term gains seem to be all that businesses seem to care about.
They like AI because it doesn't provide feedback about their ideas being less than perfect.
the best part is that the waiter stole it from another restaurant
*from the dumpsters of several other restaurants

Mmmmm mmmmm steamed hams
you know, i've tried to defend some usage in the past, explaining my processes and the many steps of manual refinement, masking, and layerwork i put in to things, how i only run local models with open weights, how all my power comes from hydro etc etc
but as the tools keep evolving i've realised nobody else seems to actually care about the process. the pro-people just want as much slop as possible. someone likened it to a slot machine, where you keep pulling just because. that's where we are now.
I fully get where you’re coming from. I fully believe that you can’t vibe code correctly unless you already know how to code correctly. I’m against the shifting paradigm of “who cares what the code looks like aa long as it works properly and the LLM can read it quickly” bullshit that’s coming out of it. I want to read the code and understand it too. I want it to be object oriented and not just dumb ad hoc methods everywhere that’s 1,000 lines when it could’ve been 100 lines.
Now anecdotally, as someone who uses it for my main work and side project, I am still getting a lot of use out of it. I’m learning new things at a faster rate than I would have before. For my side project, I am trying to optimize gear sets for a game and there’s hundreds of millions of different configurations. The LLM I’m using knows about my code and the project and what I need and is able to suggest other algorithms, like I was able to learn about Dinkelbach’s algorithm. I have it write up design docs with formulas and pseudocode implementation and I review that and it takes my comments into account. I treat it like a junior developer and ask for questions to make sure I understand what it’s doing. I think a lot of people aren’t treating it like a junior developer or intern and that’s where problems come from.
Now, I wouldn’t be using it if it wasn’t free with my company, as this is more of “learning/research” for my job.
And for my job, we have semantic memory and a ton of MCP servers setup that guide it through the right code and can do internal documentation search so it’s way more powerful than just using base Claude Code or whatever. It has helped me stay more on track with my projects as an ADHD person (even though I’m medicated) by documenting what it does after it does it in a shared doc rather than me forgetting to do that because I run a command and log off for the day or something.
I do hate the water usage and energy usage though…
Same, but you forgot, the massive stealing of intellectual property that no government fights against because they are scared to be left behind by big tech, the impact on learning (especially students), and the impact on little hands that had to moderate the NSFL content.
How is this different from what anybody who hires or employs people do?
How is this different from what anybody who hires or employs people do?
Fun question.
- Most employees will someday no longer be day-one idiot employees. (conttasted with AI)
- Many managers take a class or something to know how to get results from their employees. (in contrast with many people given unlimited token allowances)
- Most employees are capable of a relationship and even loyalty, if any is merited. (in contrast with corporate AI API vendors who only want to extract wealth)
This reads like a rebuttal but I'm not seeing it a contradiction.
If you don't provide the ideas, manage the logistics, supply the labor, test for quality, etc., then I wouldn't say that you were a part of making it. You're an investor, certainly, but that's not a maker.
Obviously never used AI. How it really goes is that you ask for a cheese pizza and after you spend hours and a bunch of money on tokens, you get an onion and peanut butter pizza with no cheese and you go, "Fuck it. Close enough."
You forgot the part where they steal the pizzas from other parlors to sell them as thier own.

This, but you don't get a pizza, you get a wheel of iron, colored in brown with glue on top of it.
Somebody on the other app said that Cheese Pizza stands for CP and the AI thing becomes even more accurate