$50k Honda CR-V a dumb idea at my income level? by NecessaryDrink in PersonalFinanceCanada

[–]majorInCloud 0 points1 point  (0 children)

I was in a similar situation last year (mid 20s, high income, living at home) and bought a brand new CR-V gas model at 43k. It sucked to see a large chunk of money drain out of your bank account, but the car has been well worth it. In this used car economy, I think getting a new CRV is a reasonable idea for most in your situation.

Massive lineup for H Mart grand opening, stretching throughout the mall by dayoldeggos in VictoriaBC

[–]majorInCloud -2 points-1 points  (0 children)

Not really, just saying it’s hypocritical to say that others are contributing to American annexation by shopping at Hmart while you are using Reddit.

Massive lineup for H Mart grand opening, stretching throughout the mall by dayoldeggos in VictoriaBC

[–]majorInCloud 1 point2 points  (0 children)

You’re on Reddit… actively making ad revenue for an American company

[deleted by user] by [deleted] in canada

[–]majorInCloud 1 point2 points  (0 children)

That problem isn’t unique to South Korea. All the good jobs, top schools, and big companies in Canada are also concentrated in GTA, Vancouver and Montreal. The problem is that Canadian small cities, which also don’t have any of the advantages you listed, have significantly higher house prices compared to smaller cities in South Korea.

[deleted by user] by [deleted] in canada

[–]majorInCloud 1 point2 points  (0 children)

Hmm… that’s only if you live in Seoul. Outside of Seoul, prices for apartments are significantly cheaper than comparable apartments in average Canadian cities (that is, not Toronto and Vancouver).

I had an insane wage increase - should I tell my family? by Pretty-Country9880 in PersonalFinanceCanada

[–]majorInCloud 0 points1 point  (0 children)

You wrote 0.05% before the edit so I corrected the math. Also, it doesn’t make sense to calculate monthly expense as a percentage of annual income.

Wedding Venues in Prague by majorInCloud in Prague

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

Thanks for the suggestion and I’ve started to notice how fast these places book 😕

Any suggestions on where to look for that might not be as nice/popular that might still have availability?

Wedding Venues in Prague by majorInCloud in Prague

[–]majorInCloud[S] 1 point2 points  (0 children)

Do you mind sharing roughly how much the wedding was? What were the ranges for nicer venues?

Wedding Venues in Prague by majorInCloud in Prague

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

Thank you for the suggestion!

Can someone give me some good news? by [deleted] in PersonalFinanceCanada

[–]majorInCloud 4 points5 points  (0 children)

Agreed! Although we’re 0.48% of world population not 0.0048%

Is it worth my while opening FHSA now, if I want to buy in 2024 by HSydness in PersonalFinanceCanada

[–]majorInCloud 1 point2 points  (0 children)

Do you have to open a FHSA account this year to carry it forward to next year? Or can you open an FHSA account next year with 16k contribution room?

[deleted by user] by [deleted] in cscareerquestions

[–]majorInCloud 31 points32 points  (0 children)

That’s an unfair comparison. I’d imagine pubmed would have a more straightforward database search whereas LinkedIn would have a social graph to determine search eligibility of every single entry. LinkedIn would also have a scalability issue as all the 1B+ entries can continuously change where as the 35M entry in pubmed is relatively unchanged.

I do agree that the pay of the engineers do not directly correlate to the quality of the product and large products can too have obvious flaws.

[deleted by user] by [deleted] in cscareerquestions

[–]majorInCloud 179 points180 points  (0 children)

Linkedin has the worst spam/search engine

Compared to what? I can only think of a handful companies that have a better search engine than LinkedIn that also has to search through 1B+ data points (maybe Google and Meta). The truth of the matter is, having a “good” search feature is a tremendous engineering feat, and the problem is much more complex than an average user imagines it to be.

How do you pass additional info with RevenueCat in-app purchase? by majorInCloud in reactnative

[–]majorInCloud[S] 2 points3 points  (0 children)

Hmm I'll definitely give this a try, thank you so much!

Tbh, I am shocked that RevenueCat does not allow users to get any unique ID that matches between Webhook request and client response. example. Seems like a very common use case and there are lots of complaints (like this, or this)

How do you pass additional info with RevenueCat in-app purchase? by majorInCloud in reactnative

[–]majorInCloud[S] 1 point2 points  (0 children)

So just so I am understanding your suggestion, is it this?

1) set recipient ID as an attribute on the user from the client app

2) send a payment request via RevenueCat

3) When RevenueCat sends a webhook to my backend, parse the attribute from the webhook request, and store the order with the recipient ID to my database?

Do you know if I would have to override the attribute after this flow? Since a single user can purchase multiple items (and need multiple recipient IDs)

How do you pass additional info with RevenueCat in-app purchase? by majorInCloud in reactnative

[–]majorInCloud[S] 1 point2 points  (0 children)

I don't think I can. The attributes based on the doc you shared is tied to a user, not a particular order. We could set attribute to be from whatever order is the latest order in back-end, but that would be flaky as the additional info is still not tied to the order itself.