Tag: development

Rowan blogged in N femtoseconds time

When trying to make things “user friendly”, a lot of good ideas seem to get subjected to Chinese Whispers or Cargo Cult treatment, and end up either counter-productive, or at least unnecessarily annoying. One such idea is formatting dates and times as easy-to-read relative terms, like “5 minutes ago”, or “yesterday”. It makes everything look less dull and technical, and someone probably did some studies once showing that it’s easier to read in some particular context. On the other hand, it means actively hiding information from the user, and is implemented badly more often than well, leading to sentences that are misleading, useless, or just plain nonsense.

If you are ever implementing such a feature for an application or as a library, below are some tips which you really should consider. If you have written, or come across, a library that does it right, please let me know in the comments, so I can shout at anyone who uses something braindead instead.

Continue reading

How Mozilla completely dropped the ball with Quantum and WebExtensions

Today sees the official release of Firefox 57, also known as “Project Quantum”, a major rewrite of key parts of the browser. With it comes a new, incompatible, extensions API, and I (mostly) understand why. But on launch day, users will find about 3 in 4 extensions simply don’t work, and Mozilla’s planning for this seems to have been nothing short of incompetent. Rather than just whinging, I want to throw out some ideas of how they should have tried harder.

Continue reading