321 private links
Some smooth checkboxes :)
I am using this trick to animate checkboxes, but I have to check it out for master it !
As Vue 3 classes are contained in attrs, we sometimes want to pass every prop attribute to the child, except the class attribute:
v-bind="{ ...attrs, class: undefined }"
Could be useful someday
calc is useless in min(), max() and clamp() functions
Easier and faster to use than the http status code
Comparing common concepts of web frameworks daily usage.
For each concept, an example in the framework is provided.
LOL
Doing data analysis by storing the data in an SQLite database.
Une prof de 64 ans meurt d'un malaise en plein cours... quelques jours avant, une prof d'une soixantaine d'années se défenestrait dans son lycée devant ses élèves (https://www.revolutionpermanente.fr/Education-nationale-en-souffrance-a-Blois-une-enseignante-de-64-ans-se-defenestre-en-plein-cours )...
Pourquoi ils n'arrvivent plus à recruter ? Parce que le métier ne fait plus envie, rêver, n'est plus avantageux ?
On pourrait aussi ajouter celle qui s'est suicidé exactement parce qu'elle était directrice d'école.
En 2020, Bruno Delbecq, directeur d’école à Saint-Laurent dans le Var, se suicide sur son lieu de travail. En 2021, le rectorat de l’académie d’Orléans-Tours est contraint de reconnaitre la responsabilité de l’institution suite au suicide de la principale d’un collège sur son lieu de travail, tandis que, la même année, l’inspection académique du Var reconnait « l’imputabilité de ses services » suite au suicide d’un instituteur.
À ce point d'arriver au suicide, c'est structurel.
[...]. Elles [les souffrances du personnel] sont en effet le résultat de politiques qui ont progressivement dégradé les conditions de travail des personnels, devenues aujourd’hui insoutenables pour certain.e.s.
Et l'artcile se pousuit de trois paragraphes d'explications et d'exemples.
A description of a modern website architecture. It uses a bunch of modern technologies, and the author explains why they are useful in its case.
CI looks like build systems. If you push a CI system or a build systems too far, they seem to be the same as what they are doing.
The thing that bugs me about modern CI systems is that I inevitably feel like I'm reinventing a build system and fragmenting build system logic.
So going beyond the section title: CI systems aren't too complex: they shouldn't need to exist. Your CI functionality should be an extension of the build system.
CI offerings like GitHub Actions and GitLab Pipelines are more products than platforms because they tightly couple an opinionated configuration mechanism (YAML files) and web UI (and corresponding APIs) on top of a theoretically generic remote execute as a service offering.
I'm convinced that building what I'd like to see is not a question of if it can be done but whether we should and who will do it.
In my ideal world there exists a single remote code execution as a service platform purpose built for servicing both near real time and batch/delayed execution. It is probably tailored towards supporting software development, as those domain specific features set it apart from generic compute as a service tools like Kubernetes, Lambda, and others. But something more generic could potentially work.
Conclusion:
If I could snap my fingers and move industry's discrete build, CI, and maybe batch execute (e.g. data pipelines) ahead 10 years, I would:
- Take Mozilla's Taskcluster and its best-in-class specialized remote execute as a service platform.
- Add support for a real-time, synchronous execute API (like Bazel's remote execute API) to supplement the existing batch/asynchronous functionality.
- Define Starlark dialects so you define CI/release like primitives in build tools like Bazel. (You could also do YAML here. But if your configuration files devolve into DSL, just use a real programming language already.)
- Teach build tools like Bazel to work better when units of work that can take minutes or even hours to run (a synchronous/online driver model such as classically employed by build systems isn't appropriate for long-running test, release, or say data pipelines).
- Throw a polished web UI for platform interaction, result reporting, etc on top.
- Release it to the world.
A feedback after a DDoS attack.
So much !
Finds all the direct train desserving a specified city 👍
The way it is written is smart 👍
.hover-1 {
--h: 1.2em;
line-height: var(--h);
color: #0000;
text-shadow:
0 calc(-1*var(--_t, 0em)) #000,
0 calc(var(--h) - var(--_t, 0em)) #1095c1;
overflow: hidden;
transition: .3s;
}
.hover-1:hover {
--_t: var(--h);
}I would also prefer an open web instead of limited super-apps.
What will happens when the web content will be published to these platforms only, as it is currently the case with the different channels ?
The second lesson I have learned is that when I first sit down to write I must allow the flood of ideas to flow out of me onto the page without worrying about what is coming out. If I pause to correct grammar, spelling, or sentence structure, I risk losing sight of the vision that created the words in the first place.
One of the things that makes me happiest about running a self-hosted blog is that I can write whatever I want, and anyone can read it--assuming they can find it.
So true. I don't allow myself to write on my blog, putting much time on these readings on RSS feeds, then posting them on the shaarli.
Some users are not aware that by downloading RSS feeds literally every two minutes, they are hogging Internet bandwidth and wasting resources.
I am refreshing my RSS feeds or twice a day :/ I didn't they were such impatient people up there. Everything exist on the Internet though.
Personal website owners who endure may do so because they learn to view their work as a way of providing a needed service or information.
Example of lehollandaisvolant, ....
Perhaps we should focus less on the number of visitors we draw to our websites and more on our efforts to create something of value, something that will make others just a little wiser, just a little freer, or just a little happier.
That's why I don't even have a Mattomo instance
I suspect those whose websites endure the longest are those who find joy in coding, writing, and communicating with their readers.
Seems true to me too.
Knowing that I am not alone is a source of motivation for continued writing, not in the belief that by doing so I will change the world, but simply because I am encouraged to feel that someone should be writing about our shared concerns, someone who is not receiving a paycheck or a campaign contribution for doing so.
It is also a very easy way to share on the Internet. And this feeling to be able to reach so many people, or to make content available according to your own wishes is a great equanimity.