210 private links
I like the format of the checkboxes:
[ ] Open
[@] Ongoing
[x] Checked
[~] Obsolete
[?] In question
Due Dates:
-> 2025-03-18
-> 2025-Q1
-> 2025-W09
-> 2025
Groups:
Group name
[ ] item 1
[ ] item 2
[ ] Another task
C’est la notation qui comprend la notation des dates au format « 2025-02-15 », par exemple, où la granularité la plus fine de la notation se fait à droite.
Dans le code pénal, Le livre 1, titre 2, chapitre 3, article 4 est noté « article 123-4 ».
Le seul défaut de retirer les séparateurs entre les différents niveaux de granularité : cela limite à 9 le nombre de titres ou chapitres
Concernant les dates, j’ai définitivement pris l’habitude d’écrire au format YYYY-MM-DD.
– Non seulement c’est plus logique : les nombres sont écrit dans cet ordre aussi (on commence avec les milliers, puis les centaines, puis les dizaines, puis les unités : donc les grands à gauche et les petits à droite).
– En plus l’ordre naturel est l’ordre chronologique, dans le cas des dates
– Ça limite la confusion quand un américain parle à quelqu’un de censé
– C’est l’ISO 8601.
Idem
See also https://jpegxl.info/art/
The content is more important them the tool. As such, the content should be usable in different tools.
The CSV format is not that simple, because the commas can conflicts with other values in the fields.
KISS
Why not a Rust program for it :D
How PDFs work to arrive at this conclusion and why it is not so true.
I didn't know we can build an HTML template directly from the xsl.. well tags and attributes in an opml file.
The post covers the JSON format with different topics.
Dav1d is a new AV1 cross-platform decoder, open-source, and focused on speed, size and correctness.
It uses software instead of hardware to be compatible.
A way to represent the either/or in JSON. Using enums that leads to empty objects. These empty objects can then be extended as needed.