HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mfsch

no profile record

Submissions

Making email more modern with JMAP

fastmail.blog
327 points·by mfsch·7년 전·166 comments

comments

mfsch
·지난달·discuss


  > Added 20442 new packages
  > Updated 20641 existing packages
  > Removed 17532 outdated packages
I’m surprised there’s such a big turnover for packages. Looks like the total number of packages is on the order of 100k, so 20k updated packages sounds about right to me but 20k added/removed seems high, especially since nixpkgs was already pretty much the most complete set of packages out there. I guess there were a lot renames that their statistics did not catch? The last two releases had around 7–8k new packages.
mfsch
·5개월 전·discuss
Perhaps of interest: I came across this retrospective of the author of that site and how he moved it to static hosting a couple of years ago [1].

I would also say that this library covers more or less the “lower half” of solo ball juggling in terms of difficulty. With lower ball counts (say ≤ 4), there are a lot of these patterns that have complex arm movements and can be difficult to explain with words, so having such a listing with animations and step-by-step instructions is very valuable. Starting with 4 balls, there’s less and less time for moving your arms around and it is more about the sequence of heights of the throws, which are well described with just their numeric “siteswap” pattern and you can learn them just from knowing the number sequence. The site has only the most basic of those (e.g. 534) and even very common 4-ball (7531, 633) patterns are missing with hardly anything beyond that.

[1]: https://ianconvy.github.io/projects/other/libraryofjuggling/...
mfsch
·9개월 전·discuss
If you are just creating a simple document with default styling, the main advantage you get from Typst is near-instant compilation speed. Pandoc to HTML is similar though, but if you’re generating PDFs with LaTeX the compilation delays can be pretty annoying.

If you are creating more complex documents, the advantages become more pronounced. Styling in Pandoc means modifying templates, at which point you’re just writing LaTeX, and styling in Typst is much nicer than in LaTeX. You can also hit the limits of Pandoc templates quite easily, at which point you have to write Lua filters. I have found those to be quite cumbersome, and now your document logic is spread out over the Markdown source file, the LaTeX template, and the Lua filters. In Typst you can have a single file with your whole document in a clean modern format, and you can decide for yourself how much you want to separate content and presentation.
mfsch
·9개월 전·discuss
It’s also what Thunderbird is using to build their paid email hosting. Seems like a very ambitious project mostly done by a single person – impressive!
mfsch
·10개월 전·discuss
The issue I have with this is that it deletes the whole message, not just the media. In WhatsApp, you can delete media from the images/video folders and the messages remain in the conversation, they even still have the blurry preview iirc. In Signal, you end up with gaps in your history instead.
mfsch
·10개월 전·discuss
From what I can gather, they are not yet incorporated and they are working through organizational questions in [1] and the issues thereof. The `ACCOUNTS.md` file there gives an idea about the main people behind the project and the donation page on Open Collective [2] also documents team members and how they spend those donations.

[1]: https://codeberg.org/comaps/Governance [2]: https://opencollective.com/comaps
mfsch
·5년 전·discuss
As a Migadu customer, that’s not my understanding. From their website: “When reaching incoming messages limits, we will warn you and allow for some tolerance of up to 25% over the plan limit. If even the higher tolerance level gets reached, we will start deferring messages until either the following day or the plan is upgraded. […] When reaching outgoing messages limits, we will warn you and allow for some tolerance of up to 25% over the plan limit. After the tolerance we will start rejecting outgoing messages.”
mfsch
·7년 전·discuss
From what I gather it should be possible to use 2FA with JMAP. I‘m looking forward to no longer having to decide between using third-party email clients and properly securing the account that’s probably most worth securing.