slug

joined 1 year ago
[–] [email protected] 1 points 1 day ago

i'm pretty sure you can just drop the normal channel url into freshrss and it'll convert it automatically. maybe it's an extension doing that though

[–] [email protected] 2 points 1 day ago

i have one running debian as a secondary backup to run just smart home stuff and pi-hole. you can set it up to start back up after power failure. was like $50 used. there's basically no point in it being a mac rather than an old lenovo machine, but it sure is cute looking.

spoiler


> $ neofetch
       _,met$$$$$gg.          
    ,g$$$$$$$$$$$$$$$P.       -----------
  ,g$$P"     """Y$$.".        OS: Debian GNU/Linux 12 (bookworm) x86_64
 ,$$P'              `$$$.     Host: Macmini7,1 1.0
',$$P       ,ggs.     `$$b:   Kernel: 6.1.0-25-amd64
`d$$'     ,$P"'   .    $$$    Uptime: 1 day, 3 hours, 35 mins
 $$P      d$'     ,    $$P    Packages: 2708 (dpkg)
 $$:      $$.   -    ,d$$'    Shell: zsh 5.9
 $$;      Y$b._   _,d$P'      Terminal: /dev/pts/0
 Y$$.    `.`"Y$$$$P"'         CPU: Intel i5-4260U (4) @ 2.700GHz
 `$$b      "-.__              GPU: Intel Haswell-ULT
  `Y$$                        Memory: 687MiB / 3791MiB
   `Y$$.
     `$$b.
       `Y$$b.
          `"Y$b._
              `"""

 

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] 2 points 4 days ago

it looks cute, i would worry about it being so small + light that the cables push it around but that doesn't really happen for the apple tv and this will probably be heavier. might be an upgrade path from my M1 iMac one day, but good 4k monitors are still way too expensive.

[–] [email protected] 15 points 5 days ago* (last edited 5 days ago) (1 children)

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] 3 points 6 days ago

i've been enjoying it, the docs are really good. i think it could be a little "smarter" like with recognizing schedules, but it'll only get better. a major limiting factor for me that isn't any fault of actual is that my apple card either through simplefin or manually exporting only allows download of the previous month's transactions after closing. so for that account it's not really useful for seeing where i'm at budget-wise halfway through the month, only in retrospect and forecasting.

[–] [email protected] 1 points 1 week ago (1 children)

anyone else getting 403 for the feed itself?

[–] [email protected] 4 points 1 week ago

i'm so on board for a .ics renaissance like we've had for rss. let's put these calendars to use.

[–] [email protected] 2 points 3 weeks ago (1 children)

and it's easily reversible from macOS's perspective? i'm familiar enough with partition OS installs (remember boot camp?) but there's so many new security "features" these days

[–] [email protected] 5 points 3 weeks ago (4 children)

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

[–] [email protected] 4 points 3 weeks ago

Risk of Rain 2

[–] [email protected] 9 points 3 weeks ago (1 children)

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] 4 points 3 weeks 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

 

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?

38
submitted 3 months ago* (last edited 3 months 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

 

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?

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

pour one out.

edit 1: maybe temporary? paste cause i can't even put it on archive.is right now:

@AqueelMiq this is a temporary restriction, we will re-enable logged out twitter access in the near future

 

I get how to view the community in my instance by searching [[email protected]](/c/[email protected]), but then I have to find the specific post again.

there's an open issue which i think is talking about this, but i'm wondering what people have come up with for now. seems like a great browser extension opportunity (Lemmy Link only opens the community).

view more: next ›