Category: Tech

Anything technology related that isn’t covered by one of the sub categories.

  • Sony WF-1000XM3

    I have been a wireless headphone geek for a long time. To give you some idea how bad it is, I have all of:

    • Beats Solo3
    • Marley Smile Jamaica
    • Trekz Titanium (bone conduction)
    • Plantronix Backbeat Fit
    • Soundcore Liberty Air
    • Corsair Void Pro (times 2)
    • Steelseries Arctis 7

    … and that’s only the ones that I still currently use.

    When the Apple AirPods Pro and Sony WF-1000XM3 came out, I tried them both and decided to pick up the Sony’s based on a perceived slightly better sound quality. Since then, I’ve seen several reviews of them both, with some level of agreement on the sound, and indications that the noise cancelling is also better.

    However, my overall experience with the Sony’s has been quite poor, to the point that in retrospect I’m confident the AirPods would have been the better answer. Honestly, the UX on the WF-1000XM3 is so bad that I can’t help but think Steve Jobs would have fired any team that came forward with something in the same state.

    The first issue is the companion app which, despite several updates since I first ran it, is still frequently unable to connect to the headphones, or drops the connection at some point after it gets connected, or simply crashes completely. It also includes something called “Adaptive Sound Control”, which has the following Engrish description:

    The app detects your actions and [Ambient Sound Control] is switched.

    Whatever this is supposed to do, the behavior manages to be simultaneously be both intrusive and not useful. I turned it off almost immediately.

    The headphones themselves are also unreliable. Sometimes when you take them out of the charge case, they don’t BT connect at all. Sometimes they connect (i.e. show up as connected in the BT device list) but don’t become available as headphones (doh!). If they do get connected, the connection will later sometimes drop for one or both of them.

    And speaking of “one or both”, the strangest thing about them is the way they start up. They behave a bit like they are two different bluetooth devices that notice while they are connecting that they can work together. The start up sequence has three voice prompts:

    1. Indicate they are powered on (“Power on.”)
    2. Indicate the current battery level (“Battery fully charged.”)
    3. Indicate they are connected (“Bluetooth connected.”)

    However, because they sync up part way through the start up, you will hear somewhere between zero and three of those messages in each ear, and by that I mean a *different* number of messages in each ear. It’s a terrible experience.

    [Aside: Hey Sony, there is absolutely no reason to ever say “Power on.”. If you say any of the other prompts, we know the power is on. 😉 ]

    One final comment: the WF-1000XM3 — btw, who thought that was a good name for *anything*? — are quite a bit heavier on the ear than, for example, the SoundCore Liberty Airs. I didn’t realize how much of a difference this was until I used the Airs again recently. I now find myself going back to the Airs often, even though the WF-1000XM3 have clearly better sound.

  • Rebuilding an old MBP

    I had an old, broken 2009 MacBook Pro sitting on a shelf because I had never gotten around to trying to fix it. It had three significant issues:

    1. It randomly kernel panicked every once in a while
    2. It had an SSD drive in it that no longer worked
    3. Three of the keys on the keyboard didn’t work.

    Last weekend, I finally decided to see if I could get it into working shape again. To start, I took the back off and removed the failed SSD drive. The MBP is too old to run a current version of MacOS, but it still has a working HD drive, so I decided to install Linux there.

    To fix the keys, I tried removing the key caps and cleaning the switches, but after putting them back together they still failed. By chance however, I noticed that if I *smashed* the key beside one of the failed ones (in frustration? 🙂 ) then the original keys would start working for a bit. This led me to pulling that other key cap off and cleaning it, and after putting it back together all the keys worked.

    This only left me with the random kernel panics, so I booted the Mac into hardware test mode and let it do a full test. Even after 10 minutes of hammering RAM and CPU (with the fans screaming), there were no failures, so I chalked the problem up to either a Mac driver issue, or something to do with the now removed SSD.

    For linux, I just went with Ubuntu, mostly because there was a tutorial about installing on Macs that seemed pretty reasonable. The only wrinkle was the lack of a driver for the MBP’s discrete graphics card. I went for the easy option of doing nomodeset in grub, and ended up with…

    I don’t think it’s worth putting a new battery in it, but if I needed a home computer for email and web browsing this would be perfectly useful. Nice!

  • I had a camera.

    When the Micro Four Thirds mirrorless digital cameras first came out, I decided I was going to take the plunge and get myself a “good” camera. The one I ended up buying was an Olympus E-PL1. I guess camera geeks recognize that model as not being great, but at the time, it took what I thought were pretty amazing photos.

    Over the years though, I didn’t really spend as much time as I thought I would taking pictures, and once cell phones started to have decent cameras, the E-PL1 got relegated to a shelf, except when Deb was using it to do product shots for Sheep’s Ahoy.

    Today when I was cleaning up my stash of old USB cables — a bigger task than it might seem; I ended throwing out close to 50(!) — I actually found the camera’s custom USB cable, which had been missing for years. This sparked my interest in the old beast enough to recharge it’s battery and take some shots, to see how it compares to my iPhone’s camera.

    I won’t keep you in suspense: The iPhone 8P’s photos were better. I thought that the larger sensor in the E-PL1 might let it take better low light photos, but the images were just as noisy as the iPhone’s, if not worse.

    As a quick comparison, here’s one representative photo from each:

    By just about any measure, the iPhone picture is better: warmer, less noise, sharper. Oh well. And Deb’s XR takes even better pictures than the 8P! I can’t even say that the E-PL1 had better manual shooting features, since at least for my amateur needs Halide does just as much, and I could even get additional lenses if I wanted to.

    Don’t get me wrong. I realize there are still digital cameras out there that take much better photos than any cell phone. They’re just not priced to make sense for anyone who isn’t going to make a serious commitment to photography (like my friend John). I’m happy with the pictures I take on my phone, and I’m sure when I upgrade to the iPhone 12 Pro (or whatever it ends up being called) they’ll be even better. 😉

  • Who says the iPad isn’t a laptop replacement?

    Imagine you’re sitting in a coffee shop, and you suddenly feel the need to do some coding. Your iPad has some decent code editors, but you’d like to execute what you wrote. How about connecting a Raspberry Pi and running it there?

    The above is my new fave home-away setup:

    • 11″ iPad Pro
    • Brydge keyboard
    • Magic Mouse
    • Raspberry Pi 4 / 4Gig

    What makes this work is that the Pi is both powered and gets a network connection over the USB-C port. To enable that, all you have to do on recent versions of Raspian is:

    • Add dtoverlay=dwc2 to /boot/config.txt
    • Add modules-load=dwc2,g_ether to /boot/cmdline.txt
    • Reboot

    Assuming you’ve got SSH on your RPi, at this point you should be able to connect it directly to the iPad with a USB-C to USB-C cable, then use your favourite iOS SSH client to do the equivalent of ssh pi@hostname-of-pi.local, with “hostname-of-pi” being whatever you chose (“raspberrypi” by default). Usually, I use Remoter VNC for SSH but that’s mostly because I’ve owned the full version of it forever.

    If you’re astute, you’ll have noticed that it’s not ssh running on the screen above. 🙂 There are many ways to get an actual GUI desktop attached to the RPi, but the one I’ve found works the best for me is (believe it or not) using Windows Remote Desktop. To enable this, on the RPi, you can sudo apt-get install xrdp, and on the iPad install Microsoft Remote Desktop or whatever RDP client you like best. When you create the connection, use hostname-of-pi.local just like you would have for SSH.

    There are a couple of downsides to this setup.

    1. The microsoft remote desktop client, at least, is tuned for using a finger on the screen, rather than a mouse. In fact, support for mice on iPad OS is still in its infancy, though I expect it will improve over time.
    2. The RPi is being powered from the iPad, so you can expect the battery life to be reduced — it’s not impossibly bad, but it’s visible. (Btw, if anyone knows of a good USB-C hub that will power multiple devices with a data passthrough, let me know.)

    Anyway, if you’re looking to try this, there are lots of good tutorials out there on YouTube and elsewhere, by people who have invested more effort than me. Regardless, I’m happy to try and help if you get stuck, so leave a comment.

  • Overclocking

    In my post about the new home of GCW, I had a picture of the Raspberry Pi based version of the server. What probably stood out the most in that picture was the cool (sic!) ICE Tower active cooling system. That Pi has been rock solid since I turned it on, so given the insane cooler, I thought I’d try playing around with a bit o’ the old overclocking.

    The stock CPU and graphics clock speeds on a RPi 4 are 1.5 GHz and 400 MHz respectively. In order to get the CPU clock past 1.75 GHz, you need to install firmware that is in advance of what comes with the standard Raspbian distro, so I figured I’d start with 1.75 GHz. For the graphics clock, I tried 600 MHz, which I’ve seen in a couple of how-to videos.

    With those speeds, the Pi booted just fine, but after some heavy use (i.e. 3 simultaneous video playbacks) the graphics became unstable. I backed the graphics clock off to 550 MHz and the performance stablized.

    With the ICE Tower running, the core temp never went above 40 degrees Celcius even under the heaviest load — compare that to the Pi thermal throttling at 80 degrees showing a single video with no cooling.

    Overall, I’m quite pleased with the result. The combined boosts in clock speeds have made an immediately noticeable improvement in performance. It’s entirely possible that this has reduced the lifespan of the board, but honestly at the price I paid for it, I can live with that.

  • I can no longer afford a Mac…

    Any Mac.

    Oh well. Maybe I’ll just upgrade my old gaming PC (about $1000).

    Update: I can’t afford a Mac Pro either:

  • GCW gets a new home

    After many years of running Great Castle Wilson on some flavour of Mac, I’ve finally decided to give it dedicated hardware of its own. In part, this is because I enjoy proving to myself that I can still set up and configure a webserver and all the other required accoutrements — yes, I’m weird like that — but mostly it’s because I’m fairly confident that macOS Catalina is going to break my current configuration anyway, so it seemed like a good time to make a change.

    For those who aren’t aware, Catalina is the first version of macOS that only supports 64-bit applications. There are some fairly significant changes under the covers, and the odds are low that my personal mix of random open source software and existing Mac tech is going to continue to work.

    So without further ado, here is the brand new GCW:

    Yep, it’s a Pi 🙂

    Specifically:

    So far the setup process has been relatively painless, but I did learn that WordPress does *not* like it when its API URL points at a different instance of WordPress than the one that’s making the request — that took a couple of hours to debug. 🙂

    Anyway, if you can read this, then we’re live. The site seems quite responsive and the only posts that aren’t displaying properly are ones where some of the original content they linked to no longer exists

    Welcome!

    Some history…

    I don’t post to NfGCW very often any more, but I love the fact that there’s years of history from our family here. I’ve blogged about many topics over the years, including the site itself. Here are some previous posts about the hardware GCW ran on.

  • Watch Bands

    So I just bought a watch band for my Apple Watch. I can’t believe that a strap made out of nylon with plastic hardware is worth $70. And that’s only a fraction of what you’d have to pay for an Apple branded one. It’s just silly.

  • OMG! Chromebooks are useful!@

    As of this weekend, I’m the proud owner of a new ASUS Chromebook Flip C213

    ASUS Chromebook Flip C213

    For around 450 $CAN, you get a laptop with

    • The “flip” form factor (i.e. keyboard folds under screen so you can use it like a tablet)
    • A touchscreen (as well as a trackpad)
    • 12 hour battery life
    • 2 USB-C ports as well as two as two regular USB3 ports

    Obviously, there are limitations, like unexciting screen resolution and limited storage, but I can honestly say that this machine is as responsive as my MBP, for all of the basic tasks I do day to day, and now that ChromeOS can run Android apps as well, I’ve been able to find all the missing features I need (like 1Password support) too.

    Let me be clear: This machine is *fun* to use. And that’s even before you factor in the linux app support that is incoming — I’ve already heard of at least one person who has gotten Scrivener for Windows running on WINE. 😉

  • Never use iTunes to hold your own music.

    (This is an old post from July 25, 2016, recovered via the Wayback Machine…)

    For pity’s sake:

    This is ridiculous. I’ve been trying to use iTunes to make my music (that is, the music I created) available on all my devices for *years*. No matter how many times I’ve tried it, and how many times I think it might, just *might* have worked this time, I always end up with the bullshit you see above: multiple copies, some local, some in the cloud, some that claim they’re in the cloud but you can’t download them, you name it.

    It’s impossible to tell what is causing the failures or how you could fix them. You can’t even just go look at what is in the cloud, except through the lens of how it has been sync’ed to one of your iTunes libraries and that seems to *never* be correct.

    Somebody, please tell me about alternatives that work.