Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

danielquinn, to piracy in I made a thing to make playing YouTube videos locally from your browser easier
@danielquinn@lemmy.ca avatar

Thanks!

danielquinn, to piracy in YouTube's anti-adblock rollout has finally arrived for Firefox users
@danielquinn@lemmy.ca avatar

Very likely. If I write this thing, I’ll provide both options.

danielquinn, to piracy in YouTube's anti-adblock rollout has finally arrived for Firefox users
@danielquinn@lemmy.ca avatar

I was thinking of experimenting with a Firefox extension that upon hitting a YouTube page, it just launches yt-dlp [url] && mpv [downloaded file]. Is there any interest here in that sort of thing?

danielquinn, to piracy in Apps that shouldn't be Subscriptions
@danielquinn@lemmy.ca avatar

Oh! Good to know. I guess that’s there to prevent people from reaping 2 years worth of development for a 1 year fee. That still seems reasonable to me.

danielquinn, to linux in Ash Vs Bash
@danielquinn@lemmy.ca avatar

Yup, that looks like exactly what was done in Alpine:


<span style="color:#323232;">$ docker run --rm -it alpine ls -l /usr/bin/[[
</span><span style="color:#323232;">lrwxrwxrwx    1 root     root            12 Sep 28 11:18 /usr/bin/[[ -> /bin/busybox
</span>

So while the Ash itself doesn’t support the [[ extension, this work-around produces the same effect. Nifty.

danielquinn, to linux in Ash Vs Bash
@danielquinn@lemmy.ca avatar

As far as I’ve seen, they don’t provide any advantage over a string with spaces, which doesn’t work well either when you’ve got values with spaces:


<span style="color:#323232;">not_what_you_think=( "a b" "c" "d" )
</span><span style="color:#323232;">for sneaky in ${not_what_you_think[@]}; do
</span><span style="color:#323232;">  echo "This is sneaky: ${sneaky}"
</span><span style="color:#323232;">done
</span>

<span style="color:#323232;">This is sneaky: a
</span><span style="color:#323232;">This is sneaky: b
</span><span style="color:#323232;">This is sneaky: c
</span><span style="color:#323232;">This is sneaky: d
</span>
danielquinn, to piracy in I made a thing to make playing YouTube videos locally from your browser easier
@danielquinn@lemmy.ca avatar

That’s actually very helpful, thanks. I’ve been working on another project to open certain URLs in specific browsers/profiles, and wanted to be sure that I wasn’t missing a more obvious design pattern. The project is here if you’re curious.

danielquinn, to piracy in I made a thing to make playing YouTube videos locally from your browser easier
@danielquinn@lemmy.ca avatar

Is there another way to do this? This hack was the only way I could figure out how to get Firefox to invoke an external binary, but if there’s a more conventional way to do it, I’d like to know 'cause I have another more complicated project in need of a pattern much like this one.

danielquinn, to piracy in Is it wrong to pirate movies I've purchased digitally and load onto my Plex server?
@danielquinn@lemmy.ca avatar

There’s a couple angles you can take on this. My favourite is from the dotCommunist Manifesto:

Society confronts the simple fact that when everyone can possess every intellectual work of beauty and utility—reaping all the human value of every increase of knowledge—at the same cost that any one person can possess them, it is no longer moral to exclude.

Essentially, this argues that the unethical position is the one that creates the false scarcity.

Another less extreme position would be that many countries allow for exemptions for format shifting: if you buy a CD with some music, you’re legally permitted to rip it so long as you don’t distribute copies. One could argue that someone in your position is operating within the spirit of these laws… provided that you haven’t torrented the videos since that necessarily includes some partial distribution.

Finally, the least generous interpretation would point out that you didn’t buy the videos in the first place, but rather a licence to let Vudu stream them to you. Given that you don’t own anything, you’re not morally entitled to own it in a different format. This is why many people have rejected the streaming model.

As someone in camp #1, I think you’re a-ok ethically, but I thought you might want a broader perspective.

danielquinn, to linux in Screenshot tool for GNOME + Wayland
@danielquinn@lemmy.ca avatar

Oops, sorry I didn’t notice that part. I’ve never seen anything like that to be honest. It kinda violates the whole “do only one thing and do it well” UNIX ethos. As a decent work-around, you can just open the resulting images in Gimp?

danielquinn, to piracy in which software would i use on linux to capture video from disney plus for personal use?
@danielquinn@lemmy.ca avatar

I’ll give that a try, thanks!

danielquinn, to piracy in I made a thing to make playing YouTube videos locally from your browser easier
@danielquinn@lemmy.ca avatar

It’s a powerful video player in Linuxland.

danielquinn, to linux in Ash Vs Bash
@danielquinn@lemmy.ca avatar

Huh. So the link is unnecessary and Ash supports [[ out of the box? Good to know, thanks!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #