329 private links
There are already many libraries in different languages. The goal is to encode mushroom information in QR codes. So it's a sort of specification for it.
The official website https://www.wemush.com/open-standard with its github project https://github.com/wemush/open-standard
Handle the stripe webhooks for you. Only for React applications. It's a database that is always in sync.
We can compute the amount of red, green and blue with the rgb() function. The same applies to color functions.
hsl() has limitations because the percieved color is not consistent accross hue, saturation and lightness values. That's why oklch comes in: it's a 2020 patch of the 1976 version of lch, that itself improves over hsl.
Also color-mix can be used in different color spaces. Transparency is available when two colors have a sum less than 100%, or mix one color with transparent.
In order to avoid repetition, custom functions is coming to CSS.
While some of what we looked at does require some setup — once it’s in place, we can create very robust systems, and, along with the static world of design software, it does beg the question if more design should be done directly in the browser.
#idea #project create the colors of a design system directly from the browser.
A 3D engine relying on HTML and CSS.
A feedback after 10 years of usage: https://sgoel.dev/posts/10-years-of-personal-finances-in-plain-text-files/
Le chat room accessible uniquement selon l'IP.
Côté technique, le site utilise des Server-Sent Events and a REST API.
For any song with a MIDI, it creates a mario-style (8-bit) version of it.
project: https://github.com/b1rdmania/motif
via https://korben.info/wario-style-game-boy-musique-midi.html
Website idea: enter the year you left school and the website will generate a list of outdated facts and concepts that you were taught at school and which have since been disproven.
What happens when your pricing lives in three places? The pricing page, the comparison table, the footer CTA. In markdown-land, you update three files. Or you build a templating system that pulls from a canonical source. At which point you've invented content references. At which point you're building a CMS.
What happens when legal needs to update the compliance language that appears on 47 pages? You grep for the old string and replace it. Except the string has slight variations. Except someone reworded it slightly on the enterprise page. Except now you need to verify each change because regex can't understand intent. Now you are building a CMS.
Markdown files are the content equivalent of denormalized strings everywhere. It works for small datasets. It becomes a maintenance nightmare at scale.
The solution is normalization: a single source of truth.
The author built an MCP server to merge content conflicts (similar to git, but not limited to lines).
Convert solar weather into audio
Selon le besoin ou une question, le service propose un tag HTML dédié: button, a, output,. ...
Website idea: enter the year you left school and the website will generate a list of outdated facts and concepts that you were taught at school and which have since been disproven.
source: https://mastodon.social/@cmconseils/115765594088135334
A website built with Astro
A list of tools: audit bookmarklets, HTML De-crapulator, Role Reverser, Diagnostic CSS files
Readur is a powerful and modern document management system designed to help individuals and teams efficiently organize, process, and access their digital documents. It combines a high-performance backend with a sleek and intuitive web interface to deliver a smooth and reliable user experience.
Les ressources nécéssaires sont cependant insuffisante pour un Raspberry Pi. D'autres alternatives existent comme PaperMerge ou bien Paperless ngx
(via https://korben.info/readur-gestion-documentaire-ocr-rust-autoheberge.html)
Make RSS from multiple sources that does not support them.
The first game written and played entirely in Rust's type system. Not just do you play by writing Rust code, the rules of the game are enforced by the Rust compiler! If you can write the program so it compiles and doesn't panic, you win!
A cross platform UI library to build to apple, android, web.
The project is available under https://github.com/water-rs/waterui