tc39 / proposal-pattern-matching

Pattern matching syntax for ECMAScript
https://tc39.es/proposal-pattern-matching/
MIT License
5.51k stars 89 forks source link

Proposal slides link of May 2018 TC39 meeting is broken #247

Open F3n67u opened 2 years ago

F3n67u commented 2 years ago

This proposal was approved for Stage 1 in the May 2018 TC39 meeting, and slides for that presentation are available here.

https://docs.google.com/presentation/d/1WPyAO4pHRsfwGoiIZupz_-tzAdv8mirw-aZfbxbAVcQ is broken.

image
ljharb commented 2 years ago

Luckily, there is a single snapshot on archive.org: https://web.archive.org/web/20190716130840/https://docs.google.com/presentation/d/1WPyAO4pHRsfwGoiIZupz_-tzAdv8mirw-aZfbxbAVcQ/edit?usp=sharing

but due to google's iframe-busting JS code, i have no idea how to navigate or download that content.

If someone can figure out how to download it, or recreate it, that'd be great - otherwise, it's gone forever, and we'll just need to remove the link.

ptomato commented 2 years ago

I can navigate from page to page on that archive.org link, and copy the text. It seems feasible to create a markdown file somewhere that preserves the text. Although some slides seem to be mostly blank but look like they were intended to have something on them, so maybe images are missing?

ljharb commented 2 years ago

@ptomato I keep getting JS errors - if you can capture all the content, and on top of that, screenshots of each slide, I would be more than happy to recreate it to the best of my ability.

ptomato commented 2 years ago

Sure, here is the content: https://hackmd.io/@ptomato/rJRH8mHW5 As you can probably see, there are several slides that look like they were intended to have something on them, but don't.

I can take the screenshots as well, where would be a convenient place to upload them? If nothing else, I could attach them in a comment in this thread, I guess.

ljharb commented 2 years ago

I think uploading them here is the most rot-resistant approach :-) feel free to tuck them behind a <details> tho.

Also, if you can see the html, maybe there's img tag srcs that could clue in to what the images were?

j-f1 commented 2 years ago

Attached is an HTML file with the SVG code from that archived page (with a few fixes to display all the slides, and to render fonts correctly where possible). Unfortunately, the images appear to be lost as neither Archive.org nor Google still have them.

slides.html

ptomato commented 2 years ago

That seems more effective than attaching the screenshots, thanks.