7
submitted 4 months ago by [email protected] to c/[email protected]

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?

[-] [email protected] 25 points 5 months ago

i got this too, really interested in what the actual backstory is, what projects were being targeted. but good for the codeberg team for standing up and calling this stuff out by name in the blog post. based.

39
submitted 6 months ago by [email protected] to c/[email protected]

thought you guys would find this blog post from Brian Leiter today funny. he's a pretty good guy and a respected scholar so no shade on him, clearly just misinformed. i wonder if this is in some way downstream of the recent political drama around proton.

[-] [email protected] 8 points 8 months ago

does anyone have an actual horror story about anything happening via an exposed web service? let's set aside SSH

23
submitted 9 months ago by [email protected] to c/[email protected]

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.

[-] [email protected] 18 points 9 months ago* (last edited 9 months ago)

pretty cool, i want to encourage this purely in the interest of building up a community of more interesting themes. that part of freshrss is so bland.

[-] [email protected] 5 points 9 months ago

so is there a way to try asahi on my m1 macbook without overwriting my macos install?

[-] [email protected] 9 points 9 months ago

for a game that came out when this one did and on the hardware it did, would you prefer a $20 basic, well-performing but aged looking port, or a $60 remaster? but if other comments are right we'll get a $60 bad port lol

[-] [email protected] 5 points 9 months ago

just gonna be 100% upfront, i would only use this if it could index my downloads folder of pirated games that are folders with setup.exe inside

1
submitted 11 months ago by [email protected] to c/[email protected]

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?

1
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]

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

[-] [email protected] 7 points 1 year ago

i've tried it, it's soooo overdesigned. linkding works for me

1
submitted 2 years ago by [email protected] to c/[email protected]
1
submitted 2 years ago by [email protected] to c/[email protected]
1
submitted 2 years ago by [email protected] to c/[email protected]
1
submitted 2 years ago by [email protected] to c/[email protected]
[-] [email protected] 28 points 2 years ago

i’d love for a good tech journalist to look into how and why this is happening and do a full write-up on it. come on ars, verge, vice

1
submitted 2 years ago by [email protected] to c/[email protected]
6
submitted 2 years ago by [email protected] to c/[email protected]

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?

1
submitted 2 years ago by [email protected] to c/[email protected]

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/

[-] [email protected] 10 points 2 years ago

i wonder if doing this habitually would make tinnitus worse

[-] [email protected] 6 points 2 years ago* (last edited 2 years ago)

you should try subscribing to your home feed in an rss reader for a day too, it's a great feature of lemmy and discourages scrolling forever

[-] [email protected] 6 points 2 years ago

FreshRSS is ugly and sometimes clunky but seems to be unparalleled for features and support (Reeder + Netnewswire for clients) as far as selfhosted options go

[-] [email protected] 6 points 2 years ago
  • Reeder for RSS (connected to FreshRSS)
  • Overcast for podcasts
  • Linkthing for reading list/saved links (connected to linkding)
  • Bookplayer for audiobooks (can airdrop a folder of audio files to ingest)
  • MyNetDiary for diet tracking
  • WebSSH for ssh client
  • Infuse for all things video (connected to Jellyfin)
  • FE File Explorer for connecting to SMB shares
  • Bitwarden for passwords
  • DailyArt widget for nice art on home screen
  • Shockwave to kill Google amp
view more: next ›

slug

0 post score
0 comment score
joined 2 years ago