I don’t know and don’t think so, but what you are doing is better done with retain anyways.
I don’t know and don’t think so, but what you are doing is better done with retain anyways.
Also rust interacts through C Abi with most stuff. So C is still important for it.
Simple save the users language setting in a variable, change it to english, check if the first letter is “s” and then change the language back.
Compiling all assets into the binary is trivial in rust. When I have a small web server that generates everything in code I usually compile the favicon into the binary.
There are a lot of solutions like that in rust. You basically compile the template into your code.
I have experience with Vodafone, Deutsche Glasfaser and Unitymedia and they all did it like this. It also might depend on the state.
I can only talk how it is in Germany, where CGNAT with a public IPv6 prefix is the norm and a public IPv4 costs extra money unless you have a legacy contract.
CGNAT usually only applies to the IPv4. The IPv6 prefix you get is usually public.
How? You can literally turn IPv4 off on your whole network, or selectively by device. But if you turn off your IPv4 you will get cut off of a good chunk of the internet.
And the only reason we have unused IPv4’s is because a big part of the internet is behind NAT of some kind like CGNAT.
We have more internet connections than IPv4’s they can’t just pull new ones out of their ass. Also IPv6 is internet too.
Good luck getting a non CGNAT connection here without paying for it. Also it’s not a breach of contract if it’s not in the contract…
Stör ich dich gerade? cringe
The VPS I would book would be the same and the CPU is a unnamed intel 2.6 ghz, so that sounds good.
Another thing is if where you want to access it from has a IPv6 then you can just connect via IPv6.
What would be the added latency. I was thinking of doing something like this and I could get a 3$ month VPS about 30km from where I live. I was thinking of doing something like that for remote gaming on my powerful desktop. Annoyingly I have cgnat and a IPv6 from where I live and no IPv6 from where I want to access it.
I have done a lot of powershell scripting and found some very annoying edge cases, they all have solutions, but feels unnecessary. I once had a issue, where I had a dynamic array of strings and if thst array was only 1 long it would give you the first character instead of the first string. I don’t know exactly what made that happen, but I think it had something to do with functions or classes.
Yeah sue Linus Torvalds directly for 3 props and 1 or 2 thanks.
Most likely you can get by with adjusting the return type and using a ? or maping to a type that you can use the ? on.
I never had a power outage where I live, but internet fails from time to time.
But there is no reason to use a script, when you have a build.rs anyways. Since pretty much everything the script can do build.rs can do better.