Python managed to turn me away before I wrote a single line of code.
Running an already functional project took me nearly two hours and three separate tutorials.
Python managed to turn me away before I wrote a single line of code.
Running an already functional project took me nearly two hours and three separate tutorials.
I wish I had telemetry on such features.
I really doubt a significant number of people use AI chatbots often enough that having it in a dedicated sidebar is worth it.
That's good. My first instinct would've been that what's in toothpaste is plenty.
Dicarbon monoxide. Wikipedia is shockingly poor in information about it, but "stable" is certainly not the first word I'd use to describe it.
What kills me is when people will mix the two in a single context.
"Between eight and 13 percent"
NO. If you're writing one number in digits, you need to write them all the same way.
The US has two parties: center-right and far right.
I used to get so angry at my dad for trying to pull that trick. I didn't expose his lie but man was I not cool with being dishonest to save a few bucks.
It's got RGB. Man, it must do so much FPS (fabric per second).
The USB standards are just... Comically overcomplicated. And almost everything about it is optional. They need a full revamp, making it simpler and mandatory on all future ports, devices and cables.
But they won't do that, will they.
It's an excellent chat program (except it's pretty buggy on mobile). But it doesn't function well as a forum replacement. The lack of discoverability is a big problem.
Hmm, I follow the package's readme and only get invalid command errors.
Gotta install the pip dependencies.
Oh but first you need to create a venv or everything will be global. Why isn't that local by default like with npm? Hell if I know!
Ah but before that I need to install the RIGHT version of Python. The one I already have likely won't do. And that takes AGES.
Oh but even then still just tells me the command is invalid. Ah, great, I live CLIs. Now I've gotta figure out PATH variables again and add python there. Also pip maybe?
Now I can follow the readme's instructions! Assuming I remember to manually open the venv first.
But it only gives me errors about missing pieces. Ugh. But I thought I installed the pip dependencies!
Oh, but turns out there's something about a text file full of another different set of dependencies that I need to explicitly mention via CLI or they won't be installed. And the readme didn't mention that, because that's apparently "obvious". No it's not; I'm just a front-end developer trying to run the darn thing.
Okay. Now it runs. Finally. But there's a weird error. There might be something wrong with my .env file. Maybe if I add a print statement to debug... Why isn't it showing up?
Oooh, I need to fully rebuild if I want it to show up, and the hot reload functionality that you can pass a command line argument for doesn't work... Cool cool cool cool.