Haven’t had any major apps not work on it. Except one banking app for a while in the beginning, but works now
- 0 Posts
- 9 Comments
I have never ordered something from Amazon. It was introduced in my country a few years back, but it isn’t really that good of a site (at least the few times I have visited it).
Like many here, I do not want to support a monopolistic company like Amazon. Luckily I live in a country where I have better options. I tend to buy things from plenty of well rated sites. Environmentally conscious sites if I can.
I could see myself buying from them if there genuinely isn’t another option and it is something I really need, but that has yet to happen.
devtoi@feddit.nuto
Linux@lemmy.ml•Usb keyboard unavailable during boot until all usb devices are initialised (solutions?) [solved]
5·2 years agoI had an issue where one keyboard (worked with another one) worked in bootloader, but not when entering the encryption password after that. I believe I solved that by moving keyboard earlier in the module list in mkinitcpio.conf. Maybe something similar would solve your issue?
devtoi@feddit.nuto
Privacy@lemmy.ml•Privacy@Lemmy.ml: Why use catch-all email domains over email aliases?
8·2 years agoI have basically the same thoughts as you. The reasons I can think of is:
- Convenience (but SL is pretty convenient)
- Less of a lock-in to one vendor.
- Avoiding filters on sites not allowing aliasing domains (often incorrectly under the label “temporary email addresses”)
devtoi@feddit.nuto
Android@lemdro.id•Moto S50 Neo to be world’s first phone with 4-year warrantyEnglish
36·2 years agoFairphone 5 has 5 year warranty. Sure that’s not 4, but the title makes it seem that 4 is longest out there.
devtoi@feddit.nuto
Open Source@lemmy.ml•Does anyone know of any decent accounting software for Windows and Linux?
6·2 years agoYou seem to have a lot of recommendations already, but I just wanted to mention beancount as well. It’s a decently powerful plain text accounting software. Not sure if it does invoicing.
For me it has been good because I think it is fun to hack some new functionality together that I feel missing. E.g. parse pdf receipts and break down transactions into postings based on what is in the receipt. But it you aren’t interested in simple Python programming, I’d probably not recommend it.
Being able to easily version control it using git is really helpful when you are trying things.
- Heat water to 70 degrees using electric kettle.
- Put loose leaf green tea in a strainer thingy. Leave room for it to expand 4 times as big
- Swoosh some of the 70 degree water around a glass kettle to heat it up, pour it out.
- Put strainer with tea in glass kettle.
- Pour water over tea.
- Let sit for a few minutes.
- Drink.
- Reuse the same leafs throughout the day using same steps.
I usually use unflavored green tea with decent quality. Very different from tea bags.
I used to think tea didn’t taste much. Then I realized I only tried bad tea. Now my goto tea is loose leaf green sencha fukuju (I hope that is the correct spelling) that I steep in 70 C water for a few minutes in a preheated pot that allows the tea to expand properly.
I get the tea from a local tea shop. I often reuse the tea leaves several times throughout the day. I occasionally drink some other teas, but I try to stay away from tea bags because I mostly find them to be less good because lower quality.

I have been satisfied with beancount. https://github.com/beancount/beancount and fava as a ui. It’s text based so it is easy to automate imports and exports. It can seem daunting at first to create importers in Python, but it’s pretty basic scripting.
Text based accounting lends itself well to easy experimentation with version control.
I tried gnucash for a while, but it felt so slow and not flexible enough for me.