Monthly Shaarli
March, 2024
Growing up in a poor family, I learned not to waste things, save money, reuse old stuff out of necessity, thus I’ve never approached minimalism from a privileged point of view. Being immersed in hyper consumeristic rituals has never been my experience.
Yup.
The empty big house "promote a way of life that looks unrealistic and fake". About this lifestyle:
Such lifestyle is not attainable by normal people. I mean the regular folks who need to go to work, cook their food, do the laundry, maybe some gardening or else — they can’t afford to spend buckets of money on few hyped products, buy coffee beans from a remote region in South America that cost half a salary at the point of sale. Above all, they cannot keep their place within a spotless private hospital aesthetic, because they actually live in there. They don’t usually give TED talks either, especially not to promote some other form of inspirational American Dream that’s great to sell another book.
They can’t afford to do with less.
On ne dit pas "L'EU fait chier à avoir imposé ses cookie banner, ça ruine le web" mais on dit "Le capitalisme fait chier à vouloir sucer la moindre data qui vient de toi, ça ruine le web". Merci
And now, imagine that this place is your personal website, under your own domain name, under your control.
This is the basic idea behind the IndieWeb.
Most tools and ideas of the IndieWeb is Publish Own Site, Syndicate Elsewhere.
Another is Webmentions.
Good job!
what if, instead of taking a mutable reference to the entire State, we only took a mutable reference to the fields we wanted?
A nice UI over the cli command. It seems also cool!
De l'Arcep avec des données de 2022, publié en 2024.
Je reprends une des informations qu'a noté LeHollandaisVolant:
Autre enseignement : la consommation électrique des box internet ne dépend que très peu de leur sollicitation ou de l’importance du trafic de données. 95 % de cette consommation est invariable, que la box soit ou non sollicitée par l’utilisateur.
Mix images with a text input.
Create images based on controls.
Create images based on patterns (yay like in Phtotoshop...).
It does not seem to work well though.
- pg_trunk is a package manager for PostgresSQL databases.
- stored procedures allows to put logic into the postgres database
- extensions can generate JWT tokens, auth, ...
- caching with K/V stores: pg_cron & h_store
- pub/sub: PSQL notify/listen
- message queue with pgmg
- NoSQL databases are moving to support SQL (or mimic such a language)
- Time series with TimescaleDB
- Search terms with full-text search
- Rest API with PostgREST.
- Omnigres to create a complete platform
During the Pwn2Own competition. From the outside, this competition seems crazy: so much vulnerabilities are found.
Meta is now automatically muting all posts that mention PixelFed, so it's users can't read about any alternatives to its services.
Generate a diagram of the sqlite
Le T-Shirt qui "uni (les) code"
An app of the Nextcloud platform to organize fotos and images.
At which point in a relationship you say "babe" reveals something of you
About the terms used with AI: Web3, AI, Overfitting, Hallucinations, etc...
A thought on apple not communicating about AI, why all the hype?
En France, on se gargarise sur les scores de réparabilité, les chèques réparation et la garantie pièces détachées. C’est pas mal dans l’idée, mais dans la pratique ce sont encore des usines à gaz immondes destinées à nous faire abandonner toute idée de réparation avant même qu’on ait commencé, et à racheter du neuf. C’est pas ça qu’on veut.
Pas faux
Interesting to have a language than can tradeoff precision for speed.
Numba make python code faster and the author spent months to build in C++ instead of days with Numba.
The last one is assymbly directly... it seems similar to C in the new versions! ForwardCom is also interesting as it's an "open forward-compatible instruction set architecture".
Damn look at this:
v0 = my_vector // we want the horizontal sum of this
int64 r0 = get_len ( v0 )
int64 r0 = round_u2 ( r0 )
float v0 = set_len ( r0 , v0 )
while ( uint64 r0 > 4) {
uint64 r0 >>= 1
float v1 = shift_reduce ( r0 , v0 )
float v0 = v1 + v0
}
If I trade C++ for “not C++”, 80% of my work will remain exactly the same. C++ is simply irrelevant to most of what I do. Could it mean that for me C++ is already 80% dead?
Interesting thoughts though!
Buffers can help before writing everything to the standard output.
Original solution in image: https://techhub.social/@mrolemadelen/112105972218076605
Actions, actifs reconnus, valeurs boursières, marchés, Bernard Arnauld, LVMH, Tesla, Twitter.
Un exemple d'étude
Apple got new checkbox design that are rounded... so there is no option anymore to distinguish radio options from checkboxes T_T
Just.... yay it's not that simple.
What’s easy for you might not be easy for others. There’s always a trade-off.
Simplicity is a luxury. It’s really hard. And it’s never “just”.
We should try to understand what makes it hard. And make it easier.
A SSG similar to Pelican in python or Hugo in Go.
A small JavaScript library to create and animate annotations on a web page.
Nice. With a bit of interactivity, the user can highlights everything.
A great one!
Audiobook does not transmit the information as clearly as a book.
Life is too short for bad books.
When can we consider a book "read"?
About AI summaries: If the end result is the same, there's no argument, barring the very real benefits of actually reading the book.
- Interop project https://github.com/web-platform-tests/interop
- Open Web Docs through contributions to MDN https://openwebdocs.org/
- WebFC Community group https://www.w3.org/community/webdx/
Still competitions on the web, but without fragmentation.
We want to make it easier for developers to track the list of features that are widely available and those that are under development.
To contribute:
- WebDX Community Group
- Ideas on github repositories
It can be useful to create a distinction between iterators and traversables.
The thing is, there was and is nothing wrong with the laptop. Actually, it had better specs than my current laptop that I work on every day. As far as I can tell, this person uses their computer for little more than sending emails, basic browsing, and watching the occasional video. All are things that their hardware could easily manage.
The only thing it couldn’t manage was Windows 11.
I created a Cargo subcommand called cargo-wizard that simplifies the configuration of Cargo projects for maximum runtime performance, fastest compilation time or minimal binary size.
Visualiser les trains en direct. Il y a même les feux, accès, antennes, passages à niveau, ... C'est cool !
Pour un jour X, je veux connaître les fruits et légumes correspondant à la période de production.
Pour une période X, je veux connaître les fruits et légumes correspondant à la période de production.
Projets existants:
Cross-posting on multiple platform.
The project is hosted on Github: https://github.com/rknightuk/echo
- Writing mode
- Gap in flex or grid layouts
- Flip with transform
- scroll-behavior: smooth;
- Scroll-snapping with
scroll-snap-type
for the container andscroll-snap-align
for the children - Resize elements both with
overflow: auto; resize: both;
- Line clamp based on how many lines is expected.
- Linear gradient and apply the gradient on text only
object-fit: cover
to avoid the fill effect of images. The image is not fully displayed thoughts.pointer-events: none;
make elements not selectable anymore.
Well I knew them 😁
A kind is a type constructor that takes a type, and produces a new type.
The quthor recreates a map function
How to help the web? Report browser bugs with a proper reproduction.
For Walker, this disconnect is where motonormativity comes into play. “We wanted to demonstrate that when you talk about driving, people are not applying their normal values,” he said.
A framework for embedded systems
A great feedback
Now I get it.
An introduction to it and how the user consumes RSS feeds
Les chercheurs chinois ont mesuré la concentration en minuscules particules de plastique de plusieurs échantillons d’eau. La moyenne était de 1 milligramme par litre d’eau. Cette concentration, remesurée après que l’eau a bouilli pendant cinq minutes puis refroidi, avait diminuée de 80 %.
You see, most of these books on productivity come from places of privilege. They are authored by people who either control their task lists or, quite often, occupy positions where they are no longer burdened by one. The problem is that most of us, the mere mortals who consume these books, do not sit in this graceful position.
As I said at the start, there will always be more work, and that's a good thing to keep moving and stay motivated. However, there comes a point when it becomes too much, the plate is piled too high, and there is no room to breathe. Drowning in tasks is a terrible way to go.
Parmi les textes, une résolution pour protéger les consommateurs des manipulations du marché de gros de l'énergie.
Devinez qui a voté contre ?
Find the RSS feeds available from the followed accounts
To be honest, I am only here because it's a habit, and I like playing around with my website. It's fine to write about your life and other such interests. My favourite blogs to follow do exactly that, but it's absolutely understandable if you don't want to do that.
If regular traveling has taught me anything, it’s that you can never depend on circumstance. You can only depend on yourself. And if there’s one writing skill that’s overlooked, then it’s the ability to just write as and when you choose, regardless of where you are, the time of day, or how comfortable you feel (and I mean that in a physical and symbolic sense).
Doctorow states in his own words:
“I learned to write crammed into coach seats with my laptop keyboard practically vertical, my wrists bent back at an agonizing angle. Between flights, I’d write crouched on the floor under the water fountain between the toilets in the departure lounge, nailing the only outlet and plugging in my travel power strip to share with others. […] I have written so much in so many places that the desk and the comfy chair and the big monitor are largely aspirational for me — the kind of place I’d like to be writing in, but rarely the place where I end up writing.”TL;DR? Write how and where you want to write. And if you can’t, write anyway.
How to configure SQLite for
Using a simple INT
with Unix millisecond timestamps is the best for performance.
COUNT
is slow, so it can be useful to keep track of them in a separate table.
Distributed SQLite databases can be achieved the same way as PostgresSQL: one writer and multiple replicated readers.
Great insights too :)
A promising CMS
VLC is not updated anymore on the Google store.
All specific pages
Find people to talk to or collaborate with by searching across the /about, /ideas and /now pages of 6303 personal websites.
.rs is welcoming the Rust Lang 😄
A fast hashmap algorithm if the one of the standard library is not enough.
IDK if the collision rate is higher than the std library though. Hashbrown uses AHash as algorithm for hashing. --> it does not provide cryptographic secure hashes though.
Another use case is when std
is not available (because the randomness is not available in the environment / OS).
magick.css is a minimalistic, (mostly) classless CSS framework that is designed to be easy to use and easy to understand. It is contained in a single file, and every choice is commented. The goal is to achieve an elegant, but magically playful look, while maximizing readability and the ability to convey information; somewhat akin to the notes of a wizard.
It supplants the previous 8601 for http api errors.
Similar to Days since last Facebook scandal, but for Web 3.
Global average sea level rose by about 0.3 inches (0.76 centimeters) from 2022 to 2023, a relatively large jump due mostly to a warming climate and the development of a strong El Niño.
Global average sea level has rison a total of about 4 inches (0.4 centimeters) since 1983. The rate of this increase has also accelerated, more than doubling from 0.07 inches (0.18 centimeters) per year in 1993 to the current rate of 0.17 inches (0.42 centimeters) per year.
It is also interesting to read how they came to these conclusions:
- long-term datasets (30 years of data and more)
- international cooperation
- technical innovation and progress
The official website for the sea level: https://sealevel.nasa.gov/
Au contraire, le financement par cotisation permet aux individus –qu'importe ce qu'ils ont payé– de bénéficier des mêmes remboursements. Une étude de la Cour des comptes a ainsi démontré que ce système est particulièrement intéressant pour les salariés les plus modestes, les personnes avec enfants ou les retraités, alors qu'il est plus onéreux pour les célibataires et les salariés les plus aisés.
Ainsi, moins de 1% des prestations servies sont nécessaires au bon fonctionnement du régime alsacien, là où les complémentaires santé y consacrent en moyenne 20% de leur budget, notamment du fait de leurs dépenses en publicité.
Subsiste à ce système une fragilité: sa dépendance au régime général. «Quand le régime général baisse ses prestations, le régime local doit nécessairement augmenter sa participation», explique Francis Kessler. En 2023, le remboursement des soins dentaires par le régime général est par exemple passé de 70% à 60%, ce qui fait passer la part que doit rembourser le régime alsacien de 20% à 30%.
In other words, while it seems like there’s never a good time to write about something, the truth is that there’s never a bad time to write about something.
The author arguments in favor of writing. Each arguments against writing is thwarted.
“After all”, they said, “the world doesn’t need yet another opinion.”
True. The answer is simple: don't publish for the world.
Data minimization is really a slept-on security control that gets almost no press or attention outside narrow industry verticals.
En Français
La minimisation des données est en réalité une sécurité invisible qui ne reçoit pratiquement pas de presse ou d'attention en dehors de secteurs verticaux étroits.
Auf Deutsch
Datenminimierung ist wirklich eine schlafende Sicherheitskontrolle, die außerhalb enger Industriezweige fast keine Aufmerksamkeit erhält.
Redundant Acronym Syndrom
Examples: ATM, ISBN Number, PDF Format, MLS Soccer, DC Comics, HIV Virus, LCD Display, Please RSVP.
This would be translated as "SAR Syndrome" in french (Syndrome des Acronymes Redondants)
How to get the context of a request, useful for logging
Another blogging platform
Create a web design based on Code Lyoko graphics
Inspiration for a video: https://youtu.be/SblSoHyT3z0
A FLOSS implementation of IFTT / Zapier.
It has many triggers, including RSS.
It seems to be a cool web project to extend HTML to the backend.
What is a git reference?
Pour travailler des cartes
During the development of Bear, one of the constraints I created for myself was to do as much as possible using basic HTML components. This means that the only elements that are able to perform a request are and
A simple snippet works to retrieve and replace content on a page. Few thoughts:
- It has to work with other interactions than the click event to be reliable
- It has to work with screen readers, so the focus should be placed on the inserted content. Maybe an announcement is needed.
No overly animated content.
No scroll jacking.
No excessive storytelling.
Cryptographers tend to specialize into one (or max two) of the three categories:
- Theory: understanding the limit of cryptography, what it is to be secure.
- Design: constructing efficient primitives and protocols.
- Engineering: implementing the primitives and protocols securely and efficiently.
These two abstractions above engineering in the design and theory of cryptography are indeed useful:
The process of designing a protocol (or primitive) [...] requires one to isolate and understand [...] to use, invent or combine, crypto building blocks to overcome these challenges.
To do this properly, [...] one cares about is what security properties the building blocks possess so that they can be used and combined to overcome a particular challenge.
Un métier particulier: archéologue spécialisé dans le paysage sonore. Cool nouvelle, on en veut plus comme celle-ci!
On retrouve la Matrice de Priorité selon l'importance et l'urgence, ainsi que la méthode MoSCoW (Must Have, Should Have, Could Have, Won't Have).
Le planning poker, le jeu: Buy a feature et le story mapping.
Wow, it reminds me Telescope of neovim.
Le flow n’est pas seulement un état où j’ai besoin de calme, il s’agit d’un contexte à part entière. Il me faut une problématique connue, qui est définie avec des contours relativement flous, davantage une intention qu’une direction. Si j’ai déjà eu l’occasion d’être précédemment frustré par l’implémentation en cours, cela me donne beaucoup de motivation pour plonger. Parfois la zone est atteinte en n’étant pas devant un écran (en courant, sous la douche, etc), une forme d’Eurêka ! qui annonce la libération du flow à venir.
What are the life and breath of the web?
- Simplicity: keep it simple, stupid!
- Modular design: read https://www.w3.org/DesignIssues/Modularity.html later
It is also necessary to realize that your own system, no matter how big and wonderful it seems now, should always be designed to be a part of another larger system.
-
Tolerance: this principle can be contentious. When browsers are lax about what they expect, the system works better but also it encourages laxness on the part of web page writers.
-
Decentralization: if we make a knowledge representation system which requires anyone who uses the concept of "automobile" to use the term "http://www.kr.org/stds/industry/automobile" then we restrict the set of uses of the system to those for whom this particular formulation of what an automobile is works.
-
Test of Independent Invention: designing a system to be a part of an as-yet unspecified larger system
-
Principle of Least Power: The reason for this is that the less powerful the language, the more you can do with the data stored in that language. The Semantic Web is an attempt, largely, to map large quantities of existing data onto a common language so that the data can be analyzed in ways never dreamed of by its creators.
Memory safe languages.
Better metrics to measure software security. One example is through time: how fast a vendor patches to a security vulnerability.
The author avoided debt, but was it worth it?
Everything is in it, but has to be found.
There are dedicated sections for SQL or DBA for example.
How to apply css for RSS feeds
Pingora is a Rust framework to build fast, reliable and programmable networked systems. Pingora is battle tested as it has been serving more than 40 million Internet requests per second for more than a few years.
Maybe useful for later
Les chercheurs chinois ont mesuré la concentration en minuscules particules de plastique de plusieurs échantillons d’eau. La moyenne était de 1 milligramme par litre d’eau. Cette concentration, remesurée après que l’eau a bouilli pendant cinq minutes puis refroidi, avait diminuée de 80 %.
I’ve come to realize that the relicensing trend towards non-compete licenses has exposed single-vendor Open Source software for what it truly is: proprietary software in hiding
One vendor can turns the (own) project into a proprietary one.
Oui, migrer en dehors du système propriétaire de Discord est une difficulté technique.
Comparativement à Freenode où les données sont standardisées et ouvertes, Discord garde tous fermés. Est-ce que j'ai loupé quelque chose pour migrer ou au minimum consulter les messages de Discord sur une autre plateforme?
Ce sera la même que pour Twitter.
Accessibility isn't just about ramps and screen readers.
It's about creating environments where everyone, regardless of ability, can thrive.
Let's make accessibility a priority in everything we do.
Every couple of years in software development, the meta changes. Libraries and frameworks are rotated in and out of popularity, languages evolve and best practices change. These are some of my personal beliefs1 on what the current meta is, and what parts are worth adopting.
Now is better than never.
Although never is often better than right now.
- Use statically typed languages over dynamically typed languages
- Use automatic formatting
- Parse, don’t validate
- Use union types
- Parse, don't validate
- Avoid abstracting too early
- Be aware of monads and functors
- Accept that generative AI is here to stay
- Prefer integration tests over unit tests
- Be kind during code reviews
- Respect a candidate’s time
- Pair or mob program frequently
- Pick a git commit format and stick to it
- Use Dependabot and friends for dependency maintenance
- Write infrastructure-as-code
- Use platforms that allow developers to focus on the code
- Use queues as data sources
Websites built with Astro are great. See the Websites section of the post.
Virtual hugs from many people
Another font made for readability and accessibility.
How to create a good project architecture? Here's a feedback.
The CSV format is not that simple, because the commas can conflicts with other values in the fields.
See the diff of two crate versions directly in the browser. All is happening in the browser 😳
Make the logo bigger? Nope.
Delete the logo and make the font size bigger.
Il y a moyen de faire des choses bien classe avec!
Voir les exemples de Sebsauvage https://llamalab.com/automate/
Handy :)
Partager rapidemment see contacts Lord d'un meeting.
Arrêter de se passer X QR-Code pour X personnes. Simplement en scanner un, partager ses infos, et recevoir celle des autres.
A feedback on the bevy-game engine
"Don't watch the sun rise. Get up earlier and let the sun watch you rise".
- Giga Chad
coffee_break!(5 minutes);
Developer-friendly, Eco-friendly because the PC does not burn and language server-friendly
Definitely worth. It's great to have high quality articles such as these.
- Decide what you’re actually saying
- Repeat yourself (within reason)
- Simplify
- Eliminate passive voice
- Don’t use adverbs
- Don’t assume knowledge
- Be aware of your tone
- Avoid jargon and cliches
- Make use of whitespace
Ces portefeuille sont très compact et tiennent plusieurs années.
Le matériau est du Tyvek, un textile fin et non tissé.
Il est possible d'en trouver sur https://www.etsy.com/fr/market/tyvek_wallet par exemple. À voir.
Oui cela baisse, mais pourquoi aussi?
- les gens prennent plus le train
- augmentation du prix du carburant. Au lieu d'être de la sobriété, il s'agit de précarité.
- la vente de voitures électriques, dont les émissions ne sont pas comtabilisées
L'impact des émissions du secteur aérien a augmenté de 21% pour les vols domestiques, et 27% pour les vols internationaux.
Toutes ces actions ne sont pas anodines. Elles servent à mettre les plateformes elle-même au centre de l’attention. Les modifications des algorithmes Facebook ou le changement de l’icône d’Instagram sont désormais des faits de société qui font la une des plus grands médias.
En tant que développeur logiciel, cette expérience m’a également ouvert les yeux sur la direction globale prise par l’industrie : le non-respect de l’utilisateur. Les changements permanents empêchent l’utilisateur d’apprendre, de se former, d’acquérir des réflexes.
Avec exemple: d’une manière générale, il est communément admis que chaque citoyen "normal" dispose d’un compte Google, compte connecté à un appareil contrôlé soit par Apple, soit par Google.
Suite aux trillions d*applications et de services divers,
Une nouvelle question se pose, passionnante : comment nous envoyer du texte, des images et du son de la manière la plus simple, la plus efficace, la plus indépendante, la plus pérenne et la plus libre possible ?
Après soixante années d’explosion technologique, l’informatique est arrivée à un plateau. Nous n’avons plus besoin d’innovation, mais de stabilisation. De démocratisation. D’une nouvelle informatique.
Style the parent based on how many children there is in it. Awesome!
Une offre d'abonnement Internet, juste Internet pour 44€. C'est bien la seule que je connaisse qui ne vient pas avec un bouquet de services comme la téléphonie ou la TV.
KISS
Why not a Rust program for it :D
A cli tool that was missing to handle keys 👍
Use the #RustLang tag to talk about the Rust programming language. It avoids clashes with other topics about Rust (the game, the rust, ...).
Spread the word with the following template of https://fosstodon.org/@mo8it/112123277479800470
Could you please add the RustLang tag? 🥰
Background: https://fosstodon.org/@mo8it/112056453394255413
- Taux de mortalité infantile
- Température moyenne de la surface de la mer des dernières années
- Répartition des collégiens selon leur origine social aux différentes rentrées
- Évolution relative des dépenses de prestations sociales et des aides publiques au secteur privé
AI needs power consumption to run. As there are already Google, Microsoft and Amazon conmfortably installed as cloud provider, they are waiting users to buy cloud resources for these AIs.
It seems that many of the products Google actively encourage web authors to add to their sites are paradoxically the ones that have the worst impact on performance.
The amount of data they collect goes far beyond what is useful to the end user, and is undoubtedly a contributor to the huge proportion of “junk data” stored in datacentres worldwide.
I recently made the case for this at work while making improvements to the company website, and my manager admitted that they rarely look at the analytics.
Devant l’ampleur de la violation, la présidente de la CNIL a décidé de mener très rapidement des investigations afin de déterminer notamment si les mesures de sécurité mises en œuvre préalablement à l’incident et en réaction à celui-ci étaient appropriées au regard des obligations du Règlement général sur la protection des données (RGPD).
Spoiler: non, car les données n'étaient même pas chiffrée.
The author tried it with PHP, but it somehow didn't work.
Non empty data structures :D
- Feierabend
- OhrwurmVorfreude
- Rabenmutter
- Verschlimmbessern
- Schadenfreude
- Vorfreude
- Wanderlust
- Heimweh
- Fernweh
- Heimat
The challenges of creating accessible products often lead to innovative solutions that benefit all users, pushing the boundaries of what's possible in design.
A try to support OSS, artists and creators. Each user pays one dollar a month.
Ne faite pas cela. Au vu des détails de l'annonce, il s'agît d'un travail professionnel qui est attendu.
Exactly the project I wanted to build: display URL informations and their names.
Simply run these scripts on the web page to trigger some actions.
- Validate HTML
- Calculate carbon
- WAVE
- PageSpeed
- SSL Report
- Security Headers
It can be useful :)
In the hypertext architecture, when making a reference, such as a hypertext link, we don't just refer to an information resource. Well, we can, but we can also refer to a particular part of or view of a resource. The string which, within the document, defines the other end of the link has two parts. It has the identifier of the document as a whole, and then optionally it has a hash sign "#" and a string representing the view of the object required.
The Mozilla Documentation Network published a curriculum to become a frontend developer.
It seems to contain relevant resources, also for confirmed developers.
The rustypaste project is hosted on github: https://github.com/orhun/rustypaste
What's your favorite solution for not-quite-component components?
With those I mean components that are more boilerplates to be expanded upon, instead of actual ready-to-go components you just tweak a few details of. Components that would grow too complex if you'd need to account for all possible interaction and design versions through props or CSS custom properties.
I think often the alternative is composability: ie. what's the minimum functionality that the cookie consent component could have? Could it be a wrapper that provides cookie-setting functionality to whatever UI component it wraps? Could it be a little JS module different components could import to reuse?
A simple project to get small web projects running
The project website is at https://kitten.small-web.org/
"Kids are safer at drag shows than at church"
De la newsletter de Victor Ferry.
L'intelligence est la capacité à une trouver une solution efficace à un problème.
L'IA est donc intelligente puisqu'elle trouve des solutions à un problème. Elle n'en a cependant pas conscience.
Après deux exemples, il en arrive à la conclusion que: L'université ne fait que pousser à l'extrême une tendance profondément humaine: dépenser de l'énergie intellectuelle sur des problèmes qui n'en sont pas.
Concernant soi-même: est-ce que le contenu consommé donne le sentiment d'avancer, mais il s'agit uniquement d'un sentiment.
Pour ne plus perdre de temps, se contenter de cette question: qu'est-ce qui va me permettre d'améliorer ma condition?
L'intelligence ne se délègue pas. Notre cerveau confond "j'ai intégré la connaissance" avec "j'ai la connaissance au bout de mes doigts".
How to fill the gap left by the GOAT css tricks?
Look, the dream goal is Piccalilli fills a hole that’s been left by Digital Ocean and their mis-handling of CSS-Tricks.
If I were ever to make an RSS service like Feedbin, I’d probably add a feature which would delay some items until a specific day of the week. Some posts I get feel more suitable for weekend reading.