For programming software as a hobby or pastime, external to career development. Share your work and interests!
What are you working on? (07/21/2016)
Join in on the conversation!


For programming software as a hobby or pastime, external to career development. Share your work and interests!

For programming software as a hobby or pastime, external to career development. Share your work and interests!
I'm in a place with sometimes very poor internet so I'm writing a little app to share a chosen iOS media asset over http to local users.
Bah, it was supposed to say "this week" in the title but I messed it up.
It's clear enough what the intent was, at least :)
Adding features/bugs to a python script that scrapes the website for my thermostat for the temp and settings on the thermostat then pulls the temp from a DHT22 attached to the host (a Raspberry Pi 2) and logs them in a file.
Debating RRD or some other time sequence database and graphics producing mechanism or just just throwing the recorded data into sqllite(or something else) for historical purposes. RRD is something I use a lot at work but I've never had to configure it and while useful it seems limited in the quality of its output. Just kinda stuck choosing a tool at the moment.
I am rebuilding my journal with React/redux and making it a single-page app for funsies
NAT Traversal for accessing a home IoT device when away from home.
I started helping a friend of mine with a shmup he's making. Originally, I was just going to do the art, but when I uploaded the first sprite I really wanted to see it in action, so now I'm also doing some coding as well. :)
I'm writing a small java app to poll my router and tell the computer what other devices are on the network. I'm sure there are CLI friendly ways to do this quickly on linux, but I'm looking for something that'll work on Windows too, so I decided to just parse the html of the page my router generates anyway. Hopefully I'll be able to leverage this into things like turning on some lights when I get home, or turning on downloads when no one is home.
I'm also still working on my wallpaper/movie poster downloader, and I'm trying to read up on the best way to make a web app that I'm planning. Any advice on the latter would be appreciated!