• 1 Post
  • 121 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)



  • It’s from the Onion! The artist is Ward Sutton but he’s drawing the comics from the point of view of a character named “Kelly” who is a parody of an old right wing guy (according to the Internet) who hates political correctness, hence the exaggerated scenarios in the comics. The “haha yes” sickos guy (who I guess sometimes shows up in a thought bubble) usually feels like a parody of how the right views various left wing policies in that the comic overplays / exaggerates the disastrous effects of said policies (to make fun of how absurd those fears are) while the “leftist sickos” cheer on the disastrous results.

    The comics basically make fun of how extremely the right views progressive policy and the sickos guy is kind of pointing out how absurd it is to view someone as bad faith (ie a sicko knowingly cheering on the disastrous effects of a progressive policy) who supports something as simple as green energy, drug legalization, or bike lanes. It’s fun to use as a reaction image to anything progressive happening because obviously wanting something like for example affordable healthcare obviously doesn’t make you a sicko. (Or in this case wanting a terrible person to actually face actual legal consequences for the harm they’ve done)



  • Seems doable - my first thought would be to use an esp c6 that supports WiFi 6 and wpa3, and im sure I’ve seen some people bit bang fast ethernet from a microcontroller and bridge that to the WiFi.

    My main problem is that I have wpa2 iot devices that don’t have Ethernet ports, so they won’t connect to my ssid which has 6ghz enabled and thus is forced by my router manufacturer to be in wpa3 only mode.




  • 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.






  • To add to the other reply, client isolation is about controlling whether an ap, switch, or router willingly sends traffic between clients. Because of that, it doesn’t kick in if you listen to packets over the air before they’ve been received by an AP. For that kind of security you need a wifi specific security measure - which I think “enhanced open” is what you’d be interested in. It allows you to have an open passwordless wifi but it generates temporary encryption keys for each connected client, then the rest is as if it was using WPA, so that you don’t need to enter a password but your traffic gets encrypted and protected from anyone else listening in on the WiFi.

    If you combine both then you should have a network where each device is isolated both over the air and from a routing perspective so that each device only sees an Internet connection and no other devices.


  • The same way filebot and any other tool does - the file needs to have some label, either an absolute episode number or a season + episode number. I’m not aware of any tool that is able to look at the contents of the video to figure out which episode it is visually without any information from the filename - but I’d be happy to be proven wrong because I would be impressed.

    Sonarr/radarr does analyze the content somewhat but that’s just for gathering resolution, codec, HDR, audio languages, and subtitle information, which can all be added to the filename format for inclusion during renaming.


  • I second using sonarr/radarr, once imported it detects episodes and lets you one click rename to a specific format and folder organization.

    If you don’t want any of the other features of sonarr/radarr (like having a way to filter and manage your collection to see what’s in what quality or from what release group, searching multiple indexers with a single search, being able to send a specific search result to a downloader and have it automatically imported and organized when complete, or have auto downloading based on requests using scoring rules that you set), then there’s also filebot which a lot of people seem to like and seems to be just for matching with online metadata and renaming.

    But I haven’t tried filebot since I like the extra features and capabilities of sonarr/radarr. It makes it easy to manage several library folders like an archive for anything that’s been reviewed, is complete, and in a quality/codec that I’m satisfied with, and keeping track of currently airing shows in my active folder which is where I also keep auto downloaded stuff I haven’t reviewed.