It’s called “education”. It takes a few decades to get some results though. Unfortunately nobody tried it yet.
It’s called “education”. It takes a few decades to get some results though. Unfortunately nobody tried it yet.
Last time I checked, homebrew on Linux only included cli apps. GUI apps are only available on mac. So you couldn’t use it to install a browser anyway.
No, the original Pi B can play 1080p video just fine. The video is not decoded by the CPU. H264 and older codecs play just fine. It cannot handle h265 videos as it doesn’t have a hardware decoder for those. Kodi works just fine in fact. The interface is a little bit slow, but actual video playback is fine.
Not for me. Just updated 3 minutes ago.
Hey! I have a fat cat too!
for i in $( ls *.gif ); do fmpeg -i $i -vf “crop=w:h:x:y” cropped_$i; done
This runs on Linux/Mac or on WSL on windows Make sure there are no spaces in the filenames.
I’ve been using namecheap for about a decade too. But, be careful with their free email forwarding service. They do not forward all emails. The ones that they consider spam, they proceed to drop silently. There is absolutely no way to access those emails. The service is essentially useless. I have lost several important emails like that.
Everything. Literally everything can be fatal in large enough quantities. Quote from one of my chemistry professors: “there are no lethal substances, only lethal doses”
Spotube should be able to download tracks: https://spotube.krtirtho.dev/
FreeOTP+ from fdroid is what I’m using.
Absolutely yes. Even if you have marked all their previous emails as non-spam manually.
I’ve been mostly using newpipe for the same purpose but this one looks great too. Thanks!
I see you don’t parallel park much.
This is the way.
https://www.youtube.com/watch?v=dzVqP9sem98
TLDR you break hard. And you blow the transmission.
I noticed it’s missing some Arduino examples, so I’ll look into adding some if you’d like.
This doesn’t exactly fit in your examples page, but here’s an one liner I used last night to notify me when the DNS changes I made to my domain have propagated:
while true; do ping -c 1 example.com | grep $IP && curl -d "DNS changes have propagated" https://ntfy.sh/mynotifications && break; sleep 1m; done
I have only discovered ntfy.sh a month ago and it’s absolutely amazing. Does exactly what it says, it’s amazingly easy to use. So far I’ve used it to get notifications from my Pi, a Jenkins server I’m running on a VM and to control a NodeMCU module at home. It’s absolutely awesome, thank you so much!
You can look into inform6 and inform7 (totally different beasts, they are not older/newer versions of the same thing), TADS, or something like Quest perhaps. There should be more but these are the first that come to mind.