Live data from Hacker News

Viewing profile — jere_jones

jere_jones

HN member
Joined
Fri, Jun 26, 2009, 1:15 AM UTC
HN karma
43
Public activity
30 items

About jere_jones

No profile information was provided.

Recent public activity

  1. comment
    Comment #9209879

    People stream themselves coding frequently. Quality varies of course, but check it out for yourself. http://www.reddit.com/r/WatchPeopleCode/

  2. comment
  3. comment
    Comment #5686069

    Ok. Then I missed the post you're talking about. My apologies. Nothing to see here....

  4. comment
    Comment #5684793

    The trailer was for Ender's Game. Considering the demographic of Reddit and the significance of that book to many in that demographic (including me), it is no surprise that the pos…

  5. comment
    Comment #5019242

    You, sir, are awesome. Thank you.

  6. comment
    Comment #2224944

    When I was growing up, asking for a Coke would result in the counter-question "What kind?" Coke was just the general name for any dark carbonated beverage that wasn't root beer. Al…

  7. comment
  8. comment
    Comment #2139095

    With the addition of the git-flow plugin, git has taken over for my personal projects. The branching model works for me and the plugin makes using that branching model extremely ea…

  9. story
  10. comment
    Comment #2011969

    I would agree. I've been a lurker on HN for a couple years and the recent PG post about creating wealth was new to me. It was a wonderful post, old as it may be, and much more usef…

  11. comment
    Comment #1981575

    How will you handle varying security levels? I don't want to put my principle username and password into an app that I distribute that can literally do anything to my databases. Ca…

  12. comment
    Comment #1910938

    I'm using Irony as the parser. But I still have to translate the grammar into C# code. I was unable to find an existing Java parser in C#. Do you know of one?

  13. comment
    Comment #1910930

    I used Character.isJavaIdentifierStart(int) and Character.isJavaIdentifierPart(int) to write a file with the ranges that I cut and pasted into my C# code. And thank goodness, too! …

  14. comment
    Comment #1910800

    I have never heard of "Java TCKs" but after a little research, I understand them better. Just out of curiosity, what would passing the Java TCKs do for me or my users?

  15. comment
    Comment #1910792

    Actually, it is possible it does. I only ran the test from 0x0000 to 0xFFFF. Maybe I should revisit.

  16. comment
    Comment #1910591

    Bear in mind that this parser's job is only for syntax highlighting and, later on, refactoring. Hmmm... maybe highlighting literals would be useful. I'll have to think on that.

  17. comment
    Comment #1910577

    Thank you for the correction. I guess I was typing too fast. :-)

  18. story
  19. comment
    Comment #1883200

    The NDK is really only good for writing back end stuff. You can't do any UI with it.

  20. comment
    Comment #1882947

    Thank you for putting an actual price in your comment! Expensive is relative and knowing someone else's point of view is very helpful.

  21. comment
    Comment #1882713

    You're absolutely right. Getting VS to edit Java files and build the apks wasn't too difficult. What will make it awesome is getting intellisense working. I will have to write a la…

  22. comment
    Comment #1882707

    There's a tip that should be more public! I will try that.

  23. comment
    Comment #1882675

    I have looked at it, but I haven't given it the amount of time that I have given Eclipse. I just ran into too many bugs that revolved around its interaction with the emulator.

  24. comment
    Comment #1882656

    Oh yes! Those are the two biggest reasons that I love VS.

  25. comment
    Comment #1882475

    My principal goal for submitting this is to get your opinion on the project. It will be a lot of work. Much more work than just adjusting to Eclipse. So, am I crazy? Is there a mar…