Readit News logoReadit News

Deleted Comment

Sami_Lehtinen commented on Serving 200M requests per day with a CGI-bin   simonwillison.net/2025/Ju... · Posted by u/mustache_kimono
Sami_Lehtinen · a month ago
For CGI endpoints that are called infrequently—daily, weekly, or even monthly—the script startup delay is negligible. Even a persistent process waiting to handle a request can have its memory swapped to disk by the OS under varying server load. When a request finally arrives, the delay from swapping that memory back in can negate any theoretical advantage over a cold-starting CGI script.
Sami_Lehtinen commented on I don't like ChatGPT's new memory dossier   simonwillison.net/2025/Ma... · Posted by u/ingve
byoung2 · 3 months ago
I've been impressed with the memory feature, but I do see how it could be dangerous, especially if you use it for hobby projects and serious projects. For work, I use ChatGPT to generate my weekly status reports for work, and that will come in handy when doing my annual review or updating my resume. But I would not want that context to spill over into a personal project
Sami_Lehtinen · 3 months ago
Of course you're using different accounts for personal versus work use?

u/Sami_Lehtinen

KarmaCake day16748November 7, 2011
About
www.sami-lehtinen.net
View Original