In spring 2024, I completed Vivaldi’s developer build assistance transition from Goma to the newer Reclient system. Goma and Reclient are remote build assistance that can perform compilation of files that you need to build, but do so on remote computers (workers), managed by a backend server, resulting in a cache of build results that […]
Every month Microsoft releases security updates on the second Tuesday of the month in order to remove security problems in the installations of the Windows Operating System. January 9th was no exception, but this time there was a problem. One of the updates (KB5034441) failed with the error number 0x80070643, and kept failing on several […]
Most applications that are intended for a broad international audience have their UI translated to various languages, the number of which can vary widely, depending on the resources of the vendor, especially their ability to recruit translators. Vivaldi is currently being translated to 91 languages, a few more than Chrome. Under the hood Vivaldi’s UI […]
One of the most important tools when developing software is a good development environment, called an IDE (Integrated Development Environment), with at least an editor, build functionality, debugger, and being able to go directly from a compile error listed in the compiler output to the broken part of the code. On Windows, my primary tool […]
Back in (pre-covid) 2019 I posted an article asking where the nice things disappeared to, including where the shoe brand I have been using for ~20 years walked off to. It was 8 (now 10) years since I had last been able to buy any Rockport XCS shoes (which is the only ones I have […]
Photo by Ari Greve (Note: this article assumes you have some familiarity with Git terminology, building Chromium, and related topics) Building your own Chromium-based browser is a lot of work, unless you want to just ship the basic Chromium version without any changes. If you are going to work on and release a Chromium-derived browser, […]
Backing up the data on your computer is one of the most frequently given advice to computer owners, and there are a number of ways to accomplish it. The oldest way is to copy the data to an external media. Originally this was tapes, today it will frequently be one or more external harddrive or […]
Ars Technica is one of the major technology news sites I follow, as it carries a lot of interesting stories about computer, general technology, and science news. Last week, however, reading the site became much more difficult. In relation to the California Privacy law going into effect January 1st, the owner of Ars Technica (and […]
Two weeks ago I posted an article about the occasional problems of getting false positives in security software fixed, and specifically about our recent problems when trying to solve a problem related to a Sophos security product. A user had reported being prevented from using Vivaldi to browse the net by their company’s firewall. Some […]
False positives causing a legitimate application to be blocked is a common problem with security software, and if not handled properly and quickly, it is one that could hurt, or even destroy a security product’s credibility, or in the worst case, the credibility of the entire sector. It is therefore very important that whenever a […]