Live data from Hacker News

Viewing profile — lucidguppy2000

lucidguppy2000

HN member
Joined
Sun, Jan 18, 2015, 5:12 PM UTC
HN karma
11
Public activity
10 items

About lucidguppy2000

No profile information was provided.

Recent public activity

  1. comment
    Comment #10139571

    The governments are giving the companies enough rope to hang themselves.

  2. comment
    Comment #9790020

    Write characterization tests for modules, see what inputs produce which outputs. Then you have the start of unit tests. Programming with unit tests really helps. And it points out …

  3. comment
    Comment #9712947

    How does go prevent complexity?

  4. comment
    Comment #9710715

    I wish high-schools would add some of this stuff to after school programs. Learning to make circuit boards would have helped me with all my spaghetti wiring I do/did.

  5. comment
    Comment #9696802

    Also - a big motivation for work is learning. Didn't someone say "never apply for a position your qualified for"?

  6. comment
    Comment #9561766

    Keep in mind - a function shouldn't contain more than one level of abstraction really. Having a 50+ line function, the code is telling you that you have a class in there struggling…

  7. comment
    Comment #9560882

    Nothing's really jumped out to me yet, but tools need to raise flags about the complexity of code. A pre-commit hook that recognizes long functions, classes with more than ten memb…

  8. comment
    Comment #9462312

    Where are the numbers? In my experience node is very slow on ARM. Spin up a http server on arm and check out the latency for it to return "".

  9. comment
    Comment #8943343

    The scientific term for work needs to get into the general culture. You can expend a whole lot of energy without doing any actual work. "Working harder" is actually "expend energy"…

  10. comment
    Comment #8908029

    I wish there was a language that was actually multiple levels of compatible languages. At one end would be dynamic and scripted and would progress to the other side of compiled and…