Viewing profile — newgame
newgame
HN member- Joined
- Mon, May 17, 2010, 7:52 PM UTC
- HN karma
- 321
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About newgame
Recent public activity
-
comment
Comment #17561269
Fair enough. Though I'd like to think that I presented clear arguments even though I didn't present _empirical_ evidence for my arguments. I presented ideas and logical steps how t…
- comment
- story
-
comment
Comment #17544568
Software quality can be measured in different ways. Software quality is not the only dimension to care about when developing products.
- story
- story
- story
- story
- story
-
comment
Comment #16477676
I have worked on the initial version of www.stiki.io. Our vision was to create a super fast/lean wiki for teams. It's a subscription based model. No stakes in the company anymore b…
- story
- story
- story
- story
-
comment
Comment #13560242
Location: Berlin, EU Remote: Yes Willing to relocate: No Technologies: Web/Frontend (HTML,CSS,JS), TypeScript, React, MobX, Kotlin, Android, Angular2, Java, Some backend experience…
- story
- story
-
comment
Comment #9698641
Yes, much better. For anyone interested, here's a link with background information: http://stackoverflow.com/questions/1196586/calling-remove-in...
-
comment
Comment #9695198
Good additional point that demands repetition: Don't mutate arguments to a (public) method if not absolutely necessary. Just to be clear, that does not make the approaches "incorre…
-
comment
Comment #9694525
What about iterating from the end of the list in this particular case. This way you don't need a temporary list for (int i = names.size()-1; i >= 0; i--) { String name = names.get(…
-
comment
Comment #9052311
Very cool to see my master's project here on hn! Let me give you some background information. The idea for 7GUIs was born while I was writing my master's thesis Comparison of Objec…
-
comment
Comment #8437991
> The first case would be a compile time error in Kotlin FYI, Kotlin will have the same behavior as Ceylon in the future, i.e. it's going to be a runtime error in the first case: h…
-
comment
Comment #8068524
Another, imho, more appealing Swift on Android is Kotlin http://kotlinlang.org/ It shares many features with Xtend but offers more. It has the opposite "problem" wrt IDE support th…
- story
-
comment
Comment #7965358
From what I understand, although Conal Elliot coined the term FRP first in a relatively narrow sense, today the term FRP is used much more freely to describe reactive programming u…