255 private links
Even if the subscribing form includes non-binary participant , advertisers have in contrast an "Unknown".
While Google doesn’t allow ads to exclude men or women from jobs, housing, or financial products, they did allow advertisers to exclude the “unknown” category, leaving those outside of the gender binary excluded as well.
Just the way this data gets labeled already shows how much of an afterthought gender diverse people were.
#idea #project: create many categories that fit better than male, female and "unknown". A better list?
If we don’t include and prioritize people from minoritized groups in our design and tech practices, we risk not only collecting incomplete or incorrect data, but also processing and using it in biased and harmful ways.
Overlord, Neptune, Fortitude, ...
Et encore, il y aussi le front de l'Est, le Pacifique, etc...
Une opération peut avoir une ou plusieurs sous opérations.
Une opération est définit par son nom. Elle a une date de début et de fin.
As I start to gather more and more projects. I will need one to sort them and share them :)
This will allow me to share them, as this post ask for a project to build with Astro
Poyvoir consulter et zoomer sur les zones du D-Day.
Peut-être lié à https://shaarli.lyokolux.space/?ITW9MA
Avoir des plateformes de lanceurs d'alertes au sein de l'entreprise. La plateforme de LaPoste par exemple: https://report.whistleb.com/fr/portal/laposte
Sur la thématique du CV, au contraire d'une lettre de motivation classqiue,, on peut faire en sorte que les bonnes entreprises soient motivées pour travailler avec nous.
Voici un example de tel document: https://docs.google.com/document/u/0/d/1ypKCEEmLrFQjcN-_kTIRmAk8gi18xlfbnj08VjzegBo/edit?usp=sharing&pli=1.
Sur la thématique salariale, avoir un simulateur de salaire pourrait permettre au postulant de faire une simulation de combien il pourrait gagner au sein de l’entreprise sur la base de la grille salariale de l’entreprise.
How anxious would you feel in the following situations?........ Please
circle the appropriate numbers below.
Related to maths in order to verify if someone is anxious about maths. It provides a scale in the original paper: https://sci-hub.ru/10.1007/s40753-019-00104-6
There is also a Wikipedia article related to it: https://en.wikipedia.org/wiki/Mathematical_anxiety
#idea #project make a website form of it. Explain its goal and how this work :)
Make a list of all component that can be found in a project:
- this list
- material UI
- Carbon
- react rainbow components
- https://component.gallery/components/ (not maintained anymore?)
- ...
Idée de projet:
- rendre plus accessible au public les nouveautés de l'exposition
- pouvoir proposer des visites guidées en plusieurs langues
- rendre la visite plus interactive
Point de départ:
Entrer son âge, voir ce qui est à faire cette année, voire sur les 3 prochaines années.
Old blogs disappears :/ That's why it is also hard to find the content of the 90s.
Proposal:
It is imperative for online writing (especially blogs) to have a long lifespan. We can currently read books from the 18th century with ease. It should be the same for online content from 30 years ago.
Most of the time, your job with JavaScript to enhance components’ keyboard accessibility will be done with just a handful of tools, including the use of event listeners and certain JavaScript methods of a couple of Web APIs that can help us in this task.
- keydown event: Instead, the utility of the keydown event comes when you need to add functionality to other keys [than enter or space].
- blur event: most of the time, you’ll use it to reverse the possible changes you have made with the keydown event listener.
- focus event (rare), but instead the focus method!
button.inert
works and avoid a setAttribute.
#idea #project #vue: create a directive to handle keydown and blur event into one action that is reversible.
So now we can have a look at component patterns:
- toggletips
- tabs
- modals
Use one package manager built on top of corepack to support npm, yarn and pnpm.
#idea #project support more package managers such as cargo, deno, ... :)
Oh wait, there is already something https://github.com/egoist/dum
AnswerGarden is a minimalistic feedback tool.
On a topic, the participants can respond with 20 characters. The most common answers are then displayed.
L'éthologie avec le cheval demande l'apprentissage de multiples gestes et postures. Il est donc possible de les identifier, les retracer, et suivre l'évolution de l'avancement.
A hacky way to store data as video. The proof of concept uses youtube.
a new #project #idea is to build the whole thing, but not only for youtube, but for any possible API endpoint :D
Here is separation of the responsibility of such a program:
- the image processing layer takes the file and converts it into an image or video
- the compression layer reduces the size of the data as much as possible
- the encryption layer guarantees the confidentiality of the data until the algorithm is broken, since the data is shared with a third party anyway. It can intervene
- the network layer allows data to be uploaded and downloaded to different providers (why limit it to youtube?)
- the data layer: it is responsible for storing information about the videos/images (video metadata: at provider X, accessible from such and such a URL, last modification date, etc.). It inserts metadata into the files through the image processing layer in order to decode them correctly (type of compression, etc.).
- the application layer: it allows to use everything with a UI/CLI. In short, an interface for the user.