315 private links
All quotes of Notepad++ are available in its source code
Indeed AI is coming
White text is better seen on orange background, although it has lower contrast. It requires more effort.
Black text seems less readable by the majority but it is better for some users.
There is no clear distinction.
Une définition de foin à volonté
Template for a Directus and Nuxt project
Tools that developers can need
𝗡𝗼𝘂𝘀 𝗻𝗮𝗶𝘀𝘀𝗼𝗻𝘀 𝘁𝗼𝘂𝘀 𝗴𝗹𝗮𝗻𝗱𝘀 𝗽𝗼𝘂𝗿 𝗱𝗲𝘃𝗲𝗻𝗶𝗿 𝗰𝗵𝗲̂𝗻𝗲 𝘂𝗻 𝗷𝗼𝘂𝗿.
You simply substract the side distance [y-axis] from the larger corner radius.
That way you end up with the right one for the smaller shape.
Seen on Twitter but I could not find the author again
On nous a dit que le nucléaire, c'est dangereux.
Cela reste cependant la source d'énergie la plus viable !
Une instance, celle d'ataxya :)
A cool project for migrating a lot of mixins
The documentation tool build with Nuxt on top of vue is here
Belle initiative !
Framasoft propose des liens
Fast documentation generation for a backend in PHP
import { v4 as uuidv4 } from 'uuid'
export const useId = () => {
const prefix = uuidv4()
const $id = (name: string) => `${prefix}-${name}`
return { $id }
}
It can work with the crypto module too.
Represents user journeys or user flows as a map.
SQLite that is not relational but using key/value pairs
- Key-value database: It is a non-relational database that stores data as a collection of key-value pairs, where the key is used as a unique identifier. KVDB has simple operations and robust scalability.
- Time Series Database: Time Series Database (TSDB) stores data in time sequence. TSDB data has a timestamp, large data storage, and high insertion and query performance.
Shows custom emoji for Mastodon/Pleroma instances
and the repository link: https://github.com/iliana/emojos.in.
The UI is minimalist and can be improved :)