ChatGPT: I feel like a kid who just beat an AI playing Go ;)
Related
More from JJinuxLand
Notion sat down on the curb, crushed his cigarette into the pavement, put his face into his hands, and sobbed. It felt good to finally let it out.He thought back on the good times. 2020. Sure, a lot of people were dying, but with everyone working from home, it was a real heyday for guys like him.He got married to a hot, young startup. This was...
Heh, I passed Google Cloud's Cloud Digital Leader certification!I started by taking GCP for Beginners - Become a Google Cloud Digital Leader on Udemy. It was about 10 hours of video. It took me a while, though, because I wrote 95 pages of notes. I was perhaps overcompensating for my poor memory. I studied for an extra couple of days reading...
These are my takeaways from the Stack Overflow Developer Survey:Programming languages:JavaScript, HTML/CSS, and SQL are still dominant.Python is the #2 programming language, followed by TypeScript.Only 5% of developers still code in assembly.Lisp moved up two spots to 1.33% of respondents.Rust is the language that the highest number of people...
A lot of people use mock.patch() in their tests, but it's also sometimes useful to monkey-patch code at runtime. This blog post talks about why and how. Let's imagine that you're using some library (perhaps something big, like a web framework), and for whatever reason, you're unable to update the version you're using. Meanwhile, someone comes...