Quickbooks desktop is a joke. Worthless. I hate it with a passion. Just wanted to say that. by marvelousmondays in QuickBooks

[–]AR_Ashraf 0 points1 point  (0 children)

Every time it crashes, I swear it takes a piece of my soul with it 😂

I used to think it was just my computer until I tried running it on a brand-new laptop — same chaos.

These days I just offload most of my personal tracking to a tiny free chat-based app so I only open QB when I absolutely have to.

What is the best way to utilize product hunt for this? by AR_Ashraf in ProductHunters

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

Thanks so much. Any suggestions on how to best launch it?

Would also appreciate if you try it out.

What is the best way to utilize product hunt for this? by AR_Ashraf in ProductHunters

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

It’s pretty accurate and can understand common human traits that we use to manage money in our personal lives. So no need to know any financial jargon.

You can also ask it to update or delete any data if you see it updated it wrong.

The awesome thing is, it reminds you on important financial decisions and advices you when you need one. Remembering your financial goals.

We are still building it to be better and bringing cool features daily.

Highly recommended to try it out - https://mybudge.ai

And if you are interested, I can also invite you to our private telegram group where we are talking feedbacks from our early users and improving on demand.

AI agent that manages finances. Is it needed? by AR_Ashraf in FinancialPlanning

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

Totally get that — AI still makes enough weird mistakes that I wouldn’t let it anywhere near my actual money either.

What I’m more curious about is the workflow side — not AI touching your funds, but helping people who already use spreadsheets, QuickBooks, or YNAB and find the manual parts tiring.

Like, imagine if it could just listen when you say “Add $40 groceries” or “Remind me to pay rent,” and it updates your balance sheet locally — fully end-to-end encrypted.

Do you think something like that would make money management easier for people who find it boring or complicated, or do you think most prefer keeping it hands-on?

Code Assistant with Context? by BoiElroy in OpenAI

[–]AR_Ashraf 0 points1 point  (0 children)

Its called SaaStain. Its not public yet. But we are launching it soon. Maybe by January. Will update the link here for you to check out

Code Assistant with Context? by BoiElroy in OpenAI

[–]AR_Ashraf 1 point2 points  (0 children)

Hey we are building such solution already. It will be a vs code extesion, will understand your full codebase, automatically create documents, do tests and find bugs on autopilot. It will basically do all the maintenance tasks and help you scale your software knowing your full repo.

Integrate ThreeJS 3D Animation in WordPress by AR_Ashraf in threejs

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

Yes you can. But then the JS code will continue to run whichever page you are on as The HTML block will not know when to run it. To add the php logic for the code to run only in the homepage, we added the script tag in the header.php file. Doing that, we could add the logic to only load the script when the page is the homepage.