Live data from Hacker News

Viewing profile — gigamonkey

gigamonkey

HN member
Joined
Sun, Aug 09, 2009, 10:39 PM UTC
HN karma
299
Public activity
36 items

About gigamonkey

No profile information was provided.

Recent public activity

  1. comment
    Comment #29856313

    Hey, thanks everyone for your kind comments on the book. Kinda amazing that we're only a few years away from it's 20th anniversary. -Peter

  2. comment
    Comment #13118683

    Totally. I had been thinking about writing a Haskell book but it seems that space is maybe well covered lately.

  3. comment
    Comment #13101310

    Well, these days I'm working at Twitter on our abuse problem. So that keeps me pretty busy. I did write another book, Coders at Work, a book of interviews with notable programmers.…

  4. comment
    Comment #13097795

    I plan to. Some day.

  5. comment
    Comment #4186913

    As I think I mentioned in the interview, I've found that if I do this, by the time I'm done with my rewrite, I actually understand the original code too. So if I had to, I could th…

  6. comment
    Comment #3234983

    I believe Mesa did. On the other hand, Stroustrup claims (in the Design and Evolution of C++, I think) that the Cedar system written in Mesa basically never used the ability to res…

  7. comment
    Comment #3216213

    You should check out the book The Myth of the Paperless Office. They report research where they gave folks tasks like writing a summary of several magazine articles and one group d…

  8. comment
    Comment #3199827

    Of course in this case Amazon is in the middle, right? Suppose publishers demand to be paid by usage. Amazon can still charge their customers a flat fee--it just moves the risk of …

  9. comment
    Comment #3163671

    By "source materials" presumably he means the raw transcripts of the interviews, etc. Which doesn't seem too likely but it's at least possible.

  10. comment
    Comment #3122853

    Indeed, if you are interested in exploring interesting ways of publishing stuff with great design, get in touch with Adam; he's awesome.

  11. comment
    Comment #3122685

    Part of the problem may have been that I was coming more from a perspective of book publishing--the original idea was that CQ articles would be more like short books rather than lo…

  12. comment
    Comment #2846523

    I don't know what, if anything, is going on at Berkeley, but Hal Abelson talked quite a bit about the switch from SICP to a different intro course at MIT when I interviewed him for…

  13. comment
    Comment #2817545

    But would a test case be a good example of using the code? As in, good for the purpose of understanding the code.

  14. comment
    Comment #2659247

    I'm curious what folks do who follow the no-qualified-headers rule. When they have things that act like headers but which need to be styled differently than the single header style…

  15. comment
    Comment #2656845

    But you can tolerate ref counting pauses? (When you release the last reference to the last object keeping a large tree of objects alive and have a lengthy cascade of objects being …

  16. comment
    Comment #2639037

    Haven't gotten around to it yet. Definitely on the list.

  17. story
  18. comment
    Comment #2628879

    Another similar story, from my interview with Guy Steele in Coders at Work: This may seem like a terrible waste of my effort, but one of the most satisfying moments in my career wa…

  19. comment
    Comment #2468068

    According to Ken Thompson, yes: "Stroustrup campaigned for years and years and years, way beyond any sort of technical contributions he made to the language, to get it adopted and …

  20. comment
    Comment #2376991

    Last I knew, CLISP was based on a bytecode VM while SBCL and Clozure generate machine code. I think there may be some work on adding a JIT to CLISP but as far as I know it's still …

  21. comment
    Comment #2291978

    > He has never taken a non-academic job in his life; That's not quite right. He did at least consulting work outside of academia. As I quote him in Coders at Work: "For example, so…

  22. comment
    Comment #2288922

    I'm pretty sure this is false. As I understand it hunters and gatherers lived about as long as we do. It was only with the invention of agriculture and the kind of societies (and d…

  23. comment
    Comment #2114563

    Uh, they use beagles for sniffing for all kinds of things: drugs, bombs, even termites. That said, German Shepherds are an interesting case because, as I understand it, their breed…

  24. comment
    Comment #2049178

    Interesting. I've written two books for Apress and got essentially zero editorial help from them. A handful of writers I've talked to published by other tech publishers reported si…

  25. comment
    Comment #2044633

    Regarding the "hunks" he mentioned, here's what Guy Steele had to say about them when I interviewed him for Coders at Work: "I implemented a new data type called a 'hunk,' which wa…