Showing 1 - 10 of 29
Life, James Hein, Published on 18/02/2026
» If you use a mobile phone for playing any games, then typically along with that comes all of the advertisements and marketing presentations. First however, there is the "free download", this means you can download it for free, install and run it. After that, things may not be free at all. This is to be expected as advertising is one of the few ways to make any income from the games being played by millions of people across the planet.
Life, James Hein, Published on 29/01/2025
» Over the years, the game Doom has been ported onto some amazing platforms including a pregnancy test kit screen. The latest iteration of this practice has turned up in a version that will run in a .PDF file. If you are like me, then this will cause your mental processing to pause for a moment and your next thought may well be: "Wait, what?" The Portable Document Format (PDF) was developed to present documents in a manner that is independent of the software, hardware and operating system showing them. While it does this well, some malware writers have exploited its complexities.
Life, James Hein, Published on 27/03/2024
» Unless stated otherwise, I do not use AI tools to write my articles. The main reason is that I enjoy the discovery and research process. I state this because apparently 45 finalists for this year's Pulitzer Prize in journalism disclosed their use of AI tools while developing their work to varying degrees. I tend to use examples from past work environments, articles on the latest technologies and other interesting reports that catch my eye. Given the latest revelations from the current crop of AI Large Language Models, if you use them without care, what you are reporting or writing about could be completely inaccurate. For the time being it's recommended you use such tools as a possible confirming source, rather than a primary one.
Life, James Hein, Published on 22/11/2023
» If you have been in any way involved in social media over the past few years, there will be words that immediately have you wondering if the headline is in any way real. My favourite recently was "SpaceX Launched REAL UFO In ISRAEL! HAMAS And Iran Shocked!" on YouTube.
Life, James Hein, Published on 13/09/2023
» First off, I have some follow-up news on an earlier story. The Australian fact checking group I mentioned being paid by Meta has been suspended for providing a series of "false" fact checks that turned out to be actually true. As I pointed out, many of the so-called fact checkers don't have any experience in the field they are apparently providing the check for. This will be particularly true in any politically charged area.
Life, James Hein, Published on 10/05/2023
» The public version of the World Wide Web turned 30 recently. Back in 1989, Tim Berners-Lee proposed a global hypertext system called Mesh. The next year he added a hypertext GUI browser and editor and called the result the WorldWideWeb. Inside CERN, people loved it and by January 1993 the world had around 50 HTTP servers. By February, the first graphic browser appeared known as Mosaic and by April of that year, CERN decided the project belonged to humanity and the public domain version of the WWW was born. The rest and billions of web pages later, is history.
Life, James Hein, Published on 26/04/2023
» Everywhere I turn these days, there is another comment or opinion on artificial intelligence or AI. Digging a little deeper, it would appear the concerns are for what comes after GPT-4.
Life, James Hein, Published on 15/03/2023
» Some of you may have already noticed, Microsoft is getting very pushy about installing Windows 11. On one of my machines, it started the process under the guise of a standard update. Softwarekeep.com has an excellent article titled "How to Cancel Windows 11 Update and Stay on Windows 10" that covers many ways to handle this. One option is to revert back to Windows 10 within 10 days of Windows 11 being installed, found here: Start menu > Settings > Windows Update > Advanced options > Recovery > Previous version of Windows. After this arbitrary 10 days, you need to do a clean Windows 10 install. I also recommend the free Windows Update Blocker, currently at version 1.7, as a way to control your Windows updates.
Life, James Hein, Published on 18/01/2023
» Over the New Year break, I was digging a bit more into artificial intelligence and especially how the ChatGPT can be used and how it could affect society.
Life, James Hein, Published on 06/07/2022
» We start this week with a webserver with extras in a single file that runs on any x86-64 operation system. Enter redbean 2.0. Created by Justine Tunney, it uses the "Actually Portable Executable" that you can read about here, justine.lol/ape.html. When you compile a program to its native binary, in this case x86-64 code, and don't call any external code, then the only difference between a Windows and a Linux would be the file format. If you can solve this, then it could run on any platform. To do that you need Cosmopoliton libc because any real program needs to make some calls, in this case the standard C ones. So, with Cosmo and the APE format, you can write a C program and compile it to a single file that will load and run on six very different operating systems and the same binary can also be booted directly from the PC BIOS. It's not perfect, but any programmer would be scratching their heads by now. Pause for techie amazement.