Portable Apps on Linux

Off-Topic discussions about science, technology, and non Debian specific topics.
Message
Author
User avatar
CloisteredNeuron
Posts: 130
Joined: 2024-05-25 04:02
Has thanked: 68 times
Been thanked: 5 times

Re: Portable Apps on Linux

#41 Post by CloisteredNeuron »

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.

steve_v
df -h | grep > 20TiB
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

#42 Post by steve_v »

CloisteredNeuron wrote: 2024-06-01 21:22Could the MAC GUI be the successor?
Please, no. The day that happens is the day I go back to clay tablets.

CloisteredNeuron wrote: 2024-06-01 21:22I haven't used MAC but I thought it was a UNIX derivative.
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"

CloisteredNeuron wrote: 2024-06-01 21:36I have a couple extensions I use for searching YouTube scripts/comments.
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.

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.

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.
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.
Once is happenstance. Twice is coincidence. Three times is enemy action. Four times is Official GNOME Policy.

User avatar
Uptorn
Posts: 431
Joined: 2022-01-22 01:07
Has thanked: 336 times
Been thanked: 116 times

Re: Portable Apps on Linux

#43 Post by Uptorn »

CloisteredNeuron 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.
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 like

Code: Select all

yt-dlp --skip-download --write-comments <video_URL>

User avatar
CloisteredNeuron
Posts: 130
Joined: 2024-05-25 04:02
Has thanked: 68 times
Been thanked: 5 times

Re: Portable Apps on Linux

#44 Post by CloisteredNeuron »

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.

User avatar
Uptorn
Posts: 431
Joined: 2022-01-22 01:07
Has thanked: 336 times
Been thanked: 116 times

Re: Portable Apps on Linux

#45 Post by Uptorn »

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.

User avatar
CloisteredNeuron
Posts: 130
Joined: 2024-05-25 04:02
Has thanked: 68 times
Been thanked: 5 times

Re: Portable Apps on Linux

#46 Post by CloisteredNeuron »

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!
Last edited by CloisteredNeuron on 2024-06-03 04:40, edited 1 time in total.

User avatar
CloisteredNeuron
Posts: 130
Joined: 2024-05-25 04:02
Has thanked: 68 times
Been thanked: 5 times

Re: Portable Apps on Linux

#47 Post by CloisteredNeuron »

Hey Uptorn,

Thanks for the heads up. Getting just a bit too creative :D Refocused to clay tablets.

User avatar
sunrat
Site admin
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

#48 Post by sunrat »

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.
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.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

User avatar
CloisteredNeuron
Posts: 130
Joined: 2024-05-25 04:02
Has thanked: 68 times
Been thanked: 5 times

Re: Portable Apps on Linux

#49 Post by CloisteredNeuron »

sunrat,

Very kind of you to just shift this to Off-Topic. I've really learned a lot here. Thank you :D

friendlysalmon88
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

#50 Post by friendlysalmon88 »

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
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.

User avatar
CloisteredNeuron
Posts: 130
Joined: 2024-05-25 04:02
Has thanked: 68 times
Been thanked: 5 times

Re: Portable Apps on Linux

#51 Post by CloisteredNeuron »

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.

Post Reply