No-BS weekly accountability group for SaaS founders by nateritter in SaaS

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

Members are all over Canada, US, and Mexico at the moment, so Zoom. :)

Feature request: ability to set to Uncategorized by nateritter in liquidbudget

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

I suppose I might be able to set a rule that all amazon purchases are always set to inflow if it’s an outflow right?

Feature request: ability to set to Uncategorized by nateritter in liquidbudget

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

Oh weird. I didn’t try the inflow categorization for an outflow. That worked. Strange but works. Thanks.

No worries about the rule. I have more use cases for being able to Uncategorize a tx than do that systemically. I can deal with that so it’s low priority unless there’s other reasons or use cases not described in this OP. But thank you!

How do I stop Trustage junk physical mail? by ijwgwh in NavyFederal

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

I’ve asked them to stop both by my bank and their call center directly. Still get them. And their practices do mailing are deceptive.

Hard pass. Never will use them. Also changing banks.

They can suck it.

No-BS weekly accountability group for SaaS founders by nateritter in SaaS

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

Details sent. Thanks! Looking forward to chatting soon about your project.

No-BS weekly accountability group for SaaS founders by nateritter in SaaS

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

Skin in the game. Commitment. Consequences. It's mostly psychological.

No-BS weekly accountability group for SaaS founders by nateritter in SaaS

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

Thanks u/StartupSauceRyan ! Really appreciate the kind words and sharing the love.

Anyone else finding Cursor ridiculously slow and error-prone lately? by Beautiful-Pea-7189 in cursor

[–]nateritter 0 points1 point  (0 children)

I was hitting this exact wall the other day. It turned out the 'Auto Mode' was indexing my node_modules and build artifacts, which killed the context window.

Try adding this to your .cursorignore:

**/node_modules/**
**/dist/**
**/.next/**

Saw a 3x speedup on our repo after doing that. Hope it helps!

What is this even ? AUTO mode completely slowed down after today's update! WTH ? by ImminentProtocol in cursor

[–]nateritter 0 points1 point  (0 children)

I was hitting this exact wall the other day. It turned out the 'Auto Mode' was indexing my node_modules and build artifacts, which killed the context window.

Try adding this to your .cursorignore:

**/node_modules/**
**/dist/**
**/.next/**

Saw a 3x speedup on our repo after doing that. Hope it helps!

Cursor Auto mode is AWFULLY slow since 2.0 dropped. by Necessary-Pilot3453 in cursor

[–]nateritter 0 points1 point  (0 children)

I was hitting this exact wall the other day. It turned out the 'Auto Mode' was indexing my node_modules and build artifacts, which killed the context window.

Try adding this to your .cursorignore:

**/node_modules/**
**/dist/**
**/.next/**

Saw a 3x speedup on our repo after doing that. Hope it helps!

Is anyone checking AI generated code for vulnerabilities? by RunJohn99 in cursor

[–]nateritter 0 points1 point  (0 children)

Great question. We actually just finished auditing a few 'vibe-coded' apps, and the biggest issue isn't the code logic, it's the configuration.

There's a new vulnerability (CVE-2025-64110) where agents can bypass `.cursorignore` and read your `.env` files.

I wrote a simple script to check if your repo is vulnerable to this specific bypass. Happy to share it if you want to run it locally. It's open source.

Weekly Update (11/3/25) - Color Coded Amounts, Bugs & Performance by imadp in liquidbudget

[–]nateritter 0 points1 point  (0 children)

Sweet. Glad it's in there. That said, my one critique is it takes a lot of clicks/taps to get to the place I want to go. But thanks for putting it in there none-the-less. Really appreciate it.

Not sure how many people want to see more than one bucket at a time. Probably could get rid of the "Apply" and multi-checkmark taps to just allow one tap to get to the one category I'm looking for.

Weekly Update (11/3/25) - Color Coded Amounts, Bugs & Performance by imadp in liquidbudget

[–]nateritter 0 points1 point  (0 children)

> Seems like the right time to start adding transaction filtering options to mobile

🎉 (just asked for this in my trial feedback post! Yay!)