319 private links
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.
Definitely a cool project!
A list of the most-starred projects on Github
Awesome things. One has to create a list of it :D
it also redirects to other awesome lists.
Project Semicolon defines itself as "dedicated to presenting hope and love for those who are struggling with mental illness, suicide, addiction and self-injury", and "exists to encourage, love and inspire".
The tattoos can serve as a reminder of the power of positive thinking.
The way to bundle JS projects 😃
Lint Github workflow files
A command runner triggered on custom files. It is then useful to trigger a build or dev command when a file is changed.