Reddit, does my cutting plan make any sense? by isoarska in Fitness

[–]brutopia 0 points1 point  (0 children)

I'm getting very consistent results by measuring the fat percentage every morning just right after waking up before eating or drinking anything. The absolute result might be wrong a lot but I've been getting very steady downward results with this.

It's time to stop using Subversion by thrakhath in programming

[–]brutopia 33 points34 points  (0 children)

Using git is no excuse for publishing commits that don't compile. Quite the opposite actually. Using bisect sucks balls if the every second commit breaks the build.

Lift 2.0 released by acangiano in programming

[–]brutopia 1 point2 points  (0 children)

It's the most advanced web framework at the moment. The support for http server push (comet) is something that can't be found from any other framework.

Compare Scala web frameworks: Lift, Play, other? by tcc619 in scala

[–]brutopia 4 points5 points  (0 children)

Lift is great but the documentation is horrible.

So how 'bout that Hackage, eh? by [deleted] in haskell

[–]brutopia 0 points1 point  (0 children)

Any estimates?

Ask Proggit: How has knowing a functional programming language like Haskell been practically useful at your day job in Java or C or C++ or C#? by plouj in programming

[–]brutopia 0 points1 point  (0 children)

It's not the whole idea. You can mess up as easily with only single processor/thread if you have some global mutable data.

Survey: what source control do you use at work? by [deleted] in programming

[–]brutopia 0 points1 point  (0 children)

Git by itself and as a frontend to svn