Boosted by jwz:
dev@discuss.systems ("Dev") wrote:
I read Microsoft’s self-congratulating post about the public-private partnership that connected Seattle and the east by rail, and it is hilarious. I thought by public-private partnership they meant they funded this expansion.
But no, they funded *campaigns* for *ballot measures* to spend public funds on it. lol. And they donated land to build a station for themselves. It is not nothing but it is quite funny.




![try: rresp = requests.get(url, timeout=10) except requests.exceptions.ReadTimeout: print(f"timed out {url}, trying selenium") hdata = "{}" from selenium import webdriver driver = webdriver.Safari() driver.get(url) element = driver.find_element("xpath", "/html") outerhtml: str = element.get_attribute("outerHTML") # type:ignore[no-untyped-call] bdata = outerhtml.encode("utf-8") else: hdata = json.dumps(dict(rresp.headers)) bdata = rresp.content](https://files.mastodon.social/media_attachments/files/116/310/272/849/052/189/original/bdb6f1126ce571a5.png)

