Live data from Hacker News

Viewing profile — jordoh

jordoh

HN member
Joined
Sat, Mar 10, 2012, 11:18 PM UTC
HN karma
80
Public activity
26 items

About jordoh

No profile information was provided.

Recent public activity

  1. comment
    Comment #39437998

    Code delivery happens in desktop apps too, when you download the binary from evilsite.com, or when you receive an auto-update, they can give you a different binary than the securit…

  2. comment
    Comment #27055637

    That's certainly credible evidence for past use I overlooked, though it remains unlikely to be useful with the advent of per-origin cache isolation. The Last-Modified header can be…

  3. comment
    Comment #27054458

    We use the ETag header to make use of browser caching - not just for performance, but as a component of offline support. Yes, we could add an additional header with the same inform…

  4. comment
    Comment #27050574

    It should be noted that this extension strips ETag headers from all responses by default, which can break sites in surprising ways. As a developer of a web application that relies …

  5. comment
    Comment #24444322

    For better or worse, providing multiple ways to do the same thing is part of ruby's philosophy. [1] [1]: https://www.artima.com/intv/ruby.html

  6. comment
    Comment #24437302

    `_` being assigned the result of the last statement evaluated is an IRB feature [1], not a ruby feature - hence the note that it is not a universal solution. [1]: https://github.co…

  7. comment
    Comment #20663038

    It's used in Rails to reduce the likelihood of un-sanitized user input in SQL fragments [1]. I think it would see a lot more use if additional input sources were marked as tainted …

  8. comment
    Comment #20473940

    I tried running the source images through FineReader Online, but the images with handwriting resulted in "was not processed: the recognized document contains errors". The website i…

  9. comment
    Comment #20473846

    Running tesseract (4.0.0 using the LSTM engine) on the same images leaves a lot to be desired for handwriting, but does well on the (non-handwriting) website image (the source imag…

  10. comment
    Comment #20473500

    Have a specific image you'd be interested in seeing tested? The article only contains a few examples that could be freely used, but images with sparse random text (e.g. [1]) do ten…

  11. comment
    Comment #20473356

    That's a good point not explained in the article: there are a huge number of use cases for OCR. In this case, the use is extracting words that can be used in full-text search, so s…

  12. story
  13. comment
    Comment #5440272

    There could be such a service flying under the radar, but third-party AdWords resellers are required by the TOS to only use one account per client.

  14. comment
    Comment #5440019

    Do you have evidence to support the assertion that it isn't purely percentage based? Perhaps there is some account out there that has the same ratio of prohibited items as knife-de…

  15. comment
    Comment #5439748

    How do you level the playing field in this case? One account has 50% disallowed items (50 of 100) and another account has 0.005% disallowed items (50 of 1,000,000). You could bias …

  16. comment
    Comment #5439248

    This seems like a pretty clear-cut case of assuming that there is some intentional malice or favoritism in actions that are the result of an automated system. - Google adds some te…

  17. comment
    Comment #5153271

    The writing has been on the wall for a while about the end of XNA development by MS - none of the development tools for XNA have been updated to work in Visual Studio 2012. Fortuna…

  18. comment
    Comment #5140933

    I wonder how this will work with SSH keys. I've been using Git Extensions ( http://code.google.com/p/gitextensions/ ) with VS 2010 for a while now and have been pretty happy with i…

  19. comment
    Comment #5068104

    There are a couple assumptions here that seem like they could be pretty faulty: 1. Whoever touched a line of code last is most familiar with that line of code. I just moved a metho…

  20. comment
    Comment #4930240

    Even if you make it easy to unsubscribe (one click, no sign-in, prominent link), sending an email to any large number of people will still result in "mark as spam" being used on a …

  21. comment
    Comment #4912015

    Great to know about 1.9 - just looked through the 1.9 changelog and saw it described as "Newlines allowed before ternary colon operator (:) and method call dot operator (.)", so it…

  22. comment
    Comment #4911681

    This seems to be a popular style in javascript (particularly when using jQuery), but it's not actually valid ruby (edit: ruby 1.8.7, that is - see reply). The first line forms a va…

  23. story
  24. comment
    Comment #3931336

    How long has it been since you used MonoTouch? I first used it a little over a year ago: debugging over the wire worked just fine (though you can debug over a network connection), …

  25. comment
    Comment #3891820

    Using a vector representation may be a more practical approach as retina-style screens become more pervasive. Microsoft Research has an interesting paper on this from last year's S…