-
financial independence
Happy new year to everyone I wish you all a healthy and succesful 2016! In my previous post I mentioned that I would explain more about my path to becoming financially independent. What is financial independence According to wikipedia financial independence means: Financial independence is generally used to describe the state of having sufficient personal…
-
Review 2015, plans 2016
Has another year really flown by? My Calendar definitely says yes. So it is time to look back at 2015 and make plans for 2016.
-
Naive Bayesian Classifier on transactions
For a long time I have the idea to enhance my BudgetApp application with machine learning techniques. After trying a implementation of the K-nearest-neighbor algorithm. I finally use a bayesian classifier implementation which works quite well.
-
Is income equality in companies a key to success?
After the TED talk by Richard Wilkinson about life expectancy and income (in)equality I wonder if the same correlation exists in companies.
-
Leaky abstractions in JPA eclipselink
In our team we use JPA, EclipseLink to be precise. Now we start stress testing we notice something weird. The child relations of a entity are not updated if we only save the child. Probably we can prevent it by some configuration/annotation or other way, but we use an ORM to make sure we don’t…