333 private links
Note it's useful to use "pixelated" image rendering for QR Code for examples. Another way is to distribute the QR Codes as SVGs.
The post: https://www.andrewt.net/dithered-qr-codes/wtf/
It allows to include an image inside a QR-Code.
Be careful using these QR codes — they work by putting an image into the redundant parts of the QR code, but those redundant parts are there to make the code easier to scan in less than perfect conditions.
Après environ 20-30 recharges, les piles lithium-ion rechargeable USB sont rentables. X-Star est mentionné plusieurs fois.
Les piles Ni-MH (rechargeables) ont besoin d'un rechargeur dédié, et leurs tensions baissent avec le temps.
On arrive avec le résultat suivant
|-----|-----|----|
| Propriétés | Jetable | Ni-mh | Lithium USB |
| Rechargement | Pas rechargeable | Rechargeable | Rechargeable |
| Capacité max. | 2910 mAh | 2840 mAh | 3290 mAh |
| Fort courant | nulle | perte moyenne | forte capacité |
| Constance du courant | Sup sur 1/3 de la capacité | 1.3V constant | 1.5V constant |
| Rentabilité | NA | 50-22 cycles | 65-23 cycles |
| Décharge | Négligeable | 3% LSD / 15-20% sinon | 5% |
| Simplicité | Simple | Chargeur relou | Ultra Simple
Les lithium-ion tiennent plus longtemps sur un millier de recharge au minimum au lieu.
Une personne meure aléatoirement sur terre pour 10 000€ est un dilemme moral, mais appuyer sur un bouton et consommer plein d'eau, d'énergie, contribuer à faire monter le fascisme et les températures, en échange d'une image ou d'une mélodie plagiée; c'est OK.
About the AI trend and what it means for programmers: good code is more pertinent than ever, because we add the AI layer to it.
I do believe that talking to users, understanding their experience, empathizing with them, solving customers' problems and having all the stakeholders on the same page is critical to the success of a software project.
I also believe that creating good code is a craft that requires skill, patience, attention to detail, experience and wisdom, and that it will continue to be relevant in the times ahead.
Tips:
Accept that change happens. Be equal parts curious and critical about the new stuff.
Understand there's a lot of hype and try to discriminate between hot air and what really works (and to what extent). Also be aware of ever-shifting goalposts: stand back and look at the past year, or five, and assess the velocity of change (technical, economic, societal).
Your role and your responsibilities will be changing. Be willing to invest time and energy into better understanding fields or roles adjacent to yours.
If you're a senior developer, don't just find solace in deepening your expertise. Learn about user experience, customer interviews, or business strategies for the companies in your domain. It will help you gain a better appreciation of all the work done to put a piece of software into users' hands, whether or not you'll actually ever have to do any of those other bits.
If you're just starting or are junior in your role: invest in deepening your understanding of how software works. Understanding pointers, recursion, or memory hierarchy will help you even if you're a JavaScript developer. Understanding network protocols and how HTTP works will be useful even if you're building WordPress plugins. Do leetcode and learn about algorithms and data structures even if you don't need to. Don't be afraid to ask why and how exactly.
A package manager for .AppImage builds.
PPC Land is your premier source for news and insights in the dynamic world of digital marketing. Originally founded in 2016, in Porto, we've been at the forefront of reporting on adtech, online marketing, advertising, and programmatic ads for over eight years.
A safe, single-binary, offline viewer for the official BSI Grundschutz++ catalog, written in Rust. The complete OSCAL catalog from the BSI Stand-der-Technik-Bibliothek is embedded in the executable at compile time: copying the binary to any machine is a full installation — no install step, no database, no network access required.
So yes, it's one binary and it is one way to transfer data and make it usable.
The project is available on GitLab: https://gitlab.com/vPierre/ndaal_public_bsi_grundschutz_oscal_viewer
Le français est moins attirant que l'espagnol.
Ces vingt dernières années, le nombre d’élèves apprenant le français a chuté, de près de 1,8 million à moins de 1,3 million actuellement. D’autres matières connaissent des baisses comparables, comme le latin, passé de 820 000 élèves à 540 000 sur la même période.
Comme en France, elle est réputée plus accessible, plus mélodieuse, plus cool et plus sexy.
L'article original est paru dans le Frankfurter Allgemeine Zeitung
The agent publish the news of the website daily.
The technology giant won the award for publishing a May blog post that threatened security researchers with legal action if they publish zero-days about its products.
Le sujet n’est pas de savoir si Microsoft est coopératif. Le sujet est de savoir quel droit s’applique en dernier ressort.
Et sur ce point, les textes américains ne sont pas une vue de l’esprit. Le Cloud Act oblige les fournisseurs soumis à la juridiction américaine à produire certaines données placées sous leur contrôle, y compris lorsqu’elles sont stockées hors des États-Unis. La section 702 du FISA autorise, elle, des programmes de renseignement visant des personnes non américaines raisonnablement supposées se trouver hors du territoire américain.Autrement dit, l’acheteur ne peut pas écrire : “je refuse les fournisseurs américains”. Il peut en revanche écrire : “je veux un prestataire capable de garantir qu’aucune donnée ne sera transmise à une autorité étrangère sans autorisation du client ou des autorités françaises ou européennes compétentes ; je veux un prestataire qui ne coupera pas un service critique sous l’effet d’une sanction extraterritoriale non reconnue par la France ou l’Union européenne ; je veux une chaîne de sous-traitance auditée ; je veux une réversibilité documentée ; je veux un droit applicable cohérent avec mes contraintes.”
Alain Issarni résume le mécanisme : « On n’exclut pas les entreprises américaines ou étrangères. On exclut les entreprises qui ne sont pas capables de s’engager sur le fait de ne jamais fournir les données à un tiers. »
« Ces fonctionnalités foisonnantes des clouders américains, personne ne les utilise toutes. Avec le logiciel libre, on peut se concentrer sur nos vrais besoins. »
À voir ce nouveau cadre qu'est Libralis (et l'engagement Omég@1), mais c'est surprenand puisque un des membres SFEIR utilisait (il y a 4 ans) massivement Google Cloud.
KISS if it's enough. It provides more velocity. That's why Sublime Text still has a community.
1) Useful for vertical spacing for content. The spacing of two paragraphs become natural.
2) It's precise to build the paper line effect with a background-size: 100% 1lh;.
3) When the image should scale, the lh is perfect to align the image with an amount of line:
.content img {
float: left;
height: calc-size(auto, round(up, size, 1lh));
}
Note calc-size is not widely supported, so let's build an alternative:
.content img {
float: left;
aspect-ration: 1; // put the ratio of the image here, or remove a `width` limitation
height: 5lh
}
4) Faded content with a max-height
5) Size an icon based on the line height
- cacher ses pseudos
- mixer les transactions entre les envoyeurs et les receveurs
- refaire le protocole de transaction comme Monero