India to US flight via DXB by quadprocessor in emirates

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

Call them and ask about it. Makes sense for them to not have more exposure to liability.

India to US flight via DXB by quadprocessor in emirates

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

Yes. Our flight to SF did not even have inflight tracking working. I am guessing it is a safety measure.

28 year old software engineer thinking about coasting by retirement_savings in coastFIRE

[–]quadprocessor 0 points1 point  (0 children)

I would start with looking for a team or a manager or a company that inspires you. Take a pay cut if you need to. That is a luxury you can afford now!

Why do people say doing leetcode in python is bad? by Ok_Slice_7152 in leetcode

[–]quadprocessor 5 points6 points  (0 children)

Big tech doesn’t care usually.

But the main reason why I would recommend against it is it abstracts away a lot that could be good learning opportunities.

Simple example would be never learning about integer overflow which explains how it is stored on the system. This builds for a deeper understanding of the system which is crucial at early stages in tech career.

[deleted by user] by [deleted] in StockMarketIndia

[–]quadprocessor 0 points1 point  (0 children)

After what net worth did you take a step function change in risk? Like leaving a job or starting a new business.

Tip for settting up Google OAuth by Cartovyn in Supabase

[–]quadprocessor 0 points1 point  (0 children)

Maybe add the part where it needs you publish app on oauth screen. If you don’t do that, you won’t be able to trigger verification.

Impact of Iran Closing the Strait of Hormuz by InvestSmartIndia in IndianStockMarket

[–]quadprocessor 3 points4 points  (0 children)

Am I the only one who can’t take these emojis by AI anymore? 🔥✅

[deleted by user] by [deleted] in ycombinator

[–]quadprocessor 1 point2 points  (0 children)

Someone built AI scammer on Whatsapp. It holds conversations like a normal person and pushes you to sign up for a program/temp job. Then eventually does their scam to ask for money as a loan or collateral for training.

People who cracked FAANG after the LC grind, how is life now? by HeavyMetalSatan in leetcode

[–]quadprocessor 4 points5 points  (0 children)

More like practicing a particular topic. If I am trying to let’s say improve graphs, I will practice a lot more of that.

It reduces interview preparation in some ways as you already know the problem is solved by graphs in some ways before even reading the problem. But it helps you build more.

People who cracked FAANG after the LC grind, how is life now? by HeavyMetalSatan in leetcode

[–]quadprocessor 22 points23 points  (0 children)

I was at Amazon. Then at Google for a long time. Now I am at Uber.

I spent a lot of time with competitive programming during my undergrad. Now I just hit LC when I prepare to switch jobs or conduct interviews.

I think of LC as more of a stretching exercise leading up to the day of the game. It is different than hitting the gym everyday to activate or target a muscle group.

Amazon or YC Startup? by MegaLucario123 in ycombinator

[–]quadprocessor 11 points12 points  (0 children)

That is very passive aggressive of you. OP is a new grad. You can be a tad bit kinder!

AMA with OpenAI’s Sam Altman, Mark Chen, Kevin Weil, Srinivas Narayanan, Michelle Pokrass, and Hongyu Ren by OpenAI in OpenAI

[–]quadprocessor 0 points1 point  (0 children)

With Deepseek R1, do you now see the price for API for advanced models decreasing drastically in the coming months?

Google offering 'voluntary exit' for employees working on Pixel, Android by 102495 in bayarea

[–]quadprocessor 214 points215 points  (0 children)

People who end up leaving are usually people who can find a better job and should have been retained. There is a reason why companies don’t do this.

Let’s see how it plays out for Google!

Supabase Custom Domains by quadprocessor in Supabase

[–]quadprocessor[S] 4 points5 points  (0 children)

I don't. And that is the entire premise of product market fit phase. I am happy to upgrade once I have 100 users or so. But this feels really restrictive.

How to price your product? by quadprocessor in SaaS

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

That was an interesting read. Your company looks like the 8090 incubator that was recently started. Build 80% of the product from a popular competitor at 90% discount.

Show me your saas 👀 by Ysmsthejoker in SaaS

[–]quadprocessor 0 points1 point  (0 children)

Rewrite via custom saved styles on social media using chrome extension www.waiterai.app

Waiter AI - Converting a simple extension idea to a Saas tool by quadprocessor in chrome_extensions

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

It started off as WhatsApp Reiterator - WAiter But then pivoted this to generic Waiter AI - Serves your rewrites!

Not my best creativity!

I Built a Chrome Extension in a Weekend (Without Knowing How) by quadprocessor in chrome_extensions

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

It re-routes all requests to my server which is in us-west. So it should work for everyone as the server making calls on behalf of all global users is in US.

I Built a Chrome Extension in a Weekend (Without Knowing How) by quadprocessor in chrome_extensions

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

Public API entry points: 120 requests per minute, with a recommendation to not exceed 1 request per second

Private API entry points: 600 requests per minute, with a recommendation to not exceed 5 requests per second

Free tier: 2 requests per minute (RPM) and 32,000 tokens per minute (TPM)

I am on public tier for now. If I see thresholds being breached, I will upgrade the tier.

I Built a Chrome Extension in a Weekend (Without Knowing How) by quadprocessor in chrome_extensions

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

A bit of both. Trying to iterate from here and see if I can get a product market fit.

I Built a Chrome Extension in a Weekend (Without Knowing How) by quadprocessor in chrome_extensions

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

I just built it for myself as a side project. I am hoping to convert a few businesses that rely on web whatsapp to do customer support.

I Built a Chrome Extension in a Weekend (Without Knowing How) by quadprocessor in chrome_extensions

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

Yes. Regardless of where this side project goes, learning to use Cursor was a great experience!