Live data from Hacker News

Hoodie: very fast web app development

hood.ie

21–30 of 155 posts

Re: Hoodie: very fast web app development

#24
post #2

I think promising "we want to enable you to build complete web apps in days" might be promising too much. Programming is difficult, there is no silver bullet, and a different data store certainly won't change that. Interesting choice of couchdb. Any reasons for that compared to the alternatives?

hoodie strikes me as more of a local optimum rather than a global one. In other words, it's not a universal silver bullet and wouldn't be suitable for all tasks. But for the tasks for which it is suited, perhaps it can eliminate a lot of boilerplate.

[Disclaimer: I've spent a total of 5-10 minutes reading about hoodie.]

Re: Hoodie: very fast web app development

#27
post #24
post #2

I think promising "we want to enable you to build complete web apps in days" might be promising too much. Programming is difficult, there is no silver bullet, and a different data store certainly won't change that. Interesting choice of couchdb. Any reasons for that compared to the alternatives?

hoodie strikes me as more of a local optimum rather than a global one. In other words, it's not a universal silver bullet and wouldn't be suitable for all tasks. But for the tasks for which it is suited, perhaps it can eliminate a lot of boilerplate. [Disclaimer: I've spent a total of 5-10 minutes reading about hoodie.]

Anyone trying for a global maximum will fail :)

We designed Hoodie with very few, but very specific use cases, to get the core right. The more use cases we’ll add, the broader it will get, but we have no intention of pleasing everyone.

Re: Hoodie: very fast web app development

#28
This looks pretty optimal for a little app I'm building. I've been bolting bits to Sinatra and using it as a half-API-half-template engine for a frontend I built, this looks far cleaner. I'm curious about security though, what's stopping a user from plugging in random data via the console?

Re: Hoodie: very fast web app development

#29
post #25
post #21

@hoodiehq : are you using something similar to PouchDB ?

We have our own little lightweight version of PouchDB that isn’t really a version of PouchDB. It works well for now, but we might migrate to Pouch later.

Yeh we should definitely work on this when you are in town :) the storage part of pouch is nearing being complete and stable, the server infrastructure was next on the list (after docs etc)

Re: Hoodie: very fast web app development

#30
post #28

This looks pretty optimal for a little app I'm building. I've been bolting bits to Sinatra and using it as a half-API-half-template engine for a frontend I built, this looks far cleaner. I'm curious about security though, what's stopping a user from plugging in random data via the console?

Nothing, all they can do is fuck up their own data.
Post reply on HN