I’ve now had my Chronos delivery. It was missing a couple of items that do add up to the £20-odd that I received a refund for; all’s good.
So for me, that’s that, and another sad end to a useful source of tooling. So, we have Warco, RDG, Amadeal, and Chester left for one-stop-shops, aimed at the hobbyist.
We do have MSC Direct, Cromwell, and Cutwell, but they’re a bit pricier (but their stuff is aimed at commercial enterprises so tends to be a little better quality, though not always).
Finally, we have people like APT and Tracy Tools, and the small model engineering specific businesses, who sell tooling that they consider fits well with their core products.
If there’s something that you need that’s not UK specific, but that you can’t source over here, it’s worth remembering that some US sellers do ship globally. For example: Little Machine Shop (AKA LMS), Accusize (mostly via Amazon.co.uk), All Industrial, and Shars. Depending on how much you need whatever it is, the cost of shipping may be acceptable or not. I’ve bought from LMS on a couple of occasions and they’ve always been very helpful (and I believe the speeds and feeds calculator, that’s free to use on their site, has been adjusted to take account of hobbyists smaller, less rigid machines that we hobbyists often use).
—————————
As for the email address, I have never, ever seen a valid email address that ends in a period.
If one searches for a regular expression to validate an email address, the most commonly found is this:
^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$
I suspect the above might be a tiny bit permissive on the margins, with a few very-much-edge cases slipping through but it’s certainly the bog-standard email valuation regex.
Note the end anchor, with nary a period in sight just before it.
I suspect the person who wrote the page with the Chronos email address on it, added the final period to be grammatically correct in English, and forgot that people cut and paste.
If I’m sending an email with an email address in it, or showing an email address in a document, I will either add a space after the address and before any English punctuation, or omit the punctuation completely. Saves a lot of confusion.