It's almost as if these two wealthy unemployable losers are similar because they both are shit people peddling cheap merchandise to scam people to pay more for trash quality throwaway products.
BaroqueInMind
No permanent positions were created or filled, if you read the article. The article also says you need to PM me your credit card info. Don't worry about reading shit for yourself anywhere, just believe what we say about anything in the comments without question so that you dont need to formulate an independent opinion.
“GOG regularly adapts its structure to its strategy and ongoing projects, sometimes this means eliminating certain roles — as was the case recently.”
Yeah, but firing 30% of your entire contract workforce reveals that you don't give a flying fuck about sustaining the lifespan of the storefront and prefer to pad the executives golden parachutes from the stock valuation.
Simplest solution is to kill Google CEOs, anything else proposed as a solution will take longer than your entire lifetime.
PopcornTime was so amazing and important. Sad to see it dead.
PeerTube uses WebTorrent protocol and it still doesn't do well with the same quantity of bandwidth demands.
Post your own self-hosted PeerTube instance for us all to use then, let's see who's correct. Otherwise provide a solution or shut the fuck up.
Delete this, YouTube will catch on and block this workaround.
Edit: disregard. Here is a custom GreaseMonkey/ViolentMonkey userscript to automatically do this for you:
// ==UserScript==
// @name YouTube to Embed Redirect (Desktop & Mobile)
// @namespace http://tampermonkey.net/
// @version 1.1
// @description Redirects YouTube video URLs (desktop and mobile) to their embed version.
// @author BaroqueInMind
// @match https://www.youtube.com/watch?v*
// @match https://m.youtube.com/watch?v*
// @grant none
// ==/UserScript==
(function() {
'use strict';
// Extract the video ID from the URL
const videoId = new URLSearchParams(window.location.search).get('v');
if (videoId) {
// Redirect to the embed URL
window.location.href = `https://www.youtube.com/embed/$%7BvideoId%7D`;
}
})();
Fuck reddit, this solution did not work for me. All YouTube videos stop buffering after 59 seconds. Only fixes i have found is with either making a custom userscript or disabling ublock from working on YouTube by whitelisting the entire domain.
This protocol already exists and so does the system, PeerTube.
Why no significant quantity of people use it is apparent after you try it for a while; the entire server system cannot handle the commensurate volume of content and interactions that YouTube is popular for.
I read this entire this twice and I still don't understand what your end goal is. What are you doing that requires all this unnecessary duplication?