I love how this shiny new business email layout renders on everything except (checks notes) Outlook for Windows.😠

I love how this shiny new business email layout renders on everything except (checks notes) Outlook for Windows.

😠

I’m beginning to suspect my “Outlook eventually became useful” perspective is because I’ve been using it on macOS

(And when I say it renders on everything except Outlook/Win, I mean it actually appears on everything else, but it’s BLANK on Outlook.)

Figured that part out, and spent over an hour triyng to figure out why one box wasn’t filling the background all the way to the edge. Only Outlook for Windows.

Finally started looking up quirks and found this:

Outlook Email Rendering Issues and How to Solve Them

Outlook 2007-2019
These are the Windows desktop versions of Outlook. These use Word as the rendering engine, which made sense at a time when email was like writing letters. (Ah, simpler times.)

Are. You. Fucking. Kidding. Me.

Not Blink or Trident. But WORD.

According to this page, even Outlook 365’s Windows Desktop client uses Word’s rendering engine!

The Mac version uses Webkit. The “New Outlook” on Windows uses Blink. The web version uses whatever browser it’s running in. But that’s only been released this year.

Was this some shortcut back in 2007 to prevent Outlook from executing JavaScript or something?

“Between hordes of scalpers and website outages, The Pokémon Company’s Van Gogh collab wound up being a big headache for coll…

“Between hordes of scalpers and website outages, The Pokémon Company’s Van Gogh collab wound up being a big headache for collectors”

Yes, they had a Pokemon event at the actual Van Gogh Museum in Amsterdam.

https://www.theverge.com/23896251/pokemon-van-gogh-pikachu-sold-out-scalping-promos

Since the power plant was officially slated for decommissioning a few years back, the new local hot button political issue ha…

Since the power plant was officially slated for decommissioning a few years back, the new local hot button political issue has been where to route a planned Metro extension: along a major commercial street, or along the existing right of way through residential neighborhoods. Which would be cheaper and done sooner. But, again, routed through residential neighborhoods.

And, it turns out, a hidden WW2-era graveyard. 🤦‍♂️

Thinking about some basic privacy/offline principles for computer development

  1. If something can be done entirely locally on the user’s own device…it should be built that way!
  2. If something needs outside information, but it can be collected passively (ex. GPS location), it should be built so that it can.
  3. If something needs to interact with another system to do what it’s supposed to do, it should only connect with those that it needs to.
  4. Corollary to that: trusted peer-to-peer is usually preferable to over client-server-client. A trusted server may be better than untrusted peer-to-peer.
  5. If something needs to interact with another system to do what it’s supposed to do, it should only send information that’s needed.
  6. Any system should only keep the data needed to do its job, and possibly for troubleshooting.

Some examples:

Firefox’s local get-the-gist-of-a-webpage translation vs. Google’s send-the-text-to-Google-Translate.

OSMAnd can download a regional map ahead of time and do all the navigation routing on the device without a network connection. (You can’t get live traffic that way, though – that’s something that does require a network connection.)

eBook readers usually have no problem letting you read a book offline once you’ve downloaded it. The same should be true of text files, PDFs, email, locally stored music and video, RSS articles, etc.

Anything that is available over a LAN should be reachable even if there’s no remote connection to the internet.

Speech recognition should be done entirely locally.

I should be able to sync my laptop or tablet or phone, then pop onto a boat or a plane or into a diving bell or onto an underground train or go out into the middle of nowhere for a weeklong camping trip, or just turn off the network…and as long as the device still has power, I should still be able to read old emails, write new ones (and queue them up to go out when I get back to a connection), read a book, use the map, read articles I’ve saved up to read, take photos, review photos, delete the ones that didn’t come out well, crop or adjust the ones that need something extra, play a multiplayer game with my kid on two devices in the same room, write a draft of something…

The old always-offline and the new always-online are not the only design models available, and they’re certainly not the only situations people find themselves in. Just imagine tethering your laptop to your phone in an area with spotty connection. There are places and devices where I can barely get the Nextcloud login screen to render. And that’s my own server.

The idea that everything is going to have a constant internet connection makes surveillance tech even worse, because

  1. It’s easy to offload processing to your server even when the phones can handle it.
  2. It’s easy to build in things like update checks and news.
  3. Once you’re already doing that, why not pass a little more info for analytics or targeting.
  4. If they’re always online, you don’t need to wait for them to open it up, you can pop up a notification to grab their attention.
  5. If they’re always online, you can collect data more simply. You don’t need to wait for a connection, you don’t need to queue up multiple batches of telemetry, you can just send it.

