Live data from Hacker News

Viewing profile — fcanas

fcanas

HN member
Joined
Sun, Sep 09, 2012, 4:09 PM UTC
HN karma
41
Public activity
10 items

About fcanas

No profile information was provided.

Recent public activity

  1. comment
    Comment #14796193

    iOS 11 does not. https://developer.apple.com/news/?id=06282017b

  2. comment
    Comment #14560468

    A possibility I haven't seen mentioned is that the style guide of their employer, together with a few employers who pay out-sized salaries (Google, Amazon, Facebook...) could accou…

  3. comment
    Comment #10099081

    Around 2006-2007, I TAed a course at Cornell (CS212 I think?) that did exactly this. Three other TAs and I basically got to fork the course. We did a bunch of R&D into tooling and …

  4. comment
    Comment #10074071

    Still no idea after following the link on the first line: > Never heard of Eve? [Read more here]( http://witheve.com/ ) ... > Eve is our way of bringing the power of computation to…

  5. comment
    Comment #10074042

    1. Modern programming tools have a decades-long head start 2. Why denigrate group ware? While this may not succeed, I have little reason to believe future improvements will all be …

  6. comment
    Comment #9618009

    There are many ways to continue to extend the `Distance` type, and many other types that can be constructed in the same fashion. Each extension should be considered in the context …

  7. story
  8. comment
    Comment #7360361

    Factoring out a common constructor in tests is an example of making the tests resilient against changes in the underlying code. If the constructor changes, the tests need to be fix…

  9. comment
    Comment #6761782

    I wrote an app that takes aspects of this to the next level, especially the cases where they recommend when to use it. In my app, you capture a full window instead of a portion of …

  10. comment
    Comment #6726259

    I'll add two points that I think are more important than any that have been mentioned so far. 1) A good API is hard to misuse. – Documentation is great, but what's even better is w…