Let me take a stab at it:
Problem: Given two list of length n, find what elements the two list have in common. (we assume that there are not duplicates within a single list)
Naive solution: For each element in the first list, check if it appears in the second.
Bogo solution: For each permutation of the first list and for each permutation of the second list, check if the first item in each list is the same. If so, report in the output (and make sure to only report it once).
Sorry, we sold out of that 5 min before you walked in.
Well, I guess PDF has one thing going for it (which might not be relevant for scientific papers): The same file will render the same on any platform (assuming the reader implements all the PDF spec to the tee).
I hear ya. But to be honest, what they are doing here is fine, and doesn’t seem malicious. There is an Open Document specification and they stick to it, but the spec doesn’t enforce everything. For instance for the ordering of certain elements on the page, I bet you they store store those elements in memory in an efficient data structure where ordering doesn’t matter, so when writing out the memory to disk, the easiest for them to do is just write it out in what order it appears in their data structure.
But there are probably other cases where they are not so innocent.
I will join that therapy session. This is pretty much what we did, except LFS, since it was “a requirement” to also track what they layouting of the Excel file was like.
And even extracting and inserting the code was not stable. Excel will arbitrarily change the casing of “.path” to “.Path” for no reason and add and remove whitespace between functions as it see fit. It was such a pain. We also had a hard time handling unicode strings for instance containing a degree sign. And the list goes on.
Yeah, I made such a tool - and kept polishing edge cases until I gave up. So just wanted to warn everyone.
Let me tell you something. I cannot tell you what company, but I have been tasked with putting Excel files in git “because they are just zip archives with xml” and it is just a disaster. Everytime you save the document it will save certain parts of the xml code in arbitrary ways (like each image is in a list and the order of that list is random everytime), some metadata is re-written everytime like time of last modified and finally all the xml files are one single line. The git diffs are complete useless and noisy and just looking at the Excel file will cause git to consider it updated. So sure, you can use git to snapshot you Office documents… But just don’t.
Sounds like you should find a new product to use.
Just like Tolkien wrote it.
Looks like a pretty simple breach of privacy to me.
And that’s even more interesting. As someone who was not part of any of the graph in high school / college, how would a big link of chains play out in real time?
Like “The Mary and Tom met at a party. Next week Tom stumbled into Lucy by the lockers…”
I find it hard to imagine.
Always has been
This looks really good! And gave me a heart attack at the same time.
$ or kcal?
I guess everything is relative.
Like pihole? I recently set it up and it is not blocking YouTube ads (as other commenters have also pointed out).
I guess it was some good hot takes after all.
(And I agree with all you counter points)
Would you say that it reads better as “not x” or “x not” (if we remove all special characters)?