While working through section 4 of my Qt GUI creator course, I ran into an interesting error: /home/alaskalinuxuser/Documents/qt_course/section_4_21_qmainwindow/mainwindow.cpp:19: error: no matching function for call to ‘QAction::QAction(const char [5])’ QAction * […]
BLOX2: Voltage Control for the Little Cores!
Another update to the BLOX2 (BLU Life One X2) kernel, I just extended the voltage control from the big cores to the little cores as well! You can check out […]
Shaken or Stirred, picoEngine?
Well, more like Random or Normal, actually. I’m off to a bit of a slow start, but I am making progress on the picoEngine. Here you can see picoEngine’s “many” […]
Qt Creator warning: ‘auto’ changes meaning in C++11; please remove it
Just wrapped up section 3 of my Qt C++ beginner GUI course! Boy, this course is fun! I really appreciate the instructor taking the time to show 3 different ways […]
BLOX2: “Wakey, Wakey, Mouse!”
That quote is from one of my son’s favorite books, “Max the Brave”! Another update to the BLOX2 (BLU Life One X2) kernel, I just added Sweep2Wake and DoubleTap2Wake! You […]
Building picoEngine, a UCI Compatible Chess Engine
When I started programming, one of my early ideas was to build a chess engine. What sounds more sophisticated for a programmer, than building something like that? It just sounds […]
Qt 5 and C++ meet in a graphical user interface!
Section 2 is complete of the “Beginning Qt 5 C++ GUI Development” course! This course is great! I’m really learning a lot from the instructor. Section 2 was sort of […]
New Course! Beginning Qt 5 C++ GUI Development : The Fundamentals
I’ve just completed the first of 10 sections in a new course I am taking on Udemy. The course is called Beginning Qt 5 C++ GUI Development : The Fundamentals. As […]
BlueFruit Project: Fixed Erratic Crank Behavior
Another problem that I have run into while working with this Bluetooth auto start is an erratic crank behavior. Per the code, it should not start the crank circuit if […]
Text field types to capitalize sentences…
I recently received a comment from a Just Notes user about how much they loved the simplicity of the notes app. However, they also pointed out that the text field […]