Earlier 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…
Companies from the YC Summer 2018 Batch
81–90 of 99 posts
Re: Companies from the YC Summer 2018 Batch
#82The CSPA thing is interesting to me because the founder/CEO was formerly the head of engineering at Crunchyroll, and interviewing at Crunchyroll was one of the worst interviewing experiences I've ever had. Let's just say I'm skeptical. I hope it works out, but... MacD looks interesting... but I'm kinda surprised YC would invest. A Mac n Cheese company? Very strange. I'm very excited about the biotech space, so lookin…
>Interviewing at Crunchyroll was one of the worst interviewing experiences I've ever had Can you elaborate?
I thought the coding challenge was fun. They basically give you a URL, and the URL contains a list of numbers, which you append to the URL. Visiting each URL+number returns either a list of other numbers (which you keep traversing), a FAIL message (dead-end, of which there are many), or a SUCCESS message (only one). You task is to traverse the entire tree, determine how many dead-ends there are, which number is the successful end, and which path is the shortest path from your starting node to the success node. It was pretty fun, and the solution wound up being basically a breadth-first search or a depth-first search (pros and cons for each).
(You can do the challenge here, if you want: http://www.crunchyroll.com/tech-challenge/roaming-math/yourn...)
I submitted my answer and got set up with a phone call. I don't remember anyone's names, but this guy was touted as a PhD and a genius, so I was excited to talk to him. Over the phone, he gave me another challenge: "Imagine you're Photoshop, and someone selects a pixel with the Fill tool. How do you know which pixels to fill?" As you can imagine, this turned out to be another breadth-/depth-first search problem. You look at the surrounding pixels, decide whether they're the same color or not, and then proceed to the next level and repeat.
I was offered an on-site, which I accepted. I arrived and sat in the lobby. They have a giant big-screen TV that was showing anime. Makes sense, since CrunchyRoll is an anime streaming service. The current show had a woman eating in a restaurant with some men. I couldn't understand the words, but it was clear that she was having orgasms while eating, and the men were watching. At the time it was mildly amusing, but in retrospect, it was quite inappropriate.
Eventually, I was shown to a room with a whiteboard. The first person (an engineer) comes in, says "Hi, I'm Jack. So you have M trains and N stations..." and starts writing on the board. No idea who this guy is or why he's talking to me. I, being nervous, tried to follow along. His question was ultimately another search problem. Due to poor time management, I didn't have time for questions. He nodded and walked out to get the next person.
Second engineer comes in. "Hi, I'm Brad. You have M dogs and N cats..." and jumped right into his problem. No context, no anything. Yet another search problem. At the end, there was no time for questions.
Third guy comes in, same thing.
Fourth guy comes in, he actually introduces himself. He's the head of Product (or at least some Product Manager). He asks me a couple of questions, then gives me a coding challenge on the whiteboard. Another search problem.
Fifth guy comes in, the PhD guy comes in, says "Hi, I'm Kevin. You have..." and launches into yet another search problem (again!). Having done six of them by this point, I breezed through it and finally had time for one question. I said, "You guys must do search problems a lot here at CrunchyRoll."
He cocks his head to the side, looks at me like I'm crazy, and says, "No, never."
The sixth guy comes in and gives me something different! "You have a box and a bunch of random objects. What's the most efficient way to pack it?" which, of course, is the Knapsack Problem, which I believe has not been fully solved. But I do my best.
At this point, I'm over it.
I know CrunchyRoll does not fill boxes. I know they don't do any of the things they're quizzing me on. I don't know anything about the business other than what I've read online. I don't know what any of these people do. I haven't been given any context about anything, and when I did manage to ask some questions, I got nonsensical answers. I don't know which team I'd be working on or what role I'd take over. I don't know which of these alleged geniuses would be my coworkers (or god forbid, my boss). I don't know what problems CrunchyRoll's engineering team is trying to solve. I don't know their tech stack, their culture, or their company strategy.
I was not offered a position, but even if I had been, I would have turned it down. It was pretty bad across the board.
Ironically, the next company I worked for did some work on behalf of CrunchyRoll in the data engineering space. Thought that was funny.
I had a similar experience at Zenefits the next day, but halfway through the interview I declined to proceed further once I realized it was the same thing.
On the positive side, I've interviewed with a dozen other companies in the intervening years, and most of them have been fairly positive.
Re: Companies from the YC Summer 2018 Batch
#83The CSPA thing is interesting to me because the founder/CEO was formerly the head of engineering at Crunchyroll, and interviewing at Crunchyroll was one of the worst interviewing experiences I've ever had. Let's just say I'm skeptical. I hope it works out, but... MacD looks interesting... but I'm kinda surprised YC would invest. A Mac n Cheese company? Very strange. I'm very excited about the biotech space, so lookin…
Sorry to hear it was that bad! :( I'd love to hear your experience, especially if I was directly involved -- you can reply or email me anonymously at james@cspa.io. If you know anything about Crunchyroll's early culture, I always made a point to listen to feedback and improve ourselves. It'll be the same at CSPA. Crunchyroll's interview process definitely was not consistent, which is why I spent my final two years th…
Re: Companies from the YC Summer 2018 Batch
#84Cool 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,…
This is terrible idea and poor investment.
Re: Companies from the YC Summer 2018 Batch
#85Earlier quoted context omitted.
>Interviewing at Crunchyroll was one of the worst interviewing experiences I've ever had Can you elaborate?
I was a Senior Software Engineer at the time. I thought the coding challenge was fun. They basically give you a URL, and the URL contains a list of numbers, which you append to the URL. Visiting each URL+number returns either a list of other numbers (which you keep traversing), a FAIL message (dead-end, of which there are many), or a SUCCESS message (only one). You task is to traverse the entire tree, determine how m…
Probably was Shokugeki no Soma
The first few rounds don't really seem too dissimilar from other firms (in that they'd ask a bunch of random algorithmic problems that you will never likely come across in your job). That being said, six consecutive rounds of interview with these sorts of problems does indeed seem a bit too much.
Re: Companies from the YC Summer 2018 Batch
#86The 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.
> 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-contro…
"Wet lab" is useful to distinguish people with actual labs vs. my lab, which is just a bunch of people with laptops.
The situation I'm dreaming of, is, for example, it not being my problem when a grad student is having trouble getting software installed on the server. That would be something I'd love a lab manager or dedicated programmer to deal with, but for a small lab, I don't have nearly that level of funding.
Re: Companies from the YC Summer 2018 Batch
#87Earlier quoted context omitted.
I was a Senior Software Engineer at the time. I thought the coding challenge was fun. They basically give you a URL, and the URL contains a list of numbers, which you append to the URL. Visiting each URL+number returns either a list of other numbers (which you keep traversing), a FAIL message (dead-end, of which there are many), or a SUCCESS message (only one). You task is to traverse the entire tree, determine how m…
>The current show had a woman eating in a restaurant with some men... At the time it was mildly amusing, but in retrospect, it was quite inappropriate. Probably was Shokugeki no Soma The first few rounds don't really seem too dissimilar from other firms (in that they'd ask a bunch of random algorithmic problems that you will never likely come across in your job). That being said, six consecutive rounds of interview w…
Crunchyroll showed zero interest in learning anything about me other than whether or not I can search a tree. They showed zero interest in letting me learn anything about the company other than I don't want to work there. They showed zero ability to collaborate and coordinate prior to the interview. They showed no interest in me personally as a potential team member. They showed zero ability to recognize that I gave up an entire day (and likely lied to my boss about why I was missing work that day) to come into their office and... waste my time? Yeah, not great.
Conversely, I've been involved with dozens of interviews at other companies that ask algorithmic questions that were pleasant, interesting, and an actual two-way street. There were plenty of companies whose interviewers seemed to actually know my name, and who spent time trying to convince me that I _should_ work there.
IMO, if you bring candidates on-site and you're only asking them algorithmic questions, your recruitment funnel has failed. You shouldn't bring anyone into your office unless you're pretty sure you're going to hire them. That means determining whether or not they're competent _before_ they come in. The on-site should be a validation of what you already know (e.g., verify they actually did the coding challenge you sent them and that they're the same person from the phone call(s)), a confirmation that their temperament and personality are compatible, and then selling them on joining the company.
To be clear, I don't have a problem with algorithmic questions, but more than one or two is a waste of time.
And yes, this pattern is sadly common in SF, but common does not make it okay.
Re: Companies from the YC Summer 2018 Batch
#88Earlier quoted context omitted.
>The current show had a woman eating in a restaurant with some men... At the time it was mildly amusing, but in retrospect, it was quite inappropriate. Probably was Shokugeki no Soma The first few rounds don't really seem too dissimilar from other firms (in that they'd ask a bunch of random algorithmic problems that you will never likely come across in your job). That being said, six consecutive rounds of interview w…
It wasn't necessarily six consecutive rounds with "these sorts of problems", it was six consecutive rounds of _the same problem_ just worded differently. And the actual questions were less the terrible part as the fact that interviews work both ways. An interview is a chance for _me_ to learn about _you_ just as much as it is for _you_ to learn about _me_. A very good software engineer in a city with very high demand…
Well FWIW, I personally wrote the coding exercise that you enjoyed (http://www.crunchyroll.com/tech-challenge/roaming-math/yourn...). I thought it was a good mix of basic algorithms (tree traversal) as well as some practical knowledge (CURL/http). I'm surprised they are still using the same one :)
Re: Companies from the YC Summer 2018 Batch
#89Earlier quoted context omitted.
> 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-contro…
Yeah, "wet lab" is what most people thing of as a "lab". Some fields (lots of the biology and biology-adjacent ones) use "lab" as a logical unit of organization. So Professor So-and-So and their graduate students, postdocs, etc. is "The So-and-So Lab". "Wet lab" is useful to distinguish people with actual labs vs. my lab, which is just a bunch of people with laptops. The situation I'm dreaming of, is, for example, it…
OK, so it's something akin to Wikipedia's description of "dry lab".
> The situation I'm dreaming of, is, for example, it not being my problem when a grad student is having trouble getting software installed on the server. That would be something I'd love a lab manager or dedicated programmer to deal with
This sounds very much like IT/Helpdesk support, of the kind a programmer or a lab manager typically wouldn't want (and might not be qualified) to deal with, either.
Is there something unique to your lab environment that you couldn't use some kind of shared/general IT helpdesk service, perhaps focused on scientific software users?
If not, there may well be an unmet need that a startup could fill, especially if everyone in each lab needs identical support and they can combine it with some kind of cloud-based service with basics pre-installed. However, if you're looking for unlimited, individualized user support for a limited, flat fee, that's not sustainable.
> I don't have nearly that level of funding
For a service provider, the question then becomes, do you have enough funding for the amount of service you'd require (plus the provider's overhead/profit), even if it's not nearly enough for a full-time person (which can be remarkably expensive in popular tech hubs)?
Reasonable IT support to user ratios are somewhere in the 1:20-1:100 range, which is the same range (for a 3-person lab) as HappiLab's pricing.
Re: Companies from the YC Summer 2018 Batch
#90Earlier quoted context omitted.
It wasn't necessarily six consecutive rounds with "these sorts of problems", it was six consecutive rounds of _the same problem_ just worded differently. And the actual questions were less the terrible part as the fact that interviews work both ways. An interview is a chance for _me_ to learn about _you_ just as much as it is for _you_ to learn about _me_. A very good software engineer in a city with very high demand…
It sounds like this happened after I left Crunchyroll in 2015. The process I had in place was definitely not like that :/ Well FWIW, I personally wrote the coding exercise that you enjoyed ( http://www.crunchyroll.com/tech-challenge/roaming-math/yourn... ). I thought it was a good mix of basic algorithms (tree traversal) as well as some practical knowledge (CURL/http). I'm surprised they are still using the same one…
I did really enjoy that coding challenge, though. Good job with it. It is the one thing I did like about the whole experience, and I still share it with people when they ask about what a good coding challenge might be. Tree traversal isn't particularly useful in web dev world, but it's a pretty intuitive task, so I think it's gives good insight into whether a programmer can reason logically about a task.
I'd rather see real-world challenges, though. Sometimes that's hard, though, depending on the company.