• 0 Posts
  • 23 Comments
Joined 10 months ago
cake
Cake day: December 14th, 2023

help-circle
  • Either that or charging a micro transaction for loading the page. But yeah the goal is to make it cost a small amount that is insignificant to a regular user but adds up to a huge amount at the scale of a spam farm. And it’s also the same rationale behind hashing passwords with multiple rounds. It adds a tiny lag when you log in correctly but adds an insane amount of work if you’re checking every phrase in a password cracking dictionary using an offline attack because it adds up. (In the online scenario you just block them after a few attempts)



  • Things around me aren’t that far per se, but you have to cross a 45mph road (where people regularly drive 55-60 because it’s designed like a highway) along several sections of unconnected sidewalk if you want to get there without a car. The sidewalks are 4ft wide at most and have no separation from the car lanes so you have to walk with cars whizzing by just a couple feet from you. There’s also no shade.

    For reference - it takes 5 minutes to drive to the nearest grocery store 1 mile away, but walking it’s 31 minutes with the unpleasant conditions I mentioned. So I’ve never walked there. I could bike and it would take 10 minutes, but biking along cars at 50mph doesn’t sound fun. I also live on a bike path, but it doesn’t go to the nearest grocery store so the nearest one along the bike path would take the same amount of time as if I walked to the nearest one (25 minutes). That one is 3.5 miles (11min) by car or a 1hr walk.





  • My main complaint is when it decides to just stop casting to Chromecast in the middle of episodes randomly - then I have to open the app, reconnect, and resume.

    Also I find the Chromecast controls stop responding frequently making it so I can’t pause what I’m watching - it’ll like disconnect from the Chromecast but keep playing.

    My partner also complains about lots of bugs on the iOS app.



  • I’ve done a backup swap with friends a couple times. Security wasn’t much of a worry since we connected to each other’s boxes over ssh or wireguard or similar and used tools that allowed encryption. The biggest challenge for us was that in my selfhosting friend group we all prefer different protocols so we had to figure out what each of us wanted to use to connect and access filesystems and set that up. The second challenge was ensuring uptime and that the remote access we set up for each other stayed up - and that’s what killed the project as we all eventually stopped maintaining the remote access and nobody seemed to care - so if I were to do it again I would make sure all participants have alerts monitoring their shared endpoint.




  • I’m glad to clear it up! It’s a super powerful tool, and I still occasionally skip the automation and just use it for manual searches since it reduces that process to a single click to search all configured torrent sites and a single click to download and have the rest automatically handled.

    Before when I was visiting friends and wanted to quickly add something to plex, I used to need remote access to my torrent client and separate remote access to my NAS filesystem to move/rename files when downloads finish which was a really manual process. Now all I need is the reverse-proxied sonarr/radarr UI since it handles moving/copying/renaming on download completion - and while the UI isn’t mobile-first, it’s very usable and feels less error-prone than moving/renaming files remotely using a file explorer app.


  • I mean yeah there’s a lot of stuff it does, but you can pick and choose what you want to use it for so it depends on what you would find useful - you don’t have to use the full automation. I started just by using it as a read-only way to see what movies I had and in what qualities and keep things organized. You can use it as a manual interface to do one-off downloads - basically just as an interface to search 5 torrent sites in 1 place where you are still picking exactly what you want it to download. You can use it only to rename files to a consistent format. So there are a lot of ways to use the various features of sonarr/radarr besides automatic downloads. You’re not forced to go all-in and out of the box it doesn’t start automatically downloading until you enable that.

    I think it’s a common misconception that if you use sonarr/radarr you have to use download automation and set up trackers but it’s not the case. It’s a useful library organization tool even if you don’t ever have it download anything.


  • Man that sucks. I must have gotten lucky or something with my setup. I also have trackers go unavailable all the time but I enabled 8 different ones and usually multiple will have the same torrent so it usually has no problem finding something even if 1 or 2 are down. I also don’t VPN tracker searches, just my BitTorrent client so flaresolverr seems to work fine for me (I only have it enabled for 2 of my trackers since most of the ones I use don’t seem to require it).

    If you end up trying it out again I would look into the quality settings and make sure you’re not using the remux quality profile (edit: apparently the default 1080p quality profile has the 1080 remux quality enabled so this might have been the problem). By default most of the quality profiles seem to limit at 100MB/min, so a 2 hr movie shouldn’t allow anything over like 12GB. Whenever I tweak quality or custom formats I refer to trash guides which has a lot of battle-tested rules you can copy. I have my main quality profile set to only download qualities between hdtv720 and br1080 (which is just below remux) with custom formats copied from trash guides set to prefer hevc with surround sound since I have 5.1.







  • It’s better because PPA isn’t about targeting ads at all. It doesn’t share any browsing history, topics, or any information for ad targeting to advertisers at all. What it does do is provide a way for a website to tell your browser which ads are relevant to an action you take - for example on a checkout confirmation screen the site may tell your browser “here’s a list of ad IDs for the shop you just bought from”. Your browser then checks if it’s seen any of those ads, checking completely using local data that doesn’t leave the browser, then to an aggregator it reports which ads possibly led to your purchase. The aggregator increments a counter for each ad in its database and relays the totals to the advertiser. There are no unique identifiers or any information about your habits or interests involved.

    When I initially heard about PPA I also thought it was related to FLoC / topics, but it has nothing to do with ad targeting or sharing information about habits / interests, it’s just a way to tell advertisers “Ad XYZ was effective and led to a sign up/purchase” without revealing who saw the ad or any personal information about them, just the total number of people.