Bystroushaak's blog / English section / Weekly updates / Biweekly update 2019-12-08; Projects and work organization

Biweekly update 2019-12-08; Projects and work organization

Overall quite productive two weeks, but I didn't do much programming on my own personal projects.

Work

I've been doing a lot these two weeks. Specifically, I was creating integration tests for gigantic PyQt application. I have to say, that this sux much more, than expected. I've ended up creating my own pseudo-framework for testing, loosely based on pytest-qt and strapping together all kinds of reflection in the PyQt framework to dynamically wait for dialogs.

The task looked simple enough, but went to shit pretty quickly, because half of the reflection present in the PyQt segfaults randomly. For example QApplication.activeModalWidget() segfaults if you call it too often, and with some weird combinations of events, like when you click on button using pytest-qtbot and then you query .activeModalWidget() too quickly after that. Code now mostly works, but it is padded with random time.sleep() and bunch of methods that should provide reflection had to be rewritten in really inefficient ways.

I've recommended to management to buy Squish, which seems like only working tool, but it is really expensive (like 2-8k€ / year) and so far it isn't clear whether they'll follow my recommendation, so I'll probably continue with creating my own custom micro-framework for GUI testing. Sigh.

Object wiki update

I've decided to put all kind of notes I have about my concept of personal wiki to one place, in form of mindmap:

(Sorry, full version is available only for my patreon supporters)

I've also decided that I want to think about it more often, so I've put it on my wall:

I am now in the middle of sorting individual steps by priority and creating a detailed road map for the first version.

Several books I've read in the last six months suggested that context-switching is really costly and that it also breaks the flow, so I've decided to try different approach than usual and try to actually plan most of the work in advance. That is to create list of all widgets and blocks of functionality that I want to create for the first version and then just go and do one task after another without the need for lengthy thinking periods.

In many ways, it should be really similar to the workflow we use in work, except just for one person and on personal project. This may feel weird, but I kinda feel like I may like it instead of the standard chaos and "reconnaissance by combat".

I've researched all kind of tools for kanbans in the past and basically concluded, that everything sucks hard. Even companies that actually sell kanbans for living, like Trello, suck and don't really offer the features I would like to use. For example, dependency graphs of issues, or sub-task and so on. Jira could probably do the trick, but not without heavy modification and it was horribly slow on my own server when I've tried the trial.

So, I've decided what the heck and began to create kind of a dependency graph and list of task in one place. Each task has an icon next to it, similar to this list of features for tinySelf: http://kitakitsune.org/sync/visualisations/tinySelf/tinySelf_todo.jpg.

And there are road maps with features under them, and each feature is split into multiple sub-tasks, which sometimes link to other tasks using dotted arrows. Progress should be checked against this mind map, and it will be updated periodically to track what got done and what needs to be researched / updated. Issues on the Github will correspond with subtasks.

Here is a taste of how the overall layout looks like. I feel like I want to keep the project private at the moment, so the image is really lowres and just to get an idea of what I am talking about:

What do you think about this kind of work organization? Email me or shout @Bystroushaak on twitter to let me know.

Book report

I've read Orbus by Neal Asher for the third time. It was great, as always.

I've also finally finished John von Neumann by Norman Macrae. It was .. kinda strange. Not bad, but at the same time I feel like I would like something deeper.

Anyway, I am working trough the Organized mind and Lateral thinking in desperate attempt to crunch down my todo stack.

(This is not the todo stack, this is just the part called "top of the stack")

And I am still in the middle of the Makers by Stross and also Use of weapons by Banks in ebook reader.

Writing

Like last time I've published "standalone" article, LVR-15 research reactor near Prague also created nice bump in traffic, but that's it. After day or two, it drops back to zero (actually, there is something like 300 visitors every day, but mostly bots).

Random stuff

DNA sequencing

I've got my results from DNA sequencing. I was quite shocked that raw download has something like 111GB and thats after compression with gzip. At the moment I am repacking the results using lrzip, but it goes slowly. Really slowly.


Activity board

I've spent absurd amount of time trying to build activity board for my 1.5 years old daughter. In case you don't know what an activity board is, its usually wooden plate with bunch of random stuff put on it. Kids like to go and play with it:

I got carried away and I've spent probably more time that I've should by giving it this paint job. It was first time I've played with paints, and really long time since I've been playing with wood.

There is still bunch of stuff that should go in, I'll post results when its done. Here is a temporary notion.so page which I am using to track the progress, if you are interested: https://www.notion.so/sharedmindspace/Activity-board-veci-12f79fcd749949008fd81ed99166f4e9


💡
Yes, my English is probably horrible, but this kind of blog post doesn't qualify for (paid) grammar corrections yet (there is stuff with higher precedence in queue). If you want to change this, subscribe to my patreon. Even with a $1 / month, you can make a difference.

Relevant discussions

Become a Patron