I've been using Firefox for almost a year now (on Phone and Desktop) and the only reason I switch to Chrome is to translate websites. I live in Netherlands and don't speak Dutch so to browse any local website I have to rely on Chrome's auto-translate thingy.
Thanks! That works great. Like the parent, easy access to autotranslation is a reason I sometimes reach for a non-Firefox browser. It really ought be a feature shipped with Firefox; without it most of the web is effectively inaccessible.
The plugin relies on Google and Yandex for translations. Mozilla doesn't seem to have a problem with relying on or providing proprietary services (for better or worse) so that shouldn't be an obstacle, though I'd love to see an open source translation service replace them eventually -- maybe LibreTranslate https://github.com/FilipePS/Traduzir-paginas-web/issues/278
I used to hate printers too but that changed when I started using HP Instant Ink.
The printer needs to be connected to wifi all the time but on the flip side, the printer orders ink cartridges well in advance (so they get delivered in time and I have them ready when I need).
The bikes are not very expensive, you can buy them second hand for about 100-150 EUR. And what do you have to maintain in a simple bike? Just adjust air pressure every couple of month and that's all.
Owning a car in Amsterdam is crazy expensive due to parking. For example, the parking costs at my office is about 500 EUR/month (only to park during workdays between 7AM-7PM)
Not a freelancer, but I wanted to track my everyday finances since long. I tried lot of different tools but in the end ended up using simple Google sheet with some formulas.
The only issue with this approach is – adding expenses is pain. When I am shopping for something, opening Google Sheet (on phone) and adding an expense/income is too cumbersome. So I built a UI for it – https://github.com/mitul45/expense-manager.
I have been using it since last couple of years and have an idea of my monthly/weekly expenses.
I use Google Sheets as well to track stuff like finances, calories, workout stats. And I too have wondered about a nicer way of inputting data.
Have you looked into Google Forms? I really wish it supported custom types like list of items from named ranges. A custom UI app (in Haskell/reflex!) is what I may end up writing too.
I use ledger myself, but the issue I always run into is my wife is much less likely to keep track of what she buys and let me know so I can record it. Where that gets especially tricky is when she goes someplace and leaves a tip. Resolving tips is a real pain in the butt, especially since it comes through in the checking account at the original price and is then later processed at the tip-included price. Matching those up is a real bear.
I also had a similar issue, but then it became like a habit – every night I would check my accounts and add day's expenses (it's difficult if you have a lot of cash transactions). For the tip, wouldn't you round off to nearest full digit? You can just add that as an expense.
I used to reconcile our purchases against our online checking account every night, but the issue with tips happened when I would do that but then a few weeks later I would go through and actually balance everything out and suddenly I'd be off by a dollar and change and have to go on a deep dive to find out where I went wrong.
I was also having the same dilemma, although not a freelancer. I wanted to track my finances and tried lot of different tools but in the end decided to use plain excel.
But then adding expense on Excel from mobile is real pain, so I wrote a frontend client for it. I've been using it for about 1.5 years now, works like a charm.
I have expense history of almost every cent I spent in last 1.5 years :)
If you are using Excel, I made a frontend wrapper on top of it to add expenses/incomes easily. For analysis you can use whatever methods you are already using.