hash_bucket()

Projects

Ok. Short list of Projects I am currently working on: (Will flesh out when time permitts it…) This is private stuff, anything work-related is published elsewhere.

Software:

  • KIN – A family budget management software with nifty 2D/3D visualizations…
  • Rss59 – Tired of not finding an RSS reader with the functionality I need, I decided to build my own…
  • Ftp59 – For the same reasons as Rss59, I am building/improving my own FTP client…
  • Wreq - Software Development management tool. These packages are just too expensive… better to build your own…
  • Polar Circle – Data visualization and management app for Polar sport watches…
  • GEO-RSS – No description yet…

Life:

  • Planning to buy land and build a house in the vicinnity of Tokyo / Japan (Update 071125: Done)

Other:

  • Crows – A photo(something) on the life and deeds of the infamous but very smart crows in Tokyo
  • 紅葉 – How many human characteristics can be identified and illuminated through the falling leaves of autumn?

Leave a Reply

.

This blog has no clear focus. It has a focus though, it's just not very clear at the moment...

meanwhile, in the bat-cave:

  • @joltcan let's hope it stays 'til xmas!! 4 weeks ago
  • @sefr jo ti s? 4 weeks ago
  • looking for a good webhosting company in japan, with support for Ruby/MySQL/mail... any ideas? 国内でルビーの利用可のホスティングを探してます。お勧めはありますか? 4 weeks ago
  • should be sleeping, can't stop coding... 1 month ago
  • @kohji405mi16 True dat! But I have no LP player any more, and sadly most of the great new jazz that comes out is not released on wax.. 1 month ago

c

Dev Env.

Visual Studio 2008 Prof / NUnit / Gallio / csUnit / STools (ExactMagic) / doxygen / dxCore / TypeMock / TestDriven.net / SequenceViz / CLRProfiler / Snoop / Reflector / Mole / FxCop / Subversion / TortoiseSVN / SlikSVN / CruiseControl.net / msbuild / nant

Blog Stats

  • 26,943 hits

  • Paul Molyski: I ran into the problem of Premiere Pro 1.5 hanging on startup when I tried to run it from a cloned backup of my XP Pro system disk drive. Running the
  • LosManos: Instead of writing "DEBUG" everywhere one can do: private const string Debug = "DEBUG"; [System.Diagnostics.Conditional(Debug)]
  • LosManos: Running a client which talked to a web service I noticed: Only the client's System.Diagnostics.Debug.WriteLine calls were visible, not IIS's. But wh