Comment by ๐ฟ argenkiwi
True that! And it is not so much that we underestimate what computers can do but more that we overestimates ourseleves.
2025-07-16 ยท 10 months ago
Original Post
AI Slop? โ So there was a known issue in Alhena. If a server sent a close_notify without actually closing the connection (I'm looking at you vger), the busy spinner would keep on spinning until the connection timed out. Yeah, you could hit the ESC key but it was annoying. Since I opted to use vert.x to take advantage of easy async I/O, I was dismayed to discover the api did not have a callback for close_notify. I could lower the read timeout but slow sites could get disconnected if they took...