225 private links
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.
A C Compiler in 512 bytes
Impressive!
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.