• 0 Posts
  • 185 Comments
Joined 3 years ago
cake
Cake day: June 11th, 2023

help-circle

  • The fucked up thing about AI right now is that AI companies get to act like we’re in a post-copyright world, pirating from literally everyone, while the rest of us are still stuck in copyright hell.

    I think intellectual property as a concept is bad, but I think that as long as it still exists companies need to be held to task when they flagrantly violate it. It needs to be enforced universally, or not at all. I don’t think it’s realistic that the rich will dismantle IP in the name of AI progress, I think we’re just seeing what we’ve always known which is that money lets you get away with anything.











  • Unarmed strikes with kicks and elbows and such aren’t just flavor, it’s written in the rules that you can use any part of your body.

    Instead of using a weapon to make a melee attack, you can use a punch, kick, head-butt, or similar forceful blow. In game terms, this is an Unarmed Strike—a melee attack that involves you using your body to damage, grapple, or shove a target within 5 feet of you.

    The mechanics don’t state you need a free hand anywhere.





  • I definitely feel the lab burnout, but I feel like Docker is kind of the solution for me… I know how docker works, its pretty much set and forget, and ideally its totally reproducible. Docker Compose files are pretty much self-documenting.

    Random GUI apps end up being waaaay harder to maintain because I have to remember “how do I get to the settings? How did I have this configured? What port was this even on? How do I back up these settings?” Rather than a couple text config files in a git repo. It’s also much easier to revert to a working version if I try to update a docker container and fail or get tired of trying to fix it.



  • I occasionally use middle mouse paste, but I switched my partner over from Windows recently and they were used to scrolling by holding MMB and dragging which seems to be the default on Windows…

    I expected there to be a toggle to turn off middle mouse paste but there just wasn’t. I had to go into multiple different places to disable it and enable autoscroll for all their apps. I ended up installing a hacky tool that would just clear the clipboard whenever MMB was pressed.

    If anything can make this process easier, I’m all for it.



  • You’re arguing two different points here. “A VPN can act as a proxy” and “A VPN that only acts as a proxy is no longer a VPN”. I agree with the former and disagree with the latter.

    A “real” host-to-network VPN could be used as a proxy by just setting your default route through it, just like a simple host-to-host VPN could be NOT a proxy by only allowing internal IPs over the link. Would the latter example stop being a VPN if you add a default route going from one host to the other?