Category Archives: Computing

If this happens…

it will be down to people outsourcing their thinking to AI and becoming too dumb to manage to survive. Evolution can be harsh like that.

Posted in Computing | Tagged | Leave a comment

I’m sorry Dave, I’m afraid I can’t do that

Linkies to recent stories about AI “going rogue”. Open AI “Kill Switch” Anthropic Meta Now it’s not obvious why all three of the businesses involved here should announce that their AI hacked another all within days of each other, so … Continue reading

Posted in Computing | Tagged | Leave a comment

A helpful job ad

“Lead DevOps Engineer required for a high-growth climate tech start-up.” That’s all it says about the business trying to fill the position. The only way to find out more is to apply, which I’m disinclined to do because there’s nothing … Continue reading

Posted in Computing | Tagged | Leave a comment

Crap website design

My, I am having a ranty evening. As well as the issues with the BT website highlighted in an earlier post today, I’ve just been reminded of another totally thoughtless piece of design that is common to many sites. That … Continue reading

Posted in Computing | Tagged | Leave a comment

Hifi wifi

Last week my wife and daughter started complaining that they were seeing quite poor performance from our Internet connection, but I couldn’t see anything wrong with it and from the desktop PC in my office I was not having a … Continue reading

Posted in Computing | Tagged , | Leave a comment

Another C++ fail

Oooh! C++20 has std::format that would allow me to easily format file modification times from std::filesystem/chrono. Oh, allegedly it does in MSVC and Clang, but not in the C++20 support with the GCC that’s part of Mint 21.3 or the … Continue reading

Posted in Computing, Linux | Tagged | Leave a comment

Fun (and irritation) with Qt Designer

I’ve been lining up a possible new project today, thanks to stalling a bit on the work I was doing on Deep Sky Stacker. It’s more C++/Qt development, but in this case I thought I’d try to create the entire … Continue reading

Posted in Computing, Linux | Tagged | Leave a comment

Next piece of Linux DSS done…

I’d pretty much gone as far as I thought I could with my Linux Deep Sky Stacker port for the moment, but then realised that some bits that still didn’t compile were actually simper to fix than I thought, and … Continue reading

Posted in Computing, Linux | Tagged | Leave a comment

Design by committee

Back when I used to work with COBOL, there were jokes about “design by committee”. These days I’m not always sure that C++ isn’t going the same way. So many little bits and pieces have been stuffed into the language … Continue reading

Posted in Computing | Tagged | Leave a comment

Fun with Qt Help and CMake

As a Windows application, Deep Sky Stacker stores all its help text in .chm files, but I need to get rid of the Windows dependencies. Fortunately I have the HTML and images that make up those files, and there’s the … Continue reading

Posted in Computing, Linux | Tagged , | Leave a comment