Spyke

Posts

support·Lemmy.world Supportbyslug

"Post titles " in RSS display characters incorrectly

I've noticed this for a while and I'm not sure what the word for it is, but the encoding of certain characters is broken for post titles in RSS/XML for me. For example the title for this post https://lemmy.world/post/26952497 in RSS is:

MMO scholar puts a $500 bounty on old versions of RuneScape as part of a community archive project: "You might have ALL of the game**'s lost versions!"**

I use FreshRSS but it looks like this in the raw RSS output which you can get from the RSS button on the homepage. Does anyone else have this?

View original on lemmy.world
selfhosted·Selfhostedbyslug

Excluding shorts from Youtube RSS feeds in FreshRSS, regardless of #shorts in the title

this is a really underdocumented feature that this extension supports, wanted to share it with people. i've never written and shared a blog post like this before so feel free to give me tips about documenting steps or point out any errors i made. i kinda take docker knowldge for granted, not sure if i should avoid that. here's the contents:


I came across documentation for this in the readme for the FreshRSS extension YoutubeChannel2RssFeed. The method involves running an instance of the Youtube-operational-API (there was a public instance that has been cease and desisted by Google, see here) and plugging the extension into it.

YoutubeChannel2RssFeed Extension

TL;DR install this extension

git clone https://github.com/cn-tools/cntools_FreshRssExtensions.git
cd cntools_FreshRssExtension
cp -r xExtension-YouTubeChannel2RssFeed <your_freshrss_data_directory>/config/www/freshrss/extensions

Youtube-operational-API instance

Here's a Docker compose.yml for running both

services:
  freshrss:
    image: lscr.io/linuxserver/freshrss:latest
    container_name: freshrss
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=America/Los_Angeles
    volumes:
      - ./freshrss/config:/config
    ports:
      - "8811:80""
    restart: unless-stopped
  youtube-operational-api:
    container_name: freshrss-yt-o-api
    image: benjaminloison/youtube-operational-api:latest
    restart: unless-stopped
    ports:
      - "8812:80"
    depends_on:
     - freshrss

Configuring extension

In FreshRSS, log in as admin and go to Configuration > Extensions. Turn on YoutubeChannel2RssFeed under User extensions and click the gear to configure.

Set Youtube Shorts to be marked as read or blocked completely. Enter the URL for your yt-o-api instance. Based on the above compose file it would be http://freshrss-yt-o-api:8812. Submit changes.

For me this worked immediately, no shorts ever show up in FreshRSS for my Youtube feeds. I haven't seen this documented anywhere else so I wanted to mirror it somewhere.

https://mollusq.org/posts/freshrss-youtube-shorts/Open linkView original on lemmy.world
privacy·Privacybyslug

Services for removing your data from public databases

Last year I did a major fuckup and bought a .us domain without noticing that they don't support WhoIs privacy, so my name number and address became part of the public WhoIs database scrapes. Since then my spam texts and calls have vastly multiplied. I'm realistic about the fact that the damage is done and it'll always exist out there, but I would happily pay some money to a service that sends takedown requests for the data in the public databases like LexisNexis etc. to lessen the damage. Do you know of any services that do this somewhat reliably? Or even a guide or something about doing this manually?

View original on lemmy.world
privacy·Privacybyslug

Separate 2FA OTP app from my password manager

Do you think it's worth keeping 2FA OTPs in a separate source from your password manager? Currently I keep them in Bitwarden. I was thinking keeping them separate could add a little extra security in case my BW was cracked, but not sure it's worth the hassle of loading a second app for logins.

Do you know of an app that does 2FAs as conveniently as Bitwarden, in that it has mobile apps, browser extension, etc that can all access the same vault?

here's one i came across from an awesome-selfhosted list. i would need to test the PWA experience https://github.com/Bubka/2FAuth

View original on lemmy.world
ripcity·RipCitybyslug
macos·macOSbyslug

iCloud Drive stuck uploading - my current best solution and your experience

If anyone else has dealt with iCloud Drive constantly getting stuck uploading I wanted to share the best solution I have so far and ask if anyone has fixed it another way.

What I've figured out from reading Apple support and Reddit threads is that there's a daemon called bird at /System/Library/PrivateFrameworks/CloudDocsDaemon.framework/Versions/A/Support/bird that handles syncing, and killing it forcing it to restart usually gets things working again.

My oneliner script to kill it to force a restart: pid=$(ps -ax | pgrep bird | awk '{print}'); kill $pid

But sometimes it restarts and gets stuck the same way. Do you get this issue? Figured anything out about it?

View original on lemmy.world
ripcity·RipCitybyslug

TIL Yahoo Sports still publishes schedule calendar feeds

Wasn't sure where to post this so I'll just share it with the ripcity gang. I used to use stanza.co which is what nba.com links to for adding season schedules to your calendar, but now that requires signing up and has weird ticket purchase ads in the events. Then I was using sportscalendar.net for a while, but it went down.

Eventually I figured out that Yahoo sports publishes a full season calendar at https://sports.yahoo.com/nba/teams/por/ical.ics , and this is the same for every team page there, like if you add /ical.ics after https://sports.yahoo.com/soccer/teams/portland-timbers you get a subscription link to add to your calendar. Super convenient.

For me on iOS/macOS, you add a subscription calendar and paste the url with the .ics at the end.

Bonus, they also still publish their news feed to rss at https://sports.yahoo.com/nba/teams/por/rss/

View original on lemmy.world
falcom·Falcombyslug

Promethium Books Partners with Nihon Falcom to produce TTRPGs

Promethium Books, a publisher of the Curesbrand Chronicles, Epic Age, and Advent Horizon tabletop role-playing games, today announced a partnership with Nihon Falcom, the developer of the popular Ys and The Legend of Heroes (also known as Trails) video game series, to produce two original tabletop RPG games based on the two franchises.

The first game, Ys: Age of Heroes, will be a traditional fantasy TTRPG set in the world of Ys, where players can take on the role of heroes following the footsteps of Adol Christin and his friends, exploring the dangerous lands of Ys while battling the forces of evil.

The second game, The Legend of Heroes: Trails of Destiny, will be a more modern TTRPG where players face the complex political backdrop of the continent of Zemuria, investigating mysteries and fighting the forces of corruption.

https://www.promethiumbooks.com/promethium-blog/nihon-falcom-partnershipOpen linkView original on lemmy.world
ripcity·RipCitybyslug

Do you listen to any blazers podcasts?

I’ve been listening to podcasts more lately and there are quite a few blazers shows, wondering which you guys like. YouTube shows work too, or even share if you follow anyone on social media that covers the team.

The ones I’m subscribed to right now:

BlazerFocused, which is by the Oregonian. The show is chill and I feel like they must have some good editorial standards being connected to major news organization.

The Brief Case, which is Casey Holdahl’s show, very insider since he works directly with the team, gets player interviews, not very critical since he’s so close to things.

Locked on Blazers, shorter weekday episodes by Mike Richman. Seems knowledgeable.

any other good ones? as a bonus, the Oregonian also has a Timbers show called Soccer made in Portland.

View original on lemmy.world