Live data from Hacker News

Cheap or free web-based tools for your web startup

blog.flexvite.com

31–40 of 59 posts

Re: Cheap or free web-based tools for your web startup

#31
post #27
post #26

Earlier quoted context omitted.

The 30 second per page limit can be a pain too. If you need to manipulate (i.e. validate, import, export, etc.) more than a few hundred persistent objects, you'll need to write your code to do it in chunks.

That's what Task Queue is for: With the Task Queue API, applications can perform work outside of a user request but initiated by a user request. If an app needs to execute some background work, it may use the Task Queue API to organize that work into small, discrete units, called Tasks. The app then inserts these Tasks into one or more Queues. App Engine automatically detects new Tasks and executes them when system r…

The task queue has the same 30 second limit. Follow either of those links above and you'll find:

the lifetime of a single task's execution is limited to 30 seconds

You still have to do more coding to chunk the work.

Re: Cheap or free web-based tools for your web startup

#32
post #30
post #29

I found this helps when collaborating remotely, to send big files around - and there are other companies offering a similar service: http://free.mailbigfile.com/index.php

Yeah, I like the Axosoft free variant: http://www.transferbigfiles.com/

Good suggestion - I like their higher size limit of 1Gb. I'll check this out, thanks.

Re: Cheap or free web-based tools for your web startup

#33

The madmimi website gave me a headache. Is there any site which allows me to display a text box on my site and collects the emails given and allows me to send newsletters?

Mailchimp is awesome. Don't know how it compares to Campaign Monitor. If you're a belt & suspenders type, use a Wufoo form and send that to MailChimp, then you can easily switch later.

Re: Cheap or free web-based tools for your web startup

#34

The madmimi website gave me a headache. Is there any site which allows me to display a text box on my site and collects the emails given and allows me to send newsletters?

Mailchimp is awesome. Don't know how it compares to Campaign Monitor. If you're a belt & suspenders type, use a Wufoo form and send that to MailChimp, then you can easily switch later.

The email collection tools in Campaign Monitor are totally free. You just pay when you send mail.

When I was organizing Startup Bootcamp, I emailed both CM and MailChimp to ask for a donation. MailChip offered us a discount, but CM gave us an extremely generous number of credits that easily covered our needs.

Using CM is a breeze. Originally we were using a Google Doc as a signup, and felt the need to switch once we hit a few hundred people. Importing the data was effortless, and CM has built-in checks for both duplicate and malformed emails. Their analytics and reporting is also great. Highly recommended.

Re: Cheap or free web-based tools for your web startup

#35

Wait, no Heroku? It should definitely be listed in the Price-Scalable Hosting section. Like AppEngine it's also free starting out, and super easy to scale. Plus it's all rails, so you don't even have to learn any App Engine API.

I think it's a lot more expensive than App Engine though. You quickly get into hundreds of dollars a month range for just a few extra features and two running processes.

Re: Cheap or free web-based tools for your web startup

#36
post #14
post #10

How is Google App Engine? Are there any pain points one should be aware of before using it?

Cold startup sucks - it's horrendous for Java and just bad for Python. If you have a popular app, this isn't an issue. If you don't, it hurts.

They're fixing this in the future by allowing reserved instances that will always run.

Re: Cheap or free web-based tools for your web startup

#40
post #35

Wait, no Heroku? It should definitely be listed in the Price-Scalable Hosting section. Like AppEngine it's also free starting out, and super easy to scale. Plus it's all rails, so you don't even have to learn any App Engine API.

I think it's a lot more expensive than App Engine though. You quickly get into hundreds of dollars a month range for just a few extra features and two running processes.

That's a humorous exaggeration, right?

2 x processes + 20GB database = $51/mth

Most people won't require every addon, and there's a free or cheap option in every case. Yes, you can spend "hundreds of dollars a month" but not easily

Post reply on HN