Live data from Hacker News

Viewing profile — paul_reiners

paul_reiners

HN member
Joined
Fri, Aug 31, 2007, 7:05 PM UTC
HN karma
117
Public activity
54 items

About paul_reiners

I'm a professional programmer and an amateur musician and live in Minnesota.

Recent public activity

  1. story
  2. comment
    Comment #161439

    I don't think it is, but I saw a test case here claiming it is: http://www.cs.northwestern.edu/academics/courses/325/program...

  3. story
    Q about car-circularity

    Is the following list car-circular?: (((1 2 3)) 4 . #7=(((5 . #7#)))) If so, why?

  4. story
  5. comment
    Comment #159205

    A watched kettle never boils.

  6. comment
    Comment #159031

    They concentrate on algorithms. Good for them. That is how it should be taught.

  7. story
  8. story
  9. comment
    Comment #155697

    * Sherlock Holmes: Because he was the coolest guy ever, even if he was fictional. * Bobby Fischer: The world had never seen such monomania before and probably never will again. (Of…

  10. comment
    Comment #155130

    Read "Smart & Gets Things Done" by Joel Spolsky: http://www.joelonsoftware.com/items/2007/06/05.html

  11. comment
    Comment #155058

    That's exactly it. Saying that learning a new language is just a matter of learning a new syntax is like saying that an English-speaking, non-German speaker could translate a Germa…

  12. comment
    Comment #153811

    I've noticed that the most effective way to get a programming project finished is to just let everything else slide for a few weeks: paying bills, exercising, being social. Probabl…

  13. story
  14. story
  15. comment
    Comment #153183

    That's a compliment, right?

  16. comment
    Comment #152328

    People always like talking about what they're working on.

  17. comment
    Comment #152231

    I can't get any speed-up by using declarations. If anyone does, please let me know.

  18. comment
    Comment #152226

    Right now I'm in the middle of a study group that I started here at work. We're studying Graham's book "ANSI Common Lisp" and studying inference in particular, so we're also coveri…

  19. comment
    Comment #151424

    Sarosh, Thanks! I know about Csound, but I've never actually used it. Lately I've been playing around with Common Music, which is written in Lisp and has a Lisp API. Now that Mathe…

  20. story
  21. comment
    Comment #151057

    Here's an article I wrote on the same topic: http://www.ibm.com/developerworks/java/library/j-camusic/ They did an excellent job with WolframTones. Mathematica is a powerful langua…

  22. comment
    Comment #149774

    Eric Raymond is an excellent writer and you can't go wrong reading this article. Also, learn how to do mathematical proofs. I don't know what the best way to do this is. I learned …

  23. story
    Q about Exercise 13.3(b) in "ANSI Common Lisp"

    Has anyone else worked on exercise 13.3(b) in "ANSI Common Lisp"? I approached it by declaring all the variables in Figure 9.2 as long-floats: ; Use declarations in math utilities:…

  24. story
  25. comment
    Comment #146968

    Actually, I take back my statement that this is not set-theoretic union. If I'm willing to accept '(a a) as representing the set '(a) when I use it as an input to union, I should b…