prithvi24's comments

prithvi24 | 1 year ago | on: Who Owns Nebula?

Yeah, I see your point—it might be misleading to label Nebula as a co-op since it technically isn't one. But I think what's important is how much Nebula does to empower creators compared to other platforms. The founders are creators who've invested a lot to make it a place where content makers get more support and a bigger share of the revenue. Even if it's not a co-op, it still feels like a step in the right direction for giving creators more control and benefits than they'd get elsewhere.

prithvi24 | 1 year ago | on: Who Owns Nebula?

Honestly, I feel like the criticism is missing some key points. Sam and the other founders are creators who've put a ton of work and resources into Nebula. They've made awesome original content like Jetlag and have invested heavily to support other creators on the platform. Nebula gives budgets for creators to produce their own shows, and they get a share of the revenue from subscribers they bring in—I wouldn't be surprised if they earn from views too. So saying it's misleading doesn't sit right with me. Creators on Nebula definitely get a bigger piece of the pie compared to other platforms. It might not be a perfect co-op, but it's way more creator-friendly than most out there.

prithvi24 | 1 year ago | on: Google DeepMind shifts from research lab to AI product factory

> Researchers inside the AI unit have told colleagues they’re proud of their advances on Gemini, such as its “context window,” the amount of information the system can analyze at once. This is particularly useful to a company whose enormous amount of data is one of its key competitive advantages.

what does a large context window have anything to do with google's data moat?

prithvi24 | 3 years ago | on: One Million Database Connections

Can ya'll sign a BAA for HIPAA? Saw Soc2 - just

Hosted Vitess sounds amazing - love this - 0 downtime migrations w/ Percona on RDS still suck and waste a lot of time

prithvi24 | 3 years ago | on: Hardening the registers: A cascading failure of edge induced fault tolerance

I’m not sure the throughput is that high - scans take quiet a bit of time, I would doubt that a register scans an item every 3.6 seconds - don’t have data on this but would easily triple that estimate as an average (so in the hundreds)

Also , I get the simpler tech, but complexity breeds failure - if you have a hybrid on prem / cloud model, especially with only 250k skus, at that point doesn’t it make sense to keep that exclusively in the cloud.

It’s a system that scans a barcode and returns an item at its core - this is still well under the limits of using an off the shelf system like Redis behind an endpoint

prithvi24 | 3 years ago | on: Hardening the registers: A cascading failure of edge induced fault tolerance

Target has 250k SKUs total - why is their inventory system so complicated? Why the hybrid on-prem store + data center cloud model - isn’t it easier if there is one source of truth? Seems like it would reduce the need for even dealing with all this eventually consistence cache sycning and whatnot

I ofc don’t know what I dont know, but super curious if anyone has insight into why such a complex system is required

Also, if this microservice is used for brick and mortgage mortar, can’t imagine more than a couple hundred per second? ( 2000 stores, 5 registers a store - and humans manually scanning items ) - why did that overload the micro service (guessing it wasn’t an endless exponential backoff)

prithvi24 | 4 years ago | on: Hannah Gadsby on her autism diagnosis

Just had to call out a nuance here - Disorder is an extremely strong word. People living with ASD are not "weird" or "abnormal" in anyway whatsoever, they are just different. As a society, we accept people's genetically predetermined sexual orientation, regardless of whether it represents the majority. ASD is no different, lets avoid calling it a disorder.

prithvi24 | 5 years ago | on: Robinhood 20yo trader with no income loses 700k on options, takes life

This is super unfortunate, really sorry to hear about it

Robinhood, is like any tool, and can be used in a positive or negative way.

I've been telling my friends using Robinhood to check out https://www.amazon.com/Random-Walk-Down-Wall-Street/dp/03933...

Commission free ETFs and blue chip stocks are great ways to start building wealth (especially for novice traders who are not interested in specific tax advantages). Everyone should really read the book before trading

prithvi24 | 6 years ago | on: Ask HN: Have you been laid off?

I'm one of the founders at Sympto Health - we are helping nurses and doctors communicate more effectively with patients. Nurses spend up to 60% of their day on manual patient outreach, and the vast majority of nurse's I've spoke to complain about the roteness and mundaneness of this outreach.

Our goal here at Sympto is to supercharge the role of the nurse, automating the rote and manual tasks, and ultimately allowing nurses to focus more on patients who need their attention.

As you can imagine, with COVID-19, we are facing unprecedented demand from health systems, who need help triaging the expected massive inflow of patients.

We just closed a fresh round of funding, backed by investors in Modern Health, Udemy, Guardant Health, DoorDash and Airbnb. We are looking to hire a Founding Engineer who is interested in playing a critical role in helping the lives of thousands of patients & care teams across the country.

Check out our careers page (https://www.symptohealth.com/careers) or email me at prithvi @ symptohealth.com

prithvi24 | 6 years ago | on: Show HN: Saag as a Service – macronutrient-portioned Indian spinach curry

Really like this concept! As a vegetarian, I have come across many other services that focus on nutritionally customizable products, but when it comes to vegetarian options, the macros / protein numbers leave a lot to be desired. I've also noticed that a lot of the vegetarian options available at restaurants in the bay tend to be much more carb heavy than I would prefer, and it takes a lot of overhead to research / optimize each and every meal.

I'm always looking for ways to algorithmically optimize my meals, and currently Chipotle and their app does the best job of enabling this in a standardized way (can pretty easily get nutrition info and hook it into other apps) , but it ends up being pretty boring on a routine basis. Something like this, with an expanded product line would be really useful.

prithvi24 | 7 years ago | on: Things People Eventually Learn About JavaScript Projects

Although unit tests are important, I think it is pretty important to emphasize the importance of a static type checker like flow. It is expensive to invest in test coverage, and static type checking is a good proxy to help capture many regressions. Sure its not perfect, but we should encourage it as a "best practice".
page 1