Zbr's days.
November
Sun Mon Tue Wed Thu Fri Sat
     
29    
2006
Months
Nov

About :: TODO :: Blog :: RSS :: Old blog :: Projects :: GIT :: Gallery :: Notes

Wed, 29 Nov 2006

Perfect. Just perfect.


I'm talking about my climbing training, if you have not understood.
Actually there were nothing special from climbing point of view - the same traverses and bouldering, some progress here and there, bits of mixed traces and so on. But the whole training was extremely good - when interesting people smile to you and you smile to them, when you found new moving on the old trace, when body aching after the holds, when ... - all that small bits create excellent mood and I become to think that I just spent perfect time, and actually most of the time (I would even say overwhelming part of the time) I spent was really good.

/life :: Link / Comments (0)


OpenBSD hardware minihackathon is over.


Grange has really burnt them brains - in the brazilian pub he took away a guitar from singer and started to sing russian song "Moscow" with Sergey Esenin words.
I would say that Grange signs not that bad, and especially when he is drunk, and song itself is very good too, but the whole situation made it even better, so he was called 'the most talented man at h2k6'. It is quite possible. One can even find his records on the homepage (in russian).
So, it was very interesting meeting, as we can see.
Among good mood he also got bunch of various hardware, so I hope he will finally start hacking interesting stuff instead of slacking his ... fifth point.

/devel/other :: Link / Comments (0)


Multidimensional trie implementation.


Although long-running test was completed without errors (actually it is not interesting test at all, since 10 rules is a too small set), after some thoughts I've found a bug in the algorithm - I tried to avoid recursive searching in case of wildcard nodes found traversing trie, but it seems that it is unavoidable.
I also added trivial memory leak detector, which found another bug in algorithm - there is possibility to not free next-dimensional roots in some cases.
So I started to change algorithm itself, and although its theoretical ground is fully completed, practical implementation has a place where bug lives - I know exactly what is the bug and where is that buggy place in the code, what are the reasons, actually I know everything to fix it, but do not know how to make a good fix. Yet.

/devel/networking :: Link / Comments (0)