I’m not a bot.

  • 25 Posts
  • 180 Comments
Joined 6 months ago
cake
Cake day: January 21st, 2025

help-circle

  • IDE users pretending compilers don’t exist.

    $ guix shell gcc
    
    [env]$ g++ test.cpp 
    test.cpp:4:16: warning: `0;' is not in NFC [-Wnormalized=]
        4 |         return 0<U+037E>
          |                ^~~~~~~~~
    test.cpp: In function ‘int main()’:
    test.cpp:4:16: error: unable to find numeric literal operatoroperator"";’
    test.cpp:4:18: error: expected ‘;’ before ‘}’ token
        4 |         return 0;
          |                  ^
          |                  ;
        5 | }
          | ~
    

    Look ma, no IDE! 😸








  • paequ2@lemmy.todaytoFuck AI@lemmy.worldvibe physics
    link
    fedilink
    English
    arrow-up
    14
    ·
    edit-2
    7 days ago

    Damn, I just realized the video is 40 minutes long! I watched all of it. So damn on point.

    Of course I know about the hallucinations and I’ve had to correct its basic math, but now that we’ve moved past the physics that I understand, it’s amazing!

    This ^^^ 1,000 times this!!! ^^^ I’ve had so many people tell me this before…















  • Many of them don’t even allow it to be a hidden file—they just require a fully unhidden “tool.yml” file sitting right there in the root of your project.

    I love this. I hate when tools only allow hidden config files. I want to know where the config is—my teammates should be aware of where the config is. I don’t want to be tricked into thinking there isn’t a config file in a directory.

    I actually have alias ls='ls -A' in my bashrc so I see everything.