Hacker News new | ask | show | jobs
by Foxboron 3495 days ago
Been writing iii and extensions for it the past week.

https://github.com/Foxboron/iii

https://github.com/Foxboron/wii

iii is an reimplementation of ii (http://tools.suckless.org/ii/) with TLS support and a few misc features.

Currently adding small tools over it to make an IRC client. The plan is to have iii as the client, wii as the web-protocol-client and then write tii as a terminal app which can either communicate with wii or iii directly.

It's a neat project to learn go and write small simple programs that come together.

The end goal is to also try stream some development and see how that goes. I really enjoy it so far.