• 0 Posts
  • 179 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle

  • I was behind in my literature class in like, 7th grade. The books were boring as hell and I couldn’t make myself read the chapters at night.

    Our teacher gave us a list of bonus titles to catch up for like, 1.5x the points of a normal book, so I jumped on the first one on the list.

    I don’t remember the title of the book unfortunately, but about one or two chapters or so, the either the main character or their neighbor or something…

    Gruesome

    …snaps the head of their cat off while petting it

    Proceeded to put the book down and hand it back into the teacher and ask for a different one. I don’t think she was aware of the content of the book






  • I appreciate the apology, things get a bit heated online, I completely understand. Your picture is quite stunning, and I’m saving up for a camera so I can hope to take pictures like it and not rely on my Pixel.

    My original look was on hotel wifi and I was unable to load the extensive detail in the image to see just how many stars there truly are visible. If you don’t have one already, a star tracker can help get rid of the smear from the earth’s rotation, and let you get some longer exposures. I played around with one my roommate bought me for Christmas, but it doesn’t make too much of a difference with phone photography. Was looking through your other images and saw you mentioned one :P

    Best of luck man, keep taking awesome pictures









  • Nate@programming.devtoLinux@lemmy.mlLinux and being speedy
    link
    fedilink
    English
    arrow-up
    7
    ·
    2 months ago

    This is just a theory, I don’t have knowledge of the inner-workings of either Linux or Windows (beyond the basics). While Microsoft has been packing tons of telemetry in their OS since Windows 10, I think they fucked up the I/O stack somewhere along the way. Windows used to run well enough on HDDs, but can barely boot now.

    This is most easily highlighted by using a disk drive. I was trying to read a DVD a while ago and noticed my whole system was locked up on a very modern system. Just having the drive plugged in would prevent windows from opening anything if already on, or getting past the spinner on boot.

    The same wasn’t observed on Linux. It took a bit to mount the DVD, but at no point did it lock up my system until it was removed. I used to use CDs and DVDs all the time on XP and 7 without this happening, so I only can suspect that they messed up something with I/O and has gone unnoticed because of their willingness to ignore the issues with the belief they’re being caused by telemetry






  • The CVE has to do with the utility not correctly identifying private IP addresses supplied to it in a non-standard format, such as hexadecimal. This would cause the ‘node-ip’ utility to treat a private IP address (in hex format) such as " 0x7F.1…" (which represents 127.1…) as public.

    This is a ridiculous expectation. Providing addresses in an unsupported format doesn’t yield correct results? Who wouldda thunk it. Clean up your fucking code and pass it in as expected, or make your own damn node-ip.