298 private links
Because no browsers satisfy the author. The interesting part is why.
Some tricks the author uses and explains:
- using
<link rel="preload"as="ROLE" href="URL">` to download - lazy-loading the search index (and this feature) as it is not used widely, and costs bandwidth (1.8MB)
- Reducing the cost of webfonts: shrinking the typeset of the font (especially for titles) + combining css files
The author reduced the page load from 11 seconds to 4 seconds with these.
There’s a standard way to make part of a page not visible until the user requests it: the
tag. You may have seen this on big code examples in some of my other posts.
Google will no longer back up the Internet: Cached webpages won't exist anymore. See https://arstechnica.com/gadgets/2024/02/google-search-kills-off-cached-webpages/.
The author put thoughts into caching webpages. Each link should have metadata associated to it: a favicon or an image, a description and the main language of the page.
They are already many projects for it.
Everything can be self-hosted. The author merged his professional side with its personal.
I also got the same result after the first attempt
Kurzgesagt is awesome :)
Offrir des chaussettes
A dump of all stack exchange in sqlite files
A color palette
It could be nice for the #pses website
An app can exchange messages with native applications using an API that is similar to the other message passing APIs.
Interoperable messaging apps should not break privacy with the help of encryption.
There is no clear resources on how to read from SSDs. As long as the read access amount can be reduced, then it is all good.
- Forget your last job
- Add value from the start: how to improve the onboarding process
- Ask a lot of questions
- trivial with quick answers
- not trivial with an in-depth answert that gives a lot of context
- completely nontrivial and no one had ever asked it.
- Have uncomfortable meetings with your manager
- Things are there for a reason
- Get context
- Socialize
Il n'y a pas de certification pour ouvrir un refuge. "un « certificat d’engagement et de connaissance », délivré par un professionnel du monde équin. Mais « aucun modèle, aucun document n’a été créé », constate Stéphanie Girard à la SPA."
À propos de l'adoption:
« Des gens nous ont rendu trois poneys en expliquant “On se fait vieux”. Une dame nous a dit “Reprenez ma jument, elle ne m’amuse plus”. Quand un équidé revient, c’est un échec, on aimerait, quand il est adopté, que ce soit son dernier foyer. »
Vanina Deneux-Le Barh appelle, elle, à enfin « penser collectivement les enjeux de la retraite et de la fin de vie des chevaux ».
Qui sont souvent ignorés,alors que la durée de vie d'un cheval doit se penser sur 30 à 35 ans.
C'est pas le Gorafi
- Check if the showcases are reachable
- Deactivate them when they are definitely not reachable anymore
- Provide a backup on Internet Archive
A theme that fits for the PSES website.
Other colourful designs:
export type Result<T, E> = { ok: true, result?: T } | { ok: false, err: E }
Advantages: everything.
Disadvantages: it creates an object for it.
It is a quick way to test it before using a small library https://shaarli.lyokolux.space/?NJ9Efg