Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)GE
Посты
0
Комментарии
332
Joined
12 mo. ago

  • Completely agree.

    Yeah I think the first episode did a great job of explaining why NFTs are stupid haha

    I love anything that flashes back to Fry's old life. It was genuinely a funny episode as well.

    The third is so brilliant. Absolutely loved it.

  • Regex is very rarely big and SQL is often just to figure out the best way to query something.

    Refactoring is usually something like rewrite these 10 c# classes into records.

    I do understand it. I just don't want to bother writing it. I can validate the output easily. Works out much quicker overall and often catches edge cases I may not have thought about.

  • I love using ai to assist with programming.

    I often use it for boring stuff like mass refactoring or generating regex or SQL.

    I wouldn't use it to write big chunks of code, more to figure out how to do things.

    It's like an interactive docs that I can ask follow up questions to.