this post was submitted on 19 Sep 2023
36 points (89.1% liked)

Programmer Humor

23025 readers
1712 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

Original title: "Misunderstanding Your Job Description - Delivery" by Viva La Dirt League

Delivery man Byron learns some really important information about his job... that he probably should have learnt 6 years ago...

For those who don't know the show: It's important to understand that Byron is a very, very dedicated employee, who accepts any challenge, and takes great pride in his work. His colleagues sometimes don't remember him after working with him for years.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 14 points 2 years ago (9 children)

Original youtube link?

Can someone make a bot that converts these piped links into real youtube links, because they are highly annoying.

[–] [email protected] 3 points 2 years ago* (last edited 2 years ago) (3 children)
const pipedPath = window.location.pathname;

const ytUrl = "https://youtube.com" + pipedPath;

window.location.replace(ytUrl)

Use Tampermonkey. Although I don't understand what makes Piped annoying. It's just different front-end that isn't bombarded with JS.

[–] [email protected] 6 points 2 years ago (1 children)

It’s annoying because it’s slow. It’s constantly buffering where the real youtube just instantly starst playing.

[–] [email protected] 4 points 2 years ago

Then our experiences differ, though I must agree some instances (which you can switch in the settings - maybe there's one closer to you or less stressed), including the official ones, have a meager uptime (compared to YouTube, ofc). Sometimes they're offline for a few minutes and very rarely they're broken for longer due to YouTube changing something.

load more comments (1 replies)
load more comments (6 replies)