Kelson Reviews Stuff - Page 11

Geary

★★★★☆

Geary is really lightweight but still feels modern, so it’s a good email client for lower-end hardware. IMAP features are basic, but 90% of what most people will need, most of the time. Plain text email, formatted email, moving messages around, multiple accounts, etc. Comparable to Apple Mail on a Mac, but for Linux.

It’s just email, and assumes you have another application for contacts and calendars. (Think of it in terms of the classic Unix philosophy of using multiple tools, each of which does one thing well.)

Unfortunately there’s still that remaining 10% for which you’ll probably need your mail provider’s web interface or something more complete like Thunderbird, but Geary is plenty for most day-to-day use.

GNOME-ish

Geary is built to run on a GNOME desktop, but it can run just fine on others as long as the services it needs are available. (Folks for contacts, a keyring for passwords, and gnome-online-accounts for some email providers) And if you want to manage your contacts, you’ll need another application for that. I’ve got Geary and GNOME Contacts running quite happily on LXQt without any other GNOME applications.

Though I did have to temporarily install GNOME to configure Gmail access.

Illuminations

T. Kingfisher

★★★★★

Similar to A Wizard’s Guide to Defensive Baking, but a tighter story, with better-defined secondary characters and internal story logic.

Again there’s a young apprentice with small, oddly specific magical abilities, who gets drawn into a caper, blamed for it, and finds herself as the only person who can resolve it, and has to both stretch her magic and convince the adults around to help her (and let her help them).

This time the magic is art. Paintings and drawings, if done the right way with the right details by by someone with the right ability, can become magical objects. Rosa was born into a family of Illuminators. A very eccentric family. Each with their own eccentricity. And that’s before she encounters the magical talking crow (who is very taken with shiny objects) and the malicious creature he was guarding.

The stakes are more personal: the Scarling has it specifically out for the Mandolini family. But there’s a clear potential for it to spiral out of control. Like Mona, Rosa makes mistakes, but again they’re believable mistakes. And in this book the adults have character reasons for finally believing her, not just plot reasons.

There’s a lot of mischief and magic, though only one mandrake as I recall. And because Rosa doesn’t need to leave home on her hero’s journey like Oliver (Minor Mage) or Mona, everyone in her family takes part in the story instead of just being window dressing for the framing sequence.

It’s aimed at kids, yes: kids who appreciate not being talked down to. And it’s written so that adults will have fun with it too.

More of T. Kingfisher’s kids’ books at her official website.

Fluent Reader

★★★☆☆

Fluent Reader is a simple, no-nonsense, modern-looking feed reader that runs locally on your desktop, so it can’t track you the way a web application could. It works great out of the box, and offers multiple ways to view posts including a grid-based card view which sets it apart from most news readers. Preferences are simple, and the only external action is to open an article in your default web browser, but you can set up rules for each feed. Displaying a QR code of the article URL so you can open it on a phone is a nice touch.

It’s an Electron app (with all the pros and cons that entails), so it can run on Windows, macOS and Linux. Available from both the Microsoft and Apple app stores, as an installer, or as a Flatpak for Linux.

Cloud sync is supported for a single account through any of FeedBin, Inoreader, Nextcloud News or anything using the Google Reader API.

I prefer the clean UI over RSSGuard’s complexity. But sometimes I find it a bit too simplified. I think NewsFlash (Linux) and NetNewsWire (macOS) hit a bit closer to the “as simple as possible and no simpler” mark. But they’re all in the same ballpark. And NetNewsWire doesn’t support Nextcloud (yet?).

Unfortunately I’ve had intermittent sync issues with Nextcloud on all three operating systems. (That’s critical bug #2.) I haven’t been able to determine whether the problem is with my server or with some of the feeds I follow, but I did report the bug as a starting point. But because of that, I can’t really recommend it for use with Nextcloud News.

Mobile

There is a corresponding Fluent Reader Lite app for both iOS and Android, but I haven’t tried it out yet.

Union Pizza

★★★★★

Their thin-crust pizzas are good, but the deep-dish pizzas are really good. I keep wanting to try something new and deciding to get the Classic Deep Dish again (spinach, roasted garlic, ricotta and mushrooms) – and normally I don’t even like mushrooms.

The newer Torrance location is basically just take-out and delivery (There are maybe two tables), but the original Manhattan Beach location has a bit more indoor seating and shares a big outdoor area with the other restaurants in the building.

Wayback Machine Browser Extension

★★★★☆

Useful for when you want to make sure the pages you’re reading will still be around in some form in the future, and to easily get at additional context.

Privacy Alert: It checks every page you view against the Wayback Machine, so turn it off when you’re not using it! There really isn’t a good way around this without downloading their entire index as part of the extension. But that’s the only way it can show you how many times the page has been archived, or automatically save a copy, or automatically check for archives when the current page isn’t found.

If you enable auto-save, be sure to add to the exclusions list so it doesn’t waste time trying to archive your webmail or control panel.

There is a private mode where it doesn’t do anything until you ask it to. But that leaves you with essentially the same features as a pair of bookmarklets to check or save the current page.

I’ve used the Firefox add-on with, well, Firefox, and the Chrome extension with both Vivaldi and Arc.

Alternative: Bookmarklets

I’ve also been using these bookmarklets from Wikipedia, which don’t need an extension and work on just about any desktop browser. (Except Arc, where I wrote a “boost” back in the early beta period to add buttons to every page.)

Load archives of the current page:

javascript:void(window.open('https://web.archive.org/web/*/'+location.href.replace(/\/$/, '')));

Save an archive of the current page:

javascript:void(window.open('https://web.archive.org/save/'+location.href));