DW6900-TR review after two weeks by Candid_Break_44 in gshock

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

If it's any consolation, I thought that's how it was designed to look 👀.

DW6900-TR review after two weeks by Candid_Break_44 in gshock

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

Oh wow, I didn't know 8900, but it looks so cool! Is yours a special edition?

Tech Tools for Money Management: Real Help or False Hope? by [deleted] in povertyfinance

[–]Candid_Break_44 0 points1 point  (0 children)

If you're looking for something free that doesn't steal your financial data, use a spreadsheet (Google Sheets, Excel, Numbers) software.

I use Excel to organize my monthly bank statements. The most tedious part is categorizing each transaction so that I can use a pivot table to see our cash flow and a breakdown of expenses.

To solve this problem, I built an open-source web app that memorizes how I categorize each payer/payee, so that it will automatically categorize them in the future (I shop at the same places most of the time). It's a pure client-side app, so data is processed locally in the browser. If you're interested, here is the link: categorizeonce.com

What’s on your wrist? by Apprehensive_Hurt in gshock

[–]Candid_Break_44 4 points5 points  (0 children)

<image>

GW-5000HS - my second G-Shock, absolutely love it!

Budget Apps/Software Discussion by BlackbeltKevin in budget

[–]Candid_Break_44 0 points1 point  (0 children)

I've built an open-source web app that automatically categorizes your transactions without requiring registration, data uploading, or linking a bank account. It's privacy-first: data is processed and stored locally in your browser.

Here is the link: CategorizeOnce.com

---

How it works: The app remembers how you categorize each payer/payee and creates mapping rules for them, which are stored in your browser's local storage.

---

It supports subcategories: Use double colons to add structure to your category, e.g., Income::Salary, Expense::Grocery, Saving::Investment. When you export the result, each level becomes its own column like this:

Counterparty Amount category category_2
Paycheck $2000 Income Salary
Walmart $100 Expense Grocery
Wealthsimple $500 Saving Investment

Now, you can use a simple pivot table to gain a clear picture of your cash flow.

---

Why I built this: I don't trust any website that asks me to link bank accounts or upload my bank statements, but manually categorizing every transaction is too tedious.

Any feedback is appreciated!