Normally I live in China, and rarely eat western breakfast. Recently I returned to Australia to spend some Christmas time with my extended family. A few mornings ago, I put some real bread I cut from a sourdough loaf in a toaster. Due to its irregular size, when it popped it didn't pop out completely, resulting in a sort of "toaster is too hot to insert fingers, toast is too hot to hold, toast is ready, find metallic…
Ask HN: What problem in your industry is a potential startup?
21–30 of 734 posts
Re: Ask HN: What problem in your industry is a potential startup?
#22Normally I live in China, and rarely eat western breakfast. Recently I returned to Australia to spend some Christmas time with my extended family. A few mornings ago, I put some real bread I cut from a sourdough loaf in a toaster. Due to its irregular size, when it popped it didn't pop out completely, resulting in a sort of "toaster is too hot to insert fingers, toast is too hot to hold, toast is ready, find metallic…
Isn't a toaster oven a solution to this?
Re: Ask HN: What problem in your industry is a potential startup?
#23Normally I live in China, and rarely eat western breakfast. Recently I returned to Australia to spend some Christmas time with my extended family. A few mornings ago, I put some real bread I cut from a sourdough loaf in a toaster. Due to its irregular size, when it popped it didn't pop out completely, resulting in a sort of "toaster is too hot to insert fingers, toast is too hot to hold, toast is ready, find metallic…
I find using wood toaster tongs to be quite sufficient. Mine are nothing so fancy as this image I could find online, but you get the idea. A pair of popsicle sticks secured together at one end would be fine. http://ecx.images-amazon.com/images/I/81HzpTQ93XL.jpg
Perhaps it is playing too much Shenzhen I/O, but I feel like a basic IC and sensors could solve this by detecting the width/height of toast pieces and continuing to release until the toast was substantially ejected from the toaster.
Re: Ask HN: What problem in your industry is a potential startup?
#24Content and patch distribution for video games: Data integrity, progressive downloads, file-level patching, compression, encryption, and platform/version branching. It's quite mind-boggling; nobody is really doing it on an industry-scale level. Every video game developer has their own way, all of which have their own problems. It is a very hard problem. Blizzard actually came up with a very good system, but it's not…
Some companies are even selling more or less standard solutions for that, but in reality from any given 1000 games 900 will have very different data formats and all have fairly good reasons to do so - using universal "patch systems" really creates more problems.
Re: Ask HN: What problem in your industry is a potential startup?
#25As a SaaS provider, one of the key indicators of a customer at risk of churn is the presence of another competitor in their account. A service which notifies you once an account signs up for a competing service would be immensely valuable in helping to target retention activities.
As a SaaS provider, would you be ok with having your competitors find out when one of their customers signs up with you?
Re: Ask HN: What problem in your industry is a potential startup?
#26Semi-related... I work in wellness and healthcare. I don't know about you, but I despise filling out the same forms over and over again when seeing new healthcare providers. I'd love to start a service modeled after granular smartphone permissions where (a) I check in at a new office (scan a code, they scan my code, beacon, something like that) (b) the office then requests x, y, and z information (c) a push is sent t…
Too much inertia on the provider side for this to catch on and reach critical mass - many septuagenarian sole practitioners out there using paper diaries / files, and larger organisations with some monstrosity written in COBOL (or MUMPS?) that will never change to accommodate this. I'd suggest something much more low-tech - a website where you can punch in all your details - insurance, allergies, medical history, etc…
I am on board with what you're saying; an escape hatch for non- or semi-adopters. Obviously, printing is a way to go, so maybe on the mobile app, the ability to check each piece of information required then export/email to your preferred destination.
It'd also be interesting to look to make money on conversion i/e replacing, or integrating with, the outdated monsters you're talking about.
Maybe we're not even talking about healthcare anymore, maybe just the ability to piece together PII (personally identifiable information) and deliver it to X.
>>>> on another note
This goes into a topic I've seen posts on recently, and something of interest to me, personal indexing; a better way to throw blobs against the wall and have it indexed for me, leading to a personal Google. I mean, that's already coming, really, between Facebook and Google (especially Google Photos) but currently I see nothing about piecing together information I'd like to share on a professional level.
Re: Ask HN: What problem in your industry is a potential startup?
#271) Cleaning the data as it comes in rather than in batches so we can use it sooner, invalid data is discarded, outlier detection, normalizing inputs etc....
2) Warehousing of the data with proper indexes so you can perform some advanced queries on unstructured data
3) Some data is sent in bulk at the end of day, some of the data is streamed in fire hose style. How can we preprocess the fire hose data so that we don't have to wait until the end of the day to parse it all.
4) Oh and all of this data is unstructured and comes from 75 different sources.
Soon the average hedge fund will have more people just cleaning and managing data than they do in quantitative research, dev ops, software development and trading.
Oh and lots of the data is considered proprietary so while AWS/Azure, etc is fine, sending it to a third party to process is not.
TL/DR Help me, I'm drowning in data. How do I get the time from when I acquire data to when I trade based on it down to a reasonable time frame, where reasonable is closer to hours rather than days/weeks.
Re: Ask HN: What problem in your industry is a potential startup?
#28Not in my industry but I'm part of an HOA and I swear 2/3 of what the people paid to administer it do seems streamlinable/automatable with lots of opportunity for making money along the way. Every time I deal with them I proclaim to myself, STARTUP! Then I forget about it..
Re: Ask HN: What problem in your industry is a potential startup?
#29Content and patch distribution for video games: Data integrity, progressive downloads, file-level patching, compression, encryption, and platform/version branching. It's quite mind-boggling; nobody is really doing it on an industry-scale level. Every video game developer has their own way, all of which have their own problems. It is a very hard problem. Blizzard actually came up with a very good system, but it's not…
Didn't Steam already solve this?
Which is not at all interesting for self-published games (be it indies who want to avoid steam, big publishers with their own systems etc).
Re: Ask HN: What problem in your industry is a potential startup?
#30Data management. 1) Cleaning the data as it comes in rather than in batches so we can use it sooner, invalid data is discarded, outlier detection, normalizing inputs etc.... 2) Warehousing of the data with proper indexes so you can perform some advanced queries on unstructured data 3) Some data is sent in bulk at the end of day, some of the data is streamed in fire hose style. How can we preprocess the fire hose data…