Live data from Hacker News

Viewing profile — excepttheweasel

excepttheweasel

HN member
Joined
Tue, Mar 19, 2013, 1:14 PM UTC
HN karma
17
Public activity
16 items

About excepttheweasel

No profile information was provided.

Recent public activity

  1. comment
    Comment #27055567

    How do twin studies separate those children from the culture they're raised in?

  2. comment
    Comment #23906877

    Can you link any evidence of federal agents pulling occupy protestors off the streets into unmarked cars? I cannot find any and the linked article does not discuss them.

  3. comment
    Comment #19723642

    Right, but in Typescript you can't match on the type at compile time, you have to add a "type" field with a string tag and match on it at runtime.

  4. comment
    Comment #19583924

    Rust can compile to WASM, and I would assume would outperform vanilla JS.

  5. comment
    Comment #13949394

    I think the go language has taken a position along the lines of "re usability and abstraction are overrated". I certainly think there is some truth to that, I am really enjoying wo…

  6. comment
    Comment #11614338

    I have had the most success with a keto based diet. There is a good outline here: http://josepharcita.blogspot.com/2011/03/guide-to-ketosis.ht... Importantly for me, this diet dras…

  7. comment
    Comment #11007329

    The main downside to using Rust for web apps - at least in my opinion: is having to learn and use a type system which includes affine types: lifetimes, borrowing etc. But if you've…

  8. comment
    Comment #10208434

    > In many cases, that up-front cost is paid back many fold later, when other programmers (or you yourself, after you’ve forgotten the details of the code) come and try to read and …

  9. comment
    Comment #10129496

    > The reality is, that when OOP is correctly executed Can you find anyone who agrees on what "correctly executed OOP" is? I don't think there is a consensus on this idea, nor any p…

  10. comment
    Comment #10129453

    > For example, primitive types are not objects (no, auto-boxing doesn't make them objects). Does the presence of inline assembler make C++ a machine language? I don't think so. Sim…

  11. comment
    Comment #10129435

    Until working at Pivotal I had been working for about 5 years in various non-app industries: transport, signals monitoring, databases etc. Libraries? Not really, we mostly wrote ev…

  12. comment
    Comment #10129378

    Author here, FWIW this article was one of many posts some colleagues and I wrote at Pivotal during a "blog writing tontine" to encourage us all to write more and develop our skills…

  13. comment
    Comment #9632588

    It's unfortunate that such a lovely document seems to have produced a terrible subway system. Having regularly taken the subway in Beijing, London, Washington D.C., Tokyo. The New …

  14. comment
    Comment #6655129

    New York, Amplify We're building an Android education platform for K through 12 which includes mobile device management, interactive tools and classroom content. We live and breath…

  15. comment
    Comment #6284496

    "Perhaps, because we always had autoloading as a crutch, our existing knowledge has atrophied – or never even developed – putting us at an even greater disadvantage." I think the s…

  16. comment
    Comment #5987566

    Inspections are mentioned a lot. This is not a word I hear a lot of developers use, so I'm guessing this article is not written by one. The cost of these has been completely extern…