Install Guix

  • 14 Posts
  • 307 Comments
Joined 5 months ago
cake
Cake day: March 17th, 2026

help-circle


  • LOL. Speak of the devil, some slop coder just opened a massive PR on our codebase with gems like:

    func runHandler(h: Handler)  
    // ^^^^^^ ERROR: runHandler will panic if h is nil  
    // Severity: High 🚨  
    

    Uh… yes? Do you not know how pointers work? That’s the point? You want to be able to run runHandler(nil)? That doesn’t make any sense. That’s clearly a mistake and we should loudly fail.

    type OptionsWrapper struct {  
      Foo bool  
    
      otherOpts other.Opts  
    }  
    // ^^^^^^ ERROR: OptionsWrapper hides options only available in other.Opts.  
    // Severity: High 🚨  
    

    Uhh… yes? That’s the whole point of OptionsWrapper. To hide stuff otherOpts. It’s a wrapper.

    This type of clanker output is why another slop coder opened a PR on one of our repos, angry because he said Claude said that one of our functions was deceptive. Claude said the description and docstring was misleading and we should change it.

    Our function was called RunNoWait() and, hold on, you may be surprised by this, Claude was, what this function does is run something… and then it… does… NOT wait. wtf. I know. Shocking. Misleading, deceptive name. Claude wrote some big manifesto about why the docs were misleading and rewrote the function to add a wait. 🤣

    The dude backed down eventually, but he insisted we add more paragraphs of clarification to the function docs…

    Whatever. Let the slop flow… I give up.









  • Corporations DGAF. They will steal your source available content, de-compile your binaries and wrongfully sue you out of existence if you dare to raise a case against them.

    Also true. Although, that doesn’t mean you should bend over and make it easy for them by licensing things as MIT. GPL if you can, MPL if you must.

    we have so many choices.

    I’m actually not sure about this. I wish the FSF or someone would come out with more licenses for different use cases.



  • Good luck! This video worked for me! I was trying to pair an IKEA smart plug and fixing my router settings unblocked me!

    running Home Assistant in Docker (with Host network mode)

    Yeah, I’m pretty sure this isn’t one of the supported methods… Cuz I was also doing this until recently! 😅

    Running Home Assistant OS in a QEMU VM has been surprisingly easier and way more stable! Would recommend.

    (I’m also using the ZBT-2 as my thread border router.)




  • The share option within Claude tells a user that “anyone with the link” may view the contents of that link, but does not explicitly state that the link may end up in Google and search results.

    It seems like people clicked the “make chat public” button and then shared the link with someone who eventually posted it on a page that got crawled?

    Maybe there’s two mistakes here: 1: the user made the chat public and 2: Maybe Anthropic didn’t have their robots.txt file set correctly?

    I mean, it seems like the big mistake here is from the users… they clicked the “make this chat public”… unless I’m missing something?



  • lol. Weird article yeah.

    The searches showed Claude chats for which a user had decided to “share” a link had been saved by search engines like Google, leaving them accessible to the broader public.

    So… people created public links, shared them to the public, and got surprised they were public?

    The share option within Claude tells a user that “anyone with the link” may view the contents of that link, but does not explicitly state that the link may end up in Google and search results.

    LOL. Yeah!