Comment by ๐Ÿ—ฟ argenkiwi

Re: "AI Slop?"

In: u/bluesman

True that! And it is not so much that we underestimate what computers can do but more that we overestimates ourseleves.

๐Ÿ—ฟ argenkiwi

2025-07-16 ยท 10 months ago

Original Post

๐Ÿ›ธ bluesman

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...

๐Ÿ’ฌ 5 comments ยท 2 likes ยท 2025-07-15 ยท 10 months ago