Live data from Hacker News

Viewing profile — wgren

wgren

HN member
Joined
Tue, Aug 18, 2009, 7:20 AM UTC
HN karma
84
Public activity
34 items

About wgren

No profile information was provided.

Recent public activity

  1. comment
    Comment #3237877

    One word (or few word) posts like "Troll", "Fanboy", "This", or "LOL" are frowned on at Hacker News because they don't add anything to the discussion.

  2. comment
    Comment #3042310

    NFC can be used for more things than just payments. You could get your monthly bus card sent to your phone instead of needing to carry a separate card. When entering the subway/bus…

  3. comment
    Comment #2964936

    >Human biology is not that quick to change. No, but a lot of things with regards to our current expected behaviour of genders is in fact social, not biological. A lot of 18th centu…

  4. comment
    Comment #2964827

    It's a blog post, not a research paper. If course it will use anecdotes. Do you have any counter examples to show an exceptional bias in their "hand-picking"?

  5. comment
    Comment #2964811

    >But when you see someone for the first time appearances are the first thing you notice... unless you can read minds. Yet when talking to boys, people generally don't say - "Oh, wh…

  6. comment
    Comment #2928576

    >"So, when Clojure calls a function, it either already has the instance in its entirety (a lambda) or it finds it by dereferencing a binding. Since all functions are instances that…

  7. comment
    Comment #2916411

    >if [a JVM thread] reads a field of an object, and another thread writes to the same field of the same object, then the program will see either the old value, or the new value, but…

  8. comment
    Comment #2886564

    An interesting read is "Remembering Satan", about a small community torn apart by accusations of sexual abuse and satanic rituals. Many people confessed, some were convicted, no ev…

  9. comment
    Comment #2886393

    On one hand, other Android based phone manufacturers are clearly going to face an uphill struggle if Google are going to release new versions of the OS on their own devices first. …

  10. comment
    Comment #2844888

    It was in a rented apartment, so it could soon be someone else's kitchen. Currently he had small amounts of radioactive matter, but what what if had gotten hold of more? Radiation …

  11. comment
    Comment #2754155

    I think this happened sometimes during the last 15 years. I was surprised when I came to the US and was exposed to Fox news, I was surprised that they were using the word incorrect…

  12. comment
    Comment #2682577

    From studying sediments and vegetation - quite a lot actually.

  13. comment
    Comment #2652769

    That is a false dichotomy - lots of people suggest we rely on science and technology, that is not what many people dislike about Lomborg. Well, it is not what I dislike about him a…

  14. comment
    Comment #2270939

    >in fact some people claimed that the PS3 had nearly “unlimited power” These people are known as "marketers".

  15. comment
    Comment #2262707

    Politicians taking on jobs in industries they regulated: amakudari, "descent from heaven".

  16. comment
    Comment #1767107

    It is a powerful speech to be sure, but it also contains some of the things I didn't like about the book and her philosophy. For instance - cultist thinking: >Run for your life fro…

  17. comment
    Comment #1639902

    >It does actually have to be so, especially for developing nations like China and India No, it doesn't actually have to be so. Knowledge and technology transfer, more efficient mar…

  18. comment
    Comment #1638537

    >claiming that the only possible solution is to pretty much destroy our way of life. That is what many climate warming deniers like to claim will happen. Doesn't have to be so, Swe…

  19. comment
    Comment #1507245

    It's part of HTCs Sense weather/clock widget. You can disable the snow/rain/sun lensflare effects in the settings for the widget.

  20. comment
    Comment #1427228

    Agreed, but as Aaronontheweb said, take a look at Fallout New Vegas. Several of the people involved with the original Fallouts now work AT Obsidian, and it seems they want to bring…

  21. comment
    Comment #1427223

    This article reminded me of something I've thought about - does any game developer use high level languages for AI or core game engine? It seems they all use C/C++ for most everyth…

  22. comment
    Comment #1427211

    If you like choice & consequeces kind of RPGs, take a look at Vampire:Bloodlines (available on Steam, install the fan patches), the Witcher, and Obsidian's recently released Alpha …

  23. comment
    Comment #1340778

    Right you are jbellis. Had forgotten that Dalvik isn't just a small JVM but a completely different architecture (register based, etc). But anyway, what nimrody suggested is what th…

  24. comment
    Comment #1340769

    The handset maker verifies that the update works with their models and customizations, and they makes the new files available to the MNO (Mobile Network Operator). The MNO then dec…

  25. comment
    Comment #1340755

    That is basically what JIT is. Why reinvent the wheel when they can use the resources that has been poured into JVM research?