Weekly Shaarli

All links of one week in a single page.

Week 38 (September 18, 2023)

GitHub - aidin36/tocc: A tag based file management system.

A tag based file management system. Somewhat similar to TMSU the metadata management works a little differently.

Where tmsu lets files lie where they are and uses last-changed and hashes (I believe?) to identify files,
tocc makes you 'import' files into a special tocc-managed directory.
You can assign tags same as with TMSU (though it does not have tag=value tags).

It also provides a toccfs, similar to the tmsu fs, to find your files in, e.g. tocc-fs-mountpoint/tag1/tag2/tag3/files. It will show tags as directories and files as files, very simple.

Having tocc manage the directory to me is worse than the simple hidden directory of TMSU,
but doing so means the directory does not have to constantly be repaired like TMSU does whenever a file is changed
(or moved but you can't move in tocc-land anyway).

The tocc fs seems a little simpler in approach and I really like it, may prefer it to the TMSU query/tags substructures.

Conventional Commits

A specification for adding human and machine readable meaning to commit messages.

Fits very well together with SemVer semantic versioning.

GitHub - hyperdxio/hyperdx: Resolve production issues, fast. An open source observability platform unifying session replays, logs, metrics, traces and errors.

Resolve production issues, fast. An open source observability platform unifying session replays, logs, metrics, traces and errors.

Mimicking datadog. Seems powerful but overkill for most of my applications.

What are some great open source games? - tchncs

Long list of good open source games, especially RTS games.

GitHub - tauri-apps/tauri: Build smaller, faster, and more secure desktop applications with a web frontend.

Electron but slimmer basically. Can theoretically be super multi-platform (including mobile soon-ish?).

Allows you to write JS/Typescript for frontend stuff for the desktop just like electron