Keep OSNews alive by becoming a Patreon, by donating through Ko-Fi, or by buying merch!

MiniDisc hacking

Most MiniDisc aficionados are aware of unit hacking to gain access to new features. The unit that perhaps benefits the most from this is the Sony MZ-N510, which also comes in the N520 and NF610 variants. The 2001 model R700 can be hacked to add many features of its upscale brother, the R900, as well as the Type-R codec, which renders the R700 capable of performing real-time SP recordings with Sony’s last evolution of ATRAC1. I bet the market for hacking the best music format of all time is small these days, but this is still incredibly cool.

789 KB Linux without MMU on RISC-V

In this guide, we’ll build a very tiny Linux kernel, weighing in at 789 K, and requiring no MMU support. We’ll write some userspace code and this will be deployed on a virtual RISC-V 64-bit machine, without MMU, and we’ll run some tiny programs of our own. As a reminder, please go through the guide for a micro Linux distro to understand the concepts behind what we’re doing today: building the kernel, initramfs, etc. This guide is basically a continuation of that one and an exercise in making an absolutely minimal Linux deployment for (in theory) extremely cheap hardware. This follows up on the mentioned earlier article.

Why is Debian the way it is?

Debian is a large, complex operating system, and a huge open source project. It’s thirty years old now. To many people, some of its aspects are weird. Most such things have a good reason, but it can be hard to find out what it is. This is an attempt to answer some such questions, without being a detailed history of the project. The fact that Debian is a relatively slow-acting, complex democracy is probably why it has survived for so long, and why it’s become the bedrock for so many derivative distributions.

Sonoma’s log gets briefer and more secretive

Little did we realise then that Sierra was going to change all that, and by Mojave we’d be enduring 4,000 and more log entries in a second, when our Macs were feeling loquacious. That was because Apple introduced the Unified log, with its entries written not in plain text but compressed binary format. This was the death-blow for the casual reader of logs: for a start, the replacement Console app was unable to access any log entries made in the past, and its tools were, and remain, woefully inadequate for tackling the increasing torrent of log entries. Despite its many great strengths, the Unified log has suffered two problems that are limiting its usefulness in Sonoma: its diminishing period of coverage, and censorship. This article highlights some real problems with the logs in macOS. Logs are so crucial in finding out why something is happening to a system so having them limited or restricted would drive me nuts.

Zilog’s forgotten operating system: Z80-RIO

When it comes to famous operating systems for the Z80 and similar Zilog processors, the first and maybe only one to come to mind is CP/M, which was even made its presence known on the dual-CPU (8502 and Z80) Commodore 128. Yet Zilog also developed its own operating system, in the form of the comprehensively titled Z80 Operating System with Relocatable Modules and I/O Management (Z80-RIO for short). With limited documentation having survived, Ralf-Peter Nerlich has set out to retain and recover what information he can on RIO and the associated Programming Language Zilog (PLZ) after working with these systems himself when they were new. Catchy name, and awesome work to try and recover as much about it as possible.

A quick look back at Microsoft’s Windows Home Server and its official children’s book

In just a few days, Microsoft will end support for Windows Server 2012 after over 11 years on the market. Ironically, the launch of the server OS in 2012 was also the official end for another server product from Microsoft that had first gone on sale on October 10, 2007, nearly 16 years ago. It was called Windows Home Server, and it was an effort to expand Microsoft’s home operating systems beyond just PCs. Windows Home Server was, in my opinion, a genius product that didn’t have an audience. The idea of a very simple to set up and effectively forgettable PC with lots of storage somewhere down in the basement or the attic where the entire family backs up their important data and stores less important data is simply an excellent idea – but an idea that nobody wants. It’s boring, people just opt for cloud storage instead, and it’s yet another bag of money you have to spend on technology. I still like the idea, though. Even in the era of cloud storage, I would love to be able to buy a relatively simple PC with tons of storage that I can store my files and back-ups on. However, you can take it a step further – if friends and family you trust also have such a device, you can build a private network of “cloud” storage devices to duplicate each other’s back-ups for improved resilience and on-the-go accessibility. Everything would have to be encrypted, of course, but in such a way people could build their own little private clouds – away from the prying eyes of Apple, Google, Microsoft, and others. Now, all the technologies exist to build something like that, but it would require quite a bit of technical knowledge and active maintenance, and is anything but easy. If plug-and-play boxes existed that did this – I wouldn’t hesitate to buy a few and set them up at our home and those of my parents and parents-in-law.

Do the Pixel 8’s Magic Editor and Best Take make you uncomfortable?

I don’t necessarily agree. These new editing tools in smartphones are nothing a semi-decent Photoshop user can’t do in an afternoon, and editing photos is as old as photography itself. All these tools do is further democratise photo editing, and this was always going to happen, smartphones or not. Adding watermarks or other markers is never going to work, since even if it’s entirely unfalsifiable – a big if – the vast majority of people encountering edited photos would not go and look at the metadata or whatever to check of the photo is real or not. If people still fall for obvious bullshit like antivax talking points or flat earth hoaxes, a bunch of technobabble metadata isn’t going to stop them.

