-
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…
-
Coderetreat in December solves quine problem in March
Yesterday I spoke to @MMz_ about my Space invaders quine. As is was a general meeting and a lot of people attended we didn’t have time to look into the solution properly. So I promised him to explain the details on a later moment. I think more people would like to know how the technical…
-
Devnology codefest: Space Invaders quine
As a participant in Devnology Code Fest Space Invaders, I immediately knew what the solution should be: A Space Invaders quine.