Spoonraker

u/Spoonraker@kbin.social
3 posts · 15 comments

Recent posts

Recent comments

  1. When I was a kid I was swimming by the edge of a pool, and a heavy set five-year-old cannonballed on my face. I got knocked into the water and the force of her weight took my goggles right off.

  2. My tennis coach was demonstrating how to hit the ball at the apex of a toss, and he used his racquet to hold the ball up against the fence. He didn't realize that I was standing behind him, and he swung the racquet back and nailed me right in the lower jaw.

I was facing a wall shelf with a stack of hard plastic cups wedged into it, and when I turned around I'd heard the cups fall to the floor. Based on how tightly they were wedged in there's no way they could've fallen on their own. Although there was an open window that was adjacent to it there's no way that a breeze could've knocked them over, and even if someone on the lower floor punched the wall it wouldn't have knocked the cups down. Nothing else happened in that room that was out of the ordinary.

Although I'm still a skeptic, I don't have a reasonable explanation for this one.

I'd love it if we could filter out products that are truly BIFL, i.e. products that are solid for 10+ years rather than ones that are great for a year or two. If I'm buying for longevity then I don't want to get something that'll break or degrade in a short amount of time.

Edit: The issue was resolved, so please ignore this message. Thanks u/artillect!

There was an issue where the parent comment was in a column on the left side and its children were all on the right, but I adjusted the CSS:

   .entry-comment .children {
        /* grid-area: children; */ /* disable or delete this */
        display: flex;
        flex-direction: column;
    }

   .entry-comment .comment-level--2:first-child {
        margin-top: 3rem; /* Edit: If the child comment is long then the text will get cut off, so setting the margin and/or parent height conditionally could work*/
   }