243 private links
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
It can be useful to generate an HTML view of entries :)
Create a command line interface from a REST API.
It seems powerful!
Joat uses a YAML file to define subcommands of two types: requests and scripts. Requests subcommands ease the interaction with a REST API and scripts combine multiple commands into a more convenient one.
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
Execute powerful common commands
A collection of awesome projects. It is great to find good quality projects in it.