Links

arktypeio/arktype

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).

evanw/kiwi

A schema-based binary format for efficiently encoding trees of data

mafik/keyer

Firmware & goodies for making a Keyer (one-handed version of a chorded keyboard)

MrKai77/Loop

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.

nexte.st

a next-generation test runner for Rust projects

ostreedev/ostree

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.

brk0v/trixter

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.

typst/typst

Typst is a new markup-based typesetting system that is designed to be as powerful as LaTeX while being much easier to learn and use.

hypr.land

Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.

pinta-project.com

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.

docs.astro.build

Official Astro documentation - comprehensive guide for building static sites

ArthurBrussee/brush

3D Reconstruction for all - Brush is a 3D reconstruction engine using Gaussian splatting with WebGPU compatible tech and the Burn machine learning framework

tracel-ai/burn

Burn is a next generation Deep Learning Framework that doesn't compromise on flexibility, efficiency and portability. Built in Rust

kyjohnso/skysplat_blender

SkySplat is a Blender addon that simplifies the workflow for creating 3D Gaussian Splats from drone footage

tailwindcss.com

Utility-first CSS framework for rapidly building custom user interfaces

stateless-me/uuidv47

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.