- 2 Posts
- 4 Comments
Joined 7 months ago
Cake day: March 27th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
suff@piefed.socialto Opensource@programming.dev•Let's Make Sure Github Doesn't Become the only OptionDeutsch2·8 days agoIf you talk about version control: https://alternativeto.net/software/git/
Git != GitHub though.
suff@piefed.socialto Technology@lemmy.world•Google just broke *all* third-party YT clients, including yt-dlp; a full JS implementation is now required.English0·22 days agoTubular for Android of which I thought it uses yt_dlp, still works well.
Explanation
[
is an alias for the programtest
, so you can callman test
for more info.
&&
is bash syntax for conjunction. In A && B, B will only be called if A returned a exit code >0 (error). You can callman bash
for more info.
||
is bash syntax for disjunction. In A || B, B will only be called if A returned exit code =0 (success).true
andfalse
are programs that just return exit codes 0 respectively 1.
Goretex is Teflon! Teflon never degrades, causes cancer!