• 0 Posts
  • 39 Comments
Joined 1 month ago
cake
Cake day: July 21st, 2025

help-circle

  • I would say that is not a decent boss then. At least, not for that employee.

    If a worker is making their colleagues unhappy by being an ass, management should be willing to take appropriate action.

    I inherited some workers with bad attitudes when a company I was at merged two teams. On paper it was impossible to fire them, so I wasted so much time trying to get them to fit in. After a year I gave up and went to HR who was like, “oh yeah no problem we’ll let them go”. I didn’t even think that was possible, based on our management training, but it turns out that since their shit attitudes and associated shit performance were well documented it wasn’t a problem. We just paid them severance and off they went.

    I was worried about the impact on the other employees, but everyone was happy to see them go.

    I talked to one of them months later and he actually thanked me. It turned out that he was unhappy with the job but unable to get motivation to move on. He ended up at Greenpeace for a while; I don’t know how long he stayed there… we were not friends. 😅



















  • A TCP session is a unique combination of client IP, client port, server IP, and server port.

    So you can use the same IP and port as long as the destination is a different IP or port.

    This means that in principle you could use the same IP and port to connect to every IP address on the Internet using 65536 concurrent sessions. 😆

    This wouldn’t help going to popular destinations, since they have a lot of people going to the same IP address and port, but for many (most?) of them you probably have some sort of CDN servers in your data centers anyway.