We think you might be experiencing an emergency. Please hang up and call <country of origin emergency services number>. Have a nice day!
We think you might be experiencing an emergency. Please hang up and call <country of origin emergency services number>. Have a nice day!
Any WiFi 6 or 7 router in which you can install openwrt and set as a dumb AP connected to an x86 machine running OPNSense or openwrt itself. The redundancy and enhanced control are 10/10 worth it, along with security and stability.
Honestly this would make for a neat project — build an esp32 or rp2040 based punchcard reader / printer and then print out all your backup codes (encrypted of course by some hardware based code like a set of dip switches) onto custom punchcard tape.
I didn’t get a chance to look too deep into it, while it looks great for human reading in a terminal, can I just as easily output the diff to a patch file like I do often with ‘git diff [commit] [commit] > patch.txt
and git apply
it?
I think the difference is they actually made the protocells for real? Not sure.
Yeah I second Jetbrains Rider. It’s fantastic on Linux and dotnet development has never been better with it. The only lacking thing is WPF but there’s open source alternatives that are actually cross platform and integrate just as well (AvaloniaUI).
1.0 doesn’t mean anything.
Well, that’s probably true for the most part but by far the reality is that it comes down to lowest bidder 9/10 times. Unrealistic budgets and unrealistic time frames with as cheap labor they can find gets you a large amount of government funded projects throughout all the years.
I’m not sure LUKs can lock a drive that’s booted already since it’s not a RAM session like a live CD is and relies on the decrypted files to operate. This is why the encryption key is prompted from your boot manager prior to actually getting the system running. That said, I lock my computer all the time and just rely on the normal user password to get back in.
I was kinda annoyed at double password login when I setup my system too. So what I did was just enable automatic login for my user since I’m the only one. I just treat my disk password as my login form so I just enter one password. I still have a user password for things like sudo and other permissions handling when I’m logged in but getting into a new session is automatic on startup so it doesn’t annoy me anymore. Would that work for you?
I’ve been enjoying endeavourOS for a while now. Great intro to arch and also not really all that different to Debian in day to day use. It’s nice having a more recent kernel and the NVIDIA drivers have worked flawlessly for me. It has been one of the smoothest experience out of the box next to Debian. NixOS and several others just gave me all sorts of headaches trying to make them work, the experience was subpar on this desktop build.
CI and basic PR rules should gate this entirely… this should never be a problem.
Some extensions don’t work but many do, you just have to download the extension files from the marketplace website and tell VCCodium to install the extensions from those files.
Your 30s will be better. Don’t get hung up on thinking your 20s are prime.
Is the research only new because we didn’t test this before? The number one advice to learn a language fast is to be totally submerged into the language and its culture. Seems like that would extend to just about any skill.
Jetbrains Rider is fantastic and .net 6+ is native to Linux now. You can even get by with VSCode (I prefer VSCodium) with their improved C# tools.
Depending on what you do, there’s also cross platform UI libraries like Avalonia-UI that can fully replace WPF.
And basically the entirety of dotnet 6 forward is spans. It’s all spans. All the way down.
Now you know about the command and can alias it to whatever floats your boat!
‘open .’
‘exhume /my/file’
‘liberate my.site’
Jetbrains Rider is the answer to dotnet on Linux. The only thing it is bad at is WPF. Otherwise go ham.