Fairphone also at least tries to create / source their phones fairly. Not important in terms of privacy, but somewhat explains the higher price tag.
Fairphone also at least tries to create / source their phones fairly. Not important in terms of privacy, but somewhat explains the higher price tag.
I’ve written a bash script i’m using daily, maybe you can adapt it to your needs. I’m using pipewire-pulse. It’s probably not perfect but it does the job:
#!/usr/bin/env bash
DEVICE=$1
# read input, parse list of available sinks (outputs)
if [ "$DEVICE" = "pc" ]
then
OUTPUT=($(pactl list short sinks | awk '{print $2}' | grep -i -E 'hdmi|samson|Targus' -v))
elif [ "$DEVICE" = "tv" ]
then
OUTPUT=($(pactl list short sinks | awk '{print $2}' | grep -i -E 'hdmi'))
else
echo "No valid input (must be either 'pc' or 'tv')"
exit -1
fi
# get all currently connected streams
INPUTS=($(pactl list short sink-inputs | awk '{print $1}'))
# change default sink (for new audio outputs)
pactl set-default-sink $OUTPUT
# switch sink for existing audio outputs
for i in "${INPUTS[@]}"
do
pactl move-sink-input $i $OUTPUT
done
# use notify-send to send a visual notification to the user that the sink changed
notify-send -c info "Default sink changed" "Changed default sink and sink-inputs to $OUTPUT"
Is it really possible to sign away a right to sue a company, especially hidden in an EULA? For an unrelated service as well… I guess that’s something the court must decide in the end.
It’s a pity that a company who created so many beloved stories and characters fell so low.
Thanks, that sounds like a good mix between story and gameplay.
Don’t have time right now and i never played the originals, but i read great things. Seems like a pretty weird mix between mechanics, but great if the developers pulled it off. Glad to hear you’re enjoying it as well!
Is there a story or is it “just” mission after mission?
Mirror, the first link didn’t work for me for some reason: https://www.youtube.com/watch?v=M8NSViLQFIs
It does now, but the mirror might still be useful to someone.
That’s a good alternative, yeah.