Live data from Hacker News

Viewing profile — verandacoffee

verandacoffee

HN member
Joined
Mon, Feb 25, 2019, 5:52 PM UTC
HN karma
26
Public activity
12 items

About verandacoffee

No profile information was provided.

Recent public activity

  1. comment
    Comment #26545327

    Probably irrelevant. There would anyway be some number N of operating systems, and a number K of computers, and the number K will always be very much larger than N. So there would …

  2. comment
    Comment #25219645

    ctrl-C Has worked in message boxes for years.

  3. comment
    Comment #22864046

    sbcl (and other Common Lisps) uses what you want it to use: read-default-float-format (setf read-default-float-format 'single-float) (+ 0.1 0.2) => 0.3 (setf read-default-float-for…

  4. comment
    Comment #21721186

    Isn't this the same as the pq-formula? https://www.matteboken.se/lektioner/matte-2/andragradsekvati... (Link in Swedish).

  5. comment
    Comment #21616106

    > ... you should bear in mind that the Church Turing thesis is valid only for functions N->N This is not correct. The concept of algorithm has nothing intrinsic to do with natural …

  6. comment
    Comment #21500917

    Relevant: https://www.norwegianamerican.com/norsk/the-coining-of-quisl... Unfortunately the caption is omitted, but is at least retold just below the middle of the article: 'It dep…

  7. comment
    Comment #20664582

    Algol (60) had if-expressions, as did Simula 67 (based on Algol): x := if (y = 0) then 0 else 4 / y

  8. comment
    Comment #20634373

    > ...I value your opinion... And I value your work on this book. I apologize for having said at the beginning that "This makes the book untrustworthy, whatever good features it mig…

  9. comment
    Comment #20633870

    Following your link: "3. It causes the symbol to become a constant variable." and following the link to constant variable: "constant variable n. a variable, the value of which can …

  10. comment
    Comment #20633609

    I'm not sure pointing out undefined behaviour is nitpicking. It could in some cases be crucial. At the very least, it ties your code to only some Common Lisp implementations. I kno…

  11. comment
    Comment #20633328

    In the first installment of this series, the author use := for assignment, instead of setf. This is at least using undefined behaviour, as keywords are meant to be constant symbols…

  12. comment
    Comment #20285898

    I get 10:26pm until NaN:NaNpm Probably because I am in Northern Norway (Midnight Sun).