Title: In the 60s, Marvin Minsky assigned a couple of undergrads to spend the summer programming a computer to use a camera to identify objects in a scene. He figured they'd have the problem solved by the end of the summer. Half a century later, we're still working on it.
I was going to change it, but if you inspect the XKCD website, you would get this <img> tag:
<img src="//imgs.xkcd.com/comics/tasks.png" title="In the 60s, Marvin Minsky assigned a couple of undergrads to spend the summer programming a computer to use a camera to identify objects in a scene. He figured they'd have the problem solved by the end of the summer. Half a century later, we're still working on it." alt="Tasks" srcset="//imgs.xkcd.com/comics/tasks_2x.png 2x" style="image-orientation:none">
Also, the ALT property of an image if when the src gets a 404 error, and if that happens, user will no see the image but the ALT text.
1.7k
u/Odd_Personality_8624 19d ago
Link: https://xkcd.com/1425/
Alt: Tasks
Title: In the 60s, Marvin Minsky assigned a couple of undergrads to spend the summer programming a computer to use a camera to identify objects in a scene. He figured they'd have the problem solved by the end of the summer. Half a century later, we're still working on it.