Live data from Hacker News

Viewing profile — stiff

stiff

HN member
Joined
Sat, May 10, 2008, 9:25 PM UTC
HN karma
4,244
Public activity
711 items

About stiff

No profile information was provided.

Recent public activity

  1. comment
    Comment #39153243

    There is in fact a default timeout of 5 minutes and you can change it: https://rclone.org/docs/#timeout-time I shorten it to prevent lockups like you are describing.

  2. comment
    Comment #38345024

    William Cleveland did some research along those lines and he wrote two good books: - The elements of graphing data - Visualizing data The first one is of general interest, the seco…

  3. comment
    Comment #38195202

    I think this is no longer true: https://www.baeldung.com/java-17-random-number-generators https://openjdk.org/jeps/356

  4. comment
    Comment #37977279

    The book has eight voluminous chapters and only one is about hypothesis testing. Much of it is about design of experiments and statistical process control, think something like opt…

  5. comment
    Comment #37687033

    Programming is applied algebra just like tying your shoes is applied knot theory :)

  6. comment
    Comment #37658257

    Here are a few popular science books: One Two Three . . . Infinity: Facts and Speculations of Science by George Gamow Infinity and the Mind: The Science and Philosophy of the Infin…

  7. comment
    Comment #33188630

    Stanford has ENGR108 [1] based on freely available book "Introduction to Applied Linear Algebra – Vectors, Matrices, and Least Squares" [2] by Stephen Boyd, with video lectures [3]…

  8. comment
    Comment #33150018

    I think these people other than Feynman transcribed and edited the lectures into book form. This seems to have been the process with most (all?) books of his, "QED" and "The charac…

  9. comment
    Comment #33149685

    The "Feynman lectures on physics" books are based on actual lectures to Caltech students. You can listen to audio tapes of the lectures here: https://www.feynmanlectures.caltech.ed…

  10. comment
    Comment #32540868

    Perhaps this was one of the talks by Radia Perlman?

  11. comment
    Comment #32295909

    Peter Norvig wrote a good article on this: "Warning Signs in Experimental Design and Interpretation" http://norvig.com/experiment-design.html

  12. comment
    Comment #31595299

    Paul Halmos wrote a book I like a lot titled "Linear Algebra Problem Book" that teaches you linear algebra through a sequence of problems - its different from the one posted here i…

  13. comment
    Comment #31468823

    You can use jupytext to maintain dual .py/.ipynb representation of notebooks and keep both versions in sync: https://github.com/mwouts/jupytext/blob/main/docs/paired-not... It work…

  14. comment
  15. comment
    Comment #26101609

    Production failures due to bugs in both TCP-based servers and clients happen all the time, long time ago I invested a little time to learn basic socket programming in C and the ROI…

  16. comment
    Comment #24811200

    Vim can't highlight Markdown correctly because it does highlighting via regexps. For correct parsing and thus for correct highlighting of Markdown you need a real parser. See e.g. …

  17. comment
    Comment #23638128

    For the people who did not notice, in the "Open Access" tab you can download the PDF of the whole book legally and for free. There is also a second book by the same author which is…

  18. comment
    Comment #23577315

    For interviews and programming puzzles you only need to know notation for basic mathematical logic, basic set theory and the summation notation and maybe some bits and pieces from …

  19. comment
    Comment #21328110

    Knuth is one of the founders of analysis of algorithms as an academic discipline and the original publication of TAOCP played a role in founding the field.

  20. comment
    Comment #21015487

    This is a very good book, fairly mathematical: https://archive.org/details/ofmathemahistory00todhrich Ian Hacking has two books, he is a philosopher, accordingly they have a broade…

  21. comment
    Comment #20793154

    Looks like Git has its own string type: https://github.com/git/git/blob/master/strbuf.h https://github.com/git/git/blob/master/strbuf.c See this for the story of why strncpy/strnca…

  22. comment
  23. comment
    Comment #20717096

    This is one of Lem's most approachable, fun to read books. I also much recommend his books starring Ijon Tichy, the only books that make me laugh out loud - "The Star Diaries" and …

  24. comment
    Comment #20703572

    I watched the TV series some weeks or months after having seen the Gary Oldman movie, I enjoyed both, but the TV series is great while the movie I thought was just good. Both have …

  25. comment
    Comment #20703224

    If we are speaking movies, the old BBC TV mini-series "Tinker Tailor Soldier Spy" and "Smiley's People" with Alec Guinness as Smiley are absolutely great.