2018-12-28

Merry christmas & happy new year 2019!

The tumbleweed rolling over this blog and the the OctoMY website might not give it away, but I assure you, under the surface there really is a lot going on.



So now that is juletide and we are at brink of the new year, it felt only right to reveal a few highlights that hopefully will be followed up with some good news early to mid 2019!

So to start, we now have 2 workshops, not just one. Yes that is right! The garage has continued to mature as a mechanical workshop, and we now also have a brand spanking new electronics workshop in the basement.






We have also hoarded a lot of new tools and parts. Mostly it is boring stuff like a resistor collection, heat shrink tubes and zip-ties but there are also a few cool things, like a stereo microscope with camera, hot air station and a karaoke machine (!!!).



And there has gone a lot of preparation into starting the YouTube channel. Cameras are in place, storage server for content has been set up, dedicated editing laptop is in place to name a few.

On the software side, a lot of important work has been put in place over this year. We have really struggled with some hard bugs, and killed many of them. A complete list of the remaining work before we have a first release will be revealed on the anniversary summary of the project at 7th of January 2019, but here is a short summary:


  • The async store has finally been completed FINALLY!
  • The first successful build on the windows platform was done (thanks to the excellent folk over at HolbergEEG for giving me a chance to get back into windows dev for money)!
  • Repairing the sub-systems that fell during the async store restoration process.
  • Built a tool to replace the official website, and to migrate content from it.
  • Lots of tiny stuff
    • refactoring
    • cleaning up
    • removing small bugs
    • removing inconsistencies
    • removing compiler warnings
    • adding useful comments
    • etc.


And finally, the most important of all; we have made the biggest decision for the project a few days ago. We realized that async store was just an example of a whole breed of problems that will occur in the near future. For every grand bug or architectural problem we fix, there is just another one lined up to take it's place. It has become impossible to plan for success, we are in a reactive stance.



To get away from this, we have made a very tough decision. It is tough because it means a lot of hard work, and a lot of time that we really did not want to take on, as we already have our hands full with other meaningful stuff. But in an effort to take back control over the project we have decided to pull "a Netscape". That is, to stop development on the current version as it is, and instead build a version 2 that will copy only the working parts from the existing project, and gluing things together in a better, more documented way.

In the business world this decision is often frowned upon as a bad move. The risk is that the effort will take much longer than first anticipated. One often underestimates the good aspects of the version you already have. After all it is the culmination of ALL the work you have put into the project so far!

On the other hand, we are not a business, and we know our code base very well. It is reasonably modular and structured. Few things really inter-tangle all that much except the parts that we are trying to fix, and those are the parts we want to work on anyway. By re-establishing the code base part by part will give us an opportunity to separate concerns even further, to remove old legacy stuff, to re-organize, document and simplify everything thoroughly.

Most importantly, it will allow us to separate what definitely works from what remains to be made/fixed. There will be no more guesswork as to how much remains before the project can be crowned with its first release. And just knowing this alone we felt was worth the effort.

Work is already underway. We have decided to do this in-tree. That way the history of the parts we use will be somewhat maintained. We also don't need to fiddle with extra repositories. In other words, everything will remain as it used to be for the most part, but you can now open a new OctoMY.pro file from integration/v2/OctoMY.pro if you would like to work on this new version.

On behalf of OctoMY, I would very much like to wish you a merry christmas and a hapåpy new year 2019!