Live data from Hacker News

Products I Wish Existed

blog.eladgil.com

421–430 of 434 posts

Re: Products I Wish Existed

#421
post #171

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…

That seems like a nice idea to develop as a side hustle. Not sure if it would be so much of an issue, as websites like https://www.teamblind.com exist. I'm more worried about the user acquisition tbh

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…

I completely agree with most of your point, but "black-swan events like serial packet thieves" made me laugh. Checking in from San Francisco, where over 50% of the packages that I had delivered to my home (wherein the package delivery area is behind a locked grill-door!) were stolen in the first two weeks after I moved there. I have shipped everything to my work since then.

Re: Products I Wish Existed

#423
post #262

Earlier 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…

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 want us to do). Might interest you!

Re: Products I Wish Existed

#424

Earlier 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.

I never said white people couldn't "give a shit". I said that you self-admittedly don't even know the viewpoints of PoCs on ring doorbells. "Is slavery morally wrong" is a fairly easier question to answer in my book than "are cheap cameras available to most people morally wrong"

Re: Products I Wish Existed

#426
My wife have been suffering from Parkinsons disease (PD) for the last five years and she had constant pain, especially her limb. Then the inability to swallow without getting choked, soft speech and muscle rigidity. Thank God she have finally recovered after seven weeks of taking a Herbal medication, I feel so happy and excited to see my wife recover from PD very fast. She can talk very well and walk freely now. Here is herbal centre that helped my wife recover if you need their help; (besthealthherbalcentre. c om).

Re: Products I Wish Existed

#427

Earlier 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

I'm not saying JS is better or VBA, but JS is definitely not VBA.

Re: Products I Wish Existed

#428

Earlier 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?

Excel class was actually party of my junior high/high school (Netherlands). As well some programming in VB and PHP.

Re: Products I Wish Existed

#429

Earlier 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…

I can't share anything directly but let me describe a little scenario for you that's close enough:

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

#430
post #373

Earlier 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.

It's more than that though, it's that I need to be able to create "core tables" that only privileged users can modify the schema of, but then let anyone create tables with relationships to those core tables.
Post reply on HN