0 Followers
0 Following
1 Posts
To infinity and beyond!

Companions: who and do you switch?

https://waste-of.space/post/1342970

Companions: who and do you switch? - waste-of.space

Who are your companions? Do you switch during gameplay? I’m currently in act 3 and remain using Shadowheart, Lae’zel and Astarion. Anyone else uses other companions?

Multiple HomeKit hubs - waste-of.space

I have an Apple TV and a HomePod Mini. My Apple TV is my main hub. However, if I use Siri via my HomePod, I can’t use any scenes that are in my HomeKit. This kinda sucks because the usecase that I bought the HomePod for, is to activate scenes. I know that you can’t “guide” Apple HomeKit to decide what device is your active hub, and what is your standby hub. However, by magic this is correct (Apple TV is active, Homepod is stand-by) According to this article, it should not matter, but it does in my case… https://www.homekithelper.net/devices/hubs [https://www.homekithelper.net/devices/hubs] Anyone that can help me?

Wow. A lot of comments! Thanks all. I will check them and see if there is something that matches my use cases!
Notes taking app - waste-of.space

I’m looking for a good notes taking app to replace The Bad Ones like Evernote. I want to have the content available over multiple devices (iOS app if possible) and preferably also a web editor. Any ideas?

Long shot: dj software with Apple Music

https://waste-of.space/post/113500

Long shot: dj software with Apple Music - waste-of.space

Does there exist a dj software tool that works with Apple Music? I guess not due to DRM, but as I said, long shot…

How to see users on an instance ?

https://waste-of.space/post/107107

How to see users on an instance ? - waste-of.space

I run my own instance. How can I see a userlist of all users on my instance?

Mark - waste-of.space

Status no poop guy - waste-of.space

What is the current status of the no poop guy? Did he survive? How was it? Who was it? AND WHAT WAS IT FOR???

Need help with Lemmy-subscriber-bot

https://waste-of.space/post/10693

Need help with Lemmy-subscriber-bot - waste-of.space

Hi, I run the combination of Lemmy-easy-deploy (https://github.com/ubergeek77/Lemmy-Easy-Deploy [https://github.com/ubergeek77/Lemmy-Easy-Deploy]) and lemmy-subscriber-bot (https://github.com/lflare/lemmy-subscriber-bot [https://github.com/lflare/lemmy-subscriber-bot]) I can’t seem t get the bot working. Well, I get it to run, but after that it doesn’t do anything, I think. My “all” is still only the stuff I followed on my server. Can anyone jump in to see what I’m doing wrong? Steps I did: log in to my Linux server mkdir lemmybot cd lemmybot git clone https://github.com/lflare/lemmy-subscriber-bot docker run --name lemmy-subscriber-bot -dt --env 'LEMMY_USERNAME=subscriber_bot' --env 'LEMMY_PASSWORD=subscriber_bot' --env 'LEMMY_DOMAIN=waste-of.space' lflare/lemmy-subscriber-bot