this post was submitted on 05 Nov 2025
657 points (99.0% liked)

Comic Strips

24169 readers
1936 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

founded 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] tetris11@feddit.uk 10 points 7 months ago* (last edited 7 months ago) (3 children)

Did you know that the LD2410 can be wired directly into an ESP32 or equivalent because it operates at the 3V3 level and has an RTC GPIO that can be used as a wakeup pin? This is a huge upgrade from the LTR5-series of light sensing chips which all use the I2C protocol, because those need a UART chip on the device to handle the clock signal with a 5V open drain, despite being an easier 2-wire implementation. The send protocol of I2C slave devices are much simpler than the 1-wire or Dallas protocol used for multiplexing sensors, and relies on sending information bits in 60microsecond intervals when the clock bit is high, this ensures....

(don't drink coffee on the train)

[–] CmdrShepard49@sh.itjust.works 5 points 7 months ago (1 children)

$15.99 for two LD2410 is a bargain considering I've been looking a presence sensors for HA and they easily cost $60+ each. This is legitimately useful information!

Do you only need the ESP and presence sensor or is extra circuitry needed? I can probably print out some type of enclosure.

[–] tetris11@feddit.uk 2 points 7 months ago* (last edited 7 months ago)

You can get them much cheaper than that on AliExpress hehe, though you might pay twice for quality. And yep you can wire them straight into each other, no pull-ups or nothing!

Caveats:

  • I got the LD2410s variant because I think it's the only one that actually operates at 3v3, but unfortunately it's not quite supported by ESPhome yet so I've been having issues getting it to do anything with HA. Methinks stick with 5V versions for now and use a voltage regulator for the GPIO since the ESP32 is not 5v tolerant for GPIO inputs (or: use a Raspberry Pi which can handle anything).
  • Do not use the brand new spanking ESP32C6 for that sweet sweet BLE and Zigbee functionality, because despite the arduino framework saying they support it in practice you'll have to default to using the idf-esp framework, which isn't a huge issue but does seem to throw me stranger errors.
[–] Landless2029@lemmy.world 4 points 7 months ago (1 children)

I wanna get into maker stuff so bad but I just don't have the time 😭

[–] tetris11@feddit.uk 3 points 7 months ago (1 children)

Real talk: you will never have the time. There's a 101 other things I should absolutely be doing but am not. I think just jump in, see where your interest takes you, and see how your life schedule evolves around it

[–] AreaKode@lemmy.world 2 points 7 months ago (1 children)

lol. I've been playing around with OpenThread (XIAO ESP32C6 is officially my favorite board right now), and I've learned a lot. But now my bathroom light won't reliably turn on when I walk in... But I'm learning!

[–] tetris11@feddit.uk 2 points 7 months ago (1 children)
[–] AreaKode@lemmy.world 2 points 7 months ago (1 children)
[–] tetris11@feddit.uk 2 points 7 months ago

"Who needs beta testers when the world is your beta tester!"

Microsoft, circa 2020, probably

(don’t drink coffee on the train)

(well now i gotta find a train and drink coffee on it)