Also doesn't display anything without javascript
Faresh
too many democrats want to go back to the “good old days” of bipartisanship
Democrats, despite preaching bipartisanship, do not want it. In fact, they benefit greatly from the trumpification of the republican party as they can gather their votes without making any significant concessions to the voter by denouncing how outrageous the republican party is.
So that's why I had to vote for Biden as a write-in candidate!
~~I don't think ð was pronounced exactly the same way as th~~Seems like I was thinking of other languages where they were/are pronounced differently.
Linux is the kernel, not the OS. RedStar uses Linux as the kernel.
Comments are super useful but soooo overused
I think overusing comments is a non-issue. I'd rather have over-commented code that doesn't need it, over undocumented code without comments that needs them. If this over-commenting causes some comments to be out of date, those instances should hopefully be obvious from the code itself or the other comments and easily fixed.
you’re not usually directly accessing/working on the hardware
I mean, you are. Sure, there's a layer of abstraction when doing tasks that require the intervention of the kernel, but you are still dealing with cpu registers and stuff like that. Merely by writing in assembly you are making your software less portable because you are writing for a specific ISA that only a certain family of processors can read, and talking with the kernel through an API or ABI that is specific to the kernel (standards like Posix mitigate the latter part somewhat, but some systems (windows) aren't Posix compilant).
Writing it in assembly would make it pretty much the opposite of portable (not accounting for emulation), since you are directly giving instructions to a specific hardware and OS.
Thanks! Yeah, typescript was just an example that I gave because it was made to tackle the perceived problems in javascript. I never used it myself and just mentioned it to explain the idea I was getting at.
Btw, what is a non-local RSS reader? I have come across multiple that RSS readers that advertise being "self-hosted" and I'm confused about that since in my mind RSS readers are simply clients that periodically query different servers for an .rss file, so I'm confused about where there is anything to host besides the host of the .rss feed.
What kind of data does listenbrainz and last.fm store and what are they used for?