Google Photos Overload

The Google blog announced that Google Photos will now allow you to share whole albums or just the photos of particular people with someone else.

I tried it this morning and it works, but there’s one big stumbling block. Too many photos.

When I take photos I’ll take 2 or 3 photos of the same scene sometimes, or if there are people in the photo I’ll take photo a few times just so everyone is looking at the camera. Or if kids are involved they’ll be looking every which way except at the camera.

So, what should really be one representative photo it’s really five or six images.

No. Using machine learning and image recognition is a huge step, but what a lot of non photographers want is a curated collection of “the best” photos.

I’m sure it’s only a matter of time before Google learns how to select from near identical photos to create this “best of” album. Their daily albums are a good indication that they can do this already.

The other problem with machine learning is that it might try too hard. This morning it suggested i share street photos I took a few weeks back. Unfortunately one of the suggested people was a former colleague who lives in Colorado and was not in Cork on the day. Another suggestion was my niece who also was not roaming the streets!

Anyway, I love Google Photos. The image recognition is amazing. I’ll search that for an image I need before diving into Lightroom 5 to edit it. 🙂

Your DNA results are now ready!

This was a weird email to receive since I have never sent off a DNA sample to any company.

Dear Friend,

Your DNA results are now ready!

The results of your DNA sample reveal information about your distant ancestors, including how and when they moved out of Africa and the various populations they interacted with over thousands of years of migration. We hope you enjoy exploring your chapter of the human story.

Sure enough, it’s spam from The National Geographic. The linked page allows you to buy the Geno 2.0 Next Generation kit.

I used to have an NG subscription years ago but I gave it up. I wasn’t reading it, and the issues were collecting dust in a corner. Looks like they’re harvesting their email lists. Anyone else get this email?

Howto: the Cork County Council Planning Enquiry System

The planning enquiry system of Cork County Council is a powerful system for downloading and viewing all the documents related to a planning enquiry. Unfortunately it relies on outdated software that most people won’t have access to any more (and for security reasons, that’s a good thing!). There are Android and iPhone apps too, but it’s not easy reading planning documents on small screens, and at least on Android requires the use of a third party app to view the .djvu files. You can also save the files to a dropbox folder to share with your desktop, but it’s awkward doing so. The mobile apps can’t download large files either.

When you first go into it, this is the page you see. If you’re using a modern browser (like Microsoft Edge, Chrome, Firefox or Safari) you can’t really do much more. It requires Internet Explorer to work.

However, by looking at the source code of the page I discovered this code that sends you to MainFrames.aspx.

The next page allows you to search the planning database but until you’re running Internet Explorer you won’t get very far as it uses the Autodesk Mapguide Viewer for it to show anything.

So, if you’re not running Internet Explorer on your up-to-date copy of Windows or you use macOS, Linux or anything else you’ve only one other option. Use a virtual machine.

Go grab a copy of VirtualBox and install it, then download a free virtual machine image from this Microsoft page and import that into VirtualBox. I found the IE9 one worked perfectly. It expires after 90 days but you can download another image if you need to later.

VirtualBox allows you to set up a shared folder where you can download the planning files, and work on them at your leisure!

I guess I haven’t bought anything on Steam recently …

This is what happens when you have Humble Bundles and a backlog of games.

Speaking of backlogs, one game I really enjoyed that I bought got in a Humble Bundle ages ago but never played until recently was Creeper World 3: Arc Eternal. If we’re friends on Steam, chances are you don’t own this game but you probably should. Only one of my friends does. Hi Mark. 🙂

Take a sneak peek at WP Super Cache

WP Super Cache is a full page caching plugin for WordPress that makes your site faster, and helps deal with unexpected surges in traffic.

Over the last few months we’ve been busy working on the plugin to add new features and fix bugs and we can almost call it ready. It’s stable and usable and runs on this site but we would love more people to test it out before we release a new version.

Here’s just some of the new features and bug fixes we’ve been working on:

  • The plugin was based on WP-Cache which stored cache files in a single directory, and those (legacy caching) files were for the most part stored the same way all this time but now they’re being placed in the supercache directories (#177). This makes it easier to manage these files. The plugin doesn’t have to search through potentially hundreds of cache files for those that need to be deleted if a page updates or someone leaves a comment. Now all those files will be in the same directory structure the anonymous “supercache” files will be. I’m really excited about this feature as it makes caching for logged in users/users who comment and caching of pages with parameters so much faster now.
  • We’re adding a REST API to the plugin because in the future not everyone is going to use wp-admin to take care of their sites. Take a look in the rest directory for the code we’re working on.
  • Debug logs now have a username and password to protect them from prying eyes.
  • And many bugs fixed over the last few months.

Since “legacy caching” or “WP-Cache caching” is now more maintainable and faster we want to change the language describing how the plugin caches and delivers pages.

Currently the plugin asks you to choose between mod_rewrite, PHP and “Legacy page caching” which isn’t really useful. Most users won’t recognise those terms. It’s also not accurate as “legacy page caching” is active all the time as long as caching is enabled.
Instead we should have “Standard Caching” and “Super Caching”. Super Caching will then have simple and expert delivery methods.

Simple delivery is through PHP, while expert delivery uses mod_rewrite rules which means the .htaccess file has to be updated and hopefully the warning below it will discourage casual users from testing it.

Due to the huge number of changes in the plugin we really need people to give it a try and check if everything works ok. The changes to the settings page will hopefully make it easier for new users to get to grips with it too.

You can find the newest code on Github. The changes to the settings page are in #255 if you want to comment on them.

Thanks in advance! 🙂