Long gone, DEC is still powering the world of computing

The VAX served DEC well throughout the ’80s and into the ’90s, but as the latter decade went on, DEC began to face stiff competition from UNIX vendors, particularly Sun Microsystems. DEC struggled to change with the times, and the company ultimately failed. In 1998, DEC was acquired by Compaq, and in 2001, Compaq was acquired by Hewlett-Packard. The DEC line, including the VAX/VMS system, was discontinued and faded from the market. And yet it lives on today. Here’s how. Getting a DEC Alpha machine has been on my list for a long time, but they’re in very high demand, and extremely expensive. It’s quite impressive to see DEC’s continuing legacy laid out like this.

Thirty years ago: MS-DOS 6.00, DoubleSpace, and MultiConfig

In addition to several new full-screen utilities, like DEFRAG to defragment your hard disk (licensed from Symantec), MSBACKUP to efficiently backup your hard disk (also licensed from Symantec), and MSAV to check for viruses (licensed from Central Point Software), there were a number of new command-line programs, such as CHOICE, DELTREE, MOVE, MSCDEX, and SMARTDRV. But the biggest addition to MS-DOS 6.00 was a new feature called DoubleSpace (dubbed “MagicDrive” internally) that automatically compressed everything on your hard disk, providing up to “double” the amount of effective disk space – or more, or less, depending on how compressible your files were overall. Despite growing up with MS-DOS since our first computer was a 286 PC in 1990 or so, I never used any of these advanced features. I was 6-7, and just wanted to play games, basically. It’s only now that I’m much older that I actually admire the crazy things people have managed to squeeze out of – or into – DOS.

Bus sniffing the IBM 5150

Writing a cycle-accurate emulator for a computer system is more than just understanding all the CPU instruction timings. A computer is a complete system with peripherals, interrupts, IO bus signals, and DMA. All this comes with an array of different timings and quirks. When software like Area 5150 is written that requires perfect cycle timing, it can be a challenge to provide the level of accuracy needed for the software to function. Area 5150 in particular requires precise coordination with the CGA’s CRTC chip and timer interrupts to begin the end credits demo effect at precisely the right time. It would be very handy then if we could somehow peek into the operation of the system while it was running and understand how all these parts interact.  As it turns out, we can! This process is typically referred to as ‘bus sniffing’, and there’s a lot of a technical information out there on the topic in general. Sniffing can be done on everything from ethernet networks to vending machines, and you can even bus sniff your car. This article will specifically discuss sniffing the IBM PC 5150. A very in-depth and technical article, and one that can easily lead to another weekend project.

Thread-per-core

I want to address a controversy that has gripped the Rust community for the past year or so: the choice by the prominent async “runtimes” to default to multi-threaded executors that perform work-stealing to balance work dynamically among their many tasks. Some Rust users are unhappy with this decision, so unhappy that they use language I would characterize as melodramatic. What these people advocate instead is an alternative architecture that they call “thread-per-core.” They promise that this architecture will be simultaneously more performant and easier to implement. In my view, the truth is that it may be one or the other, but not both. A very academic discussion.

Microsoft is already pushing ads through Copilot in Windows

Windows users who have installed the preview update may see advertisement when they interact with Copilot. Asking Copilot for the best gaming laptops returns five suggestions, similar to what Bing Chat would provide, and ads at the end of the output. Copilot for Windows has barely shipped and Microsoft is already using it to push ads into the operating system you paid for. “AI” is just a fancy autocomplete designed to push ads. Windows is grim.

Microsoft might want to be making Windows 12 a subscription OS, suggests leak

While this has been a hunch for a while among the Windows enthusiast community, a new leak seems to be further providing somewhat solidifying evidence that it could indeed be the case, that Microsoft’s next-gen OS, casually referred to as Windows 12, could be a subscription-based OS. I have no innate issue with the subscription model for software – especially in the mobile world, it makes perfect sense for indie developers, as it’s a far more sustainable model than charging the single charge of €0.99 that Apple and Google drove the market down to. I also think it makes sense for more complex desktop software, like an office suite or some of the translation software I use. The subscription pricing usually ends up being cheaper than buying the latest version every few years, anyway. For Windows though – I’m not so sure. Windows is already loaded with ads and adware, and it’s only getting worse. Paying a monthly or yearly fee to have ads served to me seems dystopian, at best.

Microsoft talks up Copilot in OneDrive and SharePoint

Get ready for the contents of your files in Microsoft OneDrive to be scanned and ingested by Microsoft’s “AI” efforts. As announced at Build in May and again in September we are bringing Copilot to your files in SharePoint and OneDrive so you can ask open-ended questions related to an individual file or get a summary of the content. And you can do this without opening the file and no matter where it lives, in OneDrive, SharePoint or Teams. We expect Copilot in OneDrive to become available by December for all customers who have a Microsoft 365 Copilot license. I have still not used any of these “AI” tools, other than like twice to see what the fuss was about. Nothing they can supposedly do entices me, and the amount of nonsense they spew on a daily basis would make a Russian troll farm manager blush. I genuinely feel for all those Windows users who’ll have to deal with this nonsense.

