I looked on my table toward the bottle of turmeric my parents gifted me recently, saying they heard it was good and bought on a famous "health" store.
Bottle is: turmeric + pepper "designed for max absorption" and dose is 10000mg.
Edit: in europe
I looked on my table toward the bottle of turmeric my parents gifted me recently, saying they heard it was good and bought on a famous "health" store.
Bottle is: turmeric + pepper "designed for max absorption" and dose is 10000mg.
Edit: in europe
They are woefully designed and implemented, wish we just cut our losses with them and stopped pushing them.
Tuck them away in settings, not on the default login path.
How is shipping egui apps vs flutter. I'd imagine that especially shipping a rust integration with Flutter might be a bit of a pain
I have no idea what "Hyperland" is.
Which has a demo. This website seems to only be for the account / payments.
Incremental builds doesn't disrupt my feedback loop much, only when paired with building for multiple targets at once. I.e. Leptos where a wasm and native build is run. Incremental builds do however, eat up a lot of space, a comical amount even. I had a 28GB target/ folder yesterday from working a few hours on a leptos app.
One recommendation is to definitely upgrade your CI workers, Rust definitely benefits from larger workers than the default GitHub actions runners as an example.
Compilling a fairly simple app, though including DuckDB which needs to be compiled, took 28 minutes on default runners. but on a 32x machine, we're down to around 3 minutes. Which is fast enough that it doesn't disrupt our feedback loop.
I at least have no issues on their services across a few regions, and their console works fine.
* You can keep your entire dotfile repo secret by using any private git hosting, including your own git hosting or a private GitHub repo.
* You can keep individual files secret by using age or gpg encryption. If you repo is public, this only reveals the existence of the file, not its contents.
* You can keep individual parts of your dotfiles secrets, e.g. API keys, by encrypting them or storing them in your password manager. All popular password managers are supported.
Disclaimer: I'm the author of chezmoi.