Viewing profile — kolar
kolar
HN member- Joined
- Tue, May 15, 2012, 9:05 PM UTC
- HN karma
- 23
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About kolar
No profile information was provided.
Recent public activity
-
comment
Comment #34071965
I can't agree more with this. Maybe 1 song out of 30 in Discover Weekly is worth to be marked as liked.
-
comment
Comment #33935738
Also Postgres is too slow for large analytical databases. You need columnar database to make fast queries on >1Tb of data.
-
comment
Comment #33935572
Be careful when using Postgres as queue with priorites, especially if your messages are large. Removing rows doesn't free up the memory in Postgres and vacuum could remove rows onl…
-
comment
Comment #20837036
Genetic Programming tries to do almost the same: ie. generate random programs/expression trees etc and then select the best one. NN gives you two adventages over that: you can opti…
-
comment
Comment #20828591
How is this different from genetic programming?
-
comment
Comment #16444907
Dart as a language is great. My biggest complaint for dart team is that they have abandoned Polymer Dart. For web we have now Angular which is overkill for small to medium non-CRUD…
-
comment
Comment #16185759
Monero is definetely not the only one in this club. For example: there is Numeraire which is actively used by data scientist on numer.ai. NMR has true value as long as Numerai hedg…
-
comment
Comment #15990632
Games like this one seems to be soo fun but when I'm back home after a whole day of coding I just can't find energy to write any more. I thought: why not create a game where you sh…
-
comment
Comment #12538809
It puzzles me also. Dart is solid language with great libraries, good tooling and still it is ignored by most developers. The truth is people from JS world seems to like 'cool' lan…
-
comment
Comment #12034895
I can recommend Polymer.dart, static typing + webcomponent encapsulation + polymer elements gives really good framework for webapps. It's still not in 1.0 but it's quite stable now…
-
comment
Comment #11657909
I've used Polymer.dart for browser game consiting mainly of simple windows. From that I can say the most important downside is the poor performance on mobile (even with shady DOM).…