Live data from Hacker News

Viewing profile — sassafras

sassafras

HN member
Joined
Fri, May 06, 2011, 2:10 AM UTC
HN karma
19
Public activity
17 items

About sassafras

No profile information was provided.

Recent public activity

  1. comment
    Comment #3929417

    Hey, thanks for the comments. I like talking about this stuff. A. I wasn't talking about loading a nib vs programmatically wiring up a view. Many people never touch interface build…

  2. comment
    Comment #3926940

    It's true, I didn't read up on the tech at all. That was just my initial reaction. If it's fast, great! I'd love to see some performance benchmarks. As for Objective-C, whether the…

  3. comment
    Comment #3926491

    I can't speak for the parent, but my take on it is that Ruby is considerably slower than Objective-C and one of the slower scripting languages in common use, IIRC. I wouldn't go ou…

  4. comment
    Comment #3912765

    I'm afraid you're mistaken. The book you mention does exist, but as graeme pointed out, it's an "unintentional" parody of the original phrase "the medium is the message", which is …

  5. comment
    Comment #3911065

    It's useful to keep in mind McCluhan's adage "the medium is the message". It's the way a new medium influences culture in and of itself that has the greatest impact on us, not the …

  6. comment
    Comment #3854011

    Strictly speaking, Japanese is moraic, in that it divides the rhythm of speech into units potentially smaller than a "conventional" syllable. For instance, the transliteration of "…

  7. comment
    Comment #3833267

    SupderCollider is a lot of fun, though I've been getting more and more interested in overtone lately, especially because by using a more general purpose language you can avoid some…

  8. comment
    Comment #3783258

    The New York Times article the post initially links to is a lot more interesting. Besides debunking formal brainstorming processes, it also points out the increasing necessity of c…

  9. comment
    Comment #3747754

    Nice, I'm going to check that out :)

  10. comment
    Comment #3747057

    Nothing odd about it, IMHO. One of the things I think tech-oriented people consistently ignore is the role of emotion and the subconscious in decision making, even in what are nomi…

  11. comment
  12. comment
    Comment #3715418

    in UI design, polish and usability == working correctly

  13. comment
    Comment #3519473

    Teaching is hard. I understand the impetus to filter out students that are less naturally inclined to it, and if your goal is to establish something of a programming conservatory, …

  14. comment
    Comment #2915327

    Well, take this Clojure tutorial, for instance, comparing a simple DI implementation in Java with a single function in Clojure. The latter bears almost no resemblance to the former…

  15. comment
    Comment #2915249

    Interesting. I suppose when I think of DI I usually think of Java. Do you know of a good example of the DI pattern being used in functional languages?

  16. comment
    Comment #2915150

    You can't add code to ducks any more than you can add code to sockets. Let's assume for a moment the hypothetical student in this scenario is bright enough to tell the difference b…

  17. comment
    Comment #2519762

    As I'm sure others will point out, this article has less to do with node.js as it does with embedding v8 in Nginx. Although since node.js runs in v8, I suppose you could interpret …