More on Productivity

Keeping yourself productive is hard – especially when you work for yourself. Years ago I came up with a solution to help myself – I called it my “To Done List.” To do lists were great, but it was easy to write them and still not achieve anything. The To Done List was different – you had to actually do something before filling the list. Seeing the list was basically empty at any point forced me to step up and get something done – even if it was small. It snowballed from there. If you finished one task, the next one would be easier.

I used to fill various notebooks with lists of tasks I had done. They didn’t have to relate to anything in particular. They also didn’t have to be work related. I tracked everything I did that took some time out of my day – even if it was fun. I’d track work I’d done, household chores, meeting with friends, games with my kids – anything that seemed worth recording.

I’d look back at earlier days, weeks, and months through this list. It showed me just what I had been up to. Not only did it motivate me on any given day. It also made me feel better about what I had been doing. So, instead of feeling the dread at piling up to do lists, I can see that I was actually making use of my time.

A month or so ago, this idea came back up for me and I decided to write an app to help me track tasks. Thus was born TaDone. I want other people feel the same motivation that I felt. The app makes it easy to record tasks. It even makes it easier to record commonly used tasks. The app keeps a list of your most common tasks. You can simply click on one to add it.

So if you are interested in trying it out, here is a link.

TaDone - finished task tracker
TaDone - finished task tracker
  • TaDone - finished task tracker Screenshot
  • TaDone - finished task tracker Screenshot
  • TaDone - finished task tracker Screenshot
  • TaDone - finished task tracker Screenshot
  • TaDone - finished task tracker Screenshot
  • TaDone - finished task tracker Screenshot
  • TaDone - finished task tracker Screenshot
  • TaDone - finished task tracker Screenshot
  • TaDone - finished task tracker Screenshot
  • TaDone - finished task tracker Screenshot
  • TaDone - finished task tracker Screenshot

Crafting an Income

Over the last year I’ve been working on my Craft Pricing Pro app. The app is useful and the interface is clean and easy to understand. I’ve also added many features including some basic inventory and sales tracking. I don’t know how many people will use those features, but they are there and they do work.

But, writing the app – although it can be difficult – is the easy part. The truly difficult part is the actual marketing of the app. It’s nice to have an app finished and available for sale, but it doesn’t really pay the bills until people start to purchase it. That’s the block I’m currently running into. The app works well and the little bit of feedback I’ve been given has been positive. But, the problem is that it hasn’t really been found by the many people that would find it useful.

Yeah, I know it’s ironic that I wrote an app so people can make more money with their own projects, but I’m struggling to make money with my own. The accounting math isn’t hard for me. It’s the actual selling. How to get people to first of all take a look at the app, and then how can I convince them that it will help them make money? It will, I know it will. When I was selling more crafting items, the earlier version of this app did in fact help me make more money. It’s why I wrote it and it’s why I feel strongly about marketing it.

So, with this I guess my newest effort is to avoid adding features or starting new projects. But, instead work on creating interest and sales in the projects I currently have out there. Yeah, that’s scary and difficult, but here we go.

Craft Pricing Pro
Craft Pricing Pro
Developer: Ducky Planet LLC
Price: $4.99+
  • Craft Pricing Pro Screenshot
  • Craft Pricing Pro Screenshot
  • Craft Pricing Pro Screenshot
  • Craft Pricing Pro Screenshot
  • Craft Pricing Pro Screenshot
  • Craft Pricing Pro Screenshot
  • Craft Pricing Pro Screenshot
  • Craft Pricing Pro Screenshot
  • Craft Pricing Pro Screenshot
  • Craft Pricing Pro Screenshot
  • Craft Pricing Pro Screenshot

My Newest Little Project

Sometimes it is worth stepping back from work related projects and focus on something that you find more fun. Over the last month or so, I started to work on a couple of these fun little projects.

The project I’m going to show here is a sand simulator. There is a short animated gif shown below.

This project came from watching a Youtube video where someone explained creating their own version of a sand simulation. I used many of their ideas, but implemented them in my own ways. What you see above is the current version of what I have been playing with. The app includes 8 different types of particles that interact with each other in different ways. Sand will pile up like sand does. Water attempts to level itself. Snow and ice pile up in their own ways and fire will turn water, ice or snow into steam that will rise off the screen.

There were many interesting techniques used to make this all happen with the main movement based on Cellular Automata theories. Each particles moves by looking at it’s surrounding neighbors and then decided how to move. For the most part, they only care about the 8 locations directly surrounding them. As simple as that sounds, it allows for some interesting and occasionally surprising interactions.

Doing this project let me work through some interesting programming issues, while at the same time giving me something fun to play with. A majority of the code fits in around 400 lines and it does everything you can see above.

So, if you find yourself stuck – step back and find a small project that appeals to you and work on that. It will not only better your programming skills, but it will also allow your brain to reset before you return to your actual work.