jan75

joined 4 years ago
[–] [email protected] 8 points 2 weeks ago (1 children)

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"
[–] [email protected] 41 points 1 month ago (5 children)

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.

[–] [email protected] 2 points 2 months ago

Thanks, i keep missing this!

42
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]
 

I stole your title template @[email protected] because i like it :)

I like the actresses and actors, especially John Cusack (who is just a fantastic actor in general) and Jack Black, who stands out in another role that just feels like it's made for him (the other being School of Rock).

The film also makes good use of its soundtrack and music in general and has some funny scenes, along with a simple but well paced main plot.

[–] [email protected] 3 points 3 months ago* (last edited 3 months ago)

Can second this recommendation, very good movie! Spoilers ahead:

spoilerI love the fact that it is a movie about aliens without any violent conflict but rather focused on interacting with the aliens some way

[–] [email protected] 6 points 3 months ago

If you are "forced" to use WhatsApp because many of your contacts are using it, you could use it to run WhatsApp and set-up a bridge to Matrix: https://docs.mau.fi/bridges/go/setup.html?bridge=whatsapp

[–] [email protected] 34 points 4 months ago (1 children)

Not exactly the same, but the swiss administration have their own mastodon instance: https://www.swissinfo.ch/eng/business/swiss-authorities-to-join-social-media-alternative-mastodon/48808086

Link to instance: https://social.admin.ch/about

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

~~I don't know who the player is~~, but the enemy is big because at minute 60, tier 5 neutral items can be found in the jungle. One is Giant's Ring, which increases the hero size and gives you free pathing (you can walk over cliffs etc.). I assume Tiny (appropriately named) has this neutral item.

Edit: Looks like the player is "Respect" from Into the Breach, a pro team and the game was from the TI 2023 regional qualifiers.

[–] [email protected] 2 points 1 year ago

Very cute! :)

[–] [email protected] 4 points 1 year ago* (last edited 1 year ago)

It seems to be down right now, but if i remember correctly this one also works when you are using a terminal and curl, i.E. curl wttr.in/newyork

Edit: It works again, you can use the command as written above :D

[–] [email protected] 2 points 1 year ago

If you are below a certain taxable income you get a reduction to premiums, which is pretty nice. This happens automatically based on your last tax report, so it's not a case of aid being available, but not being used because people don't know about it or are too shy to ask for it.

Obviously this doesn't solve the problem of rising premiums / health costs, but at least it helps people with small incomes.

[–] [email protected] 2 points 1 year ago

You are right, my mind probably just jumped to Major :) It's called "Ryiadh Masters 2023" officially

 

Pretty great game already, first game of the playoffs.

teamsQuest Esports and Talon Esports

resultsTalon wins it after Quest sucessfully defend against mega creeps for some time.

[–] [email protected] 6 points 1 year ago (1 children)

Maybe Broadchurch? British crime series with David Tennant, Jodie Whittaker (two doctors) and Olivia Colman

view more: next ›