2072 private links
Oh que c'est pratique : un calendrier perpétuel (indépendant de l'année).
Transfert de données via les ultrasons !
Je trouve ça super !
Pitch: Across The Multiverse - An in-browser, freely explorable, 3D game across infinite universes procedurally generated.
A container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu.
Il y a plusieurs versions, c'est assez cool !
Ah oui, les différents systèmes de fichiers et leurs subtilités (et quelques absurdités).
Pour une raison encore inconnue, pas moyen d'ouvrir un PDF 1.6 sur ma Debian 11 (sid).
$ file problematic-1.6..pdf
problematic-1.6.pdf: PDF document, version 1.6
$ pdfinfo problematic-1.6.pdf
Syntax Error: Gen inside xref table too large (bigger than INT_MAX)
Syntax Error: Invalid XRef entry 3
Syntax Error: Top-level pages object is wrong type (null)
Command Line Error: Wrong page range given: the first page (1) can not be after the last page (0).
Tant pis, pas le temps de regarder en détail d'où vient le problème. Convertissons-le en PDF 1.4.
$ gs -q -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -o good-1.4.pdf problematic-1.6.pdf
**** Error: /BBox has zero width or height, which is not allowed.
Output may be incorrect.
$ file good-1.4.pdf
good-1.4.pdf: PDF document, version 1.4
Épique !
Paul Haslinger - Worlds Beyond Our Senses
Et je découvre cette maladie, quelle horreur.
"""
La maladie est inéluctablement fatale.
"""
La bonne posture pour courir.
Ça me rappelle mon ancienne ostéo qui disait que de tous les films qu'on peut voir, seul Captain America court correctement. Pas mal comme inspiration !
Programming is based on mathematics in the way that cooking is based on chemistry. All of cooking is chemistry but you don’t have to know the periodic table to cook. Even if you suck at math, programming still might be your jam.