Continuous, positionless algorithmic trading platform.
Strategies reason over balances, cost basis, and full trade history, rather than over isolated open and close positions. Available under commercial licence.
Everything currently maintained by the lab. Open a product for the detail, or go straight to its repository from the card; commercial work is licensed by arrangement.
Continuous, positionless algorithmic trading platform.
Strategies reason over balances, cost basis, and full trade history, rather than over isolated open and close positions. Available under commercial licence.
A simple, opinionated git wrapper for everyday workflow.
Speeds up and simplifies the commands you actually run all day, and scales to any number of projects.
Simple Hierarchical Config Language: forgiving to write, predictable to read.
Types live in your code rather than in the file, so there is no Norway problem, and one bad line never invalidates the whole file. Reference parser in Rust, with Go, C, and Python bindings.
ZFS automatic snapshot service for Linux.
Bug fixes and improvements over the unmaintained original, kept working against current ZFS releases.
The only terminal that smooth-scrolls lines on output.
Smooth-scrolls on output as well as on the mouse wheel, for silky and less-tiring long sessions. Smooth cursor blink and movement by default. Detachable multi-tabs, native split-panes, transparency with blur, background image, and a text readability scrim. Cross-platform, GPU accelerated where available, a single binary.
Serverless distributed database, with licensing, support, and team features.
The enterprise edition builds on the open core with the pieces organisations tend to require. Licensing terms are arranged directly.
A serverless distributed database that syncs over git.
The source of truth is an append-only text log, and the schema is a plain text file rather than SQL. Use it from a CLI, a TUI, or a self-hosted web UI, all from one static binary.
Convert any number of any size, to and from any base.
Over sixty predefined bases or define your own, including negatives and fractions. Also encodes and decodes binary-to-text across far more bases than basenc, and on average faster. A single static binary.
The Nemo file manager, freed from Cinnamon - and from Linux.
A hard fork of Nemo 6.6.4 with the desktop integration and every Cinnamon assumption taken out, so it runs standalone on any Linux desktop alongside whatever file manager is already there, and natively on Windows and BSD, with macOS to follow. One codebase, and dependencies compiled in rather than hunted down at install time.
A hardened Debian desktop, encrypted throughout and rooted on ZFS.
Full-disk encryption with ZFS as the root filesystem, unlocked at boot by USB key or remotely over SSH, booting straight to a signed Unified Kernel Image with no intermediate bootloader to carry its own drivers. Optional per-user home encryption and secure hibernation on top. Today it is a complete build recipe against Debian stable; a distribution of its own is the longer goal.
Short, sortable, privacy-preserving unique identifiers.
A UUID is 36 characters and sorts meaninglessly. A ZUID is a timestamp rendered in a compact base, so it is short, sorts in creation order as plain text, and mixes in host, user, or random components only when more uniqueness is actually wanted. Host and user are hashed by default, so an identifier does not carry where it came from. Ships as a standalone CLI, a Go module, and a C module.
A clean-room ZFS in Rust, under the GPL.
An independent reimplementation of the ZFS on-disk format that shares no code with OpenZFS and is licensed GPL-2.0-or-later, so the two can sit on the same machine. Sheds the Solaris shim layer, uses the native page cache instead of a reimplemented ARC, and targets Windows as well as Linux, BSD, and Solaris. Pre-alpha: the tree currently holds the design and the clean-room process that governs how the code may be written.