I’m a contributor to various DeFi projects I use, including Drift Protocol, its keeper bots, and Mango Markets’ V3 Liquidator. For the last few years I’ve been coding for myself, however, while I help projects like Marinade and open source-focused teams like Equilibrium with strategy.
Morat is a proof-of-concept for a pseudonymous reputation system.
The key goals are for it to:
You can find a description of the method on this document, along with the on-going design considerations.
You may also want to read up on distributed[C], a now-inactive project where I initially described a lot of my views around identity and designing for personas.
Below are a few of my older open source projects, published on my Gitlab and Github pages.
They are:
I’ve also contributed in the past to Faraday, the Clojure DynamoDB client; Hickory, a library for parsing HTML into Clojure structures; and TickedPriorityQueue, a small .Net library for priority-based event ticking.
Inspired by Vicki Lai’s post on ephemeral tweets, Birdshot is a ClojureScript bot for periodically cleaning up your tweeter history.
Very much a work in progress, you can find the upcoming changes on the repository.
Relevance is a smart tab organizer for Chrome, written in ClojureScript.
It keeps private statistics of how long do you spend reading a page. When you activate it, it’ll create a natural arrangement sorting the tabs by a heuristic based on the time you’ve spent on the page and the site it belongs to. It will also decay these statistics, so that pages or domains you haven’t visited in a while gradually become less relevant.
It’s built using Khroma, re-frame and cljs.async
.
You can find the repository on Gitlab. Here are the posts related to it and a longer description with version notes.
Macchiato is a new ClojureScript project started by the indefatigable Dmitri Sotnikov. The goal is to provide a platform for building ClojureScript-based apps on top of Node.js
It’s greenfield work, since up until now most effort for ClojureScript has been on the browser side. I am currently helping on defining database access. This has turned out to be a small library factory, as we test different approaches on a scratchpad project and spin out sections that we realize can be useful libraries on their own (such as macchiato/sql and macchiato/futures).
Macchiato and its satellite libraries are released under the MIT license.
Khroma is a library providing idiomatic Clojure access to the Google Chrome extension API. It’s distributed as an Eclipse-licensed ClojureScript library.
Khroma was started by Suprematic, and it’s still available on their Github repository. I took over active development while working on Relevance, an experimental tab analysis and organizer. I also created Khroma-tests, a set of examples and tests handling the very peculiar case of testing a Chrome extension. khroma-tests
is included on the main khroma repository as of release 0.3.0.
Tropology is both an experiment on visualizing thematic conceptual relationships, as well as a sandbox in which to test Clojure libraries and methodologies. It periodically crawls TVTropes.org, parses its content, stores it into a PostgreSQL database, then lets users walk through the topics discussed while visualizing a concept interest graph.
It’s built using Reagent as a React wrapper and following the re-frame pattern for reactive programing. It’s released under the Eclipse Public License.
You can read more about Tropology on the articles I’ve written about it on this site.
The Kinect2Remote is a MIT-licensed .Net library for transferring Kinect 2 body information over the network using RabbitMQ. It allows for sharing a sensor across multiple machines, off-loading heavy calculation to remote computers, centralizing data from multiple sensors, and many other uses not available directly on the Kinect2 SDK. Users can easily write their own body-processing functions as plugins and include the resulting data on the information being sent.
I have used it on multiple interactive installations to transfer body information from multiple Kinects into a single rendering machine. This allowed us to share data and allow remote computers to implement more expensive heuristics without interfering with rendering.
UnitySteer is an open-source MIT-licensed AI library of steering behaviors for autonomous agents, which can be used to have a group of agents reacting to each other such as flocks of birds, human crowds or animated particles.
UnitySteer provides granular performance control, allowing you to configure how often are an agent’s force calculations run (otherwise they’re just interpolated), how many agents get updated per frame, and their priorities.
It’s in use on multiple Unity projects, both by myself and by others, including our interactive installations for the particle agents you can see on the video on the home page.
There’s two UnitySteer-related repositories:
You can find the latest articles here.
LibNoise.Unity is a C# LGPL-licensed library for coherent noise generation that can be used to procedurally create natural behaviors and formations that do not appear repetitive to the viewer.
It is provided as a set of C# classes that you can build into a DLL, or embed on your project. LGPL is much more permissive than GPL, but make sure you read the license before embedding it on an application.
Published: 2015-11-04