

2nd best thing, the best thing is the thriving pro scene!


2nd best thing, the best thing is the thriving pro scene!


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.


You’re replying to a thread talking about gay men, not trans people at all.


What else could it be based on?


Not only repressed homosexuals, but they view ALL sex stuff as a choice. It’s beyond their comprehension that people can’t help what they’re sexually attracted to. They have gay thoughts, suppress them, and then conclude that all other gay people are the same as them but with less self-control and therefor evil people.


Thank you for this post! I got curious as to what I have, so I ran zcat /proc/config.gz | grep -iE 'ntsync|esync|fsync' and saw that I only have ntsync which is a module and is unloaded! Now I have it loaded and set to autoload on boot so I’m ready for better performance. This is with the Arch Zen kernel. Thanks!


The answer always seems to be no for both performance and development reasons :(


How does that work if it’s peer to peer? Doesn’t at least one person need to open ports?
Because you know how to grow food?


Do users have to open ports for it to work?


I played Sin pretty recently for the first time. It’s pretty rough honestly. Pretty goofy game with enemies that seem a bit too deadly. I eventually turned on cheats to breeze through the game lol


That does happen, and those are bad. These people are bucking the trend and bringing the Windows mentality to Linux and I hate it.


Malware is the least of your worries with Linux. The real reason malware has historically been more prevalent on Windows isn’t necessarily because of market share, it’s in the way software is distributed. In the Windows world, you go to random websites and install proprietary software; you have no idea if it’s trustworthy, even when you’ve found the official site. On Linux, you get your software from repositories (like the app store on your phone) where the software is open source and has been reviewed. All this software comes from trusted sources, you’re never accidentally going to get malware from your OS.
Good, I’m sick of playing lowest common denominator console ports. Develop for PC and let the consoles have the degraded experience, not the other way around!


I knew it!


Why say “Your Pixel can now…” when my Pixel can’t? Why not say “Pixel 8 and newer devices can now…”.
Nice to meet you. I told all my family to stop buying me presents and that I would stop buying them presents and that I’m not celebrating a holiday I don’t believe in. The holidays are a lot less stressful.