I run a different LXC on Proxmox for every service, so it’s a bunch. Probably a better way to do it since most of those just run a docker container inside them.
I run a different LXC on Proxmox for every service, so it’s a bunch. Probably a better way to do it since most of those just run a docker container inside them.
Second impression of Garuda (Arch based). My first impression was the dragonized version, which is KDE with lots of mods to make it Mac like, but with extra window animations.
I like things simple, so when I tried Garuda again, I installed the Gnome version. Other than some weirdness getting my Nvidia card working with Wayland, it has run better than anything else on my laptop.
Fully agree with this. There will be a slight learning curve since it will be different from what your used to, but it’s friendly enough to figure out.
If you know the windows program you want to use just search something like “Linux alternative for x” (sometimes there is specific KDE or Gnome progs)
Invidious is awesome, if possible, self hosting one in docker is great and keeps it up to date
Call me a socialist, but the moment the tech was proven either the US or some UN based org should have eminent domained and brought Starlink.
That way there wouldn’t be multiple companies sending tens of thousands of satellites into space. And hypothetically there would be a greater expectation of equal access. Oh and access wouldn’t be at the whim of a pretty billionaire.
SOLUTION:
Here is the solution I came up with:
pub struct Configuration {}
impl Configuration {
fn get std::str::FromStr>() -> Result {
Ok(T::from_str("1234");
}
}
fn main() {
let my_conf_val = Configuration::get();
}
Afraid this might have been the case, if Ogeon’s suggestion doesn’t work out, I’ll probably end up with multiple getters, one per type. There aren’t that many anyway
Thank you!
Correct, I would want the caller to know what they’re getting, I’ll see if this works, Thank you!
Yes! It shouldn’t be difficult to purchase a house, but when we were looking, none of the seller agents would even talk to us until we had a buyers agent 🙄
Those Sony ones look perfect, thank you!
Do you know if the Bose are significantly better and worth waiting for a sale?
Super complete answer, thank you!
Also, that’s a nice amount of interest!
This seems like the best answer, it’s still not exact since interest changes daily (at least in the U.S) and interest compounds monthly.
But I changed the interest formula to:
Number of Days * Interest Rate * (Last Balance + Deposit) / 365
That seems to be more accurate.
I wanted to go this route, but for the current stage of my life, I couldn’t go that granular. I currently have a spreadsheet that keeps track of totals in each bank account (short term, long term, college, retirement savings and checking) as well as total (net) income and expenditures (broken into “essential” and “non-essential”).
I then setup formulas to calculate total saved, (as well as necessary only saved, in case of financial stress to see what we can cut out), total assets, and compares those assets to the previous month and year.
While I want to get more granular, that is all I can do for now.
LXC is much more light weight than VMs, so it’s not as much overhead. I’ve done it this way in case I need to reboot a container (or something goes wrong with an update) without disrupting the other services
Also keeps it consistent since I have some services that don’t run in docker. One service per LXC