JamonBear

joined 2 months ago
[–] JamonBear@sh.itjust.works 1 points 51 minutes ago

Eww nice, time to replace my old Tachiyomi app. Thx

[–] JamonBear@sh.itjust.works 6 points 1 week ago (1 children)

Thanks, you just improved my privacy by making me discover lemmy block user button.

[–] JamonBear@sh.itjust.works 2 points 1 week ago

HS: Mind game is also an incredibly beautiful animated movie from 2004, wholeheartedly recommended.

[–] JamonBear@sh.itjust.works 10 points 2 weeks ago

In the open source world, you show respect by forking. Not by licking the ass of data monsters.

[–] JamonBear@sh.itjust.works 1 points 2 weeks ago

Yay! let's try

ollama run hf.co/bartowski/Qwen_QwQ-32B-GGUF:Q4_K_M

/set parameter num_ctx 32768

[–] JamonBear@sh.itjust.works 35 points 3 weeks ago (2 children)

As Mozilla moves into advertising and AI, I wonder how long their position on Manifest v3 will last...

[–] JamonBear@sh.itjust.works 1 points 3 weeks ago

Hewww, I was not aware of this book, thanks.

Wikipedia link "see also" section has a nice list of "Steal this" related content.

[–] JamonBear@sh.itjust.works 7 points 3 weeks ago (4 children)

Its wose mentionning that this comic name is inspired by "Still this film". A 2 parts documentary from 2006/2007 about our freedom restriction implied by copyright laws and intelectual property non-sense. From TBP team, before TBP AFK. Very interresting to see. Sadly 20 years after, nothing has changed...

Of course it's free to "steal", magnets are hidden in this messy website: https://stealthisfilm.org/Part1/ https://stealthisfilm.org/Part2/

[–] JamonBear@sh.itjust.works 2 points 1 month ago (1 children)

Nice! It's using xclip or xsel to copy magnet links, afaik it's only working on Xorg. What is the Wayland alternative for xclip?

[–] JamonBear@sh.itjust.works 1 points 2 months ago (1 children)

Why do you think it's different?

[–] JamonBear@sh.itjust.works 7 points 2 months ago (3 children)

Agreed.

Also gtfobins is a great resource in addition to shellcheck to try to make secure scripts.

For instance I felt upon a script like this recently:

#!/bin/bash
# ... some stuff ...
tar -caf archive.tar.bz2 "$@"

Quotes are OK, shellcheck is happy, but, according to gtfobins, you can abuse tar, so running the script like this: ./test.sh /dev/null --checkpoint=1 --checkpoint-action=exec=/bin/sh ends up spawning an interactive shell...

So you can add up binaries insanity on top of bash's mess.

[–] JamonBear@sh.itjust.works 37 points 2 months ago (3 children)

yt-dlp --sponsorblock-remove all <url> is the way. It turns playlist link into nicely named, curated video files awaiting to played by a regular video player

view more: next ›