• 1 Post
  • 15 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle









  • Should be mostly fine, I’d say. The Glans clitoridis is anatomically analogous to the Glans Penis, so I’d guess it would be around the same sensitivity (could anyone who has both chime in on how they compare?)
    There’s definitely a lot of individual variability though, some people are hypersensitive and some people don’t feel as much or are used to it (as in, you can’t really move your clitoris out of the way if your clothing or activity is chafing it, so kinda just ignoring it is the only option sometimes)


  • I’m not having kids, but this always feels like such a missed opportunity to let kids do something more mentally stimulating on that tablet.
    Drawing apps and eBooks are right there! Hell, set up Termux and Acode up for them and let them program a bit (or like, I bet there’s a mobile version of Scratch they could use if they can’t read yet). Let them take photos and make little collages. Get them some music Synthesizer App so that they can tinker on their own little beats. Literally just show them that they have the tools to make something great instead of just shoveling in mindless content all day…



  • …i mean, I get it, I’ve written some very scuffed JS in my time because using .filter() right before displaying my data felt easier than getting the right data to begin with. Especially if the backend is in a different git repo and uses some whacky ORM library I’m not familiar with, while the Product Owner n e e d s everything deployed today.

    But you can’t tell me that applying filter/sort to 8MB of data in the frontend is anything but mega scuffed. Imagine you need to debug that and don’t even have an intermediate step to see whether the wrong data is arriving or whether filter/sort logic is wrong for a specific case, or whether its just the rendering. You’d always need a person understanding all three just to debug that one part.
    Not to even mention how that would run on low-power devices with bad internet connection. Or what that does to your SEO.