225 private links
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?)
- ...
Universally Unique Lexicographically Sortable Identifier is an improvement of UUIDs in some cases:
- 128-bit compatibility with UUID
- 1.21e+24 unique ULIDs per millisecond
- Lexicographically sortable!
- Canonically encoded as a 26 character string, as opposed to the 36 character UUID
- Uses Crockford's base32 for better efficiency and readability (5 bits per character)
- Case insensitive
- No special characters (URL safe)
- Monotonic sort order (correctly detects and handles the same millisecond)
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.
Améliorer sur projet et le rendre compatible HTML5
Pagefind seems to be a great search tool for static (or SSRed) websites.
Pagefind is written in Rust and runs after my static site generator binary. pagefind indexes all generated HTML and provides an API to query that, including a search UI which you can see at the bottom of every page here. Perfect for my static site setup and it aims to not use much storage or bandwidth.
Available at https://pagefind.app/
The Big Idea of cargo-dist is that we want to streamline all the steps of providing prebuilt binaries for a rust project.
Testes si un site est compatible avec le RGPD en chargeant au minimum une page.
Il y a donc une instance mis à disposition pour les membres de l'éducation nationale, afin que les projets puissent être utilisé et partagé.
It tracks every cases of non-compliance to the GDPR
A tool similar to Reddit but open and connected to the Fediverse.
Simulating R2-D2 vocalization by assembling R2's speech phoneme by phoneme. Smart and efficient.
Some samples are available and explanations are provided: this is good.
The development platform of Wikimedia.
A FLOSS alternative to reddit. It is gaining traction since Reddit announced to make their API not free anymore.
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.
It is indeed minimal :) Kind of cool
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