1. 5
    • I got ivy-feedwrangler published!
    • Hoping to continue to push on a Github app idea I have.
    • Also working on getting my personal blog deployments squared away.
    1. 5

      Working on a native Slack client for macOS, in Swift 4.

      Preparing to interview for a compiler engineer position.

      1. 1

        holy cow this needs to be a thing! I’d love to see how you get on.

        1. 2

          It’s not quite ready for public beta and doesn’t have a proper website yet, but you can get notified when a release is ready, if you want. :) https://taut.netlify.com

          1. 1

            Great, thanks! Signed up!

        2. 1

          What kind of compiler you going to be working on if it’s not NDA’d or anything?

          1. 1

            I did sign an NDA, unfortunately. It’s a very domain-specific thing.

            1. 1

              All good. Least you might get to do some interesting work.

        1. 1
          • Finished ivy-window-configuration last night which I’m very happy with.
          • I’d like to finish a github status package I’m putting together for emacs, but we’ll see how that goes.
          • That work has also lead to the beginnings of a Github app ¯_(ツ)_/¯.
          1. 3

            Web scraping is gross but incredibly useful. I’ve put together a cookbook of sorts for scraping with node. Maybe it’ll be helpful to folks just starting out.

            1. 4

              For medium sized to large projects the “happy path” to me is to write specs as early as possible and to document as you go. The trick is to keep writing specs and updating docs as the software evolves.