Quotidien Shaarli

Tous les liens d'un jour sur une page.

October 29, 2025

Generate API Documentation Effortlessly from your Phoenix/Elixir code – Part1 | Swagger Blog

Generate API Documentation Effortlessly from your Phoenix/Elixir code – Part1

GPUI Component

GPUI Component
Rust GUI components for building fantastic cross-platform desktop application by using GPUI.

johannschopplich/toon: 🎒 Token-Oriented Object Notation – JSON for LLMs at half the token cost
thumbnail

Token-Oriented Object Notation (TOON)

Token-Oriented Object Notation is a compact, human-readable format designed for passing structured data to Large Language Models with significantly reduced token usage. It's intended for LLM input, not output.

TOON's sweet spot is uniform complex objects – multiple fields per row, same structure across items. It borrows YAML's indentation-based structure for nested objects and CSV's tabular format for uniform data rows, then optimizes both for token efficiency in LLM contexts.

pilet

pilet.

pilet (c/n: consolo) is an opensource portable mini-computer powered by pi5 with 7-hour battery life. coming in 5-inch and 7-inch variants.

Fast TypeScript Analyzer – FTA

Fast TypeScript Analyzer

FTA (Fast TypeScript Analyzer) is a super-fast TypeScript static analysis tool written in Rust. It captures static information about TypeScript code and generates easy-to-understand analytics that tell you about complexity and maintainability issues that you may want to address.

FTA uses swc
to parse your code then runs various analytical routines against it to understand how complex and maintainable it is likely to be. JavaScript code is also supported.

fnox

fnoxFort Knox for your secrets

Manage secrets with encryption or cloud providers - or both!

ClockworkPi | Open Source Hardware
thumbnail

uConsole

Keep online at all times with the 4G/LTE* cellular modem expansion module.

Through the open-source ecosystem, truly encrypted communications are available at your fingertips.

The all-metal construction and QWERTY backlit keyboard link the free software to the field

dotenvx | a secure dotenv–from the creator of dotenv
thumbnail

A secure dotenv – from the creator of dotenv

Plaintext .env files have been a major attack vector, but they've also been undeniably useful – even AWS uses them.1 What if you could encrypt them? Now you can with dotenvx. Dotenvx encrypts your .env files – limiting their attack vector while retaining their benefits. It's free, open-source, and built and maintained by the creator of the original dotenv. – Scott (Mot) Motte