professional idiot

  • 4 Posts
  • 37 Comments
Joined 2 years ago
cake
Cake day: August 19th, 2023

help-circle



  • for anyone interested:

    the scroll not working is most likely due to the main container in the page (usually the <body> tag but it can be some other element) having the overflow: hidden CSS property assigned to it.

    overflow dictates the behavior of an element that has its content overflow past the parent element’s boundaries.

    the property can have four values:

    • visible, where the overflow is fully visible and allowed to extend past the parent element,
    • scroll, which clips the overflowing content and allows the user to scroll the parent element,
    • hidden, which clips the overflowing content and prevents scrolling, and
    • auto, which works almost identically to scroll

    most sites run a script that assigns this property with the value of hidden to the <body> tag, making the user unable to scroll the page.

    ive seen this behavior the most with sites that blast you with an unavoidable cookie banner which you have to click through to access the page. usually removing the cookie banner element is not enough to freely access the page, and so you have to additionally find which element has its overflow set to hidden and disable that property.

    i reckon youtube’s adblocker popup is doing the same thing, and coincidentally turning off fullscreen also runs a script that makes sure the overflow is set to either scroll or auto



  • Based on the other responses to this, I’d say it really varies from person to person.

    In my case, Kdenlive does in fact tend to crash often the longer I use it in a single session. It tends to get unstable on my system after around 2-3 hours of continuous work.

    I remember losing an hour’s worth of progress once, and from that point I’ve been saving my stuff compulsively. At least it taught me good habits!







  • It honestly makes me wonder why my symptoms went away, but yours persist…

    I’ve talked to a few people (like 3 or 4 i think) with the syndrome in the past, and it behaved differently for each person I spoke to, whether it’s the symptoms, the cause, or, as in our case, whether it goes away or not.

    It’s a pretty unresearched syndrome, though the Wikipedia page for it has way more info than when I last checked.

    EDIT: Another thing I’m curious about is that the symptoms also stopped causing panic attacks for me. I haven’t had the eyelid thing for a while, since it’s way easier for me to do that when I’m extremely tired, but the last time that happened I didn’t get an attack at all. If anything, I tried to actually focus on what I was perceiving, I tried to make something out. Again, very weird how it develops differently for every person.



  • Everything feels the wrong size. Like my hands feel tiny, or my teeth feel enormous. The bed feels like it’s the size of an ocean, or the phone I’m using to distract myself feels like a matchbook in my hands

    Sounds a lot like the Alice in Wonderland syndrome.

    I used to have it when I was little, and my symptoms were very similar to yours, but mine kind of went away on their own. When I close my eyes and focus, though, I can still make myself feel like the dark side of my eyelids is getting impossibly far away from me, which is very weird.

    Do you still get these symptoms?




  • Given that even 3 T is already considered a large amount of flux, would it be even possible for an object with 10 billion Tesla to even exist? And if so, what would it take to achieve that amount of flux? Does a neutron star or a pulsar* get even remotely close?

    * - pulling these examples kinda out of my ass – while i’m sure neutron stars have extreme magnetic fields i’m not so sure about pulsars