Lata Velha Discord Bot

I’ve recently spent some time writing a simple discord bot, which I call “Lata Velha”. The bot was inspired by a discord server where, in the “random” channel, a bot would serve drinks to users (usually tea) and respond to “good day/good night”. I wanted to reproduce that in my own personal server. I know […]

Tiny Projects for Learning Programming

Julian Evans wrote a wonderful blog post about tiny programming projects. They are things like scrapping the webpage of a festival to make a calendar, or generating crossword from text files. I too love writing these little, single use programs. I think this is why I like teaching intro to programming and doing programming contests […]

Sunday Links

In the past two weeks, I have been trying to chip at the huge pile of links I have in my Pocket and Twitter accounts. Here are some cool links I cleared up this Sunday: NN-SVG: This is a javascript program to create SVG visualization for traditional neural networks, such as FCNs and ConvNets. This […]