Sonntag, 17. November 2013

How green tea ages

This is what happens to green tea after two years.

Fresh Hou Kui tea

Two year old Hou Kui tea
The older tea did not really go bad. You can still drink it. But just smelling on it, you can immediately notice that a lot of the finer aroma has vanished.

Sonntag, 21. Juli 2013

Compiling with scaladoc for stupid people (includes me)

Since I had some problems compiling my documentation with scaladoc, here is a short description of how to use it (in Linux).

A lot of my problems probably arose from the fact that I use the scala Eclipse plugin and never had to compile something more complicated with scalac.

Example:
src/ contains the source code files
javacvcppjars/ and breeze/ contains some libraries in .jar form

My call to scaladoc:
scaladoc -d doc -cp javacvcppjars/javacv.jar:javacvcppjars/javacpp.jar:javacvcppjars/javacv-linux-x86_64.jar:javacvcppjars/ffmpeg-1.2-linux-x86_64.jar:javacvcppjars/opencv-2.4.5-linux-x86_64.jar:breeze/breeze-learn-assembly-0.4-SNAPSHOT.jar $(find src/ -name *.scala) 
-d doc ... Tells scaladoc to put the documentation in a new directory named doc

-cp ... Colon separated list of all used libraries

$(find src/ -name *.scala) ... Will be replaced by a white space separated list of all .scala file names in src and all its sub directories. You could also manually list all source code files here separated by a space.

So in the end it is all pretty obvious. If you know how to compile scala or java without an IDE ;)

Mittwoch, 26. Mai 2010

Performance problem with ATI on Ubuntu

So I had a bit of a performance problem since using Ubuntu. Which I am using for about 2 years now. (I didn't use Linux before that for quite some time so I assume its not just a problem with Ubuntu).

At the end I got an AMD Phenom II X4 and a pretty nice graphics card so that should not have been a problem. And yes: I of course used the proprietary drives from ATI.

The symptoms:
  • Firefox was slow. Scrolling was stuttering especially when viewing a complex site and changing the font-size/"zooming" took up to a few seconds.
  • Flash was extremely slow and so was Acrobat Reader.
  • When dragging windows around the screen the computer became slow and it didn't feel very fluid.
  • Many Java based programs also ran very slowly.
  • All in all the whole system just felt pretty outdated and underpowered despite the used hardware.
Last week I finally replaced the graphics card since my old one was starting to make noises. I switched to nVidia since I could get hands on a passively cooled one pretty easy.

And I have to say WOW: That 50€-card made a fluid, snappy system out of my box.

So I am not sure what to make of this because I couldn't find that much current stuff about ATI being crap on Linux. But if you are experiencing similar problems you should really try using something else than ATI. Maybe its gonna work for you too.

Freitag, 5. Juni 2009

How a Second Grader Beats Wall Street


Gestern bin ich endlich dazu gekommen "How a Second Grader Beats Wall Street" fertig zu lesen.

Im Grunde geht es um Indexinvesting. Genauer gesagt um ein sehr einfaches Konzept in dem der Aktienanteil durch 2 Fonds abgedeckt wird die sehr breit gestreut sind (Wesentlich breiter als ein gewöhnlicher Index wie der S&P500). Einer für US und einer für den Rest der Welt. Also durchaus so wie ich mein Investing auch betreibe, desshalb kann ich das Buch in der Hinsicht durchaus empfehlen.

Nachdem es sich um ein amerikanisches Buch handelt gibt es natürlich die üblichen Probleme. Auch wenn ich gerne einen Fond bzw. ETF kaufen würde der faktisch alle europäischen Aktien enthält gibt es so etwas meines Wissens nach bei uns einfach nicht. Die breiteste Streuung dürfte man mit einem Indexfond auf den Euro Stoxx 600 bekommen. Und auch bei einem Fond für den Rest der Welt schaut es ähnlich düster aus. Dort gibt es zwar z.B. den MSCI World welcher allerdings nur die Industrieländer abdeckt. Man muss also z.B. mit einem Indexfond auf MSCI Emerging Markets ergänzen.

Im Endeffekt muss man hier in Europa also um einiges mehr an seinem Portfolio "herumbasteln" und erreicht vermutlich trotzdem nicht die breite Streuung die man durch zwei wirklich breit angelegte Fonds erreichen würde.

Weiters sind die ganzen Tipps zur Besteuerung bei uns nicht verwendbar. Das ist aber zu verschmerzen, da sich das Buch nicht über Gebühr mit diesem Thema beschäftigt.

Mich persönlich hat auch der Aufhänger des Buches von Zeit zu Zeit gestört. Das ganze Thema ist in eine Geschichte verpackt in welcher der Autor seinem 8 jährigen Sohn das Investing beibringt. Die Aussage: Investing ist so einfach, dass es ein Schüler in der 2. Klasse kann. Die Gespräche und angeblichen Aussagen seines Sohns wirken aber oft gekünstelt und nervig. Trotzdem liest sich das Buch durch die Aufmachung lockerer als andere Bücher zu diesem Thema.

Jedem der Interesse daran hat langfristig Vermögen aufzubauen und vom Spekulieren an der Börse nichts hält kann ich das Buch ans Herz legen. Ergänzend möchte ich noch Unconventional Success: A Fundamental Approach to Personal Investment empfehlen. Die gleiche Grundaussage, aber anders (wissenschaftlicher) aufbereitet.

Donnerstag, 4. Juni 2009

Facebook

Ich bin jetzt bei Facebook und weiß eigentlich garnicht was ich da soll.
Wo soll das nur alles hinführen? :)

Mittwoch, 3. Juni 2009

Das neue Blog

Nachdem in meinem anderen Blog ein spezifisches Thema behandelt wird und ich immer wieder mal was schreiben wollte was eigentlich nicht dazu passt gibts hier also mein neues Blog ohne Thema aber mit hoher Chaos- und Müllwahrscheinlichkeit.

Trotzdem viel Spaß ;)