• 2 Posts
  • 718 Comments
Joined 2 years ago
cake
Cake day: February 8th, 2025

help-circle










  • jaybone@lemmy.ziptomemes@lemmy.worldWithout makeup 😂
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    18 days ago

    For some reason that “data center” (maybe server room is more accurate) looks like a grocery store aisle to me. Maybe it’s the rack height? I can’t quite put my finger on it.

    Edit: the lighting, the floor, that high ceiling. Whatever is going in at the end of that aisle looks like refrigerator doors.











  • If you’ve ever looked at windows desktop application source code (shudder) they have all this wacky shit around event handling in their native C/C++ APIs, which is a lot less clean that what you typically see in other languages / platforms which do similar event handling. It wouldn’t surprise me if that shit is hacky and buggy as fuck on the OS side of that implementation too.

    So this would be your ctrl-c press event, and whatever handler code.

    Though it’s been like 20 years since I looked at some of this. Maybe it’s better now, but somehow I doubt it.