Flyswat

joined 2 years ago
[–] Flyswat@lemmy.dbzer0.com 14 points 1 day ago (1 children)

Thank you for including a description of what this about. We are too used to Linux that we forget about new users who might be overwhelmed by the ocean of possibilities.

[–] Flyswat@lemmy.dbzer0.com 5 points 6 days ago

This document does not exist.

How antisemitic of you to post this!

[–] Flyswat@lemmy.dbzer0.com 2 points 6 days ago (1 children)

It might be an issue-ish with cards that require a signature, since only you are supposed to know the signature and someone else reproducing it is legally comparable to counterfeiting a document.

For cards with a PIN no body cares.

[–] Flyswat@lemmy.dbzer0.com 1 points 1 week ago

He so smart. Plausible deniability.

[–] Flyswat@lemmy.dbzer0.com 5 points 1 week ago

2 Annoying Oranges.

[–] Flyswat@lemmy.dbzer0.com 4 points 1 week ago (1 children)

Well they are spiders. Nothing wrong here.

[–] Flyswat@lemmy.dbzer0.com 147 points 2 weeks ago (3 children)
[–] Flyswat@lemmy.dbzer0.com 22 points 2 weeks ago (2 children)

I did too a couple months back to play with the wife and kids.

There is a mod that enables bots which I guess could be helpful in dungeons and raids. I didn't try it though.

[–] Flyswat@lemmy.dbzer0.com 7 points 3 weeks ago (1 children)

Their people need to be liberated. They deserve freedom.

[–] Flyswat@lemmy.dbzer0.com 1 points 1 month ago

Don't try to be hot. Don't try to be anything that you're not. Remain genuine, you're good man.

[–] Flyswat@lemmy.dbzer0.com 2 points 1 month ago

To save videos from certain streaming sites that are not supported by yt-dlp, I catch the M3U playlist used by the page and with that I use this script that gets ffmpeg to put together the pieces into a single file.

#!/bin/bash
if [ "$1" == "-h" ] || [ $# -lt 2 ]; then
	echo Download a video from a playlist into a single file
	echo usage: $(basename $0) PLAYLIST OUTPUT_VID
	exit
fi

nbparts=$(grep ^[^#] $1 | wc -l)

echo -e "\e[38;5;202m Downloading" $(( nbparts - 1 )) "parts \e[00m"
time ffmpeg -hide_banner -allowed_extensions ALL -protocol_whitelist file,http,https,tcp,tls,crypto -i $1 -codec copy $2
[–] Flyswat@lemmy.dbzer0.com 4 points 1 month ago

Is this moth ?

 
1
submitted 8 months ago* (last edited 8 months ago) by Flyswat@lemmy.dbzer0.com to c/dota2@lemmy.ml
 

Connection to the coordinator has been nearly impossible for an hour or so now. It fails to register the acceptation of matches or even hallucinates team members who are not ready when queuing solo.

view more: next ›