Weekly Shaarli
Week 04 (January 23, 2023)
On me dit encore et encore que j'écris de bons tutoriels et documentations, concises, claires et très compréhensibles. Il m'est déjà arrivé de suivre ou dispenser des formations, et à chaque fois on m'a demandé pourquoi je n'en faisais pas mon métier. Ça me fait plaisir, bien sûr. Mais vous savez pourquoi j'écris de bonnes documentations ? Parce que mon cerveau a deux faiblesses :
- j'ai une mauvaise mémoire.
- j'ai du mal à comprendre une information si elle n'est pas bien contextualisée (si vous sautez du coq à l'âne, vous allez me perdre).
Donc SebSauvage note tout, pour notre plus grande satisfaction.
How to get right proportions for a rounded corner inside of a rounded container?
outerRadius - gap = innerRadius
Draw it pixel by pixel in this web UI
Create a product advertisement from a product description.
A cli tool that handle the package manager used behind the hood. So the command will be behind ni
translated into the corresponding one between yarn
, npm
, deno
, pnpm
, etc...
A lot of so useful projects for web development!
Check them here: https://unjs.io/
- Dehashed—View leaked credentials.
- SecurityTrails—Extensive DNS data.
- DorkSearch—Really fast Google dorking.
- ExploitDB—Archive of various exploits.
- ZoomEye—Gather information about targets.
- Pulsedive—Search for threat intelligence.
- GrayHatWarfare—Search public S3 buckets.
- PolySwarm—Scan files and URLs for threats.
- Fofa—Search for various threat intelligence.
- LeakIX—Search publicly indexed information.
- DNSDumpster—Search for DNS records quickly.
- FullHunt—Search and discovery attack surfaces.
- AlienVault—Extensive threat intelligence feed.
- ONYPHE—Collects cyber-threat intelligence data.
- Grep App—Search across a half million git repos.
- URL Scan—Free service to scan and analyse websites.
- Vulners—Search vulnerabilities in a large database.
- WayBackMachine—View content from deleted websites.
- Shodan—Search for devices connected to the internet.
- Netlas—Search and monitor internet connected assets.
- CRT sh—Search for certs that have been logged by CT.
- Wigle—Database of wireless networks, with statistics.
- PublicWWW—Marketing and affiliate marketing research.
- Binary Edge—Scans the internet for threat intelligence.
- GreyNoise—Search for devices connected to the internet.
- Hunter—Search for email addresses belonging to a website.
- Censys—Assessing attack surface for internet connected devices.
- IntelligenceX—Search Tor, I2P, data leaks, domains, and emails.
- Packet Storm Security—Browse latest vulnerabilities and exploits.
- SearchCode—Search 75 billion lines of code from 40 million projects.
If you are logged in or not, use the /home
to display the landing page or the default page of a website.
Also, the logo should have the alt="home"
as this is what the users of screen readers expect. See the second point of https://jessbudd.com/blog/screen-reader-usability-testing-observations
Collect all vue websites and make cards with them.
The goal is to gather the preferred way of doing something in vue. For example, routing with vue-router, state management with pinia, SSR with Nuxt, etc...
A
- Name
- Logo
- A description (the one in header)
It has a searchbar too.
More tools can be added from:
- Vuejs organization repostories: https://github.com/orgs/vuejs/repositories
- https://next.awesome-vue.js.org/resources/official-resources.html
It can be built with Vitepress to keep it in the Vue ecosystem.
Project name:
- classic: Vue Family
- keep the french tradition: panorama (a similar word for overview)
Baisser la TVA? C'est proposé régulièrement, mais le gouvernement refuse car d'après UNE étude sur la restauration en 2009, l'Institut des Politiques Publiques a conclu que cette baisse n'a pas fait baisser le prix de la restauration.
...
et c'est tout ce qui est utilisé depuis des années pour refuser la baisse de la TVA. Une unique étude sur un secteur économique particulier.
Autre question, d’ailleurs : si ça bénéficie aux entreprises, pourquoi est-ce que Macron, qui adore aider les entreprises, ne s’est jamais servi de ce levier pour les aider ?
Bon, évidemment, il y a anguille sous roche.
Et le thread argument sur ce sujet.
Generates hand-written style texts
- 140 named colors
- RGB (the traditional notation)
- Note we can replace
rgba(255, 0, 0, 0.5)
withrgb(255 0 0 / 0.5)
- Note we can replace
- Hex codes (the de-facto used unit)
- HSL (the human-readable format):
- hue: the pigment used (deg)
- saturation: how much pigment (%)
- lightness: how light? (%)
- display p3: only supported in Safari and Chrome but allow more colors than sRGB
- LCH: a more human-friendly representation than HSL. It is only supported in recent versions of Chrome and Safari though.
oklch
fixes some bugs of lch.
Résultat, la luminosité de la nuit augmenterait de 10 % par an dans les zones observées par les astronomes amateurs.
Utility to get a mime type
It is very useful indeed!
The personal website of Evan You. It is minimalistic.
A list of podcasts: from JS, Infrastructure, and dev topics
-
Une seule chose à la fois
-
L’andon. On arrête tout.
Si une personne est bloqué, on arrête tout tant qu'une solution n'est pas trouvé. Si besoin, on fait évoluer les standards. -
les standards
Alors si tu sais comment livrer du code de qualité, écris-le et explique-le. Un document qui guide notre façon de travailler et auquel on a nous-même contribué, c’est un outil simple et puissant pour accroître la qualité de ce qu’on fait.