archive.is is (a) sometimes blocked, (b) serves CAPTCHAs in some instances and (c) includes a tracking pixel

One alternative to archive.is for this website is to disable Javascript and CSS

Another alternative is the website's RSS feed

Works anywhere without CSS or Javascript, without CAPTCHAs, without tracking pixel

For example,

   curl https://web.archive.org/web/20250721104402if_/https://www.technologyreview.com/feed/ 
   |(echo "<meta charset=utf-8>";grep -E "<pubDate>|<p>|<div") > 1.htm

   firefox ./1.htm
To retrieve only the entry about DataComp CommonPool,

   curl https://web.archive.org/web/20250721104402if_/https://www.technologyreview.com/feed/ 
   |sed -n '/./{/>1120522</post-id>/,/>1120466</post-id>/p;}' 
   |(echo "<meta charset=utf-8>";grep -E "<pubDate>|<p>|<div") > 1.htm

   firefox ./1.htm

If using a text-only browser that does not process CSS or run Javascript, 100% of the article is displayed