

links. I ran firefox on a 4G RAM laptop until recently and it was painful and always swapping.


links. I ran firefox on a 4G RAM laptop until recently and it was painful and always swapping.


lol wp


I would immediately ask him what he had for breakfast yesterday if he said that to me.


I’ve coded this and I’m a retard. Relative portion from a method:
from urllib.request import urlopen
foundrss = False
for line in urlopen(self.channelurl):
for word in line.split():
if foundrss:
if not self.feedurl:
self.feedurl = word.split(b'"')[1].decode("utf-8")
if 'xml' not in self.feedurl:
raise Exception("'xml' not found in feedurl")
elif not self.channelname: # feed url is set, extract the channel name that comes soon after
if word.startswith(b'content='): # start collecting words
self.channelname = [word.split(b'"')[1].decode("utf-8")]
if word.count(b'"') == 2: # channel name is a single word
self.channelname = self.channelname[0]
return
else: # we have channelname started, just collect the rest of the words now
if b'"' in word: # get text to the left of "
self.channelname.append(word.split(b'"')[0].decode("utf-8"))
self.channelname = ' '.join(self.channelname)
return
else:
self.channelname.append(word.decode("utf-8"))
elif word == b'title="RSS"':
foundrss = True
I think GNU favors the info tool, try that if the man page is lacking.
RTFM doesn’t have to literally mean to read text, just like saying “let me google that for you” doesn’t have to literally be google. Both statements are similar; the point is instead of burdening others with teaching you something, go learn it on your own whether that be the manual or random Indian tech youtuber.


Well shit, that sucks. Except that means Buck will align with them more ideologically, Buck is still the best person for the job ;)


That’s sad if true. Is there someone else that can get the point across without even needing to utter a word?


Let’s start a gofundme to send Buck Angel to Idaho. They’ll change their mind when they see Buck and which bathroom they’ve now legislated him to use.


How does that work if it’s peer to peer? Doesn’t at least one person need to open ports?


Do users have to open ports for it to work?


There’s no way he said tonne with the e at the end like that.


I knew it!


Why say “Your Pixel can now…” when my Pixel can’t? Why not say “Pixel 8 and newer devices can now…”.


It’s really just a difference of opinion. GPL enjoyers such as myself believe that Free software is the best and it should be kept free with a copyleft license. BSD license enjoyers also love Free software, but they believe in putting next to zero conditions on their software. They’re just happy if their freely released software is used to make anything better, even if it means proprietary projects incorporating it and not contributing.


I can’t figure out if Free software projects don’t know or don’t care that GitHub is run by Microslop.


When you read a, you’re typing in terminal. I made a clipboard action so I just copy an URL to the clipboard, execute actions, and then choose whether to play it or download it on my other machine.


No offense, but I’m seeing a lot of useless scripts here. You can simply put these option in yt-dlp.conf and then just run yt-dlp “url”.
I have a laptop from this century now (16G) and I like mainline firefox lol. Thanks though :)