Live data from Hacker News

Viewing profile — newgame

newgame

HN member
Joined
Mon, May 17, 2010, 7:52 PM UTC
HN karma
321
Public activity
46 items

About newgame

https://eugenkiss.com/

Recent public activity

  1. 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…

  2. comment
  3. story
  4. comment
    Comment #17544568

    Software quality can be measured in different ways. Software quality is not the only dimension to care about when developing products.

  5. story
  6. story
  7. story
  8. story
  9. story
  10. 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…

  11. story
  12. story
  13. story
  14. story
  15. 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…

  16. story
  17. story
  18. comment
    Comment #9698641

    Yes, much better. For anyone interested, here's a link with background information: http://stackoverflow.com/questions/1196586/calling-remove-in...

  19. 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…

  20. 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(…

  21. 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…

  22. 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…

  23. 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…

  24. story
  25. 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…