I can definitely Avalonia for cross platform UI. It’s amazing.
I can definitely Avalonia for cross platform UI. It’s amazing.
Honestly? I doubt anyone will think twice about it unless you talk about it a lot.
Regarding meds, the side effects are worse than I expected but the benefits are way better than I expected too. I wouldn’t hesitate to take your doctor’s advice in that area. Just having a baseline for how effortless it can be to handle complex tasks really puts into perspective how much more effort it takes for us. Your first few good days on Adderall or whatever will open your eyes. And if nothing else, you might learn to forgive yourself when you just can’t spare the effort for something in the future.
I enjoy your comment so much because your methodical and patient approach to debugging code is exactly what’s required to fix a printer. You literally are really good at computers even if your aren’t armed with a lot of specific knowledge. It’s the absolutely worst because troubleshooting without knowledge and experience is painfully slow and the whole time I’m thinking"they know so much more about this than I do! If they’d just slow down and read what’s on the screen …" But many people struggle to do even basic troubleshooting. Their lack of what you have makes them inept.
C and Rust are low level languages, suitable for interacting directly with the hardware. C++ might be described as C with some object oriented stuff bolted on, making it excellent for videogame development. C# is a lot more like Java. It’s great for line of business apps because it handles the complexity of memory management for you and provides an excellent framework and excellent libraries for a lot of common tasks. But it’s not suitable for low level work.
The main improvement Rust provides is memory safety. It’s very easy to make mistakes in C where you could overrun a buffer or something, introducing unexpected crashing and making it vulnerable to exploitation by malware or whatever. Rust eliminates a whole category of issues with their clever memory management paradigm. The improvements in this schedule probably have more to do with the strategy used than code efficiency.
Slackware. Installed from 3.5" floppy disk.