Portable Apps on Linux
- CloisteredNeuron
- Posts: 130
- Joined: 2024-05-25 04:02
- Has thanked: 68 times
- Been thanked: 5 times
Re: Portable Apps on Linux
Hey Uptorn,
I have a couple extensions I use for searching YouTube scripts/comments. They are actually useful and would take forever to do manually. Try to scroll to the bottom of comments for a video with hundreds of comments.
I have library cards with a few libraries. When I find a book I want to read I can go to Amazon, find the book, and the plugin searches each library where I have an account to see if it is available. Definitely something you can do manually but it is very convenient.
..."we're doing it for your safety" seldom ever have anything to do with actual safety but instead are usually veils for some underlying agenda.
Yep. The agenda is out there.
I have a couple extensions I use for searching YouTube scripts/comments. They are actually useful and would take forever to do manually. Try to scroll to the bottom of comments for a video with hundreds of comments.
I have library cards with a few libraries. When I find a book I want to read I can go to Amazon, find the book, and the plugin searches each library where I have an account to see if it is available. Definitely something you can do manually but it is very convenient.
..."we're doing it for your safety" seldom ever have anything to do with actual safety but instead are usually veils for some underlying agenda.
Yep. The agenda is out there.
-
- df -h | grep > 20TiB
- Posts: 1542
- Joined: 2012-10-06 05:31
- Location: /dev/chair
- Has thanked: 109 times
- Been thanked: 260 times
Re: Portable Apps on Linux
Please, no. The day that happens is the day I go back to clay tablets.
MacOS (>=10) is technically a Unix. It doesn't have all that much in common with GNU/Linux though, the kernel is derived from Mach, much of the rest is from BSD, and the UI is an apple proprietary thing. They even have their own graphics API, which is of course completely incompatible with everything else because "Think different vendor lock in as little as possible"
Wait, what? People actually want to read youtube comments? I thought that was more like exposure to an infectious disease. Ya know, "I just went for some light entertainment, but I came back with syphilis", that kind of thing.CloisteredNeuron wrote: 2024-06-01 21:36I have a couple extensions I use for searching YouTube scripts/comments.
Related: If you know of a browser extension that makes the youtube comments section disappear, ideally before I have a chance to accidentally glance at it and irrevocably scar my brain, I'm all ears.
Definitely more useful, but that sounds like rather a lot of information to give away for a convenience. Sure hope it's not sharing which libraries you visit (location) and what you like to read (there's a lot that can be gleaned from that with the right analysis) with anyone else *cough* amazon.CloisteredNeuron wrote: 2024-06-01 21:36I have library cards with a few libraries. When I find a book I want to read I can go to Amazon, find the book, and the plugin searches each library where I have an account to see if it is available.
Once is happenstance. Twice is coincidence. Three times is enemy action. Four times is Official GNOME Policy.
Re: Portable Apps on Linux
Invidious might also be a suitable solution for reading comments, without having to install any extensions. You can also use the ever excellent yt-dlp to extract a video's comments into a text file - something likeCloisteredNeuron wrote: 2024-06-01 21:36 Hey Uptorn,
I have a couple extensions I use for searching YouTube scripts/comments. They are actually useful and would take forever to do manually. Try to scroll to the bottom of comments for a video with hundreds of comments.
Code: Select all
yt-dlp --skip-download --write-comments <video_URL>
- CloisteredNeuron
- Posts: 130
- Joined: 2024-05-25 04:02
- Has thanked: 68 times
- Been thanked: 5 times
Re: Portable Apps on Linux
Those clay tablets were quite impressive back in the day.
Last edited by CloisteredNeuron on 2024-06-03 03:03, edited 2 times in total.
Re: Portable Apps on Linux
I think you might have just doomed this thread to getting locked. Too bad, I was rather enjoying it too.
Maybe it best to keep discussion on Debian and linux in a Debian centric forum.
Maybe it best to keep discussion on Debian and linux in a Debian centric forum.
- CloisteredNeuron
- Posts: 130
- Joined: 2024-05-25 04:02
- Has thanked: 68 times
- Been thanked: 5 times
Re: Portable Apps on Linux
Uptorn
I didn't know yt-dlp did that. Very, very useful. I don't use this type of extension often and a couple months back was scrambling to find a replacement when the one I was using stopped working.
Invidious seems quite interesting. Great backup for searching comments.
Thanks!
I didn't know yt-dlp did that. Very, very useful. I don't use this type of extension often and a couple months back was scrambling to find a replacement when the one I was using stopped working.
Invidious seems quite interesting. Great backup for searching comments.
Thanks!
Last edited by CloisteredNeuron on 2024-06-03 04:40, edited 1 time in total.
- CloisteredNeuron
- Posts: 130
- Joined: 2024-05-25 04:02
- Has thanked: 68 times
- Been thanked: 5 times
Re: Portable Apps on Linux
Hey Uptorn,
Thanks for the heads up. Getting just a bit too creative Refocused to clay tablets.
Thanks for the heads up. Getting just a bit too creative Refocused to clay tablets.
- sunrat
- Site admin
- Posts: 7454
- Joined: 2006-08-29 09:12
- Location: Melbourne, Australia
- Has thanked: 135 times
- Been thanked: 665 times
Re: Portable Apps on Linux
Well it won't be locked. Yet. But considering how far off the rails it has got from the original topic, I'm moving it to Off-Topic. Portable apps are off-topic anyway as they are not official Debian packages.Uptorn wrote: 2024-06-03 02:33 I think you might have just doomed this thread to getting locked. Too bad, I was rather enjoying it too.
Maybe it best to keep discussion on Debian and linux in a Debian centric forum.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ” Remember to BACKUP!
Those who have lost data
...and those who have not lost data YET ” Remember to BACKUP!
- CloisteredNeuron
- Posts: 130
- Joined: 2024-05-25 04:02
- Has thanked: 68 times
- Been thanked: 5 times
Re: Portable Apps on Linux
sunrat,
Very kind of you to just shift this to Off-Topic. I've really learned a lot here. Thank you
Very kind of you to just shift this to Off-Topic. I've really learned a lot here. Thank you
-
- Posts: 185
- Joined: 2023-12-08 16:48
- Location: Seattle,Wa USA
- Has thanked: 7 times
- Been thanked: 11 times
Re: Portable Apps on Linux
App Image is my second favorite method application distribution on the GNU/Linux platform, my primary preference in the .deb packaging method, as I mainly use Debian derivatives Mint, etc. However, I also have used distributions like CentosOS or Fedora. I have to tell you I didn't like dealing with RPM drift.CloisteredNeuron wrote: 2024-05-28 03:14
Of the three Linux “portable” alternatives, I prefer AppImage as it does not require additional infrastructure. After watching
- CloisteredNeuron
- Posts: 130
- Joined: 2024-05-25 04:02
- Has thanked: 68 times
- Been thanked: 5 times
Re: Portable Apps on Linux
HI friendlysalmon88,
My favorite AppImage feature is you can create your own AppImage from a vendor's package.
BTW, have you ever been to the Hiram M. Chittenden Locks (locally known as the Ballard Locks)? I was in Seattle several years back and saw a few fish in the fish ladder observation area but it must be amazing to see the salmon during their run.
My favorite AppImage feature is you can create your own AppImage from a vendor's package.
BTW, have you ever been to the Hiram M. Chittenden Locks (locally known as the Ballard Locks)? I was in Seattle several years back and saw a few fish in the fish ladder observation area but it must be amazing to see the salmon during their run.