Earlier quoted context omitted.
Thunderbird is still under active development, I'm one of their users, being the best email client for the desktop. Unfortunately Thunderbird is also a dead end, being incompatible with Firefox's direction. Yes, XUL is dead and Firefox is evolving into a Chrome substitute and while people have serious concerns about it, fact of the matter is that Chrome was designed for web apps and almost 9 years after its release C…
But gmail and fastmail don't work offline.
Mozilla Acquires Pocket
391–400 of 456 posts
Re: Mozilla Acquires Pocket
#392I have been working on a prototype for a competitor to Pocket and other save-for-later services with an emphasis on minimalism, privacy and ease of use. https://slushi.es Very early app, features are rolling out daily. My end goal is to build a recommendation engine out of user data, while keeping things anonymous. Although social bookmarking has been done plenty times before, I think execution has been sub-par in pr…
Read it later apps are dead. Why do you think Pocket just got absorbed by Mozilla ?
Better optimisation for mobile viewing has given me less use for Pocket, but I still use it a lot, so I'm interested in your opinion here.
Re: Mozilla Acquires Pocket
#393Re: Mozilla Acquires Pocket
#394Earlier quoted context omitted.
Probably not. Developers are fickle and few like to do maintenance only work. So even if it's still getting security patches they are likely to be losing the institutional knowledge to continue that in future, not to mention keeping up with things like API changes for gmail integration.
Which Gmail APIs? Has there been an update to IMAP that I'm not aware of?
Re: Mozilla Acquires Pocket
#395Earlier quoted context omitted.
The only time I find myself offline is when I'm flying. Not that big of a deal.
So you don't need or require backups of your emails offline?
I do use Thunderbird for offline backups, more because of the thought of losing important work email. But without combining it with an actual backup system, that's not actual backup, because IMAP does synchronization and messages deleted on the server translate to messages deleted on the client side as well. So I combine it with Arq Backup, which does daily uploads of everything on my laptop.
I do wonder whether using Thunderbird for backups is wise. I never recovered from a Thunderbird archive. Sometimes I'm thinking that a solution like OfflineIMAP or mbsync/isync might be better.
Re: Mozilla Acquires Pocket
#396Earlier quoted context omitted.
Which Gmail APIs? Has there been an update to IMAP that I'm not aware of?
This one? https://developers.google.com/gmail/api/
Re: Mozilla Acquires Pocket
#397Earlier quoted context omitted.
Having more project managers is how things get done. I see it everyday at my company...
I can't tell if you're for real or just being sarcastic.
Re: Mozilla Acquires Pocket
#398Earlier quoted context omitted.
Which Gmail APIs? Has there been an update to IMAP that I'm not aware of?
I haven't used thunderbird in a while, have they not added an easy setup for people using the popular online mail servers yet?
Re: Mozilla Acquires Pocket
#399Earlier quoted context omitted.
Urinals MUST count. Assuming that women's bathrooms have more sit-down toilets than men's, we are biased. It is unfair and sexist to allow female dominated companies more than their fair share of project managers! /s
Do women's bathrooms have more sit down toilets than men's?
Of course that doesn't always mean more people going at the same time as some people don't like urinating so close to someone else so the second spot goes unused, and some of us prefer to sit for a no.1 anyway unless in a rush.
Re: Mozilla Acquires Pocket
#400Something I've always wished Pocket would do is download an offline copy of videos I add to the list (using, say, youtube-dl [1]), so I can watch them on the subway, etc. But they never did this, presumably either for legal reasons, or because it was a giant waste of bandwidth considering a huge percentage of Pocketed articles never get read. Now that Mozilla is promising to open-source this, I eagerly await adding t…
If you're on Android, I've found a set of tricks which work for this pretty well. Ingredients: 1. Termux App. 2. Termux API App. 3. Termux CLI utilities. apt install termux-api 4. Python: apt install python 5. youtube-dl: pip install youtube-dl 6. VLC App. Install from app store. 7. A set of shell functions for clipboard and application access: alias xc='termux-clipboard-set' alias xp='termux-clipboard-get' open () {…
BTW, I'm unable to access /storage/emulated/0, it seems Termux doesnt have permission (and the app doesnt list it in its permissions). Is your phone rooted?