@saltorito Another evil measurement that comes to mind is the floppy MB, where 1.44 MB = 1440 KB = 1.44 * 1000 * 1024 bytes. I used it for years without realizing the inconsistency.
@saltorito Carefully fact-checking only the inch definition part, it was indeed the case that the US yard was 3600 / 3937 m, whereas the UK yard was 3600 / 3937.0113 m, so their inches were 25.4000508 mm and 25.3999779 mm, respectively.
Swedish angle or not, a difference in < 0.0001 mm/in probably was smaller than the tolerance of any hand-held measures, and small enough to not matter in most 1927-1933 engineering.
@saltorito People called it the "metric inch", but the actual metric inch is the modern 25.4 mm inch.
Fun anecdote please don't fact check:
When time came to standardize the inch, the British and US inches were of course slightly different. One was slightly longer than 25.4 mm, one slightly shorter. 25.4 mm was a reasonable compromise.
Now people were worried they would have to throw away all their measures and buy new 25.4 mm measures. But it turned out they had all been using Swedish measures, which were already 25.4 mm to be able to sell them to both markets and be accurate enough.
@veer66 @skoll3 Docker allows some dedup by basing images on other images, so at least the "whole operating system" bit is often not a huge deal. All dependencies beyond the base system will usually be repeated several times in different images, though.
Nix also does per-file hard link dedup, so even if each library -- and even several derivations of the exact same version of a library, but with different versions of its dependencies -- may have its own directory, a lot of space can be saved by running `nix optimise-store` or including `auto-optimise-store = true` in nix.conf.
@welshpixie Trademarks are not only geographically limited, but also limited to a business field. Hypothetically you could start a Starbucks record company and be in the clear, but in practice huge corps have superior bullying power. But for corp vs corp, see e.g. Apple Records vs Apple Computers.
But yeah, a business that has no presence in a country generally can't say anything about their trademark. And, as you noted, there's no Mamma Mia pizza chain, so every town has a local Mamma Mia (and another dozen pizzeria trope names) and it's totally fine.
At times I wonder what exactly HTML-enabled e-mail has improved:
* phishing, definitely, * illegible e-mail because fonts & stuff never look the same at the other end, * bandwidth wastage, * forcing people to "load remote content".
Once I was in an argument where HTML e-mail was meant to help those visually impaired but surely a text reader has a much better chance of getting it right with plain text?
clacke (clacke@social.heldscal.la)'s status on Tuesday, 15-May-2018 01:47:41 EDT
clackeI consider info-zip, not PKZIP, the de facto standard implementation for ZIP files. It's free software and it is available on VMS, MS-DOS, and uncountable[0] other platforms, and it has been implementing extensions like 64-bit support, bzip2 compression and more.
But it seems info-zip.org has expired and is controlled by a domain squatter.
The latest versions released were Zip 3.0 in 2008 and Unzip 6.0 in 2009.
Is it perfected? OOXML 2016 and OD v1.2 from 2015 define PKZIP 6.2.0 from 2004 as their ZIP, but the latest ISO/IEC 21320-1:2015 ZIP standard uses the 2012 PKZIP 6.3.3 definition.
Steven Schweda [1] posted a comment to the SourceForge tracker just a few months ago, so it seems the project is alive in some capacity. 3.1 and 6.1 betas were mentioned in their forums in 2015.