Live data from Hacker News

Viewing profile — jscn

jscn

HN member
Joined
Sat, Oct 18, 2008, 6:46 PM UTC
HN karma
140
Public activity
91 items

About jscn

http://joshcrompton.com http://blog.joshcrompton.com @jscn

Recent public activity

  1. comment
    Comment #22166298

    Sounds very reminiscent of The Wake by Paul Kingsnorth[0]. Will check it out, thanks! [0] http://paulkingsnorth.net/books/the-wake/

  2. comment
    Comment #14484784

    Genuinely would like to know how anyone has managed to do both of: > write as many end-to-end and integration tests as you can and > make sure your tests run fast enough to run the…

  3. comment
    Comment #12639393

    Even better when they both leave and you inherit responsibility for the project!

  4. comment
    Comment #11032185

    Thanks, prawn, I believe I've reproduced the issue and we're looking into it.

  5. comment
    Comment #11032159

    Thanks for the feedback, gealian! I've let our data team know about the problem.

  6. comment
    Comment #11030860

    I'm a developer at Infoxchange, and we're actually looking for a senior dev to join our Melbourne team. Development of the Ask Izzy app was a collaboration between our team here an…

  7. comment
    Comment #11030776

    ...and off-by-one errors.

  8. comment
    Comment #11030721

    Thanks for the feedback, definitely not intentional :) A lot of effort and consultation with a number of groups (including end users) went into choosing the name. Turns out, naming…

  9. comment
    Comment #11030535

    Great stuff! You're right about the data quality, it's a huge job and we have a fantastic team of people who work to keep the data up to date. Another big challenge is trying to pr…

  10. comment
    Comment #11030462

    Just to expand on that a bit, the data is currently limited to our in-house database of services in Australia. We are looking into including additional (Australian) data sources in…

  11. comment
    Comment #11030420

    No plans to expand outside of Australia that I'm aware of. Another commenter mentioned ( https://news.ycombinator.com/reply?id=11029770 ) a similar product for the SF area: http://…

  12. comment
    Comment #11029993

    Hey jacalata, thanks for pointing this out. I've reproduced the issue as best I can, and AFAICT you should see a link on that page which says "Change you answers". Clicking it shou…

  13. comment
    Comment #8740684

    It's worth noting that much of what Irvine lays out in this book is closer to Epicureanism than Stoicism, per say. For a better treatment of Stoicism, I'd recommend The Inner Citad…

  14. comment
    Comment #8740659

    If you want to understand Meditations and Marcus Aurelius, you should read The Inner Citadel by Pierre Hadot. For instance, there are good reasons for his writing in Greek, for the…

  15. comment
    Comment #8709545

    Thirded. Ever since Google Reader shut down, I've stopped using RSS. I much prefer to get newsletters in my inbox now.

  16. comment
    Comment #7595174

    Tests generated by GUI systems are extremely fragile and you wouldn't them hanging around your codebase. OTOH, often a video recording is a great way to demonstrate a bug without h…

  17. comment
    Comment #7505525

    FYI: I got a 403 error when I tried to sign up (CSRF verification failed). You should probably override the default template for that error page, too. Nice to see you're using Djan…

  18. comment
    Comment #7462322

    I'd love to know a little more about what you were doing and where in Australia.

  19. comment
    Comment #7141450

    In my experience, fat models are the most common approach to organising code in Django projects. As another comment stated, it's better than having fat views, but it's not ideal.

  20. comment
    Comment #7141442

    Which, if you're following the SRP, is the right thing to do, no?

  21. comment
    Comment #6792935

    This is a really interesting point. It does seem like a lot of OOP/patterns books seem to talk about desktop apps that are quite different to your typical web app, which could be c…

  22. comment
    Comment #6651027

    > the government doesn't like to get the public riled up by terrorist threats I'm quite sure that's exactly what the government likes to do. That's the very reason that "terrorism"…

  23. story
  24. comment
    Comment #5797297

    I don't know what your email said, but mine said it was $9 if you sign up this month, otherwise $50.

  25. comment
    Comment #5568348

    There's definitely a learning curve, but CBVs will give you much DRYer views. Being able to use mixins is a godsend.