Jira and mails marked as unread until i have worked through them haha :)
Jira and mails marked as unread until i have worked through them haha :)
Yup, Bandcamp. You can also click on “Genres”, then clicking on any genre will propose further subgenres. So currently i’m in a atmospheric black metal phase. Going to “metal”, “black Metal”, then “atmospheric black metal” shows me bands i might like.
Obviously genres are very fluid and sometimes subjective, but as a general tool to find music they work for me.
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).
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.
Can second this recommendation, very good movie! Spoilers ahead:
I love the fact that it is a movie about aliens without any violent conflict but rather focused on interacting with the aliens some way
Very cute! :)
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
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.
Maybe Broadchurch? British crime series with David Tennant, Jodie Whittaker (two doctors) and Olivia Colman
Letztes Jahr war es Sonnencreme - die habe ich dort gekauft weil ich befürchtete dass mir meine mitgenommene ausgeht. Jetzt hat sich herausgestellt dass das die beste Sonnencreme ist, die ich jemals gekauft habe. Zieht super ein, riecht kaum und war sogar etwas günstiger als in der Schweiz :D
Thanks, that sounds like a good mix between story and gameplay.
Thanks for the suggestion, already read and enjoyed it :)
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?
The Mask of Mirrors by M.A. Carrick.
It’s fantasy, but feels pretty fresh to me with the focus being on the main characters trying to con a rich family and less of the more usual (but no less fun) adventuring, combat etc. (at least so far, I’m still very early in the book).
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.
Don’t worry, it was cute yesterday, it’s still cute today :)
Yeah, we use it as well and it can do some nice assertions while still remaining at least somewhat readable.