[-] [email protected] 20 points 3 months ago

"Faultier" in german as well, "faul" = lazy and "tier" = animal

[-] [email protected] 17 points 4 months ago

The truck in the background is a nice touch

[-] [email protected] 12 points 4 months ago

I love SlyFlourishs Lazy GM approach tip with the secrets (prepare n, say 10, secrets but don't define where or how the PCs will find them). Helps me think about what the session / chapter can entail and make sure the PCs get the info required to continue the story without locking me or them into specific ways to do stuff.

[-] [email protected] 13 points 5 months ago

He's right, this must just feel like a slap in the face for anyone affected by these layoffs.

[-] [email protected] 8 points 7 months ago* (last edited 7 months ago)
[-] [email protected] 48 points 7 months ago* (last edited 7 months ago)

I would react the same way if my scrum meeting was 1 hour long!

[-] [email protected] 18 points 8 months ago

Jira and mails marked as unread until i have worked through them haha :)

[-] [email protected] 21 points 8 months ago

It's the middle thing between not gifting something specific but also no just giving money. Sometimes you are not sure what exactly a person wants, but giving money directly might feel too unpersonal? Other than that, i completely agree with you that it sucks. Stores must love them though, they already have the money without having to provide a service / product and then many people will forget, the gift cards expire etc. I'm of the opinion that the cards shouldn't expire, or at least have a very high expiration date (like minimum 10 years).

[-] [email protected] 8 points 10 months ago

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 11 months ago

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.

45
submitted 1 year ago* (last edited 1 year 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] 34 points 1 year ago

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

5
submitted 2 years ago by [email protected] to c/[email protected]

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] 11 points 2 years ago

What's up with the writing - seems kinda weird, are the tweets real? I don't have twitter so i (semmingly?) can't check myself.

I like John Cusack, he's a great actor and seems like a decent human being, so no big deal either way but just wondering what's up with that.

view more: next ›

jan75

0 post score
0 comment score
joined 5 years ago