Live data from Hacker News

Viewing profile — diegobernardes

diegobernardes

HN member
Joined
Mon, Sep 01, 2014, 5:59 PM UTC
HN karma
19
Public activity
7 items

About diegobernardes

No profile information was provided.

Recent public activity

  1. comment
    Comment #40142783

    Go is known by the speed of it's compiler, doing extra work during the compilation would slow it down. I would not mind either to have a "release" flag that would take minutes and …

  2. comment
    Comment #23256587

    Too bad that Nix don't work with fish shell

  3. comment
    Comment #22417517

    This means that the threads can't be blocked forever. The way Go scheduler work is to check during function calls if the current goroutine has executed for some period of time, aft…

  4. story
  5. story
  6. comment
    Comment #14243111

    Really can't understant why Lua isn't more used. It play the same role as Ruby, Python and JS and is very fast, at least, much more then Ruby and Python.

  7. comment
    Comment #8254002

    You are mainly talking about web development. Golang is young and we dealt with the same problems at earlier versions of ruby and rails. But, outside web development, in most of my…