Earlier quoted context omitted.
That's a definition of webpage, but you don't explain why webpages aren't a subset of apps. I saw your comment pre-edit, which said that an app has to be downloaded to a user's device to run, but that also doesn't exclude webpages since an HTML document and its scripts also have to be downloaded to a device to run. Is it something that has to be pre-compiled? Is an html and javascript page embedded in a binary an app…
App is short for application. Web pages with scripting existed for years before anyone called anything an app. Maybe it's just semantics. But it comes off, to me, as pretentious.
Show HN: Stein – Use Google Sheets as a No-Setup Database
61–67 of 67 posts
Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#62Looks neat! Questions: - Do updates show immediately (for both directions)? - What are the limits of read/write queries? - What are the limits of rows? - Can I use formulas in the sheet? - How is the type handling? Does everything get treated as text or are there date and number types? - Do formatting options for columns (e.g. for number of decimals) survive when I alter things with the API?
Yes, changes are apparent immediately.
- What are the limits of read/write queries?
The details are mentioned on https://steinhq.com/pricing.
- What are the limits of rows?
Details available on the pricing page as well. A thing not explicitly mentioned is that you can add any number of rows to a sheet. In append operations, the row limit is not checked.
I'll let you know the other details soon. That's something many have been asking, and I'm deciding what the default behavior should be.
Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#63Earlier quoted context omitted.
App is short for application. Web pages with scripting existed for years before anyone called anything an app. Maybe it's just semantics. But it comes off, to me, as pretentious.
Sorry for coming off as pretentious, but that's just the default message that comes with create-react-app. And I conveniently disregarded the idea of making a change!
Now I know why I've been seeing that error so much.
Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#64Earlier quoted context omitted.
Instead of as a disparagement of the product, you could see this as a no-judgement PSA for anyone interested in and capable of running such an alternative. Incidentally I am precisely looking for something like this so for me that’s valuable :)
I didn't "hear" it as suggesting it was a disparagement of the product, more like a "LOL, sure, that's so easy!" sarcasm. "You, too, can do this -- if you are a former astronaut and billionaire. No big!" A lot of advice that "You can easily do it yourself" presumes a fairly high level of skill and knowledgeable in sometimes multiple domains. That presumption isn't crazy talk for the HN audience. Plenty of people will…
Further down someone has linked a couple other alternatives that are as easy to use as Stein, using a similarly neutral tone.
Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#65Earlier quoted context omitted.
Reminded me of the top comment on the "Show HN" of Dropbox, back in 2007: "you can already build such a system yourself quite trivially by getting an FTP account, mounting it locally with curlftpfs, and then using SVN or CVS on the mounted filesystem." ;) https://news.ycombinator.com/item?id=9224
Lol I was thinking of that comment and was hoping mine wouldn't sound it like it. I'm actually happy Stein exists and think it'll be useful to a lot of people. Part of the reason I used Google sheets was because it was a 'free' DB and so I was just highlighting the free alternative.
Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#66Earlier quoted context omitted.
AT is my go to solution for quick database needs for prototyping. very simple to share “auto created” documentation for external devs to connect via its marvelous api. plus 1200 row free (infinite tables) is good to start
I'm building something with Airtable now, but definitely see the need to move away from it quickly. More than anything, I just like the appeal of the web UX to get started in designing the data model. It allows me to work with an 'excel guy' in order to figure out what we need for our application. The API, which is very well documented, is far from marvelous. For example, there is no way to use a transaction to updat…
https://www.crunchbase.com/organization/airtable#section-fun...
Re: Show HN: Stein – Use Google Sheets as a No-Setup Database
#67The worst part is that as a database, Sheets is not one-tenth as good as MS Access was. You can't enforce constraints or even disable certain people from editing the format of a cell. There's lots of things you can try but you are just one inadvertent copy-paste away from losing formatting/validation rules you had set.