I can definitely Avalonia for cross platform UI. It’s amazing.
I can definitely Avalonia for cross platform UI. It’s amazing.
I don’t remember. Long ago. I’m sure much has changed.
My issue with XMPP was the lack of synchronization between clients. If my mobile was offline while I was chatting on desktop, mobile client would never have the same chat history as desktop and my conversation history would be fragmented. When I asked about it on some developer forum, they basically just said that was out of scope for XMPP and should be implemented in client. Which sort of makes sense if the client is a web client hosted somewhere but I wanted a thin desktop client like pidgin.im
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.
I feel personally attacked.
Yeah if you just want a little computer, sure, pick up the orange pi. But if you want any of the gpio stuff get a raspberry pi because none of the knockoffs seem to work with modern kernel.
Slackware. Installed from 3.5" floppy disk.