Me too! I am not a professional but audio support is such a point of friction for me that I’d love to see how others handle it when it’s critical to their work.
Me too! I am not a professional but audio support is such a point of friction for me that I’d love to see how others handle it when it’s critical to their work.
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.
Have you looked at IPFS? I used it to host a small site just to see how it works, it’s pretty neat.
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.
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”
I use wire label stickers. This is exactly what they exist for and will be under $10. I have the Klein Tools numbered stickers because my priority was matching ends in a large bundle, not adding informative labels. But the majority of products let you write your own label.
It’s about the 𝓉ℯ𝓍𝓉𝓊𝓇ℯ
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.