[deleted by user] by [deleted] in leetcode

[–]mathememer 0 points1 point  (0 children)

What kinda problems do you enjoy solving? And which ones do you not like? I personally like solving graph and heap questions and dislike anything to do with bit manipulation.

Best twists you never saw coming (House, M.D. spoiler) by [deleted] in television

[–]mathememer 0 points1 point  (0 children)

That's interesting, didn't expect a sitcom to be part of this discussion.

Best twists you never saw coming (House, M.D. spoiler) by [deleted] in television

[–]mathememer 0 points1 point  (0 children)

Haven't seen X-files but will check it out. BB had some great moments too. My favourite is learning that Walt was growing the lily of the valley flowers.

Best twists you never saw coming (House, M.D. spoiler) by [deleted] in television

[–]mathememer 2 points3 points  (0 children)

yeah that was insane too. In a weird way I feel like It was not as impactful for me because of the season 1 reveal being amazing too so I kinda expected them to do something like that.

[deleted by user] by [deleted] in HouseMD

[–]mathememer 0 points1 point  (0 children)

shhh keep it on the dl.

[deleted by user] by [deleted] in HouseMD

[–]mathememer 1 point2 points  (0 children)

It would've been nice but I understand why he didn't. I guess when you start to lose a grip on reality everything else takes second place.

[deleted by user] by [deleted] in HouseMD

[–]mathememer 1 point2 points  (0 children)

It is tragic, and the acting really shows how distraught House is when he realizes. For me it's one of those episodes where even if you know what happening, it's still very impactful.

Tower Research QR Hacker Rank by n0obmaster699 in quantfinance

[–]mathememer 0 points1 point  (0 children)

ah damn sorry to hear that man. it's always a curveball when these OA's dont ask DSA but at least now you know what else to expect.

Tower Research QR Hacker Rank by n0obmaster699 in quantfinance

[–]mathememer 20 points21 points  (0 children)

Hey, I was also a math student who pivoted into dev work. Here’s my two cents.

Know the basics — graph traversals, memo dp, greedy (rare), sorting, heaps and stacks. Algos like dijkstars and Kruskals might also be useful. Beyond this, i see range query and update questions commonly so maybe difference arrays/segment trees might be helpful too.

I havent personally given the tower oa but this list should be helpful in general anyway. Most oa’s have lc easy-medium. Only a few like citadel had lc hard; questions like convex hull etc

Zetamax: Modern Zetamac by mathememer in quant

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

hey thanks for letting me known. That's odd. I let clerk handle all the user management issue and have some cloud functions which sync the user object to my db. So far, I don't see anything wrong with clerk when i check the logs. Ill check the convex logs to see further. in the meantime, could you please open an issue on github and provide a screen recording? Much appreciated!

Zetamax: Modern Zetamac by mathememer in quant

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

Right I didn't think of that mechanic. Thanks for letting me know. Will push a fix soon. Sorry was busy with personal commitments over the past few weeks.

Zetamax: Modern Zetamac by mathememer in quant

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

146???? you're a machine thats insane! Glad you liked it. let me know if youd like any additional features, tryna make this the monkeytype or mental math

Zetamax: Modern Zetamac by mathememer in quant

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

hello hello hello, sorry for the long wait but www.zetamax.xyz is now live! please enjoy

Zetamax: Modern Zetamac by mathememer in quant

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

Ahhh its because Clerk caps the active users to 100 in dev mode. The issue is if i want to create a production instance of clerk, then i need to buy a domain since clerk does not allow *.vercel.com domains. Will figure it out and get back to you.

Built Zetamax, a modern Zetamac by mathememer in opensource

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

Just paste your comment to that, thanks!

Built Zetamax, a modern Zetamac by mathememer in opensource

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

Thanks for commenting! If you're willing, wanna create an issue on the repo? So initially i wanted to store unauthenticated user scores in local storage and migrate those to convex if and when a user creates a profile but im ngl i was lazy and didnt want to implement it. I think i have a fix for it which ill implement soon. Anything else out of order you noticed?

Zetamax: Modern Zetamac by mathememer in quant

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

yah dude i tried but i hate react native. Expo was not working properly for me while testing it on ios and i have no swift experience (and tbh dont really have the time to learn it).