Live data from Hacker News

Viewing profile — jamesheroku

jamesheroku

HN member
Joined
Mon, Jan 12, 2009, 3:24 AM UTC
HN karma
1,071
Public activity
33 items

About jamesheroku

Founder, Heroku + Heavybit - the leading fund for developer companies. http://heavybit.com

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. story
  7. story
  8. story
  9. story
    Ask HN: What would you like me to talk about at Startup School? (Heroku)

    I'm James, one of the founders of Heroku. For those of you attending Startup School next weekend or planning to watch the video stream, do you have any questions you'd like answere…

  10. story
  11. story
  12. comment
    Comment #2082464

    Heroku IPs are 75.101.163.44, 75.101.145.87, and 174.129.212.2, if you want to update the script to make the distinction from raw Amazon EC2.

  13. comment
    Comment #1310126

    18 now. ;-)

  14. comment
    Comment #1205258

    For sub-hour scheduled or recurring tasks, most users prefer a scheduled background task with DJ, rather than old-school cron. There are a bunch of ways to do this, for example: De…

  15. comment
    Comment #1046766

    This article contains quite a bit of inaccurate information. Despite the size of 22 double-XL instances, they were a small portion of our overall footprint in EC2; it takes well ov…

  16. comment
    Comment #958585

    We aren't planning to provide any additional types of file storage, as we don't believe that the local file system should be used at all in a scalable app, as it creates state at t…

  17. comment
    Comment #958582

    Transfer between S3 and your Heroku app (which lives inside EC2) is free.

  18. comment
    Comment #958100

    We've seen a ton of Couch and Mongo apps lately - works very well with Heroku. Check out http://www.mongohq.com .

  19. comment
    Comment #958098

    Storage limits are for database data only, they don't apply to assets like uploads. Assets should be stored in an asset store, like S3.

  20. comment
    Comment #958091

    Correct, the editor is no longer supported. We hope to bring it back sometime in the future.

  21. comment
    Comment #958086

    Exactly. Most people use DelayedJob to do image processing in the background - also the correct/scalable way to do it. More here: http://docs.heroku.com/background-jobs http://docs…

  22. comment
    Comment #958078

    Thanks for the feedback. === ImageMagick We have a couple thousand apps using ImageMagick/RMagick, and haven't had any reports of missing functions. We are running ImageMagick 6.2.…

  23. comment
    Comment #598549

    Awesome, we look forward to it. I just created a quick Rack app that uses curb and deployed it to Heroku, no problem: http://gist.github.com/108315 If you keep having trouble with …

  24. comment
    Comment #597860

    Hey Nir, it's James from Heroku. Sorry to hear you had trouble with Heroku. I'd like to address some of your concerns: 1. Gems We completely support all types of gems, including ge…

  25. comment
    Comment #578118

    Thanks Marcos. We were running db:migrate on push a long time ago for a while, but we ended that practice when serious production applications started moving on to the platform. We…