←back to thread

128 points taylorlunt | 1 comments | | HN request time: 0.001s | source
Show context
rvz ◴[] No.44736000[source]
No it did not.

It killed the golden age of mediocre software developers, which includes the over inflated role of web development which that can be safely done by LLMs.

replies(2): >>44736751 #>>44737463 #
Hilift ◴[] No.44737463[source]
Around 1999, eBay code was c++ compiled into a "ebayisapi.dll". It became too large for x86. I'm guessing it had lots of COM+ and must have been a disaster, bodies everywhere.

https://www.cs.cornell.edu/courses/cs330/2007fa/slides/eBayS...

replies(1): >>44737489 #
gishglish ◴[] No.44737489[source]
Oh man, was it implemented as an ISAPI extension? I don’t think I’ve ever seen one in the wild.
replies(1): >>44738594 #
1. Hilift ◴[] No.44738594{3}[source]
Something like 4 million lines of code with hundreds of people working on the same thing. It was converted to Java by 2002 so they knew it was a crisis.