- 1 Post
- 9 Comments
My internet provider offers up to 4 sim cards per account. They cost once 10€, without a monthly fee. However they have only 300mb of high speed traffic. But this should be just fine for a tracker, no? Just have a look in your customer portal. Maybe you’ll find something there too
Chaser@lemmy.zipto
homeassistant@lemmy.world•What UI do you use to control your blinds?English
2·10 months agoWelcomes! Btw: If you want to make it even slimmer, you can also remove features. Or you add some if wanted (like tilting, if your cover supports it).
Chaser@lemmy.zipto
homeassistant@lemmy.world•What UI do you use to control your blinds?English
2·10 months ago
I just use a tile card. Simple, but great!
- type: horizontal-stack cards: - type: tile entity: cover.wohnzimmer_rollo_links features: - type: "cover-open-close" - type: "cover-position" - type: tile entity: cover.wohnzimmer_rollo_rechts features: - type: "cover-open-close" - type: "cover-position"
Chaser@lemmy.zipto
Selfhosted@lemmy.world•I am attempting to get into Selfhosting after a shockingly frightening experience, but I am very lost.English
10·11 months agoIf you want to start cheap, I can recommend you to use an old notebook. In my opinion it’s the perfect home server for beginners.
- It’s cheap (most people have an unused laying around anyway)
- If it’s old enough to still have a dvd drive, you can replace it with a second sata ssd. There are cheap frames for this available.
- it has a battery, so it can shutdown if there is a power outage
- It’s slim. You can just throw it on your closet and forget about it
Most services don’t need much. So it’s just fine if your “server” is like 10 years old. My first notebook server had 2 cores and 4 GB ram and it run Proxmox with like 10 lxc containers just fine.
Chaser@lemmy.zipto
Selfhosted@lemmy.world•What are you guys using to sort and name music?English
12·1 year agoI’m using MusicBrainz Picard. However there are some tricks to spare you some nerves:
- you can set weights to release types in the settings. Singles and compilations should have a lesser weight than albums.
- Don’t add too much music at once. Or you’ll get crazy selecting the correct releases. I usually go with one artist a time. Especially for older artists I just add one album a time. You can enable the file Browser in the view settings, than you can just drop them in one after the other.
- in the right pane you can just drag and drop whole releases to merge them together.
- Also noticable is the rename feature in the settings. It’s just awesome!
Chaser@lemmy.zipto
Selfhosted@lemmy.world•Is there a music thing that handles single tracksEnglish
1·1 year agoThat’s a cool approach! Reminds me of the old Napster 🤓
Chaser@lemmy.zipto
Selfhosted@lemmy.world•Is there a music thing that handles single tracksEnglish
4·1 year agoAwesome! I just learned something today. Thanks for pointing it out so detailed!
Chaser@lemmy.zipto
Selfhosted@lemmy.world•Is there a music thing that handles single tracksEnglish
11·1 year agoyt-dlp can handle YouTube Music Links. Just tell it with
-x --audio-format mp3, that you don’t want the Video, but an mp3 (opus can’t be tagged). I use it to obtail whole artists, then I tag them with MusicBrainz Picard. I’m sure there is a way to automate this. yt-dlp has also a Python library. However I haven’t used it for now.

Wow! This sounds super handy! Thanks for sharing!