TL;DR:

Run locally, sync remotely.
Only sync what the user needs you to.

DS9 rewatch is up to the episode where the B plot got submitted to an advice column a few months ago.

DS9 rewatch is up to the episode where the B plot got submitted to an advice column a few months ago.

The A plot is also a train wreck in which Worf acts as Cyrano de Bergerac for Quark, who’s trying to court a Klingon woman whom Worf also has a crush on, while Dax spends the whole episode dropping subtle hints to Worf that he’s got another option right here.

Switching to Wayland with an NVidia GPU

Latest attempt to switch my desktop to Wayland with an NVidia GPU: So far, so good!

Gnome is just fine. Most of the desktop apps I’ve tried so far are fine. Minecraft runs well. I’ve spot-checked several Steam games and they’re working well.

The biggest issues I’ve found so far:

  • Some games trip the “not responding” checks during things like level loading.
  • Steam client is a bit laggy and wonky. (Apparently it doesn’t have direct Wayland support yet, and something’s not quiiite there with running it under XWayland.)

Notes to include in tech tips write-up:

– commenting the line in gdm.conf didn’t help

– Had to do this:

How to Enable Wayland for Hybrid NVIDIA Graphics on Fedora Linux 38 Workstation

“`
sudo cp -a /usr/lib/udev/rules.d/61-gdm.rules /etc/udev/rules.d/

sudo nano /etc/udev/rules.d/61-gdm.rules
“`

And comment out the TEST and IMPORT lines in the “Check if suspend/resume services necessary for working wayland support is available”

Because of this:

https://bugzilla.redhat.com/show_bug.cgi?id=2128910

Apparently the tests are to work around a Wayland issue where manually-installed NVidia drivers need additional configuration for suspend/resume to work, but RPMFusion’s packages set up the needed config. Commenting them out should allow GDM to start a Wayland session.

Suspend and resume has worked at least once!

Also:

LXQt Wayland support project(for the pinetab): https://github.com/orgs/lxqt/projects/4/views/2

Kmail

Ugh… I was hoping KMail had gotten more reliable since I last tried it, but just setting up an IMAP account I had multiple issues:

  • The inbox wasn’t synced. Everything underneath it was, just not the inbox.
  • It didn’t initially recognize all the special folders like Trash and Sent to begin with, either.
  • Even after I managed to get it to sync the inbox folder, it was literally impossible to move or delete anything from that folder! In some places the action was disabled, and in some it was missing!

That last one was first reported 10 years ago, supposedly fixed, and then it came back.
https://bugs.kde.org/show_bug.cgi?id=316153

There’s a workaround that involves messing around with the akonadi console, but apparently even that’s only temporary!

I wanted to use the defaults on this system as much as possible before bringing in other stuff, especially since I could theoretically share contacts and calendar accounts across multiple apps without signing in on every single one…but I think I’m going to just install Thunderbird and have done with it.

Gyahhh, now I’m thinking of that old Apple commercial where the actor who played Lord Refa on B5 is trying to set up a Windows program and his kid eventually gets frustrated and says, “I’m going over to so-and-so’s house. They have a Mac.”

“Every week new websites and browser extensions emerge to tunnel through or scramble over the walls, and every week they are …

“Every week new websites and browser extensions emerge to tunnel through or scramble over the walls, and every week they are crushed by rocks and catapults. Punchbowl News will never let the rabble in. Merely thinking about reading one too many *Bloomberg Businessweek *pieces now carries with it a substantial fine. If you attempt to access anything beyond your three monthly allotted *Atlantic *pieces, Jeffrey Goldberg will pay a personal visit to your home and do krav maga on you.”

https://www.nplusonemag.com/issue-45/the-intellectual-situation/the-new-new-reading-environment/

“MJML is a markup language designed to reduce the pain of coding a responsive email.”And yet it takes simpler code to creat…

“MJML is a markup language designed to reduce the pain of coding a responsive email.”

And yet it takes simpler code to create a responsive email than a non-responsive one. You don’t have to use a 1990s-style image table grid to tell people about your weekly specials. You don’t have to specify a font size that ends up being unreadable on phone screens. You don’t have to make multiple columns and then figure out how to make sure they reflow on narrower views.