299 private links
A collection of Tailwind components
Using CSS to get a fingerprint of the browser. Here is a all-in-one resource.
Oh surprise
A tool to make better README and the easy way.
It is especially useful for GitHub.
On aura sûrement ce genre d'abus de la technologie au J.O. puisque le gouvernement a annoncé les utiliser...
« Les services de la CNIL ont constaté que sous l’ancienne version 14.6 de système d’exploitation de l’iPhone, lorsqu’un utilisateur se rendait sur l’App Store, des identifiants poursuivant plusieurs finalités, dont des finalités de personnalisation des annonces publicitaires diffusées sur l’App Store, étaient par défaut automatiquement lus sur le terminal sans recueil du consentement »
Great articles and content for frontend programmers
The same thing will happen if you're running a startup, of course. If you do everything the way the average startup does it, you should expect average performance. The problem here is, average performance means that you'll go out of business. The survival rate for startups is way less than fifty percent. So if you're running a startup, you had better be doing something odd. If not, you're in trouble.
And an eloge of Lisp, or in the world of startups, the art of doing things differently.
Convert a text to base64 with data:text/plain;base64
A satiric tool to avoid bans on twitter. Paste the content in the URL bar to read it.
Quelle princesse n'a jamais les lèvres gercées ?
Labello bois dormant.😁
La chaucidou est une chaussée pour les circulations douces. Il y a une voie pour les voitures, et deux pistes cyclables.
Deux voitures ne peuvent circuler de front doivent se déporter sur la voie cycliste.
In cypress.config.ts, property e2e.setupNodeEvents for a screen 1920x1080 :
on('before:browser:launch', (browser = {}, args) => {
if (browser.name === 'chrome') {
args.push('--window-size=1920,1080')
return args
}
})
This goes for chrome, but there also a workaround for Electron: https://github.com/cypress-io/cypress/issues/2102#issuecomment-692585453
How to fix the wrongly flagged email by customizing the request :)
However, It does make me think to build things as much inclusive as possible. Not only test with the majority, but also think more about rest, as some little things could become huge blockers for them.
A web client for Mastodon.
The (not yet) open-sourced web app: https://github.com/elk-zone/elk
And the desktop one built with tauri: https://github.com/elk-zone/elk-native
This is the best guide I have found so far.
Oui cela va changer le monde du développement
Oui on aura toujours besoin d'humains
Engineers who do this successfully tend to exhibit the following behaviors:
- They are defensive of their time.
- They “pay themselves first.”
- They defend the time of others.
- They clearly designate interrupt-driven work and batch it.
- They clearly designate low-leverage work, and time-box it.
- They communicate with candor.
- They prioritize ruthlessly.