this post was submitted on 18 Jan 2024
1053 points (97.7% liked)

Comic Strips

25025 readers
1972 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
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Sheeple@lemmy.world 34 points 2 years ago (2 children)

I don't even get why force shutting a program isn't the fucking default.

[โ€“] pearsaltchocolatebar@discuss.online 54 points 2 years ago (1 children)

Because you run the risk of corrupting files.

[โ€“] Slovene@feddit.nl 64 points 2 years ago* (last edited 2 years ago) (1 children)

And then they'd start doing drugs, gambling, taking bribes ...

[โ€“] thisbenzingring@lemmy.sdf.org 11 points 2 years ago (1 children)

And prostitutes. And shiny metal asses.

[โ€“] Slovene@feddit.nl 9 points 2 years ago* (last edited 2 years ago)

In fact, forget the closing of programs.

[โ€“] dandroid@dandroid.app 49 points 2 years ago (4 children)

It can be really dangerous for some programs. I don't know too much about Windows, but in Linux, if we try to close a program once, it sends SIGTERM (or SIGINT, I can't remember right now), which basically asks your program to stop. You program can receive that signal and finish things up and exit cleanly. But if your program is deadlocked and can't handle that right now, closing the program again sends it a SIGKILL, which is basically the OS saying, "Get fucked. You're done whether you like it or not."

[โ€“] oce@jlai.lu 8 points 2 years ago (1 children)

It's not dangerous for programs, it's dangerous for files it may be editing, like not writing some ending characters that leaves the file in a state that cannot be opened by some applications.

[โ€“] dandroid@dandroid.app 5 points 2 years ago

I didn't mean the programs were in danger. When this is done to some programs, it can cause bad things to happen to your computer.

[โ€“] jaybone@lemmy.world 3 points 2 years ago

In your application code, you install signal handlers that better shut your application down when the OS asks you to do so. If your application is hogging resources so hard that it canโ€™t shut down without corrupting files it has opened, then fuck your application. There is a reason the OS (or some user) is sending you that signal.

[โ€“] barsoap@lemm.ee 3 points 2 years ago* (last edited 2 years ago)

which is basically the OS saying, โ€œGet fucked. Youโ€™re done whether you like it or not.โ€

Nah, the OS is not really saying anything. Definitely not to the program. It's more of a 1984 shot in the back of your head while you walk down a corridor kind of situation. Also it's not a gun your bits just vanish in the ether. Then it sends a death certificate to the parent, without further explanation.

Side note: Have you ever used killall? Was the standard way to send signals by name instead of PID before pkill. I found out the hard way that it does something rather different on other Unices.

[โ€“] SorryQuick@lemmy.ca 2 points 2 years ago (1 children)

That depends how you โ€œtry to close the programโ€. Top/htop/btop often SIGKILL by default. As for closing it legitimately, it depends on your WM and xorg vs wayland. On my DWM setup, I have a keybind for a graceful shutdown and one for SIGKILL.

[โ€“] dandroid@dandroid.app 2 points 2 years ago* (last edited 2 years ago)

Yes, I intentionally didn't want to provide too many details, as I thought it would just be confusing for someone who doesn't already have a lot of background knowledge on the subject.

But specifically, I was talking about command line programs and ending them with Ctrl-C