• 0 Posts
  • 38 Comments
Joined 2 years ago
cake
Cake day: June 4th, 2023

help-circle








  • I did something similar a while ago but for changing volume on a single application, should work for devices as well though since both are just nodes.

    Try this:

    #!/bin/sh
    
    node_id=$(pw-dump | jq '.[] | select(.type == "PipeWire:Interface:Node" and .info.props."node.name" == "Virtual-Sink-1") | .id')
    
    echo "Adjusting volume for $node_id"
    
    wpctl set-volume $node_id 10%-
    

    Replace Virtual-Sink-1 with the name of your audio device and 10%- with the operation you want to perform.







  • It has been a few years since I last used Plex but I always liked their interface, their tech stack is fairly modern, they have apps for pretty much every device, their title matching for content works really well and there was not much wrong with it back in the day other than it lacking local authentication.

    I switched over long ago when they started pushing streaming services to my users that I couldn’t deactivate server side.



  • You said it is unsuitable for highways, I don’t consider vehicles that go the speed limit on the highway unsuitable for it. Unsuitable for motorcycle enthusiasts? Probably.

    No prizes here for guessing that you’re not into cars or motorbikes.

    Define “into”. My car goes 230 km/h and I have driven that speed…once, maybe twice. Does not mean I don’t enjoy accelerating up curvy mountain roads.

    If my future car has the same acceleration but is limited to 140 km/h, I wouldn’t care that much.

    Lets put it this way… are you going to buy one?

    This one? Unlikely, but not because of the 130 km/h limit but because of the price. I consider motorcycles unpractical and unsafe for daily use, so the only use would be for fun. I would love one for sunny days but they have to get cheaper.


  • Can you point to a car that is limited to 130kmh?

    Not exactly 130km/h but plenty of cars are limited to 140km/h or very close to it, for example the Hyundai Inster.

    You’re not allowed to drive faster than 130 km/h here and more and more highways are switching to 100 km/h, so I’m not sure why my vehicle should be able to drive 280 km/h. Even more so on a motorcycle.

    On a track? Sure, but I don’t need my average commuter vehicle to reach those speeds.


  • Domi@lemmy.secnd.metoSelfhosted@lemmy.worldWhat is Docker?
    link
    fedilink
    English
    arrow-up
    5
    ·
    2 months ago

    Anyway, what I wanted to know is why do people self host?

    For the warm and fuzzy feeling I get when I know all my documents, notes, calendars, contacts, passwords, movies/shows/music, videos, pictures and much more are stored safely in my basement and belong to me.

    Nobody is training their AI on it, nobody is trying to use them for targetted ads, nobody is selling them. Just for me.