Cool batch, particularly LemonBox which provides personalized vitamin packs to buyers in China. There's a huge user base right there, and I imagine the U.S. market is largely saturated / competitive already. I must respectfully express my concern over: "Grabb-it Inc. turns rideshare cars into digital billboards." There's probably a market for it as online advertisers face an uncertain future with possible regulation,…
So is LemonBox basically a daigou in startup form? I’m not sure what their advantage will be vs. the very numerous amount of small players that already do this. I also wonder if they misunderstand the vitamin market in China. Whereas it is mostly bros looking to buff up in the states, in China, you buy them abroad to show your elderly parents/grandparents you care for them. But maybe my views are outdated?
Companies from the YC Summer 2018 Batch
61–70 of 99 posts
Re: Companies from the YC Summer 2018 Batch
#62I think companies like Grabb-It Labs only make the world more hellish. I really don't understand why you would start a company like this. On my commute each day they've started video advertising on my local bus and also in the subway. It just really SUCKS to be bombarded with more shitty ads for banks and big box stores. I'm not trying to scold the founders. It just confounds me that people would start companies like…
Re: Companies from the YC Summer 2018 Batch
#63Cool batch, particularly LemonBox which provides personalized vitamin packs to buyers in China. There's a huge user base right there, and I imagine the U.S. market is largely saturated / competitive already. I must respectfully express my concern over: "Grabb-it Inc. turns rideshare cars into digital billboards." There's probably a market for it as online advertisers face an uncertain future with possible regulation,…
Even worse, according to the techcrunch article [0] the projection screen is mostly opaque, so passengers won't be able to see out the window. [0] https://techcrunch.com/2018/08/15/grabb-it-wants-to-turn-you...
> It’s meant to only run when the driver is between rides. Once a passenger hops in the car, the projector is shut off — because, well, no one wants a projector blasting light in their face on the way to their next meeting.
So, they intend to use it as a means for drivers to make money when they are not in the middle of a trip.
Re: Companies from the YC Summer 2018 Batch
#64Optic [0] caught my eye. They seem to have made possible a new kind of abstraction in code. Something that's different from both functions and macros. It's a kind of abstraction that can be arbitrarily customized at each call site, yet retain its identity across all of them. Example: foo = do_a() bar = do_b(foo) Example 2: foo = do_a() bar = do_z(foo) baz = do_b(bar) Example 3: foo = do_a() bar = foo + 10 baz = do_b(…
function baz(modifier) {
let foo = do_a();
let bar = modifier(foo);
return do_b(bar);
}
Example 1: baz((foo) => foo);
Example 2: baz((foo) => do_z(foo));
Example 3: baz((foo) => foo + 10);
which lets you be more concise with baz = (modifier) => do_b(modifier(do_a()))Re: Companies from the YC Summer 2018 Batch
#65Earlier quoted context omitted.
Why? This hits at the heart of startup porn. It's about money. It's only about money. It's only ever been about money. This is a good way to make money so it exists. I'm happy for startups that don't hide behind their capitalist mission.
True. I just don't think we should celebrate these startups.
Re: Companies from the YC Summer 2018 Batch
#66Earlier quoted context omitted.
Their topics page https://cspa.io/topics also has numerous duplicate "example" links. Some of them are barely related to the sub-topic line item and some not at all (perhaps a typo? copy-pasto?). I provided feedback that included this issue, I believe around when it was first a "Show HN" post, but the page was never updated. That would certainly give me pause as to the accuracy of a technical (or detail-orientation)…
That's a bug, thanks for reporting it. We don't have it in our bug tracker -- I don't recall CSPA having a Show HN post o_O.
I'm likely incorrectly remembering the context, then. Possibly one of the "Work at a Startup" posts?
Re: Companies from the YC Summer 2018 Batch
#67Saddens me that there are not many mechanical hardware companies from any YC year/season and this year is no exception.
Re: Companies from the YC Summer 2018 Batch
#68Saddens me that there are not many mechanical hardware companies from any YC year/season and this year is no exception.
Re: Companies from the YC Summer 2018 Batch
#69Earlier quoted context omitted.
So is LemonBox basically a daigou in startup form? I’m not sure what their advantage will be vs. the very numerous amount of small players that already do this. I also wonder if they misunderstand the vitamin market in China. Whereas it is mostly bros looking to buff up in the states, in China, you buy them abroad to show your elderly parents/grandparents you care for them. But maybe my views are outdated?
Are vitamins actually useful? The vast majority of people who eat normally don’t need vitamin supplements. It’s all mostly scammy to me: selling people a product that has almost no value unless you are malnourished. It’s big business sure, but it’s on the level of homeopathy for most people. Providing vitamins to undernourished kids might be valuable, but there isn’t any money in that. Vitamins are right up there wit…
Re: Companies from the YC Summer 2018 Batch
#70The concept of HappiLabs calls to me, and while spendy for a new lab, is definitely less than a qualified lab manager would be. Sadly, really only useful for wet labs.
I'm not an insider on the terminology, but it seems a "wet lab" is what a lay person, like myself, thinks of when we hear "a lab" (in the physical sciences context).
What's the "dry" (or is the term of art different?) lab situation you wish it would be useful for?
There could be a different startup opportunity, if it's scalably computer-heavy [1]. I'm aware of computer-controlled instruments for wet labs being a very underserved market (and presumably with high margins for the computer portion), but that seems like a consulting/services/labor-intensive business.
[1] Around HN, that usually means software, but my background is Ops, so I actually consider commodity hardware quite scalable, too, despite the hardware-is-a-nightmare-we-have-to-do-cloud mythology.