C++, Java and C# Light-Weight-Logger
Yet another logging library where spdlog, log4j, and Serilog already dominate.

Yet another time formatter when date-fns and dayjs already do this.
Frontend developers building UIs with timestamps
date-fns · dayjs · moment.js
import { formatRelative } from '@appents/human-time';
const past = new Date(Date.now() - 5 * 60_000); formatRelative(past); // "5m ago"
const future = new Date(Date.now() + 3 * 3_600_000); formatRelative(future); // "In 3h"
```
And
```
import { formatRelativeLong } from '@appents/human-time';
const past = new Date(Date.now() - 5 * 60_000); formatRelativeLong(past); // "5 minutes ago"
```
Yet another logging library where spdlog, log4j, and Serilog already dominate.
SQLGlot-powered formatter for Python-embedded SQL with template-aware skipping.
Native macOS menu bar tool that inserts formatted dates directly into any text field.
Solves a problem that template literals should have solved themselves.
Faster Rust rewrite of emacs bibtex-mode for Org Roam bibliographies.
Native binary format beats JSONEachRow by 2–8x on large payloads with ZSTD compression.