ekmett/lens

Skillsmatter video is not online anymore?

Opened this issue ยท 8 comments

If this is correct, then SkillsMatter dissolved in 2023. Unless someone has a mirror of the video somewhere, we should just remove this link.

I couldn't find it anywhere else unfortunately. @simonpj possibly you might have a link somewhere?

ion1 commented
yt-dlp --referer https://skillsmatter.com/podcast/scala/lenses-compositional-data-access-and-manipulation https://player.vimeo.com/video/76506719

Ah, https://player.vimeo.com/video/76506719 must be where the video is hosted, then. Sadly, it appears that you can't actually view the video due to its privacy settings. I'm glad that yt-dlp works in a pinch to obtain it, but I'd be hesitant to recommend this in the .cabal file as the official way to view the video. Nor am I comfortable re-uploading the video somewhere, since I'm uncertain about the copyright status of the video.

ion1 commented

Here's a fun hack: go to https://skillsmatter.com/podcast/scala/lenses-compositional-data-access-and-manipulation and enter this into the developer console:

document.body.innerHTML = '<iframe src="https://player.vimeo.com/video/76506719" style="border: none; background: black; position: fixed; top: 0; left: 0; height: 100%; width: 100%;"></iframe>';

As I understand it, the Haskel Foundation now has the old SkillsMatter videos. So when they put that one online in a new location I'd be happy to link to it.