I'd love a service that puts me in touch (for a fee) with an engineer/someone above level 1-2 support from Google/Amazon/huge corps When dealing with companies that are above a certain size, it takes days or weeks to get to someone that can fix issues, but if you're lucky and you have a friend that knows someone who works there he can expedite your ticket. This service would work like that, a friend that puts you in…
Products I Wish Existed
421–430 of 434 posts
Re: Products I Wish Existed
#422> 4. ADT 2.0: Digital neighborhood watch. That this is not only a market, but a "wish" which seems to get traction even here on HN confirms to me that the old joke "1984 is not a manual" is more relevant than ever, and scarily not only in regards to the usual suspects, corporate and nation states, but people themselves. Can anyone explain to me why anyone would advocate a profit-driven, systematic eradication of soul…
Re: Products I Wish Existed
#423Earlier quoted context omitted.
Awesome. Thanks for Validating. I'm going to spend the next year of my life building exactly that. Right now I've just put it a manifesto with some ideas at http://orows.com , but will be coming out with a proof of concept very soon.
Cool! I'll add one more thought that I think might be particularly useful > Granular permissions not only at row level but field level too. You can share parts of data with others for editing or have it view-only with ability for commenting and accepting suggestions In my org (and I suspect many), many of the Sales/Operations people maintain Google Sheets with links into our internal apps. Generally it's TODO lists o…
Do you have some examples?
We're building a sort of highly linkable (cell level) spreadsheet-type widget builder that is supposed to play nicely with existing workflows (instead of trying to force people to build out entire workflows like many of these new breed of "CRUD-replacer" low-code/no-code apps seem to want us to do). Might interest you!
Re: Products I Wish Existed
#424Earlier quoted context omitted.
PoC have a voice. If they have a fear, they can express it. They don't need a random white person hand-wringing on their behalf when that person self-admittedly doesn't even know how they might feel on the subject.
I think white people giving a shit and talking about these issues is the only reason we've come so far. Your attitude would have kept us on the 1700s.
Re: Products I Wish Existed
#425Re: Products I Wish Existed
#426Re: Products I Wish Existed
#427Earlier quoted context omitted.
For me, Google Sheets don't have the signature features of Excel, it's like Excel lite . No VBA, no keyboard shortcuts, (no cross-workbook references). Imho two people working inside the same worksheet at the same time was never an Excel's missing feature.
> No VBA FWIW Google Sheets does have the ability to write macros in JavaScript. They even have an npm tool [0] that will let you edit offline via your preferred IDE and then push to your sheet. [0] https://developers.google.com/apps-script/guides/clasp
Re: Products I Wish Existed
#428Earlier quoted context omitted.
This goes back to my old quip of the easiest way to increase GDP to 5% would be to force everyone to learn how to actually use Excel. HT "You Suck at Excel" - JS https://www.youtube.com/watch?v=0nbkaYsR94c
Perhaps it should become a part of public middle school curriculum?
Re: Products I Wish Existed
#429Earlier quoted context omitted.
Cool! I'll add one more thought that I think might be particularly useful > Granular permissions not only at row level but field level too. You can share parts of data with others for editing or have it view-only with ability for commenting and accepting suggestions In my org (and I suspect many), many of the Sales/Operations people maintain Google Sheets with links into our internal apps. Generally it's TODO lists o…
I'm interested in link density and diversity in those little workflow supporting spreadsheets you mention. Do you have some examples? We're building a sort of highly linkable (cell level) spreadsheet-type widget builder that is supposed to play nicely with existing workflows (instead of trying to force people to build out entire workflows like many of these new breed of "CRUD-replacer" low-code/no-code apps seem to w…
We have a CRUD app that acts as a CMS with all our product listings in it. There is a team of people who are tasked with curating and maintaining these product listings. So you can go to crud.com/admin/product/ and modify the listing, which needs to happen every now and then.
The team of people who maintain these product listings need to coordinate their efforts and so when they need to modify some set of the products they create a spreadsheet with (product_id, link_to_crud.com, Person who is responsible, status). Maybe there's some approval process or multiple statuses or something like that that makes this all a little more custom/complex. Maybe they need to update a few things across services at the same-ish time so there might be a few links per row but it's going to be relatively bounded by what a human can handle.
If our data lived in Airtable, it'd be really easy for this team to make their tables/spreadsheets with direct relations to our core tables (which replace the CRUD app in this case). That team understands their workflows better than I ever will as an engineer. Giving them the power to create their own workflow tools is way better than trying to have engineering build it for them, and that's going to be a huge selling point for me.
I don't think we'd need cell-level links but rather row-level. Right now they use Google sheets, but a more domain-specific tool would be better.
Re: Products I Wish Existed
#430Earlier quoted context omitted.
Cool! I'll add one more thought that I think might be particularly useful > Granular permissions not only at row level but field level too. You can share parts of data with others for editing or have it view-only with ability for commenting and accepting suggestions In my org (and I suspect many), many of the Sales/Operations people maintain Google Sheets with links into our internal apps. Generally it's TODO lists o…
That makes total sense. Yeah you want to see tables with relationships/hyperlink to other tables. Deffo don’t want to be manually joining ids everytime.