Live data from Hacker News

Viewing profile — rawatson

rawatson

HN member
Joined
Sun, Mar 20, 2011, 3:30 PM UTC
HN karma
37
Public activity
18 items

About rawatson

Undergrad at Stanford University studying math/computer science. Reach me at rawatson@stanford.edu.

Recent public activity

  1. comment
    Comment #8304858

    I'm posting from a ChromeBook pixel running at 2560 x 1700, and the UI looks great. The taskbar, UI, fonts, etc. are all scaled perfectly. Have you tried running at 2560 x 1700 on …

  2. comment
    Comment #6551718

    The author of this article quotes two bits from the speech: >We have made no mistakes about your admission. and >You all deserve to be here! The first statement is the more importa…

  3. comment
  4. comment
    Comment #6290226

    Qt 5.1.1 includes QtCreator 2.8.0 instead of QtCreator 2.7.2. Other than that it's just a bugfix release.

  5. comment
    Comment #6097675

    Just ordered mine. I continue to be impressed by the uses Google has found for Chrome. Building new features into Chrome gives Google the capabilities of a full desktop application…

  6. comment
    Comment #5645913

    Church? I'm not very familiar with the language but I believe it sounds similar to what you're describing. http://projects.csail.mit.edu/church/wiki/Church

  7. comment
    Comment #4883813

    I'm one of the TAs (section leaders) for 106X this quarter. We get a pretty wide diversity of skill levels in the class, so it's tough to ensure that we challenge the experienced s…

  8. comment
    Comment #4694747

    Clang, GCC, and Intel are all described as "mostly" supporting C99. This is unfortunate, and it would be nice to see them fully supported, but developer time is limited, and not al…

  9. comment
    Comment #4447540

    I think the author could have chosen better data for this calculation. There are a few unusual factors: * Why use average income? Why not median family income? * Why use median $/s…

  10. comment
    Comment #3301709

    Haskell uses type classes to support ad hoc polymorphism, or overloading. Consider the statement: (4.2::Fractional a=> a) + (4::Float) Float is an instance of the type class Fracti…

  11. comment
    Comment #3301626

    Haskell uses type inference, but that's not the same as implicit coercion, which Haskell explicitly avoids. That is: if you type 4 + 4.2 Then the compiler will infer that you mean …

  12. comment
    Comment #2741721

    I always thought x.y.z version strings (like Firefox 3.6.3, or similar) contained a bit of extra information about how development occurs which is often ignored. When z is increase…

  13. comment
    Comment #2741709

    Amusingly enough, the phrase "don't be a pussy" originally had nothing to do with genitalia. However, time has certainly altered the word's meaning. http://en.wikipedia.org/wiki/Pu…

  14. comment
    Comment #2716598

    I'd go as far as to say that I've never seen a floating at the bottom, scrolling toolbar which did anything other than annoy me. They also tend to mess up the "find" functionality,…

  15. comment
    Comment #2716531

    Just sent one with the method in the post. Let me know if it works.

  16. comment
    Comment #2443918

    The numbers which really surprise me are the +74% in CS107 enrollment and +78% in CS109. CS107 is viewed as the "don't declare CS until you take it" class, and a 74% increase defin…

  17. comment
    Comment #2443881

    Amusingly enough, Professor Roberts was one of the two professors in charge of IHUM 58, my fall quarter "Introduction to the Humanities" class at Stanford. He was quite clear in st…

  18. comment
    Comment #2346525

    This isn't a hard problem to solve exactly though; anyone with a calculator that can compute logarithms can find the exact time. A bit of algebra and the formula for periodically c…