Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
Saving money doesn't really need an AI, there really aren't many ways to cut budgets down short of paying attention to the most obvious spending problems (Too much housing, too much vehicle, too much food (especially eating out), and too much entertainment(too many subscription platforms))
It's usually a far better investment of time to improve your earning power (upskill, change jobs, add hours, etc.)
Cutting $40 per month from your budget by not going to the movies every week just isn't going to have the impact you need in your life.
Where I could see an LLM being useful is categorizing entries and maybe proposing sanitization (for example when the payment provider uppercases or abbreviates stuff)
Yep, that’s exactly the sort of thing I’m thinking about here. And it doesn’t even need to be full on chat style LLM, just some decent NLP that can recognize WALMART, WAL-MART, or WMART are all the same thing and label it.
But for some reason this question brings out all the assumption people who want to give financial advice or talk about the AI image the saw last year with 6 fingers.
Honestly, you don't even need NLP for this. Excel supports regex now so you could just do a call like
=REGEXTEST(A1, "(?!)^w.*mart$")
. Then just mark by type and graph out to see where your main spending is coming from.You aren't going to find a useful AI system for personal use in Finance, you simply don't have the scale needed to benefit from it. You don't make enough transactions per month that looking over it yourself is going to be any slower than reading the AI summary.
The question as with most process optimization and data analysis is, what's the actual result you're hoping for? If you want it to be able to summarize WALMART, WAL-MART and WMART so you can see those numbers added together, you already know you spent a lot at Walmart. Whare are you going to actually do with that information?
You need to live not as hard
Why?