> It’s not even because everyone else's trackpads are fucking garbage (they are). It’s that systems that aren’t macs just weren’t built around using one.
PSA - A crucial detail about Fastmail's spam filter that should really disclosed more clearly is that your filter is only trained on email you flag from within the web UI. Invoking your email client's "move to spam via IMAP" function does not train the filter.
Your linked information doesn't indicate anywhere that Australia or any other foreign government is subject to US law. The latter states that negotiation with the EU on this topic was suspended in 2019.
Things have changed. With Chinese law in regards to data within Chinese jurisdiction a long-standing thing and an unfriendly American government potentially in power for an extended period, other countries are realizing the importance of data sovereignty.
That is plain wrong, and on top of that, the CLOUD act doesn't really solve anything because if the order to obtain data is legal for the US arm but illegal for the EU arm, releasing the data from say Ireland to the US would immediately lead to steep monetary and legal penalties for the EU arm.
The Five Eyes is an Anglosphere intelligence alliance comprising Australia, Canada, New Zealand, the United Kingdom, and the United States. These countries are party to the multilateral UKUSA Agreement, a treaty for joint cooperation in signals intelligence.
Even being stored in EU doesn't preclude your data from being targeted by signals intelligence. Which is different than requiring US based companies to provide non-US data to American government.
Does fastmail have a US presence? If no - then they're not bound at all by US jurisdiction.
Meanwhile, in realPolitik, they are Australian, they are subject to AU government pressure, and the AU government is deeply intertwined with and compliant to US government wishes, AUKUS, Pine Gap, Harold Holt Sub communications, Over the horizon radar on China, etc.
> Does fastmail have a US presence? If no - then they're not bound at all by US jurisdiction.
This hasn't been true for several years. All Australian companies (and UK companies) are under jurisdiction of the US Cloud Act. Just the same as American companies are.
Sure, but the point was that the US doesn't even need to exercise their capabilities under the five eyes treaty. They have a separate Cloud act agreement with Australia already which is a more direct route to get what they want.
If I recall correctly, for Commodores, the equivalent of the disk operating system was handled by the drive itself. If you wanted to do anything beyond a LOAD or a SAVE, you were effectively opening the device then sending a command to the device. The exception was getting a directory, which used the LOAD command (as described earlier) rather than a dedicated command. In my opinion, it is accurate to describe loading a special file in order to retrieve a directory listing as a trick.
Looking at the Apple II and Commodore 64, I think it is fair to say that while the BASIC environments supported varying degrees of disk command they were quite different from what we think of as command interpreters. With Unix shells, anything you can enter into a shell script can be executed from the command line, and vice versa. If memory serves me correctly, anything that could be done from the MS/PC-DOS command line could be done from a batch file (though I don't recall if the opposite is true).
I did not mean it’s a trick users applied, I meant that the developers of the 1541 DOS implemented this very trick. You load a textual representation of the directory into memory as a BAISC program, that’s pretty funky.
And it was precisely done because the straightforward way, which would have been something like opening a sequential channel with a dedicated directory listing command and reading out from it, would have been immensely awkward under BASIC 2.0. Hence the magic “$” program.
It leads to the catch-22 that when saving a BASIC program you cannot tell which filenames are already in use, since you cannot get a directory listing without losing the current BASIC program in memory. All you can do is guess a filename that is probably free.
reply