-
11 votes
-
The secret list of words causing demonetization by Youtube bots
19 votes -
Google and YouTube will pay record $170 million for alleged violations of US children’s privacy law
6 votes -
Google to pay up to $200M to settle FTC investigation into YouTube over violations of children's privacy laws
7 votes -
Active YouTube channels in "dead" genres?
What are some good YouTube channels still currently working in genres which aren't currently popular because of algorithm shenanigans, the natural cycle of trends, or whatever else? I'm thinking...
What are some good YouTube channels still currently working in genres which aren't currently popular because of algorithm shenanigans, the natural cycle of trends, or whatever else? I'm thinking like sketch comedy, original animations, serious short films, etc.
14 votes -
PewDiePie surpasses 100m subscriber mark on YouTube
13 votes -
Ion Fury - Build to the Bone
6 votes -
'Where's the line of free speech – are you removing voices that should be heard?': As YouTube struggles with extreme content, Susan Wojcicki talks about her role as the internet’s gatekeeper
11 votes -
How YouTube radicalized Brazil
22 votes -
The fragmentation of truth
16 votes -
Yahtzee Croshaw & Zero Punctuation Documentary
9 votes -
Who are your favourite female YouTubers?
It occurred to me a few days ago that my YouTube subscriptions are heavily weighted in favour of men. I follow a lot of video essayists and educational YouTubers, and when the algorithm surfaces...
It occurred to me a few days ago that my YouTube subscriptions are heavily weighted in favour of men. I follow a lot of video essayists and educational YouTubers, and when the algorithm surfaces new ones to check out, 99 times out of 100 it's a man talking. Same with musicians, gamers, and tech heads...
I feel like I'm missing out on some valuable perspectives, insights, and just all around good content. So please hit me up with some recommendations!35 votes -
YouTube said it was getting serious about hate speech. Over six weeks later, why is it still full of extremists?
23 votes -
Overly Attached Girlfriend officially quits YouTube
8 votes -
The biggest star at YouTube's VidCon 2019 was TikTok
4 votes -
'ContraPoints' host says YouTube algorithm isn't 'sophisticated' enough to counter extremist content
16 votes -
The fight for the future of YouTube
9 votes -
YouTube now bans instructional hacking and phishing
31 votes -
Why you can't trust me
18 votes -
Too many people took Etika’s mental health struggles as a joke
9 votes -
Can the left win YouTube?
14 votes -
Tildes User Script: Youtube Thumbnails Below Topic Title
A screenshot. Following is a user script that embeds a thumbnail into the topic header. Was supposed to be trivial, but walking around the CSRP was not that easy. Luckily, someone had written a...
Following is a user script that embeds a thumbnail into the topic header. Was supposed to be trivial, but walking around the CSRP was not that easy. Luckily, someone had written a nice useful custom Base64 encoder, because I spent more than an hour trying to get
btoa
to do the thing.// ==UserScript== // @name tildesYoutubeThumbs // @version 1 // @grant GM.xmlHttpRequest // @namespace tildes.net // @include https://tildes.net/~*/* // ==/UserScript== let youtubeIcon = document.querySelector('div.topic-icon-youtube_com') if(youtubeIcon !== null) { let youtubeLink = youtubeIcon.nextSibling.nextSibling.href; let youtubeID = new URL(youtubeLink).searchParams.get('v'); let thumbnailUrl = "https://img.youtube.com/vi/" + youtubeID + "/0.jpg"; GM.xmlHttpRequest({ method: "GET", url: thumbnailUrl, overrideMimeType: 'text/plain; charset=x-user-defined', onload: function(response) { if(response.status === 200) { let thumbElement = document.createElement('img'); let thumbParentDiv = document.createElement('div'); let header = document.querySelector('article.topic-full > header'); let data = "data:image/jpeg;base64," + customBase64Encode(response.responseText); thumbElement.src = data; thumbElement.style = 'width: 60%; margin: auto'; thumbElement.id = 'gk-youtube-thumbnail'; thumbParentDiv.style = 'width: 100%; text-align:center;'; header.appendChild(thumbParentDiv); thumbParentDiv.appendChild(thumbElement); } } }); } // https://stackoverflow.com/questions/8778863/downloading-an-image-using-xmlhttprequest-in-a-userscript/8781262#8781262 function customBase64Encode (inputStr) { var bbLen = 3, enCharLen = 4, inpLen = inputStr.length, inx = 0, jnx, keyStr = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" + "0123456789+/=", output = "", paddingBytes = 0; var bytebuffer = new Array (bbLen), encodedCharIndexes = new Array (enCharLen); while (inx < inpLen) { for (jnx = 0; jnx < bbLen; ++jnx) { /*--- Throw away high-order byte, as documented at: https://developer.mozilla.org/En/Using_XMLHttpRequest#Handling_binary_data */ if (inx < inpLen) bytebuffer[jnx] = inputStr.charCodeAt (inx++) & 0xff; else bytebuffer[jnx] = 0; } /*--- Get each encoded character, 6 bits at a time. index 0: first 6 bits index 1: second 6 bits (2 least significant bits from inputStr byte 1 + 4 most significant bits from byte 2) index 2: third 6 bits (4 least significant bits from inputStr byte 2 + 2 most significant bits from byte 3) index 3: forth 6 bits (6 least significant bits from inputStr byte 3) */ encodedCharIndexes[0] = bytebuffer[0] >> 2; encodedCharIndexes[1] = ( (bytebuffer[0] & 0x3) << 4) | (bytebuffer[1] >> 4); encodedCharIndexes[2] = ( (bytebuffer[1] & 0x0f) << 2) | (bytebuffer[2] >> 6); encodedCharIndexes[3] = bytebuffer[2] & 0x3f; //--- Determine whether padding happened, and adjust accordingly. paddingBytes = inx - (inpLen - 1); switch (paddingBytes) { case 1: // Set last character to padding char encodedCharIndexes[3] = 64; break; case 2: // Set last 2 characters to padding char encodedCharIndexes[3] = 64; encodedCharIndexes[2] = 64; break; default: break; // No padding - proceed } /*--- Now grab each appropriate character out of our keystring, based on our index array and append it to the output string. */ for (jnx = 0; jnx < enCharLen; ++jnx) output += keyStr.charAt ( encodedCharIndexes[jnx] ); } return output; }
15 votes -
YouTube announces upcoming changes to give you more control over what videos appear on your homepage and in Up Next suggestions
15 votes -
NYPD confirm the death of YouTuber Desmond Amofah, aka Etika
@nypdnews: We regret to inform that Desmond Amofah aka Etika has been found deceased. https://t.co/sedwZZxglw
9 votes -
Google CEO Admits That It's Impossible To Moderate YouTube Perfectly; CNBC Blasts Him
20 votes -
The death of YouTube skepticism
5 votes -
YouTube under US Federal investigation over allegations it violates children’s privacy
9 votes -
Nifty US govt chemical disaster investigation YouTube channel
4 votes -
Meet the angry gaming YouTubers who turn outrage into views
20 votes -
The platform excuse is dying
16 votes -
YouTube without all the crap?
I'm a pretty regular YouTube watcher but if I accidentally glance down at the comments section, I know my night is going to be ruined. I wondered if there is any kind of YouTube app or service...
I'm a pretty regular YouTube watcher but if I accidentally glance down at the comments section, I know my night is going to be ruined.
I wondered if there is any kind of YouTube app or service that lets you watch and search for videos (even access my subscribed channels) but with less of the crap, ie. the comments and related videos, which just take you down a YouTube rabbit hole that you won't get out of for hours.
Cheers!
19 votes -
Pinkwashing, harassment, and the YouTube hate machine
4 votes -
YouTube just banned supremacist content, and thousands of channels are about to be removed
14 votes -
The tricky ethics of using YouTube videos for academic research
6 votes -
YouTuber in Barcelona receives fifteen-month prison sentence, 20,000 euro fine, and five-year ban from social media for toothpaste-filled Oreo prank
18 votes -
YouTube now disallows minors from live-streaming unless accompanied by an adult
16 votes -
Unpopular content: Outsmarting the YouTube algorithm
6 votes -
Microsoft Windows Terminal YouTube video removed for copyright claim
12 votes -
The standalone YouTube Gaming app and standalone gaming.youtube.com website have shut down
17 votes -
YouTubers and record labels are fighting, and record labels keep winning
8 votes -
How would you guys feel if Youtube followed Instagram and made views/likes/etc. private?
Curious how you guys feel about this as users, uploaders etc? Its an interesting question because this was generally viewed as a good move by instagram, would it be the same with Youtube. Also,...
Curious how you guys feel about this as users, uploaders etc? Its an interesting question because this was generally viewed as a good move by instagram, would it be the same with Youtube.
Also, from what I understand a lot of drama on Youtube has been elevated because of public seeing the subs go up/down, maybe this would change how we analyse drama. I dont say this in the sense of someone who enjoys drama, but some of these things reflect social trends/situations.
Edit: I just want to add for clarification; Instagram is currently beta testing a feature where only you the poster can view how many likes and comments you get, the public cannot. The Youtube version would be hiding views/likes/subs from the audience, but not the content creator.
5 votes -
Where algorithms can't find you
4 votes -
My video went viral. Here's why
15 votes -
What are your favorite food related Youtube channels?
Cooking is a hobby of mine, and as a result I really enjoy watching food related YouTube channels. Some of the ones I like are Alex French Guy Cooking - A fun channel of a creative french amateur...
Cooking is a hobby of mine, and as a result I really enjoy watching food related YouTube channels. Some of the ones I like are
-
Alex French Guy Cooking - A fun channel of a creative french amateur cook. I like this channel because I have similar taste in food to him (check out his instant ramen series!), but his solutions to problems in the kitchen are seriously creative. To give an example, he builds a dough sheeter in his croissant series in order to get the perfect thickness of dough, and he makes a makeshift dehydrator in the ramen series. Stuff I would never do in the kitchen, but it's fun to watch.
-
Bon Appetit - I totally did not expect Bon Appetit to have such a well put together web presence (for some reason I considered them an old fashioned publication). In any case, check out the "It's Alive with Brad" series. It starts out as a series about all things related to fermentation (beer, hot sauce, kombucha, sourdough, etc), but expands a bit in scope.
-
Binging with Babish - Perhaps the most well known of recent food related YouTubers, Babish recreates meals from movies and TV. He also has a nice series on cooking tutorials. I don't watch him as much as I used to, but he's still a lot of fun.
-
Townsends - A bit different than the rest, and not exlusively food related. Townsends is a historical enthusiast focusing on the colonial era, and he has a lot of videos recreating recipes and techniques from the time period.
EDIT:
Forgot to include
- Jun's Kitchen - Some seriously therapeutic cooking videos featuring sushi and cats.
18 votes -
-
YouTube renews Cobra Kai for season three, makes all shows free
11 votes -
A conspiracy to kill IE6
12 votes -
"It's not play if you're making money": How Instagram and YouTube disrupted child labor laws
9 votes -
Google and Amazon make up — YouTube coming to Fire TV
8 votes -
YouTube's "fact-checking AI" intended to counter misinformation was attaching info about the 9/11 attacks to Notre Dame fire videos
13 votes -
Apology for Kurzgesagt criticism video
12 votes