Viewing profile — nrkn
nrkn
HN member- Joined
- Thu, Feb 03, 2011, 9:12 PM UTC
- HN karma
- 622
- Public activity
- 98 items
- HN profile
- View on Hacker News ↗
About nrkn
No profile information was provided.
Recent public activity
-
comment
Comment #9614645
It certainly is - but with a much narrower intended scope of use. It's really not intended as a data transport mechanism for example. It's also homologous with JSON, XML is more fl…
-
comment
Comment #9609861
You know what, could be "Aitch Fon" as well (the 5 starts with F, right?)
-
comment
Comment #9609573
I've been awkwardly saying "Aitch Five Oh En" in my head, but my work colleague says "Aitch Son", which even though it's a 5 and not an S sort of makes sense given the relationship…
- story
-
comment
Comment #9603607
But didn't most writing systems evolve from accounting systems?
-
comment
Comment #5867479
The majority of people have a basic need to work in some form or another, regardless of compensation.
-
comment
Comment #5742433
72k posts could be just a handful of active accounts. My own has 15k or so posts and I often don't touch it for weeks at a time.
-
comment
Comment #5353858
You're wrong. A lambda can have a body. Compiles and executes: new Func (() => { var foo = "bar"; return foo; })();
-
comment
Comment #5353842
new Func (()=>"foo")(); (function(){return "foo";})(); Oh look - exactly the same number of characters. How awful.
-
comment
Comment #5205116
It's obnoxious - and so is your manner of speaking to people.
-
comment
Comment #4752068
Suspect it's http://elections.huffingtonpost.com/2012/results edit: or the same source as huffpost at least
-
comment
Comment #4542635
A map: http://imgur.com/GDJPL
-
comment
Comment #4542522
I'm running a program to map it right now
-
comment
Comment #4542382
Also: https://news.ycombinator.com/item?id=4542347
- story
- comment
-
comment
Comment #4347818
I'm reading Speaker for the Dead on a real, physical book at the moment, after buying and reading Ender's Game on Kindle. Why? Because Amazon won't sell me the Speaker ebook in my …
-
comment
Comment #4321036
Not linked to, but https://bugzilla.mozilla.org/show_bug.cgi?id=644104
-
comment
Comment #4320941
http://imgur.com/dFXFa There is a grey line in frames 1 and 3 but not in 2.
-
comment
Comment #4320915
Firefox 14.0.1, Windows 7 x64. Grey line is visible for a split second as page loads then disappears. EDIT: well now this is bizarre - it disappears and reappears as I scroll.
-
comment
Comment #4145305
Because going to a private school gives your children the opportunity to network with the children of other wealthy people.
-
comment
Comment #4021335
An interesting viewpoint, although I think the genetic evidence goes against it: http://newguinea-singing-dog-conservation.org/Tidbits/Origin...
-
comment
Comment #4001775
I thought the same until I saw that it was a research product/experiment. I think that makes it interesting and harmless rather than sad and misguided.
-
comment
Comment #3907596
I manage a repo that has the bare bones of a roguelike in many languages. It's a little more involved than a Hello World in that it needs to handle input, output, state etc. I coul…
-
comment
Comment #3904647
It's a computer in any sense of the word. The only difference between the Analytical Engine and what you call an "actual computer" is speed. It had selection, iteration and sequenc…