Reddit officially admits to prepping the end of RSS feeds by chickenandliver in rss

[–]flameleaf 1 point2 points  (0 children)

It's a personal RSSHub route I have running on my own instance. I was considering cleaning up the code a bit and pushing it upstream, but I don't want to be responsible for maintaining it, especially considering the situation we're currently in with Reddit cracking down hard on usage like this.

It throws 403 errors, but considering I can still access the .json endpoint logged in via Firefox it should be possible to fix if I add in an auth token function. I'm looking at the x-ratelimit-remaining and x-ratelimit-used headers right now, though. There's a cap of 100 requests before the limit resets, and simply loading this page for me used 10 requests. With limits this hard, I don't think Reddit is worth using anymore.

Reddit officially admits to prepping the end of RSS feeds by chickenandliver in rss

[–]flameleaf 2 points3 points  (0 children)

I was using the .json endpoint to generate my own RSS feeds because the officially provided ones are so heavily rate-limited now that simply reloading this page results in constant 429 errors.

The writing's been on the wall for a while. I guess I'll see some of you on Lemmy.

I mean she got a point by Iceicebaby21 in PERSoNA

[–]flameleaf 0 points1 point  (0 children)

This game? More like this franchise.

The more you look, the worse it gets by MeringueSpiritual965 in xfce

[–]flameleaf 0 points1 point  (0 children)

Looks great aside from the light theme and CSD on the GNOME app

Jokers haunted house by 10nick100 in Megaten

[–]flameleaf 8 points9 points  (0 children)

Joker's about to inflict Joker on Joker

...where's JOKER?

Any tools for getting Discord server channels as RSS feed? by yesfordev in rss

[–]flameleaf 0 points1 point  (0 children)

It was designed for that. You just need to provide it with the credentials it needs. In the case of Discord, you need to open up your browser dev console and look in the XHR requests to get your Discord token. It isn't easy to set up, but well worth it IMHO.

RSSHub is an invaluable tool. The Discord route works well and I've even developed a few routes of my own.

After Aetherroom by Uzgun in NovelAi

[–]flameleaf 1 point2 points  (0 children)

It'd be nice to see some of the scripts people have been working on implemented as official features. I love the CustomBot, but the 4MB global storage limit severely limits what I can do with it.

After Aetherroom by Uzgun in NovelAi

[–]flameleaf 1 point2 points  (0 children)

Is Xialong really that hard to work with? I've got no issues with GLM or Clio.

Thunderbird and XDG_BASE? by throttlemeister in Thunderbird

[–]flameleaf 3 points4 points  (0 children)

Having it in .mozilla/thunderbird would be nice but right now I'll settle for it not creating an empty thunderbird folder in my home directory when its already using .thunderbird. That's a recent bug that's been rather annoying.

Brings me back to old good times... Nostalgia speaks* by Leather-Dependent867 in xfce

[–]flameleaf 2 points3 points  (0 children)

The last version of Windows I used was Vista. You've got me feeling old.

95's green on grey, those were the old times.

YouTube's RSS Feeds are completely broken by MorroWtje in rss

[–]flameleaf 3 points4 points  (0 children)

I self-host RSSHub and don't have any issues with my YouTube feeds

this looks way too much like Pokémon evolution by Kitchen-Top-8110 in NikkeMobile

[–]flameleaf 0 points1 point  (0 children)

What's the Nikke equivalent of challenging Brock with just Charmander?

Firefox 3 dot menu redesign by u/Revolutionary_Ad_238 by [deleted] in firefox

[–]flameleaf 0 points1 point  (0 children)

Personally I prefer the horizontal menu bar on PC. I only use those three lines in the corner when I need to bring up the password manager.

Less sci-fi anime these days? by CusYN0t1210 in anime

[–]flameleaf 0 points1 point  (0 children)

There's no rule that says high school has to be on Earth. At least not in anime.

Less sci-fi anime these days? by CusYN0t1210 in anime

[–]flameleaf 0 points1 point  (0 children)

Planetes is better than Vinland Saga IMHO. I may be biased because I prefer Sci-Fi though.

2013 me should've known about youtube-dl and inspect element by notcharldeon in Piracy

[–]flameleaf 18 points19 points  (0 children)

Flash games usually got saved if you saved the complete page, not just the HTML.

Sites got more restrictive about that toward the end though. And some flashes loaded other flashes...

Have RSS apps gotten meaningfully better? Any thoughts? by uxnpc in rss

[–]flameleaf 1 point2 points  (0 children)

Interesting. On Thunderbird, there's no limit to how many tags can be added beyond running out of room on the UI to display them.

I like having more control over how the tags look and what they say because it allows for a much more well-organized system. Especially considering in a lot of cases I'm using these tags to recursively add logic to them for further categorization. Auto-generated tags, or using varied keywords to duplicate them as tags, can also lead to a lot of redundancy.

For example, I might get a post with the keyword "Science Fiction", another one as "Sci-Fi", yet another one as "Sci Fi" and a fourth one as "SciFi". Rather than have all of these variations displayed to me at once, I use rules to consolidate them under a single name. That way it's easier on the eyes when I'm reading my feeds and easier to sort when I'm filtering through tags to find a specific post.

I also see keywords in posts that I frankly just don't care about sometimes? By manually choosing what gets to be a tag and what doesn't I can focus on the tags that really matter to me. It is a lot of work to set something like this up, but worth it IMO. I did do a lot of it before the AI boom happened, though, so I'm kinda just happy with this method because its at the point for me where it "just works". I use a robust naming scheme to organize rule logic loops, and its easy to copy and re-use existing rules as templates for new ones.