• 0 Posts
  • 7 Comments
Joined 7 months ago
cake
Cake day: April 25th, 2024

help-circle
  • It’s been some time, but IIRC, I downloaded W11 onto a flashdrive with the MS media creation tool, booted of this drive and did a fresh install over my W10 installation. In this process I wiped my disk. Before that I googled what to do in order to be able to install without an internet connection. This allowed me to complete the installation without an MS account. This procedure might have changed since then. AFAIK there are still some hoops you can jump through in order to get it running without an MS account.



  • I haven’t been in development for nearly 20 years now, but I assumed it worked like that:

    You generate unit tests for a very specific function of rather limited magnitude, then you let AI generate the function. How could this work otherwise?

    Bonus points if you let the AI divide your overall problem into smaller problems of manageable magnitudes. That wouldn’t involve code generation as such…

    Am I wrong with this approach?