Live data from Hacker News

Viewing profile — ianbishop

ianbishop

HN member
Joined
Sat, Feb 28, 2009, 2:44 PM UTC
HN karma
968
Public activity
204 items

About ianbishop

Clojure programmer.

You can contact me at bishop14 [at] gmail [dot] com.

----------

* http://stackoverflow.com/users/84328/ian-bishop

* https://github.com/ianbishop

* https://twitter.com/ianbishop

* http://www.linkedin.com/profile/view?id=78275015&

[ my public key: https://keybase.io/ianbishop; my proof: https://keybase.io/ianbishop/sigs/TOMtrb7Dgq30v2K7t_CP8fNig7LAx1bIVqVIMTAQpKA ]

Recent public activity

  1. comment
    Comment #7498235

    Isn't that what a traditional co-op is?

  2. comment
    Comment #6219551

    It's a query API, no different than any REST API.

  3. comment
    Comment #5995165

    Modern CLJS does a pretty good job of guiding you through Clojurescript's tooling: https://github.com/magomimmo/modern-cljs

  4. comment
    Comment #5331342

    There is actually an LRU map implemented in Java, though it is sort of hidden in the LinkedHashMap using a special constructor. http://docs.oracle.com/javase/1.4.2/docs/api/java/ut…

  5. comment
    Comment #5327864

    Yeah, I just noticed that now. It seems to just grep through the diff itself, so adding a fake sign would be a pain and, as you mentioned, probably not display correctly anyway. I'…

  6. comment
    Comment #5327802

    Is there any way to make it so that the gutter is always present? There's a bit of a noticeable jump to include it when I save a file, it's sort of annoying me. I tried let g:gitgu…

  7. comment
    Comment #5313919

    The named functions were just an attempt at better highlighting what is going on for some readers. Not sure if it worked, but sorry it annoyed you :).

  8. comment
    Comment #5313906

    Agh, this is an editing mistake. I re-worded this last minute and reading again next day, it was a mistake. Really what I meaning to say is that it's much clearer as to what is hap…

  9. comment
    Comment #5311757

    Awesome, I didn't know that such a book existed. Thanks!

  10. story
  11. comment
    Comment #5069228

    This sort of already exists through the service hooks they have, there are 122 services atm.

  12. story
  13. comment
    Comment #4376995

    There is one! http://www.hnsearch.com/api

  14. comment
    Comment #4334391

    Valve's organizational structure has always been of great interest to me from an idealistic point of view. There have been a lot of articles written recently that cover nearly all …

  15. comment
    Comment #4261775

    Sorry, I misread that you concluded that people must be moving away from hotmail/yahoo from this analysis.

  16. comment
    Comment #4260354

    Generally early adopters tend to be tech people though, which would explain the gmail addresses.

  17. comment
    Comment #4107843

    This sort of cheater purgatory existed even in the later days of CS 1.6 as well. Secure servers were only available from legitimate STEAM accounts but players could create 'insecur…

  18. comment
    Comment #4080634

    I think Microsoft took a really interesting strategy for enticing developers to come develop for the platform. Rather than hold a $1M prize competition (a la Android), they went in…

  19. comment
    Comment #4068938

    I've always found APL really intriguing. A professor of mine told me about how one of his students used to be able to solve ACM competition problems incredibly fast by simply not h…

  20. comment
    Comment #4052962

    Yeah, I didn't realize it was 1-indexed until you guys pointed it out. Unsurprisingly, it still works (it just loops a few too many times).

  21. comment
  22. comment
    Comment #4050913

    I made a prime sieve: http://i.imgur.com/Elk5A.png It was pretty fun. JS generated isn't so bad.. var n; var A; var i; var x; var j; n = 100; A = []; for (i = 0; i

  23. comment
    Comment #4018247

    I'm happy to hear that CloudFare was able to help out in this situation. I am especially happy because I came to know CloudFare not through HN, but through constantly seeing their …

  24. story
  25. comment
    Comment #3823930

    I'm doing this now! I've got a linode box running arch. I configured it with all my dev needs. I'm currently in university and I spend a good amount of time at school, bouncing bet…