• 1 Post
  • 230 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.


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




  • Fuckk I’m not autistic to my knowledge but I feel this so much in online interactions especially and it’s so confusing. I’m usually trying to contribute information or just have a conversation and people often think I’m trying to argue (I guess because presenting new information automatically = dunking or being argumentative somehow) and I’ve ended up just not wanting to interact much or I preemptively try to phrase things as questions (like “isn’t x” or “I thought y”) and it’s so exhausting trying to do that all the time and it makes me want to crawl in a hole and not interact with anybody.








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