NWC

Norwest Computing

Web Application
Development

Photo by Annie Spratt on Unsplash

joe.mariadassou@norwestcomputing.com.au
Ph:0425361912

What we do

I am C++ developer. I used to develop on Windows OS. But now I have shifted to Linux. My latest toy is C++ Asio using coroutines. I developed this website to show case some of my skills and learning. This site runs Openresty (an offshoot of NGINX), which uses Lua as a scripting language, on Docker containers. There are separate containers for MariadDB, PhpFPM, and a C++ http server running as an upstream server. There is also a Wordpress container. Following Jason Knight I don't use any framework apart from JQuery. I started using PHP and Lua in the backend. I am now migrating to C++ from PHP.

I write blogs relating to C++. I also publish code on github


Blogs


Projects


Around the web

Limits to AI

Talking about limits to AI seems more like Malthusian predictions of doom and gloom. Nevertheless there are limits to AI as we know it although those limits are pretty far off.

Every new technology displaces labour, whether it is agriculture or manufacturing. On the one hand all that AI does is to search for existing information and generate responses using what it has 'learnt.' My experience with Gemini 2.5 which I presume is about as good as other AI bots, is that it comes up with answers that were totally new. In one case it told that I have a poor understanding of the issue and quite rigthly so. On the other hand it can't make inferences in situations that are not common. Another time, the solutions it suggested did not work. Searching over the internet did not help. Essentially my wordpress site stopped working claiming it could not find the 'wp_options' table. It is only when I tried to regenerate the database that I realised that it was a file permissions problem.