It’s kind of quaint to think of running Evolution PIM on just one computer so you never have to synchronize anything. When I see Apple Cult members trying to do everything on just a phone or just their tablet or one of those massively overpriced (and fragile) laptops I laugh. You are not a professional! When working on PC software, you generally need 6-8 machines. Yes, one of them will have at least 8 VMs … Synchronizing EvolutionRead more
Python
C++ – Defaults and Deletes – Pt. 1
Defaults and Deletes tend to be needlessly confusing for new C++ developers. Trying to learn this topic is why so many put on a diaper and go code Python. Hopefully this example series and discussion will allow you to man up. This is a continuation of my C++ series to assist junior/new developers so they can do something meaningful with their lives. No, you can’t use Python for a medical device. Remember: In the real … C++ – Defaults and Deletes – Pt. 1Read more
So You Can’t Get Your Qt Models to Work With QML?
This particular rant was started by my looking to divert my mind by answering a question on StackOverflow. Never ever ever go to StackOverflow. Kids today just don’t know squat and there is nothing you can do to help them. Let’s start with my initial response an a slightly improved image. QML is just a hand polished turd. There is no polite way to put it. Qt made a desperate ploy to attract script kiddies … So You Can’t Get Your Qt Models to Work With QML?Read more