What are you doing this week?

9 points by caius


What are you doing this week? Feel free to share!

Keep in mind it’s OK to do nothing at all, too.

ashwinsundar

I finally quit my day job! This is my last week, and self-employment starts on Friday, when the big experiment begins. This week, I'm revamping the mousehouse.bio landing page so it better expresses what the software is, who it's for, and how to sign up.

MouseHouse is nearly feature complete for a version 1.0, so September will be focused on getting this feature - animal colony management - out to researchers who work with mice. I have one customer right now (whose name ends in "arvard"), which is enough proof for me that there's something here worth pursuing.

nemin

I'm working on slop. It's a tiny Markov-chain generator I'm writing in Scheme. My pipe dream is to make it good enough to serve it on my site and tarpit wandering scrapers. (Basically a very much dumbed-down and non-Rust version of iocaine)

It is entirely possible that I won't be able to optimize it enough to make it viable as a tarpit (I'm not very good at Scheme), but I always wanted to make a Markov-chain generator so that I understand how they work, so it's a worthwhile experience either way.

timthelion

I am going to therapy again to hopefully become less angry. I am also hoping to be less sick.

hgrsd

I'm working on zopt. A small, fairly basic (deliberately, but also a bit because I'm a relative beginner at Zig) command line argument parsing library. My goal is to have something schemaless and super simple to use, but the flipside is the lack of validation and autogeneration of help text etc. I suppose there are very capable libraries available already that do just that - I wanted something a bit more bare bones :). It's been a fun way to learn some more Zig, including comptime programming.