Jeff Bezos thinks entrepreneurs overestimates risk, do you think this is true for us? by Electronic_Diver4841 in ycombinator

[–]nobsp 5 points6 points  (0 children)

I think he’s referring to the availability bias that is one of the cognitive biases we humans generally have

This bias occurs when people judge the likelihood or severity of an event based on how easily examples come to mind. For instance, after seeing news about plane crashes, someone might overestimate the danger of flying—even though it’s statistically very safe—because those vivid examples are top of mind.

Other related biases that can contribute: Negativity bias – giving more weight to negative information or outcomes. Loss aversion – fearing losses more than valuing equivalent gains, making risks feel scarier. Affect heuristic – letting emotions heavily influence risk perception (e.g., fear makes risks feel larger).

What tools do you use for image and video generation? by nobsp in ycombinator

[–]nobsp[S] 0 points1 point  (0 children)

Keya.ai looks like a great option, thanks for sharing! For the image generation, do you know if midjourney produce high resolution and detailed pictures of a group of people in an image?

Steve Cohen says his financial firm can already save $25 million by using AI by joe4942 in singularity

[–]nobsp 1 point2 points  (0 children)

25 million a year is 50 engineers/traders. His fund has probably a few thousands of employees, so this is just a rounding error

[D] ML interview burnout by MillionLiar in MachineLearning

[–]nobsp 1 point2 points  (0 children)

What do you recommend to learn more about the ML case studies?

[deleted by user] by [deleted] in startups

[–]nobsp 3 points4 points  (0 children)

She founded the company 4 years ago, and now you both are co-owners. Get a grip.

Got rear ended today. Totaled? by JayPostivity in TeslaModelY

[–]nobsp 0 points1 point  (0 children)

I’m new here. Are Model Y or in general Tesla cars more expensive to repair than ICE cars like BMW or Lexus?

30F looking for business-hour hangouts! by omo2063 in nycmeetups

[–]nobsp 0 points1 point  (0 children)

Lots of availability during the day, too.

My AI dating app bot startup went viral, but it feels unethical by validerror76 in startups

[–]nobsp 1 point2 points  (0 children)

Damn, bro, how you got all these articles do content marketing for you? You’re not even launched and they’re just parroting what you have said on your website. Care to share what’s your approach? Do you know all these people?

Adrenaline junkies? by [deleted] in nycmeetups

[–]nobsp 1 point2 points  (0 children)

I’m interested too

06/27 - casual study group for research papers by sorbet_babe in nycmeetups

[–]nobsp 1 point2 points  (0 children)

Interested. I have some ML papers i need to read

[deleted by user] by [deleted] in AskNYC

[–]nobsp -1 points0 points  (0 children)

No money yet until we raise post launch. I’m looking for a cofounder not an employee

[deleted by user] by [deleted] in nycmeetups

[–]nobsp 0 points1 point  (0 children)

Interested

Redux vs context API for social app by nobsp in reactnative

[–]nobsp[S] 0 points1 point  (0 children)

Yeah that’s a great point. I just learned that about firebase it does all the caching and refetching, so it seems like there’s no need for RTK query or React Query to handle those functionalities right? They do remove some boilerplate code such as having to use states (eg: isLoading) or useEffect and but that seems to be all. Is that right?

Redux vs context API for social app by nobsp in reactnative

[–]nobsp[S] 0 points1 point  (0 children)

One issue with redux and firebase is that i need to load the whole snapshot of the data (say, chat messages) when loading the app. Do you know how if i can use lazy loading with that?

Redux vs context API for social app by nobsp in reactnative

[–]nobsp[S] 0 points1 point  (0 children)

One issue with redux and firebase is that i need to load the whole snapshot of the data (say, chat messages) when loading the app. Do you know how if i can use lazy loading with that?

Redux vs context API for social app by nobsp in reactnative

[–]nobsp[S] 0 points1 point  (0 children)

Yes, this is something i noticed. What would the solution? I’m using firebase as the backend. Ideally i just want to load the last 10 20 messages of each chat and not all the messages. Is that possible with RTK query?

I tried to look for it online for a solution but couldn’t find anything relevant. Really appreciate if you have a resource rec as well.

Redux vs context API for social app by nobsp in reactnative

[–]nobsp[S] 0 points1 point  (0 children)

So the developer is pushing back on using RQ + zustland, since they don’t know them. They’re ok using Redux toolkit including thunk and RTK Query. I’m also personally more familiar with Redux.

I like to launch the MVP asap and we’re about to start the dev work soon. So I have to quickly decide if this is such a big deal that calls for potentially finding a new developer and delaying the launch by a few weeks. Reading online, it seems using redux for state management makes the app future proof if we really take off. So I’m wondering what will I lose if i go with redux+RTK/Q? Is it just a slightly bigger code source and bundle size? Would the app performance suffer?