Live data from Hacker News

Viewing profile — winteriscomming

winteriscomming

HN member
Joined
Fri, Dec 16, 2011, 11:08 PM UTC
HN karma
37
Public activity
19 items

About winteriscomming

No profile information was provided.

Recent public activity

  1. comment
    Comment #4661369

    Please save us from JavaScript, google.

  2. comment
    Comment #4603650

    It is just much more difficult to have tooling since the tools cannot know for sure what the program is doing (and neither can another human looking at it).

  3. comment
    Comment #4603629

    You are entitled to your opinion but many developers disagree and want some more structure in the programming model. The very fact that many people are trying so hard to come up wi…

  4. comment
    Comment #4603591

    Go to function definition, refacor/rename, find references, view object / class hierarchy, and so on. Why not have all this work 100% of the time? Tooling makes your life so much e…

  5. comment
    Comment #4598574

    Because these "loose and freeform" attributes make your life hell building large applications with large teams.

  6. comment
    Comment #4572565

    I agree. Visual design is like fashion and flatter is now "in". There are pros (cleaner, less distracting chrome) and cons (where is the button).

  7. comment
    Comment #4572535

    I feel like on the overly skeuomorphism to overly flat / no affordances spectrum, Android Jellybean is striking the right balance. It's modern and clean and flat but doesn't take i…

  8. comment
    Comment #4551533

    The class made total sense to me. This is common stuff in enterprise software world.

  9. comment
    Comment #3618784

    Both make my Core i7 CPU go to 100% for a simple animation of 100 small circles. I thought HTML5 was going to solve all performance problems and make me breakfast too. Wonder if th…

  10. comment
    Comment #3577465

    No I don't but my point is that 2 years seems a bit slow as far as evolution of JS is concerned.

  11. comment
    Comment #3577226

    Is it really not out for 2 years? Really? That seems like a long time for not that much changes. Any improvement is welcome, but still. I don't know if this will keep pace with Dar…

  12. comment
    Comment #3548837

    People love new things and the story of the new guy overtaking the evil status quo. Node and JS in general seems very hyped right now. Every day there is a new blog about accomplis…

  13. comment
    Comment #3371276

    Yes I like the direction dart is going in (except would prefer the type system had more actual meaning than just annotations for tooling, but still). My pipe dream: - Google implem…

  14. comment
    Comment #3371141

    No real classes. No type systen (optional at least would be good). No packages. No modules. No generics. No annotations, mix-ins, actors. No properties. No interfaces. No abstract …

  15. comment
    Comment #3371132

    There is a increasing trend: many people do not want to code in JavaScript. This is happening because more and more engineers with experience in other languages are forced to deal …

  16. comment
    Comment #3362794

    I don't think you can dismiss someones dislike for a language as "they don't know how to use it". Common, many people have been building applications on client and server for 15+ y…

  17. comment
  18. comment
    Comment #3362746

    JS has lots and lots of fundametal issues. Weird OO implementation (argue all you want but prototype inheritance is not what the prevailing wisdom is on how to do OO), no type syst…

  19. comment
    Comment #3362741

    A byetcode/VM approach would be an improvement on the web client. This has been used successfully for 10+ years on the server (JVM, CLR), so why not learn from things and advance t…