smiletolerantly
Well... In my case it would be "calculate how much loss you've been making by growing your own veggies!", lol.
(Container gardening and watering add up, but I am not complaining, I am not doing this to save/earn money)
I was SO confused until I checked the community.
Thought this was about literal, real-world vegatable gardens as a hobby.
Hm, yes, that sounds annoying indeed. Maybe I just have not encountered such an app/site yet, but louckily, the bitwarden integration has been working flawlessly for me.
Bitwarden / Vaultwarden are OSS and work fantastic across all my devices. IMO it's more convenient than passwords now, ESPECIALLY if you'd have to enter a 2fa code as well.
Haha, perfect 😄
Would you mind opening a PR to fix that typo? Would be useful for others as well!
Or a CLI with clap
.
Curious what you are talking about. Multi-threaded sharing of memory for example is also easy with rust, it just doesn't let you wrote and read at the same time, and so on.
Yeah. Once you get used to the (verbose, but by no means unergonomic!) syntax, you'll probably never be happy with another language again. Job-wise, I am currently mostly using Go, and while also a nice language, I miss the confidence and security I took for granted with rust.
Not to mention just how goddamn expressive rust can be. Let bindings like if ok/err, else return? Assign from a match on Some(Ok(x))? Filter, map, and friends on any iterator? Oh my GOD the error handling with the question mark iterator? 100% confidence that if it compiles, no error, possible null value, or case is unhandled.
And all this WHILE giving you the amazing security benefits!
Ah, damn, caught me proselytizing again.
Using a docker container provides you with the exact amount of extra protection as using a VM: zilch.
Only advantage is you can use other people's config easily.