-
Reclaim Cloud & Troubleshooting Dates
I actually did this work on Friday, but I didn’t have the opportunity to write it up – just took a couple of notes so I could put this out today. As of Friday, I’ve figured out, at least for now, how I want to store and retrieve dates. When I retrieve dates, I want…
-
Logging Stats Across Sessions
So it’s been a while since I’ve made a blog post, but I’ve been working on my wordcounter/writing tracker app, and what I’ve been tooling around with recently is the question: how do I track information across sessions? By which I mean, if I run the program in Terminal once, how do I make sure…
-
Refactoring & Rewriting
So in the past couple of days I’ve been making a lot of… I suppose I’d call them tweaks, because nothing feels big enough to consider it a major change. Could I even make major changes in a two day timespan without just hunkering down and doing nothing else? Probably not. So what have I…
-
Messing Around with Python
In my ongoing saga of “How do I build a web app?” I decided that a good first start would be to build just a regular program that does the things I’d ideally like my first web app to do. In this case, in the spirit of National Novel Writing Month, I’ve been thinking about…