Reminds me of a classic bit from a comedy podcast (My Brother, My Brother, and Me) https://youtu.be/6YqXXBKBPRI?si=_Bmjlr2LIQh56Fhi
Reminds me of a classic bit from a comedy podcast (My Brother, My Brother, and Me) https://youtu.be/6YqXXBKBPRI?si=_Bmjlr2LIQh56Fhi
There’s already some good advice here, especially about virtual environments which might be the most important new concept to learn IMO. But just to let you know - it’s not just you. The most generous view of the Python package situation is that there are a lot of different ways to do it.
a stable experience that isn’t buggy
Stable has a particular meaning with distros but I think the context here is using the plain English definition of the word.
The README lacks a description of why I would choose this over rm
. The name makes me think it might replace shred
but that doesn’t appear to be the case.
This is probably the worst example to choose, because in the US the generic name is acetaminophen. This is a case where the brand name actually unites understanding of a drug whose chemical name differs by location.
That being said, I still agree with the spirit, let’s stick to referring to the drug and not the brand.
I hate that I’m going to upvote every single one of these.
But I am going to.
Can we talk about how utterly absurd it is that there isn’t an obvious answer to this question yet? Feels like we’ve gone backwards from the AIM Direct Connect of old.
Rust: “Oh honey you aren’t ready to compile that yet”
“That sign can’t stop me because I can’t read!”
Trine 2! It’s a side-scrolling action/puzzle platformer, and a rare game actually made for 3.
So the “case” is just that this author learned about the system prompt to ask for reasoning steps? There’s not much substance in this article.
4+ years experience as a backend or full-stack engineer building web applications
$30k - $60k
A 2020 analysis by the Financial Times found that Wall Street lenders valued the major airlines’ mileage programs more highly than the airlines themselves. United’s MileagePlus program, for example, was valued at $22 billion, while the company’s market cap at the time was only $10.6 billion.
Wow. Banks that fly planes on the side is right…
Can’t you cut out the battery code since your screenshot indicates it wasn’t used? I should be clear that you’ll have to edit some bash scripts to make what you’re asking for happen.
Looks like that config info might be defined in this script
My go to for most of what you mention is Go, but that’s obviously a compiled language and not for scripting. Or is it - What do you think about https://github.com/traefik/yaegi, which provides an interpreter and REPL for Go? It would let you use a performant and well documented language in a more portable scripting way, but not preclude you from generating statically linked binaries if and when that’s convenient.