TypeScript's 1:1 validator, optimized from editor to runtime. ArkType is a runtime validation library that parses optimized validators from familiar, type-safe syntax. It can be used to check external data like JSON payloads or forms at the boundaries of your code (similar to Zod or Yup).
Loop is a macOS app that simplifies window management for you. You can effortlessly choose your window direction using a radial menu triggered by a simple key press, and customize it according to your preferences with personalized colors and settings. You can easily move, resize, and arrange your windows with just a few clicks, saving you valuable time and energy.
libostree is both a shared library and suite of command line tools that combines a "git-like" model for committing and downloading bootable filesystem trees, along with a layer for deploying them and managing the bootloader configuration.
Trixter Proxy + tokio-netem: chaos engineering tools for Rust networking. It lets you inject latency, throttle bandwidth, slice writes (to simulate small MTUs/Nagle‑like behavior), corrupt bytes in flight by injecting random bytes, randomly terminate connections, and hard‑timeout sessions – all controllable per connection via a simple REST API.
Pinta is a free, open-source program for drawing and image editing. It combines intuitive tools with powerful features, making it easy to create, enhance, and manipulate images. Whether you're sketching or retouching photos, Pinta keeps things simple without sacrificing functionality.
3D Reconstruction for all - Brush is a 3D reconstruction engine using Gaussian splatting with WebGPU compatible tech and the Burn machine learning framework
UUIDv47 = v4 privacy + v7 performance : uuidv47 lets you store sortable UUIDv7 in your database while emitting a UUIDv4‑looking façade at your API boundary. It XOR‑masks only the UUIDv7 timestamp field with a keyed SipHash‑2‑4 stream derived from the UUID's own random bits. The mapping is deterministic and exactly invertible.