I’m the administrator of kbin.life, a general purpose/tech orientated kbin instance.

  • 2 Posts
  • 1.52K Comments
Joined 3 years ago
cake
Cake day: June 29th, 2023

help-circle

  • Tons. I think if people read my opinions on AI they likely see me as a luddite.

    My concerns are not about whether it’s useful. It’s that if the 1% use it to replace most actual workers, the lack of input will make future models actually worse than current ones, and at the very least would stifle innovation.

    I’m very concerned about models built on the IP (voluntarily given or not) of people, being used to replace those same people.

    I’m very concerned with where we go as a society if we do go down the route of losing so many jobs.

    I’m concerned about the race to get the best model, using so much energy and natural resources.

    But do I think AI is and can be a very powerful tool, to enhance productivity? Without a doubt it can.


  • Well see, a lot of businesses are B2B. Now yes for sure ultimately their customer’s customer’s customer is going to be a normal person. So eventually the lack of custom and with it, revenue will hit them. But, here’s the thing I’ve observed about large organisations (not just businesses). I liken their operation to be very similar to insects. That is, they don’t really plan ahead, they’re reactive purely to stimuli, and mainly just do “what the other orgs are doing” without thinking about the effect beyond the only horizons they can see. Month end, quarter end and year end. Anything after the end of their current financial year. They’re not even thinking about right now.

    So, the point is, this logic while completely correct will fall on deaf ears.

















  • This already happens right now. If you have 22 open, your firewall is getting hammered with bots trying to get in, regardless of what cipher you’re using, trying to exploit known weaknesses.

    I know, except they’re only ever trying lame user/password pairs that only an idiot would have on their luggage. Same as on asterisk and the bots trying to exploit decades old exploits on wordpress etc. Regardless of whether the site you host is even remotely like wordpress.

    I’m not sure how you’d achieve this. If you have a mechanism to change cipher modes then there would be part of the codebase and handshake that validates settings in some way, which adds potential attack vector.

    Doesn’t need to change the handshake. If the server is mine, and run by me and I decide I was to change say, just the key exchange part of the process. It could be changed without negotiation. I just need to make sure all clients are configured the same way. My point being there wouldn’t be a negotiation. If you try to connect to wireguard on my server, you’d need to have the key exchange setup in the same way, with the same parameters too. Yes, it should be entirely optional and require specific configuration changes on both client and server to achieve. So long as server and client are configured with the same parameters there’s no negotiation to make. The channel can be setup and if the configuration is wrong it just won’t work.