Disabling Windows XP Ballon Tips

And it’s time for an aide-mémoire for a fact that seems to be disappearing into the ether.

Windows XP bubble tips can be disabled by:

  • Opening Regedit
  • Navigating to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  • Creating a new String value of ‘EnableBubbleTips’.
  • Setting this value to ‘0’.
  • Restarting Windows.

Jamie Zawinski’s notes on the early days of the Netscape/Mozilla Transition

On January 20th, 1998, Netscape laid off a lot of people. One of them would have been me, as my “department”, such as it was, had been eliminated, but I ended up mometarily moving from “clienteng” over to the “website” division. For about 48 hours I thought that I might end up writing a webmail product or something.

That, uh, didn’t happen.

Jamie Zawinski
Continue reading

86Box config for RedHat 4.X

Recently I’ve been playing around in 86Box (build 3.7.1 for MacOS to be precise!) with 1997’s Red Hat Linux 4.2. After a little fiddling I seem to have got it mostly working – with one major caveat; I have had real issues with getting X/FVWM to work with any other display resolution than 640*480. Should I come up with a solution I shall, of course, update this page.

Linux Kernel 2.0.30? Gosh!
Continue reading

Building QEMU 7.0 on Raspberry Pi OS

***NEW: Building QEMU 8.0 on Raspberry Pi OS***

The Introduction

And spring 2022 brings us another major release of QEMU – in this case, QEMU 7.0, available in all of its tar.xz’d loveliness directly from qemu.org.

Whilst the Raspberry Pi OS‘s package repository remains the fastest, simplest way to get QEMU onto your Pi, Pi OS’s Debian lineage often leaves it trailing the cutting edge – in the case of QEMU, the packaged release for Raspberry Pi OS (version 2022-04-04) is version 5.2 from way back in December 2020.

QEMU can be installed via the Raspberry Pi OS package manager – or via ‘apt install’ on the command line. Alas, the version offered is several years behind the latest release.

Fortunately, QEMU is fairly easy to download and compile ourselves.

Continue reading