• 2 Posts
  • 27 Comments
Joined 2 years ago
cake
Cake day: June 21st, 2023

help-circle
  • even if the games suck they can still be an important social connection

    my parents never let me watch any of the “bad” tv that all the other kids were watching and this made it even harder for me to connect and make friends

    and it also meant I never got the opportunity to decide to understand and experience for myself why these shows were bad

    same can probably be said for the shitty mobile games tbh

    maybe they’re more predatory than all that advertising directed at kids via tv back in my day but idk by how much really if you’re actively teaching your kids about what predatory practices look like

    they have to learn, better for them to understand how to fight this stuff when they’re younger rather than when they get in over their heads gambling on counterstrike skins as teenagers








  • These extensions work first by looking at the contents of the page you’re on to detect a paywall, and then make modifications to the page that remove the paywall. There’s no way for the browser-creators to guarantee that the extension isn’t also silently adding a hidden element that captures everything that you type into that website, in addition to the paywal removal, so they’re basically trying to warn you such a thing could happen.

    And that is a genuine risk from every extension in the addons store, but I would say that risk is potentially even higher with a piracy extension installed from a github relese. (Not this one in particular per se, which I have no opinion about, just in general.) If it makes you uncomfortable, a reasonable compromise could be to create a new browser profile for use only with this extension, or maybe even use a different browser entirely than your daily driver.












  • Boost this one to the top, it’s the official reason given by sony. You can disparage it if you want, but it has technical merit. The audio codecs supported by mainstream bluetooth devices are meant for music, where you want the highest possible quality and can tolerate a slight delay between when you press play and when the music actually starts.

    In video games this means you get a noticable delay on the audio. With classic video file playback like a movie, this can be compensated for by delaying the visuals so thay match up with the audio, but delaying the visuals in a video game is an even worse experience for the player.

    Sony’s use of a proprietary audio codec via their wireless controllers is pretty justified. They’re able to optimize for latency and it shows (or rather, it doesn’t, since you probably would never notice it).



  • I use nano on my servers because the default configuration can be used by pretty much anyone, even if I had to explain it to someone over the phone. And hopefully you rarely if ever have to make sophisticated changes to files on servers that would benefit from vim’s model.

    If you do need to do consistent heavy-duty file editing on a server, rmate is really nice for that: https://github.com/aurora/rmate

    But honestly both of these strategies are dated and I don’t use either of them professionally. These days it’s all immutable infrastructure: I use my local editor to make build scripts for immutable server images that there’s no point in editing files on running instances because none of the changes will be persisted.