Viewing profile — jmreardon
jmreardon
HN member- Joined
- Wed, Nov 11, 2009, 10:07 PM UTC
- HN karma
- 71
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About jmreardon
No profile information was provided.
Recent public activity
-
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…
- comment
-
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.
-
comment
Comment #2882690
It's pulling in a copy of the css file the flask site uses.
-
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 …
-
comment
Comment #2864534
It goes something like: a b c d e f g becomes: a.b(c).d(e).f(g)
-
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…
-
comment
Comment #2863686
In scala you would use a for-comprehension to get the same effect: for (p = 18) { println(p); }
-
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…
-
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 )
-
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…
-
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…
-
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 …
-
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…
-
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…
-
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 …
-
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…
-
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…
-
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…
-
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 …
-
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.
-
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.