• 1 Post
  • 129 Comments
Joined 1 year ago
cake
Cake day: October 24th, 2023

help-circle





  • Honestly I’m not sure, I only got a look at it when I was helping her move.

    It’s tied to a wall panel on the other side that controls the whole unit’s lighting and thermostat and such though, and shows a doorbell cam.

    Educated guess that it’s all tied to Amazon. Blegh.

    Allegedly they’re just supposed to rely on maintenance to change the batteries so they’re not locked out of their home. Crazy.













  • Like after specific Terminator models, or characters or…?

    Lol just had a funny thought:


    “What’s the server’s name?”

    “Max”

    T800@localhost: ping Wolfie
    PING Wolfie (192.168.1.10): 65 bytes of data.
    64 bytes from 192.168.1.10: icmp_seq=0 ttl=64 time=0.123 ms
    64 bytes from 192.168.1.10: icmp_seq=1 ttl=64 time=0.110 ms
    64 bytes from 192.168.1.10: icmp_seq=2 ttl=64 time=0.115 ms
    64 bytes from 192.168.1.10: icmp_seq=3 ttl=64 time=0.118 ms
    64 bytes from 192.168.1.10: icmp_seq=4 ttl=64 time=0.121 ms
    
    --- Wolfie ping statistics ---
    5 packets transmitted, 5 packets received, 0% packet loss
    round-trip min/avg/max = 0.110/0.117/0.123 ms
    
    

    “Your server is pwned…”


  • Slightly unrelated but when my family was remodeling our kitchen in the home I grew up in, we pulled the oven out and found the side of the cabinet had an interesting scrawl on it that must’ve been from one of the builders:

    “When you’re out of Schlitz, you’re out of beer.”

    I found it so amusing wondering what the motive behind that was. So I guess your hostnames kinda reminded me of hidden beer-related tradesman graffiti. XD


  • One possibility could be because in conventional “computer counting” in (most) coding languages, it starts at zero. Like if I make an array of things

    [monke, chimp, peanut]

    monke would be [0]

    chimp would be[1]

    peanut would be [2]

    Once I learned about this concept I started naming enumerated things from 0 usually just to keep a kind of consistency. Maybe I think if it’s a habit, I won’t make those mistakes as often with code. I dunno. :p