16
submitted 8 months ago by alvaro@social.graves.cl to c/selfhost@lemmy.ml

I have a disk for local backups (that is the only purpose of that disk). I was wondering what would make it last longer:

- Keep it mounted to my server permanently (current solution)
- Keep it unmounted most of the time, mount it when I'm going to do a backup (either daily or every 3 days, I don't mind changing that) and unmounting after the backup is done.

What would be the best strategy?

cc @selfhost@lemmy.ml @selfhosted@lemmy.world

[-] alvaro@social.graves.cl 6 points 8 months ago

@SpaceNoodle@lemmy.world ha! I have my caps lock as a ctrl key (easier for vim acrobatics)

[-] alvaro@social.graves.cl 7 points 8 months ago

@ptz@dubvee.org Interesting, I just realized I use my left pinky for the left shift while pressing the Z with my middle left finger :-P

54

Do you use your right shift key? Have you re-mapped it into another key/function? which one?

cc @nostupidquestions@lemmy.world

[-] alvaro@social.graves.cl 8 points 9 months ago

@rollmagma@lemmy.world maybe you are an invisible ghost

[-] alvaro@social.graves.cl 18 points 9 months ago

@knock_knock_orange@lemmy.world that would be great because it would avoid paradoxes like you killing your grandpa

22
submitted 9 months ago by alvaro@social.graves.cl to c/selfhost@lemmy.ml

Is there a better ways to import Flac albums from bandcamp to a navidrome or jellyfin instance? I'm downloading and rsync'ing like a caveman and I suspect someone already solved this issue

cc @selfhost@lemmy.ml @selfhosted@lemmy.world

5
submitted 9 months ago by alvaro@social.graves.cl to c/selfhost@lemmy.ml

[question] Alt-text service, self hosted

Is there a service that I could plug into my misskey/firefish/whatev that provides an alt-text for an image I'm posting. I don't post images that often, so the few times, it would be nice to have an automatic OCR or LLM/Stable Diffusion description of a picture attached to it.

Of course, without depending on Google or similars.

Any ideas? cc @selfhost@lemmy.ml @selfhosted@lemmy.world

6
submitted 9 months ago by alvaro@social.graves.cl to c/selfhost@lemmy.ml

Is there a service that I could plug into my misskey/firefish/whatev that provides an alt-text for an image I'm posting. I don't post images that often, so the few times, it would be nice to have an automatic OCR or LLM/Stable Diffusion description of a picture attached to it.

Of course, without depending on Google or similars.

Any ideas? cc @selfhost@lemmy.ml @selfhosted@lemmy.world

[-] alvaro@social.graves.cl 3 points 10 months ago

@sonovebitch@lemmy.world Forgot to mention: some have 2 different types of light, a blue one and a warmer, yellow-ish one. Turn off the former, leave the other and turn the e-ink with a black background and white letter.

[-] alvaro@social.graves.cl 5 points 10 months ago

@sonovebitch@lemmy.world TBH an e-ink device with dark mode works well for me

9
submitted 10 months ago by alvaro@social.graves.cl to c/selfhost@lemmy.ml

I want to try using #obsidian along with #silverbullet and see how the experiment goes. Has anybody done the same? Cc @selfhost@lemmy.ml @selfhosted@lemmy.world @selfhst@fosstodon.org

17

I was wondering if someone has done something similar:

I want to detect if one of the kitchen burners have been running for a long time. Gas sensors won't work because the fires are running.

I was thinking that a solution could be to have a wifi-enabled thermostat that sends the temperature to home assistant and if it is above > X for Y minutes, send an alarm/email/notification. The sensor could be hidden below the burners and connected via a cable to measure the temperature.

Does this make sense? Does anybody have some idea how to implement this (maybe using a ESP8266)?

Is there other alternative?

cc @homeassistant@lemmy.world @homeassistant@fosstodon.org @selfhost@lemmy.ml @selfhosted@lemmy.world @ironicbadger@techhub.social

15
submitted 10 months ago by alvaro@social.graves.cl to c/selfhost@lemmy.ml

Has anybody experienced with running calibre-web + kavita (or another combination of ebook oriented services) combined? I'm asking because none seem to be the definite winner (calibre is fugly, but you can upload books, kavita is nice but opinionated, etc). Any experience on that regard?

cc @selfhost@lemmy.ml @selfhosted@lemmy.world

32

I know nothing of mechanical keyboards, but I have always found cool the Corne ish Zen[1]. However, I don't work alone so I would like something as silent as possible. I have an old Macally keyboard[2] that I know is silent enough. Is it possible to find a keyboard like the Corne but silent as a regular BT keyboard? Would you recommend one, or it is not actually possible?

cc @nostupidquestions@lemmy.world @mechanicalkeyboards@lemmy.ml

[1] https://lowprokb.ca/products/corne-ish-zen
[2] https://www.amazon.com/Macally-Bluetooth-Computers-Rechargeable-Indicators/dp/B07K24ZLWC

28

I know nothing of mechanical keyboards, but I have always found cool the Corne ish Zen. However[1], I don't work alone so I would like something as silent as possible. I have an old Macally keyboard[2] that I know is silent enough. Is it possible to find a keyboard like the Corne but silent as a regular BT keyboard? Would you recommend one, or it is not actually possible?

cc @nostupidquestions@lemmy.world @mechanicalkeyboards@lemmy.ml

[1] https://lowprokb.ca/products/corne-ish-zen
[2] https://www.amazon.com/Macally-Bluetooth-Computers-Rechargeable-Indicators/dp/B07K24ZLWC

[-] alvaro@social.graves.cl 4 points 10 months ago

@brownmustardminion@lemmy.ml do you mind sharing why nebula and not say WireGuard?

[-] alvaro@social.graves.cl 5 points 10 months ago

@ZeroDrek@lemmy.world I got one and it broke (in a hotel so idk if it was the cleaning lady or what). the cost of repair though was close to buying a new one, so (stubbornly) I did. I've been trying to be super careful, but I'm not buying a 3rd device from the same company.

Look at their subreddit, there are tons of horror stories.

47

Currently I have a Boox e-ink reader, but I learned that they don't last that much and their post-sale support is the worst. I see that this device will fail in the next 6-12 months, what e-ink readers (that it is NOT A KINDLE) would you recommend? I'm interested on reading both .epub and whatever is the current kindle app format, along with PDFs, being able to add notes is not super critical.

recommendations?

cc @nostupidquestions@lemmy.world

18
submitted 11 months ago by alvaro@social.graves.cl to c/selfhost@lemmy.ml

I would like to have a mechanism to set up a server automagically…

Similarly I would like to set up my user account settings (Tmux plugins, .zshrc and vim settings, etc) that I can replicate in multiple machines via a script (I have a custom script for this but I want a more solid alternative)

Thoughts on what infra-as-code solution would work best? Any similar experiences or use cases with one Thanks!
Cc @selfhost@lemmy.ml @selfhosted@lemmy.world

[-] alvaro@social.graves.cl 3 points 11 months ago

@Treczoks@lemmy.world That's fine, but I'm more interested in the genertic markers that can be associated to diseases more than finding my ancestry tbh

[-] alvaro@social.graves.cl 2 points 1 year ago

@khoi@slrpnk.net probably others already suggested, gitea is as lightweight as you can go with a nice interface and features

[-] alvaro@social.graves.cl 7 points 1 year ago

@makeasnek@lemmy.ml bitcoin uses the energy of Argentina for transactions, and it ended up being used only for scams, so fuck bitcoin and its promoters. And satoshi is just a dude, you make it sound like he is Jesus+budha

view more: next ›

alvaro

joined 1 year ago