Skip Navigation

Posts
2
Comments
142
Joined
2 yr. ago

You're absolutely right! (Chat GPT)

  • Removed Deleted

    Permanently Deleted

    Jump
  • Toto - AfricaEven the singer, during one of Toto's concert they did recently (2018 or so), said right before playing Africa: "Are you ready for that song?"

  • What the hell? Not so long ago, he was strongly opposed to digital SFX because he wanted movies to capture reality. Did we swap Kassovitz for an evil clone?

  • It was a tiny TicTacToe server I made to learn machine learning. I basically played TTT against it and it would train on the former games to improve. It didn't work since I'm not a data scientist, but at least I know how to create Web Sockets!

    I can give you a few advice if you want

    • Single Responsibility Principle: don't do everything in the same place, separate between functions, classes or files. In my server, one file contained anything related to the server, another anything related to game logic and another anything related to machine learning.
    • Don't reinvent the wheel: unless you're making it as an exercice, don't create something that already exist as a library. Python is wonderful for its libraries
    • Don't optimize stuff: if you feel that "it could be faster", either benchmark it or give up. "Premature optimization is the root of all evil"
    • Learn how to make useful naming, tests and documentation: this is not something developers like to do but you'll love yourself if you read your code after a few months
    • Don't code with an AI: If you're bad without an AI, you'll be bad with it. If you're good with an AI, you'll be good without it. You can still ask one for snippets or use it as a tool to discover concepts you don't know about but I strongly advice against autocomplete and coding agents (I talk from experience).

    If you don't know how to start, you can make a really simple Tic Tac Toe game with its rules and play it in a CLI. Then you can decide how to pimp it: a better interface, game saves, an opponent played by the computer, a game server for a multiplayer game... you decide!

  • "If those kids could have an opinion without asking ChatGPT first, they'd be very upset"

  • The term "database" has two parts to it: data and base

  • User : "Houston, we've had a problem! There's an electrical outage and CO2 is accumulating, what should I do?"ChatGPT: "Just open the windows!"

  • I hope they’re doing it with AI for faster development. Now that Claude is open source, there’s no excuse to refuse progress anymore!

  • AI 2027

    Jump
  • « We wrote a scenario that represents our best guess about what that might look like. »

    OK

  • Deleted

    Permanently Deleted

    Jump
  • Deleted

    Permanently Deleted

    Jump
  • They did, and don't call me Shirley.

  • Sorry, I just wanted to talk about the elephant in the room. Full time jobs are time consuming and often stressful which can lead to health issues or family issues.Time is something we can't buy, and I wish we didn't have to sacrifice it

  • YouTube channels.Most people are unaware that YouTube still has RSS feeds

  • Mistral also has a cat's head as a logo ("chat" is french for cat, hence the pun).I guess if you make an LLM, you can only choose between a cat's head and a cat's butthole, maybe we should try another part someday

  • That's the neat thing, they don't