Do I know anyone who's using #hledger (https://hledger.org/) or similar for their personal finances? I'd be curious to hear how your experience has been, has it stuck with you, do you have any special workflow with it?
Do I know anyone who's using #hledger (https://hledger.org/) or similar for their personal finances? I'd be curious to hear how your experience has been, has it stuck with you, do you have any special workflow with it? $ git log --reverse --format=%aD | head -n 1 Is this a respectable, long-lived, well maintained project, or a legacy mess of ungodly spaghetti code? Wow, you don't actually need SCSS anymore: plain CSS has cool things like variables, nesting, import, etc now! I feel like my brain has been rotten by react and its javascript-all-the-things obsession, this feels like a breath of fresh air. https://developer.mozilla.org/en-US/docs/Web/CSS/@import Very sad I've missed #HeartOfClojure, from everything I see about it, it seems like a fantastic event. Very much hoping to make it to the next one! Today I am again reminded that journaling is awesome. I've been stuck for a few days on trying to decide whether to use a framework for my project, and after writing out the pros and cons of it, I realised that this was basically fear-based procrastination: I was worried that without a framework, I wouldn't manage to build what I want based on my own work and skills alone. Of course, I will totally manage! And so that problem is solved, and I am unstuck. @gosha In the unlikely case that you arent aware of it: https://plaintextaccounting.org/ I've been doing my accounting on hledger first years now beancount. For over a decade total. Collected a *load of ugly bash scripts, queries, aliases and other stuff over the years. Guess sqlite is almost as versatile as plain text. But for me the "killer app" has been how well copilot helps when editing my ledger in vim. Makes sense: it's a lot of patterns and repetition. HTH. I think I just got a glimpse of how international tax fuckery works. If I had registered the limited company I use for my contracting work in Singapore instead of the UK, I'd have saved enough in taxes over the years I've been running it to be able to afford the deposit on a nice London flat. @gosha The “efficient” way to do it is to just register companies wherever you like, the move all of the money around to the place with the lowest tax, and just pay tax there, while paying no tax in the other places. Personally, I'd rather contribute to my country's tax budget, even with the misguided politicians we have. I never thought calendar visualization can be beautiful, but @tombarys proved me wrong. Check out https://nautilus-omnibus.web.app/
Show previous comments
Thinking about doing a one year without buying stuff challenge. Only buy something if it's to replace something that broke down, or is in some other way completely unavoidable. No new physical things, paying software, subscriptions, etc. Might be an interesting experiment... Not saying that buying stuff is bad or that this is a good way to live (it's not, much better to enjoy life!), but as cost of living is killing us these days, I'm thinking that maybe I can lean into it and learn something about myself in the process. @gosha The only new things I have bought in the past few years are books (a few each year), art materials (once a year typically, mostly paper and/or fabric) and potted plants. I don't feel like I'm missing anything at all. 🏁 My chaotic multiplayer kart racer is now available on Steam!! Check it out if you like silly little multiplayer games to play with your friends, online or on the couch! (up to 12 players online/local network, 4 players split-screen) Boosts appreciated :)
Show previous comments
@molly0xfff If you sell prints, please let me know. They'd make great sponsor rewards! Following the groupchat we started there, I've been working on a little project for the last month or so, that I'm pretty excited about! It's a tool that will be hopefully helpful for psychotherapists working in the Internal Family Systems modality, and their clients. My primary customer is my wife, and her classmates from the IFS training, it will be interesting to see what I can learn from building and trying to launch this thing! I've been building this in Clojure, which has been a great learning experience and very rewarding so far. Though I'm going slower than with my usual tooling of Ruby/Rails, the confidence boost from getting competent with a very different dev toolkit has been very good for me. It's nice that we got a tiny little groupchat going from this post. I've not been super active in it, but little bits of encouragement once in a while amounted to quite a lot of momentum! Looking at twitter it's pretty scary how many tech-adjacent people came out as Trump supporters in the past few days. No one that's outright surprising, but the sheer numbers are baffling. Wondering how many others think the same but aren't saying it out loud. Constantly oscillating between "I want to make cool projects on my own terms and try to monetise them to make a living" and "Everything is so expensive and that gives me so much anxiety, give me the highest possible paying corporate job so that I can at least breathe a bit" @gosha I hear you. Even in corporate world, there’s now a lot of anxiety about layoffs (which are often not based on your individual performance so you can’t control it) and/or return to office. That said, I know precisely 0 people in your first category who also have kids and don’t have a an alternative stable source of income (e.g. through another low-key job, a partner, family wealth or savings from some previous cashout event) @gosha What if you find a job that doesn't require much of you, pays enough, and gives you space to work on your projects in your free time? Hi Fedi friends! Popping back in for a minute to ask: do you follow any kind of spiritual practice? Please share yours if you do (and feel comfortable doing so!) I read the DuskOS and CollapseOS websites and now I can't stop thinking about the difference between being a user and an operator. > Dusk OS doesn't have users, but operators. What's the difference? Control. You use a phone, you use a coffee machine, hell you even use a car these days. But you operate a bulldozer, you operate a crane, you operate a plane. |
@gosha You don't know me I guess, but I have been using :hledger: #hledger for many years now. I love its flexibility, approachability, backupability, but depending on how fine-grained you want to sort your stuff, data entry and management can become quite tedious. But once you have it, it's magical to ask hledger to give you all kinds of numbers, averages or future predictions or plots [1].
You'll find nice people to talk about this here: https://pypi.org/project/hledger-utils/
[1] https://pypi.org/project/hledger-utils/
@gosha You don't know me I guess, but I have been using :hledger: #hledger for many years now. I love its flexibility, approachability, backupability, but depending on how fine-grained you want to sort your stuff, data entry and management can become quite tedious. But once you have it, it's magical to ask hledger to give you all kinds of numbers, averages or future predictions or plots [1].
@gosha Yes! ✋🏻 I've been using the original (non-Haskell) version for years to track my expenses, budgets, debts and savings. It can be daunting if you're not already familiar with double-entry bookkeeping, but the manual is an excellent guide. I use the official Emacs mode to write entries and run the reports, and version control my ledger file with Git. Do not, under any circumstances, attempt to track every little receipt or small cash transaction!
@gosha It's been very useful for me for more than 2 years now. I use it to track almost all of my income and expenses, but I do it all by hand. I have my own idiosyncratic categories that a rules-based converter just would not suffice for.
I mostly use snippets to speed up entry for repeating entries and my text editor's various features for everything else.
I still haven't figured out how to track investments and ROI. The resources I saw were way too technical for me.