392 private links
Les fonctionnalités ont été démultiplié: la photo de profil sur Leboncoin ou Vinted n'a rien d'essentiel ou le sont avant tout des fins marketing.
En réduisant le nombre de fonctionnalités, il est possible de se concentrer sur l'accessibilité et la sécurité.
Je remarque que les fonctionnalités ont été privilégié à l'interopérabilité. On pourrait très bien imaginer qu'on peut ajouter et gérer
Comme le fait remarquer MisterDams, il y a aussi de vrais sujets d'optimisations.
Fred note:
on parle plus d'idées que de faits, les infras sont d'une efficacité rarement retranscrite par des interlocuteurs qui sont souvent loin de la réalité opérationnelle
Exactly what I was searching for.
- Hero section
- Trust block
- Feature block
- Social proof block
- Supporting blocks
- Final CTA
and how they can be built.
Convert the resource of an URL to anything
RSS feed: https://fromemily.com/feed/?type=rss #todo
Un N-ième retour d'expérience sur une plainte de la CNIL.
"Introduction to Web Accessibility" is a free course designed for people of all roles and all experience levels, so regardless of your background, there's something you can learn here.
I don't care about celebrating my birthday anymore but instead I care spending time with friends. They are always here for me. Always trying to help me...passing fun times together and being amazing people. My birthday wouldn't be the same without them. They mean a lot to me.
Les conférences ont certaines barrières d'entrées.
La compression optimale avec 7-zip: 7zz a -snl -t7z -m0=lzma2 -mx=9 -myx=9 -mfb=257 -md=1024m -ms=on -mmt=off archive.7z répertoire
It's called holydays.
Sur EVE online
So many #Linux enthusiasts are so freaking detached from reality, what the fuck.
"Udev… is well-enough exposed that a standard user can manually script it to do things like performing certain tasks when a certain hard drive is plugged in."
What kind of "standard user" do these people imagine to exist? Definitely not standard as in "society", but in "my little enthusiast' bubble".
This pisses me off so phenomenally.
About using C code:
- there obviously the potential bugs and vulnerabilities in the C code itself and in the code wrapping the C code.
- specific C toolchains, which makes things hard when you do cross compilation.
- you (sometimes) need to deploy the dynamically-linked C library (OpenSSL). It prevents you from using secure FROM scratch container images.
- can't compile it for WebAssembly.
- maintenance! it's hard to review a 2000 line implementation of an encryption algorithm
Pure Rust cryptography is usually around 10-25% slower than an ultra optimized C or assembly code.