Honestly, Iām murdering the productivity of every channel I watch anyways with uBlock origin and sponsorBlock, so I donāt think itād be much worse
By the same logic if the planet explodes thereās going to be problems. Just because you can invent a scenario in which itās a bad idea doesnāt mean that scenario exists.
Honestly you should ! Unless you want to do crazy stuff you actually donāt need to learn the entire documentation.
I was able to setup full disk encryption with encrypted boot loader pretty easily, there are great tutorials out there. Iām going to figure out Secure Boot next.
The nice thing is that once youāve managed to do something, itās in your config forever. My main problem with Arch was the absence of rollbacks, and having to remember all the stuff you do when installing it that you inevitably forget before the next time your system breaks and needs a reinstall. Thereās none of that with Nix, and itās awesome.
Now Iām not a shill but I did switch from Arch to Nix (because my Bluetooth was irremediably broken on Arch, and no one responded to any of my posts) and itās honestly a lot less complicated than the documentation suggests š
Ship them to Guantanamo ? Youāre too nice. If presidents have immunity, Biden could strangle him to death with his own bare hands on live television if he wanted to š
Why do you want sophisticated code ? That word seems out of place from the other two to me.
Rust doesnāt introduce the same problems as C, but it sure does introduce a lot of other problems in making code overly complicated. Lifetimes and async are both leaky abstractions (and donāt even work as advertised, as rust-cve recently demonstrated), macros can hide control flowā¦
C is unsafe, sure, but also doesnāt pretend to be safe. C is also stupid simple, and thatās a good thing : you canāt just slap ArcMutexes around, because by the time you know how to code them yourself you also know why you shouldnāt do that.
I hope Rust can reach a point where its safety model can be formally proven, and we have a formal specification and a stable ABI so we donāt have to hard-compile every crate into the binary.
But I personally expect something with some of Rustās ideas, but cleaned up, to do that instead. Actually, I wouldnāt be surprised if C itself ends up absorbing some of Rustās core ideas in an upcoming standard.
That would be one MASSIVE hourglass that would last multiple hours š
If it integrates properly with tv that will be one thing better than Netflix at leastā¦
I would give so much money to Patreons if I wasnāt broke myself š
Honestly, Iām murdering the productivity of every channel I watch anyways with uBlock origin and sponsorBlock, so I donāt think itād be much worse
By the same logic if the planet explodes thereās going to be problems. Just because you can invent a scenario in which itās a bad idea doesnāt mean that scenario exists.
Thats not going to happen.
Take money from the poor while fixing nothing. Business as usual š¤·š»āāļø
Tom Brailsford (the main old teacher from Computerphile) Brian Kernighan Dennis Ritchie Ken Thompson
I just want more things on Peertube.
Call me crazy but I think all immigration should always be legal š¤·š»āāļø
Georgism ā¤ļø
Itās crazy that there even are ācategoriesā for discrimination that are disallowed. Why not disallow all discrimination, hm ?
Do these snipers ever actually intervene ?
Also, the solution is simple : outlaw guns.
Honestly you should ! Unless you want to do crazy stuff you actually donāt need to learn the entire documentation.
I was able to setup full disk encryption with encrypted boot loader pretty easily, there are great tutorials out there. Iām going to figure out Secure Boot next.
The nice thing is that once youāve managed to do something, itās in your config forever. My main problem with Arch was the absence of rollbacks, and having to remember all the stuff you do when installing it that you inevitably forget before the next time your system breaks and needs a reinstall. Thereās none of that with Nix, and itās awesome.
Now Iām not a shill but I did switch from Arch to Nix (because my Bluetooth was irremediably broken on Arch, and no one responded to any of my posts) and itās honestly a lot less complicated than the documentation suggests š
The config file thing works better for NixOS, but the mĆŖme is still very funny !
Ship them to Guantanamo ? Youāre too nice. If presidents have immunity, Biden could strangle him to death with his own bare hands on live television if he wanted to š
Honestly, apart from the incest bit, I really wish this was trueā¦
Can someone explain what this is about in a way that I can understand ? I know nothing about this situation, in fact I donāt even know much about animĆ© in general which this seems to be about.
Why do you want sophisticated code ? That word seems out of place from the other two to me.
Rust doesnāt introduce the same problems as C, but it sure does introduce a lot of other problems in making code overly complicated. Lifetimes and async are both leaky abstractions (and donāt even work as advertised, as rust-cve recently demonstrated), macros can hide control flowā¦
C is unsafe, sure, but also doesnāt pretend to be safe. C is also stupid simple, and thatās a good thing : you canāt just slap ArcMutexes around, because by the time you know how to code them yourself you also know why you shouldnāt do that.
I hope Rust can reach a point where its safety model can be formally proven, and we have a formal specification and a stable ABI so we donāt have to hard-compile every crate into the binary.
But I personally expect something with some of Rustās ideas, but cleaned up, to do that instead. Actually, I wouldnāt be surprised if C itself ends up absorbing some of Rustās core ideas in an upcoming standard.