Live data from Hacker News

Viewing profile — jon6

jon6

HN member
Joined
Wed, May 11, 2011, 8:51 PM UTC
HN karma
130
Public activity
61 items

About jon6

No profile information was provided.

Recent public activity

  1. comment
    Comment #4845094

    This is the most useless academic 'discovery' I've ever seen. Am I wrong?

  2. comment
    Comment #4834129

    How is the engine for BFG different from the older Doom3 version?

  3. comment
    Comment #4827550

    I vaguely remember using this knowledge of the scales to "cheat" on the violin. If you move your hand into whatever position puts your first finger on the first note in the scale t…

  4. comment
    Comment #4802571

    I tried it on my kubuntu i386 netbook earlier today. The ppa installed ok and when I ran 'netflix-desktop' for the first time the wine installer downloaded and installed mono, then…

  5. comment
    Comment #4799792

    Is there a youtube video? I found this http://www.youtube.com/watch?v=NDGl-eDEuNQ but I'm not sure if its the same game.

  6. comment
    Comment #4765678

    They are not homoiconic. The underlying datastructure for many schemes, and racket, is not a list. It is a syntax object. Of course you can still do metaprogramming with syntax obj…

  7. comment
    Comment #4765345

    You can still do anaphoric macros with hygienic macros. http://blog.racket-lang.org/2008/02/dirty-looking-hygiene.ht... And http://blog.racket-lang.org/2011/04/writing-syntax-case-…

  8. comment
    Comment #4765312

    Its disingenuous to call scheme and racket lisps. They have parenthesis and first class functions but the similarities stop there. So yes I equate Lisp with common lisp. I didn't r…

  9. comment
    Comment #4765164

    To understand Lisp is to understand interpreters. With that understanding you can create domain specific languages which is extremely powerful. But I wouldn't recommend using Lisp …

  10. comment
    Comment #4703976

    hipster.. overload..

  11. comment
    Comment #4694327

    The major issue he has seems to be that visual studio is much easier to use than the command line + makefiles. Ok that may be but if you are porting to linux then you probably are …

  12. comment
    Comment #4632742

    Also Nacl supports threads while emscripten does not. For a large set of applications (including my own games) this is a deal breaker to using emscripten.

  13. comment
    Comment #4629930

    Beej's networking guide is pretty good http://beej.us/guide/bgnet/

  14. comment
    Comment #4629916

    I suppose bitcoin could be used as the technical solution. Maybe receivers of money can white-list certain senders so they don't have to pay anything to send to them. Then only spa…

  15. comment
    Comment #4599575

    Clearly you can't perceive sarcasm.

  16. comment
    Comment #4598270

    $ t command not found clearly they could have named the compiler just 't' instead of the overly verbose 'tsc'. all those extra characters!!

  17. comment
    Comment #4546954

    I'm not a network engineer but is this all that difficult to do? I imagine if you control the AS (autonomous system) then you can control all routes into and out of the country, so…

  18. comment
    Comment #4539384

    I don't necessarily disagree with this assessment but you can easily create functionality in C that requires looking at multiple source files to understand whats going on. x = foo(…

  19. comment
    Comment #4531276

    I spent a few minutes trying to figure out how to install the thing so for anyone that is equally as lost $ pip install sh or goto the github page https://github.com/amoffat/sh

  20. comment
    Comment #4498629

    I agree, although I have never had a performance bottleneck related to std::list that required a move to std::vector. Do you know at what point std::set becomes more optimal (in so…

  21. comment
    Comment #4478356

    165 billion divided by the population (311 million) divided by 365 days is about $1.45. irb(main):007:0> 165e9 / 311e6 / 365.0 => 1.45355239395675 Which thankfully also is consiste…

  22. comment
    Comment #4451894

    OT but is this an official signed application that can work with gatekeeper on 10.8? I recently discovered that my open source project won't work by default on osx 10.8 without me …

  23. comment
    Comment #4405028

    Stories should be able to be tagged using an arbitrary set of tags similar to stack overflow. Possibly only people with a certain karma should be able to tag stories. Then let peop…

  24. comment
    Comment #4390251

    You are only so smart. Once the complexity of the programming model reaches a certain point a debugger is necessary to validate and discover the true nature of a system. Often that…

  25. comment
    Comment #4357952

    Seeing a pull request like this might be fun once in a while but it gets old very quickly when you deal with it somewhat frequently.