Lenovo PC boss: 4 in 5 of our devices will be repairable by 2025

Lenovo is forecasting that the vast majority of its devices will be repairable by 2025 – as will the repair parts themselves – but it is not intending to specify where customers should have their kit fixed. “On repairability, we have a plan that by 2025 more than 80 percent of the repair parts will be repaired again so that they they enter into the circular economy to reduce the impact to the environment.” He added: “More than 80 percent of our devices will be able to be repaired at the customer, by the customer or by the channel and we are enabling this with a design for serviceability kind of approach.” That’s excellent news, and I hope it’s a promise they’ll keep. The right to repair movement is scoring win after win lately, and it seems the tide has really turned on this one. It’s not just nerds anymore – regular people, common media, and even larger companies are beating the drum now.

Google agrees to reform its data terms after German antitrust intervention

Following preliminary objections over Google’s data terms, set out back in January by Germany’s antitrust watchdog, the tech giant has agreed to make changes that will give users a better choice over its use of their information, the country’s Federal Cartel Office (FCO) said today. The commitments cover situations where Google would like to combine personal data from one Google service with personal data from other Google or non-Google sources or cross-use these data in Google services that are provided separately, per the authority. European countries and the EU continue to get shit done when it comes to reigning in big tech.

DragonFlyBSD’s HAMMER2 file-system seeing new improvements

DragonFlyBSD lead developer Matthew Dillon has recently been working on further refinements to HAMMER2 for the next DragonFlyBSD operating system release. The latest HAMMER2 activity in the past few days has included improving its CPU performance and adding a new “hammer2 recover” directive. The HAMMER2 recover support allows for recovering/undoing single files as well as preliminary support to recover entire directory structures. DragonFlyBSD always feels like the one nobody talks about or uses, with FreeBSD, OpenBSD and NetBSD taking the spotlight instead. Are any of you folks using it? How has it been?

Google promises 7 years of Android OS updates for the Pixel 8, Pixel 8 Pro

Google unveiled the Pixel 8 and Pixel 8 Pro phones and the Pixel Watch 2 today, and while I no longer spend too many words on new phone releases on OSNews these days, this new phone does come with a rather major promise by Google. The Pixel 8 will get seven years of Android OS updates with security patches, as well as quarterly Feature Drops. Launching with Android 14, the Pixel 8 and 8 Pro will see updates to Android 15, 16, 17, 18, 19, 20, and 21 – assuming the naming doesn’t change before 2030. We’ll have to see if Google keeps its promise – not an unreasonable concern – but if they do, this is unprecedented in the Android world, and even surpasses Apple’s OS support for the iPhone. This is the kind of meaningful, important dedication I like to see, and I sincerely hope Google sticks to its promise. Regardless, the combination of some of the new camera features – which are great for taking photos and videos of small children, which I have now – and this support promise, as well as my carrier offering a free Pixel Watch 2 with any Pixel 8 Pro purchase, has made it pretty easy for me to choose the Pixel 8 Pro as my next phone when my contract runs out 12 October.

Android 14 released for Pixel devices

Google has released Android 14 – for Pixel devices, anyway. Android Police’s review summarises this rather small release: After months and months of beta testing, Android 14 has finally arrived in stable. There was a tremendous buildup of excitement around this release after the rather lackluster Android 13, which only introduced some small refinements following the big Android 12 design refresh on Pixel phones. Android 14 certainly stays true to the look that Google established with Material You two years ago, but it adds much-needed refinement and customization to the mix. While the beta was buggier than usual, the final release is making up for this long period of bugs with tons of new features, thoughtful design improvements, and a more polished experience all over the place. Google’s own release announcement isn’t exactly long either, so there isn’t that much interesting going on in Android 14, it seems.

Redox: development priorities for 2023 and 2024

Redox OS, the Rust-based operating system aiming to be a general purpose operating system, has detailed its priorities for 2023 and 2024, and there’s ambitious stuff in there. First, the project wants to shoe up its support for server tooling so that Redox can host its own website. This will require porting a number of popular server tools, like Apache, Nginx, and so on. Second, they also want Redox to be self-hosting in the sense that it can host its own developer tooling, a project they’ve basically been working on since day one. Furthermore, a stable ABI is a must before Redox can reach 1.0.0. Before Redox can reach Release 1.0 status, we need to establish a stable ABI. This means that application binaries will be able to run on future versions of Redox without having to be recompiled. Our approach is to make our C library, relibc, the interface for the stable ABI, and to make relibc a dynamic library. This will allow us to make changes at the system call level without impacting the Redox ABI. Applications will just load the latest relibc at run time. Work needs to be done on our dynamic library support, as well as to continue to extend relibc functionality. We will also need to change programs that are currently using Redox system calls directly to use relibc instead. And finally, Redox intends to be able to run COSMIC, the Rust-based desktop environment System76 is working on for their Linux distribution. Redox’ main developer works at System76, so there’s some strong ties between System76 and Redox. This effort will include porting several applications, but also Wayland, GTK, Qt, and others, which should make porting Linux applications relatively easy. These are a set of ambitious goals, but I doubt they’d set them so specifically if they thought it’d be a fool’s errand.