I’ve never had a very high opinion of Microsoft Outlook as a mail client, beyond the comprehensiveness of its rich text editing widget. Today I was kind of reminded why.

Email came in canceling a meeting. I hit the button to remove it from my Exchange calendar, and as typical the email just disappears upon interaction. Usually to trash or something.

Outlook continued to display a badge showing one unread email, or something. Yet I had no messages, no matter how many times I refreshed or tried to filter by unread. Nada.

Then I switched from my tablet to my laptop, and took a gander at Thunderbird and scratched my head. There was the cancellation message at the top, and it was marked unread. Even after whomping get messages.

Checked outlook and despite being excluded from the unread filter(!), there was same message at the foot of my inbox with the blue circle. Tried to load it and I get a message saying that it doesn’t exist, and lo and behold the problem is solved with one more sync….lol

At some point I need to find a mail client that sucks less than outlook, yet speaks Exchange mail, contacts, and calendaring. Sigh, I do miss Aqua Mail for Android: it was such a great client, I used it for both my personal and work accounts. Sadly though it is Android only, leaving me without a good iOS client for my tablet and with meh options for my Debian laptop.

I’m pretty sure that the optimal algorithm for maximizing number of dogs in a space is a quasi linear arrangement.

Until you get up, and then it’s whoever claims the warm spot first, lol

Safari in iOS 13 was sending browsing data to Chinese tech giant Tencent
http://flip.it/_rQW_A

I find it a little amusing in a way. Having had internet access since about 1996, I’ve long since gave up on considering my browsing habits to be private—it’s my browsing contents that I want kept private.

Between how browsers work and how much control we yield to the other end of a socket, I think it fool hearty to assume you can remain private about the basics. If you have ever visited a web site in recent times, it’s a fairly safe bet that someone, somewhere can collate a unique identifier for you across several websites. Yielding things like your IP and resources (you know, the /blah/blah part of urls you visit) are integral to how user agents (browsers) and servers work. Cookies have been a fact of browsing virtually forever. You don’t have enough control over how any of this shit works, to be able to enforce strict privacy from being tracked.

Anonymity is the difference between sending the Gestapo to 742 Evergreen Terrace and f24088cc-4914-43ab-9810-07cdc069ebac visited five websites about donuts, and then logged into Yahoo mail; let’s ask Yahoo about them.

What we do however have some control over is the secrecy of our session content. Transport Layer Security, ala HTTPS, provides for some measure of privacy where it matters in our browsing. Nothing is going to stop donuts dot com from using an obvious /glazed resource for finding out about glazed donuts, but telling that you typed “HJS” into the search box and it popped up a super secret bulk ordering form, and your transaction details, is a different story. The security measures make it harder for someone to be dropping eaves if the other side is trustworthy; not being tracked is just hopeless at this point.

I have more hope in solutions that are technical and procedural in nature. Because if you can’t trust donuts dot com with where to bill and ship donuts then you probably shouldn’t be ordering donuts from them. If donuts dot com isn’t allowed to do business in your country without being obligated to offer up your payment data to the request of law enforcement, or pushing it to government donut databases, that’s a social problem and therefore political.

For better or worse there’s only so much that can be done on a technical front without changes to how the World Wide Web functions, and that shit just isn’t going to change for the sake of personal privacy.

If Willow ran things around here:

Pecking orders would be abolished in favor of individual feed trays, refilled every quarter of the day.

Semi automated treat dispensers would be installed on each wall and kept full at all times.

Additional reservations on comfy nappy spaces for the furry one in charge.

By contrast if Misty ran things, all foods would be belong to her.

Tapped the notification and was greeted with this view of the Tips app:

After annotating the screenshot it remained glitched, but did recover when I changed orientation to portrait and then back to landscape.

There are times when I feel kind 9f bad, making such comfortable dogs move. But technically, it is my bed. Well, it technically was. Lol.

Supplemental to last, a nifty thing as well—the per-app directory things in the Files app virtualizes the Documents directory associated with an app’s private-ish data container; or at least iVim makes it appears as such.

E.g. placing a file in iVim/Documents makes it appear in {container}/Documents when exploring it with netrw.

Likewise, while I can’t find any way to make Files express the concept of Unix hidden (.)files, the Files app does show a count that includes the .vim / .viminfo entries that come up when browsing through iVim itself.

This is kind of nice IMHO. If iOS just exports the thing somehow to a trusted Files app rather than making a separate directory outside the per-application containers, that makes the application directories in Files potentially a lot more useful for shuffling data around via the file manager. On the downside, I suppose, could mean Files would get a huge bullseye painted on its forehead for anyone wanting to find a way around some of the file system security.

By contrast, Android is a bit more liberal. The per-app area  (e.g. /data/…) is generally a total no-no to any other application, and apps are given explicit support for the “Shared” storage area (e.g. /sdcard) and a separate directory of their own located beneath it (e.g. /sdcard/Android/…)

Well, I might be a sorta happy camper. Looks like iVim is a decent port of Vi IMproved to iOS. From what I can tell, seems like a rather old (7.4) version, compiled as Big with external scripting and various mice/gui things disabled.

Limitations seem to be principally iOS imposed ones, such as Extreme Sudden App Kill Syndrome and overly restricted file permissions. So in effect, it’s about as good as you can hope for on anything more fruity than a Mac.

On a related note, I can also say that iPadOS doesn’t do key repeat. E.g. holding j doesn’t move the cursor in iVim, nor does it insert a bunch of j’s into Safari. But the repeat stuff works fine when combined with a modifier like doing and keystrokes, which makes me happy since that’s an action I use more freqently than holding the vi arrows (hjkl), etc.