I tried going all on on Google Sheets earlier this year. I used the Python API and like almost nothing worked consistently. I got 1 sheet to work well with like 1k rows and thought woohoo this is great! So I went all-in, put 25k rows in and Google pooped the bed. It gave errors all the time, rows and columns were funky. API issues galore. SQLite however handled 25k rows without any errors, always rock solid. I gave u…
I keep turning my Google Sheets into phone-friendly webapps
121–130 of 238 posts
Re: I keep turning my Google Sheets into phone-friendly webapps
#122This is giving me flashbacks to the days when MS Access (and later on Visual Basic) ruled this segment of the market. It's interesting to think there's still a market for this type of small scale enthusiast application. One scenarios I've been thinking about recently is the death of the generic app. If LLMs end up being able to create software easily, why wouldn't we choose to have software that's totally aligned our…
Re: I keep turning my Google Sheets into phone-friendly webapps
#123At some point I started working on a new version that would just run with a spreadsheet as the frontend where the business analyst could add whatever rules and calculation fields they wanted, which would then link to some input of users, share values, periods etc.
It was going quite well and seemed extremely viable but unfortunately the business died due to some other issues along with Covid before the software saw the light of day.
Re: I keep turning my Google Sheets into phone-friendly webapps
#124Earlier quoted context omitted.
Thank you for discussing this openly, it can be a real bummer to write something, test it, have something work up to a point then fail due to situations outside your control. You probably just saved me about 20 hours of coding.
to be fair, 25k rows seems like a few more rows than I'd use a spreadsheet for
Re: I keep turning my Google Sheets into phone-friendly webapps
#125Earlier quoted context omitted.
Monzo (online bank in UK) let you see all your transactions in a Google sheet (with some caveats e.g. interest earned is skipped). I wanted to make a total wealth chart over all years. It's so damn complicated in Google sheets. In MS Excel I could simply make a pivot chart, apply any aggregation on days/weeks and be done with it. But with Sheets I had to make a new aggregate column, filter data in another new column,…
You're fine with Google seeing complete information about your income and spending? I'm not one of those truly paranoid, but this seems like a bit too much.
Re: I keep turning my Google Sheets into phone-friendly webapps
#126Earlier quoted context omitted.
Monzo (online bank in UK) let you see all your transactions in a Google sheet (with some caveats e.g. interest earned is skipped). I wanted to make a total wealth chart over all years. It's so damn complicated in Google sheets. In MS Excel I could simply make a pivot chart, apply any aggregation on days/weeks and be done with it. But with Sheets I had to make a new aggregate column, filter data in another new column,…
You're fine with Google seeing complete information about your income and spending? I'm not one of those truly paranoid, but this seems like a bit too much.
Re: I keep turning my Google Sheets into phone-friendly webapps
#127Earlier quoted context omitted.
Monzo (online bank in UK) let you see all your transactions in a Google sheet (with some caveats e.g. interest earned is skipped). I wanted to make a total wealth chart over all years. It's so damn complicated in Google sheets. In MS Excel I could simply make a pivot chart, apply any aggregation on days/weeks and be done with it. But with Sheets I had to make a new aggregate column, filter data in another new column,…
You're fine with Google seeing complete information about your income and spending? I'm not one of those truly paranoid, but this seems like a bit too much.
Most big tech companies very rarely/never let a human review private customer data. Therefore I'm fine handing all the data over to big tech companies.
I don't really understand any other point of view - if you're worried about a machine seeing your private stuff, why did you type it into a keyboard in the first place?
Re: I keep turning my Google Sheets into phone-friendly webapps
#128I've built quite a few dashboards while working on proof-of-concept feature/product engineering. Even though people often think I'm joking, almost always the backend database was a Google Sheet. Google Sheets has great API support, easy to write functionality, convenient read and file dumps, works well with Pandas/SQL, and has a universally appreciated UX. Data validation can be annoying if the "admin" directly enter…
In small business accounting, I have a persistent need for a FileMaker Pro like solution for invoices. FMP was conscious of on-screen layout and print.
ReTool has been recommended as similar replacement for FMP but they don’t have the idea of creating print-ready documented receipts and invoices. You don’t even need to print it, you just need to keep it for the IRS.
I love the idea of using Google Sheets and turnkey app building apps. But I still need documentation.
Re: I keep turning my Google Sheets into phone-friendly webapps
#129Earlier quoted context omitted.
You should check out Fibery. It’s ultimately like Notion but a lot more performant and less “finicky” due to being too clever about UX, in my opinion.
Definitely interesting. I think if I was going to put in the effort of switching, it would probably be to more of a labor of love pain in the ass situation like Obsidian where I can be more in control. My use case would easily fit into the Fibery free plan. Amusingly, their own comparison page argues that Notion is a better fit for me: “Where Fibery works better? Processes and work management for medium and large tea…
Obsidian is a better note-taker, but Fibery is much more programmable and has the most important OOTB feature of Obsidian which is bidirectional linking (IMO).
I don’t think Fibery gives you less control except in the sense of like data ownership (which is what brought me to Obsidian back in the day).
More key bindings for Fibery would also be appreciated :)