Daily Shaarli

All links of one day in a single page.

April 21, 2024

Greg Morris - Snacking On The Internet

The constant scroll is associated with a worry state.

Social network site can be at the end only a distraction.

Tips on Adding JSON Output to Your CLI App - Brazil's Blog

DO's:
Do Make a Schema
Do Flatten the Structure
Do Output JSON Lines for Streaming Output
Do Use Predictable Key Names
Do Pretty Print with Two Spaces or Don’t Format at All

Avoid special characters in key names
Avoid duplicate keys
Avoid very large numbers

nalgeon/redka: Redis re-implemented with SQLite

A basic reimplementation of Redis. I like to use SQLite for it.

Y2Z/monolith: ⬛️ CLI tool for saving complete web pages as a single HTML file
Verified curl | daniel.haxx.se

How the curl project prevents flaws such as the one of xz recently?