• 0 Posts
  • 29 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














  • 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.