XTFC

A club for eXtreme friends.

We specialize in coming up with great ideas and then half-assing them because everyone has jobs and other hobbies. Whatever.

Mold

A fresh approach to managing common development tasks like running tests, checking code quality, or building documentation. Easily the most useful thing here.

Mold is heavily built around a few core ideas:

Read more...

XCL

A configuration language that's enjoyable by people and robots.

I dunno. Mostly just read the HCL explanation, but then throw in a paragraph about how I think HCL is kinda awkward sometimes.

Plus it's just not very eXtreme.

Milk

A modern, simplified porcelain for Git.

Git's UX kinda sucks a lot. It has an absurd amount of command overloading, inconsistency between commands arguments, overwhelming complexity, unpleasant defaults, etc. Milk aims to cut back on a lot of these issues and provide a more user-friendly interface to Git.

Mask

A cute lil programming language inspired by Lua.

vx

A modern terminal text editor.

This aimed to separate the user-facing command / editing interface from the backend editor implementation. The approach was to ship a text editor that exposed its editing API as a Python module, but with no functionality configured by default. vx would source your ~/.vxrc.py file within the scope of the editor, which could then configure any keybindings, syntax highlighting, windows / panes, etc.

It got half-assed pretty hard, but it was fun. Anyway, check out xi because it seems to be an even better idea.