Comment on
VPN connection keeps dropping out all the time
My wireguard VPN drops if I use Firefox which seems to use way too much memory causing some apps to be killed.
Comment on
VPN connection keeps dropping out all the time
My wireguard VPN drops if I use Firefox which seems to use way too much memory causing some apps to be killed.
Comment on
Some 2024 flagship phones might stick with Snapdragon 8 Gen 2 instead
Reply in thread
Battery that holds longer than 1.5 days?
Comment on
In Kyiv, a shot down Russian missile hit the top of a high rise building on its way down.
Reply in thread
In this situation I can imagine having other things in mind than proper orientation.
Comment on
[closed] [help] what font do you use in your code editor/IDE?
Comic Code
Comment on
Why optimization is important.
Reply in thread
Not sure if op is trolling. Seems to be at the same level of sleep sort. (But there not even compiler optimizations can help.)
Comment on
Confession
I get payed to write c++ but try to integrate rust in my hobby projects once a year. It starts and ends always the same way. At first the std lib makes coding seem easy but once the code gets more complicated I run against a wall called async, named lifetimes or restructuring the code to please the borrow checker (that's good I guess). I see that those are things you need to learn. But my time is limited since having a family and my brain has become slower over the years.
Regarding point 5. I am worried about the amount of sub dependencies one dependency pulls in (not only rocket). Gives me a feeling of being not in control and I don't think I am able to grasp how each dependency works.
Currently I am trying to do network stuff just using std::net::* will see how far I get this year.