As the weeks and months go by, you can find our most current info here. Each update has a photo thumbnail (small picture links), tags (tiny round article category images), and text with links. The thumbnails expand either to a full size photo or to another page on the topic. The round tags help you quickly identify the scope of the article, so you can focus on the topic of most interest to you. The links within each article allow you to dive deeper if you want or just ignore them for a quick skim.
![]() 9May'23 |
![]() ![]() |
I am moving down the path of using C++2, new syntax for C++. Can C++ be 10x Simpler & Safer? - Herb Sutter - CppCon 2022 video Cppfront is an experimental compiler from a potential C++ 'syntax 2' (Cpp2) to today's 'syntax 1' (Cpp1), to learn some things, prove out some concepts, and share some ideas. This compiler is a work in progress and currently hilariously incomplete... basic functions work, classes will be next, then metaclasses and lightweight exceptions. Herb has demonstrated that the new features reduce the bad bits of C++ by 90% to 98%. It allows the old code to coexist with the new. Here is a C++2 hello world: main: () = std::cout << "Hello, world\n";Not only is the code cleaner and easier to write it prevetnts one from using numerous old C++ pitfalls. |
![]() 11Apr'23 |
![]() ![]() |
GPT Chatbot: Advanced AI Chat (ChatGPT) allows one to interact with the Google AI software. ChatGPT is an artificial-intelligence (AI) chatbot developed by OpenAI and launched in November 2022. It is built on top of OpenAI's GPT-3.5 and GPT-4 families of large language models (LLMs) and has been fine-tuned (an approach to transfer learning) using both supervised and reinforcement learning techniques. As with any software, people control what the program does. ChatGPT is a woke product of Google. Here is a simple example: There is a real need for Christian based AI. I have limited knowledge here, so I am prodding the fundamentals of using of AI with C++23. |
![]() 31Mar'23 |
![]() ![]() |
Reviewed 93 episodes of Self-Hosted audio chat show targeted to those wanting to be cloud free in their software systems. This provided a significant collection of experience on the process of selecting, deploying, using and updating software from OSes to networking, applications and frameworks in addition to hardware. |
![]() 10Feb'23 |
![]() ![]() |
Modern Software Engineering: Doing What Works to Build Better Software Faster by David Farley Before setting up developemnt environment, I wanted to get an update on software engineering ideas. The book extends and solidifies the ideas in Scrum development which I have been using for a decade. In summary, the smaller the changes and the faster they are released to the user the quicker the feedback is available from the test and deployment steps which produce better software. They have data backing up this as producing better software than the older waterfall method of development. b |
![]() 30Jan'23 |
![]() ![]() |
Changed Domain name registrar -- another step with Alt Tech, away from Big Tech.
Domain name registrar
Our case
Implementation details
|