Live data from Hacker News

Viewing profile — estava

estava

HN member
Joined
Wed, Feb 04, 2015, 4:01 PM UTC
HN karma
15
Public activity
21 items

About estava

No profile information was provided.

Recent public activity

  1. comment
    Comment #10657717

    Oh man, best game ever. I really wanted to learn it having putting it off for so long. I can see how I could use it in a framework of mine. Gives me an excuse to use open web techn…

  2. comment
    Comment #10569129

    One advantage of Go is that more code is dependent on the network which is where Go shines at. Go looks like a hammer when the network looks like a nail. For example, Go was one of…

  3. comment
    Comment #10001080

    I enjoyed the article. I think the general sentiment here is that one needs to take the good with the bad. I also think that the ongoing changes have made for a different web that …

  4. comment
    Comment #9980604

    Indeed. That may mean fewer opportunities for "meta-programming" if by meta-programming we mean mutation of core structures. It could also be a good chance to turn around the defau…

  5. comment
    Comment #9980590

    Feels like people will be urged to move to Python 3 due to the new features... And yet I'm thinking that Python 4 will happen before many have been able to move to Python 3. :-P

  6. comment
    Comment #9950087

    The cost also comes in the ignorance of that third world part who have poorer access to education and opportunities. They are third world because they are ignorant. And they are ig…

  7. comment
    Comment #9949793

    Exploiting the third world part of America is also good for business.

  8. comment
    Comment #9480037

    The way that the Java platform evolved very slowly just seems rather unlikely nowadays. Sun didn't allow for Java extensions that made it too platform dependent. To this day Java's…

  9. comment
    Comment #9443820

    Interesting. Thanks for the pointer.

  10. comment
    Comment #9442582

    In theory. In practice many of the mainstream languages make for bloated code. Yesterday I was seeing type casts and so on increasing the size of the code. But developers can grow …

  11. comment
    Comment #9442205

    Yes, TS is improved since it comes with the top IDE: VS. :-P Seriously though. Watching how people use IDE to code on Twitch can be so boring. Everyone is quick to suggest to step …

  12. comment
    Comment #9122738

    I think developers are still a little shy about using the Canvas for much. In my own toying with a text editor, I found the Canvas to be pretty nice. The advantage is that one need…

  13. comment
    Comment #9099260

    I don't know Tcl much. But when I learned about Tk in Ruby I kind of expanded my knowledge of Tcl since Tk was the GUI toolkit of Tcl that was borrowed by many other scripting lang…

  14. comment
    Comment #9096738

    I believe asm.js has been trying to counter concerns people might have when considering using it. Also, it could be that some companies may be trying to join efforts in trying to f…

  15. comment
    Comment #9096621

    The thing for now is that the asm.js "family" is riding on LLVM's back. More and more it's the LLVM that is becoming that VM people have longed for. It looks like LLVM is inching t…

  16. comment
    Comment #9091110

    Seems kind of sweet. Except for the prefixing symbols.

  17. comment
    Comment #9051855

    I think what they probably mean is just try to have fun in life. So be passionate about who you are, rather than about what you would be willing to achieve in life. Because it's si…

  18. comment
    Comment #9051688

    BTW, there is a VM for Dart that is experimenting with different concurrent modes to provide an alternative to async programming: https://github.com/dart-lang/fletch You can read i…

  19. comment
    Comment #9016111

    When I was creating a UI library, I tried to pick up on the trend of data-binding, but I found it difficult to use. Now these discussions remind me of it. I don't even know how the…

  20. comment
    Comment #9008893

    Maybe you need to pick your battles. Your question reminded me of this video: John Maxwell The 5 Levels of Leadership https://www.youtube.com/watch?v=aPwXeg8ThWI See also this oldi…

  21. comment
    Comment #8997611

    Google are trying to find a direction for web programming. The browsers have made plugins obsolete, but the plugins did bring something that the standard web technologies may have …