I mean, I don’t know how comfortable I’d be bringing one to work, but the behavior you’re looking for (complex macros with swappable config files) remind me of pentesting devices like the Rubber Ducky.
I mean, I don’t know how comfortable I’d be bringing one to work, but the behavior you’re looking for (complex macros with swappable config files) remind me of pentesting devices like the Rubber Ducky.
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.
I once spent a few days sketching out what sort of video game I would make, if I ever did. More as an exercise for myself (a developer nowhere near the game industry) rather than an actual plan. At the end of it, I had a sci fi setting with a handful of roguelike and deckbuilder elements. Shortly after, I discovered Breachway, and it felt like someone had been reading my mind. I love that they have a proper demo, and now I’m really excited to see the game approach its release!
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.
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.
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.