Admiral Patrick

Ask me anything.

  • 12 Posts
  • 174 Comments
Joined 1 year ago
cake
Cake day: June 6th, 2023

help-circle

  • It’s closer to 48kw. North American (residential) power is weird. lol.

    We use what’s called split phase where basically you have three wires coming into your electric panel: two “hot” ones each carrying 120v and one ground.

    The breaker box is staggered so that every other slot is powered by one or the other 120v inputs. To get 240v for large appliances, we use big, double-breakers which connect both of the 120v inputs together.

    The rest of the 120v circuits are staggered across the two 120v inputs. e.g. If one of the two “hot” cables was disconnected, roughly half the outlets in your house would still work.





  • Still seems useless. I never turn my appliances on just to see if they work. I just…use it. If it doesn’t do anything, then I know it’s broken.

    It’s also not just a single LED. In your house, yes, but multiply that by however many appliances in the wild have that same “feature” and the power wastage is much more real. It’s the same reason it’s recommended to unplug phone chargers and such when they’re not being used.

    Vampire power, I believe, is the term. It’s when millions of tiny power loads add up to a significant overall draw while performing no useful work.


  • Then join an instance where scores are disabled if you don’t like them. :shurg: Choosing an instance where downvotes are disabled is already a preference, so making the score aggregates optional is completely in line with that.

    You’re already on .ml, so they’d have them disabled given it’s run by the devs who have removed the data from the API, so nothing would change for you.

    The whole shtick of Lemmy is run your instance the way you want to run it. The removal of the scores from the API seems heavy-handed and feels like the devs are forcing their preferences/values on others.






  • I’ve been thinking of making some proxy thing that can intelligently route ActivityPub from the root to Lemmy/Mastodon/Pixelfed and whatnot so that they can behave like one big instance and browse the same content but differently, but it sounds like as big of a project as making Lemmy itself.

    That’s basically what SRV records accomplish. When I looked a while back to see if ActivityPub had support/plans to support them, I landed on, I think, a Mastaton feature request where the response was “won’t implement SRV” because “webfinger already does that” (it does not).

    Personally, I think SRV records and webfinger solve different problems and can complement each other. The ActivityPub software would lookup the SRV record matching its platform and use the result from that to query the correct webfinger endpoint to resolve the user’s URI for that platform.

    I have no idea why SRV records seem to have fallen out of fashion, but they would easily solve the delegation problem since that’s exactly what they were designed for. lol



  • Latency is low enough to not be noticeable when playing video on my laptop and streaming audio to the desktop.

    That’s basically my use case. Want to use my HTPC as the source and some RasPi’s or repurposed thin clients as the sinks - pretty much what I do now with MPD and Snapcast. I absolutely do not want to have to mess with audio offset settings in Emby to keep the dialog in sync. lol

    I’ve only skimmed the docs (holidays are a huge time sink haha), but do you know if it can do one-to-many or just one-to-one? Like, can I have one source and multiple receivers? The docs seemed to imply it could do one-to-many, but I didn’t get to dive into them deep enough.