Live data from Hacker News

Viewing profile — jmreardon

jmreardon

HN member
Joined
Wed, Nov 11, 2009, 10:07 PM UTC
HN karma
71
Public activity
22 items

About jmreardon

No profile information was provided.

Recent public activity

  1. comment
    Comment #6480104

    Sure: http://www.law.cornell.edu/cfr/text/8/101.3 The relevant portion is: "A person born in the United States to a foreign diplomatic officer accredited to the United States, as a…

  2. comment
  3. comment
    Comment #6480035

    With the exception of children of foreign diplomats, if you are born in the USA, you have citizenship. Who your parents are is irrelevant.

  4. comment
    Comment #2882690

    It's pulling in a copy of the css file the flask site uses.

  5. comment
    Comment #2882496

    Microsoft has had such a service for a few years now, they call it SkyDrive. Unfortunately it wasn't a very good user experience when I last looked at it. It's been a while though …

  6. comment
    Comment #2864534

    It goes something like: a b c d e f g becomes: a.b(c).d(e).f(g)

  7. comment
    Comment #2863893

    Java and the JVM are not the same thing. Java is a programming language. The JVM is a stack-based virtual machine that executes Java bytecode. Java bytecode is what Java compiles i…

  8. comment
    Comment #2863686

    In scala you would use a for-comprehension to get the same effect: for (p = 18) { println(p); }

  9. comment
    Comment #2837864

    Big O notation is intended to convey the algorithm's runtime as a function of the inputs. By the sounds of it, the number of checkboxes you had was actually fixed and relatively sm…

  10. comment
    Comment #2830563

    For anyone that has no idea what's going on here, this is a reference to a sea shanty called "Drunken Sailor" ( http://en.wikipedia.org/wiki/Drunken_Sailor )

  11. comment
    Comment #2727947

    This document isn't actually a legislation. It is a regulation made under the authority of the Copyright Act, and as the preamble states, it is "for the years 2009 and 2010". The a…

  12. comment
    Comment #2705888

    They have a call centre in my hometown, handling calls for a cell phone provider and a credit card company (for the most part at least). My understanding is the company mostly does…

  13. comment
    Comment #2678985

    I can tell you is isn't being deallocated before being used, that would be a major bug. So, I guess it would get moved, but the GC probably won't run unless the first gen space is …

  14. comment
    Comment #2678495

    High object churn shouldn't be a problem for the JVM, whether it is running Scala or Java code. Allocation lots of little objects and then discarding them shortly after is a use ca…

  15. comment
    Comment #2669069

    Actually, that doesn't appear to be the case. You can see some long term trends from StatsCounter[1]. From May 2009 to May 2011, Firefox's marketshare has been fairly stable, while…

  16. comment
    Comment #2373954

    I think the other replies have answered your question well enough, but your definitions for = are a litle off. The cases 1 and 2 are really the same thing. In Python the names are …

  17. comment
    Comment #2373368

    The "=" in the declaration of Haskell functions isn't considered an assignment, but a binding of a name to a definition. Usually when you have assignments, you are permitting a nam…

  18. comment
    Comment #2252071

    While not quite a legal requirement, at the last company I worked for the timesheet was described as something like: If we don't give the government timesheets, they don't pay us o…

  19. comment
    Comment #1553467

    There's Happstack too: http://happstack.com/index.html . That said, there are quite a few little Haskell web frameworks/libraries floating around already, so unless you're bringing…

  20. comment
    Comment #1520074

    If the title suggests the article is directly relevant to me, I'll open the article, then the comments. If the title merely looks interesting, or there are a lot of comments, I'll …

  21. comment
    Comment #1469487

    It's not just .ca domains, I got one from them for a .com recently. The contact information is a Canadian address though.

  22. comment
    Comment #1087878

    Visiting the site sets a cookie on your machine. It would appear they are checking that cookie to determine if you get counted again.