BaroqueInMind

joined 2 years ago
[–] BaroqueInMind@lemmy.one -1 points 6 months ago (1 children)

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?

[–] BaroqueInMind@lemmy.one 31 points 6 months ago (1 children)

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@lemmy.one -4 points 6 months ago* (last edited 6 months ago) (1 children)

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.

[–] BaroqueInMind@lemmy.one 120 points 6 months ago* (last edited 6 months ago) (3 children)

“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.

[–] BaroqueInMind@lemmy.one -1 points 6 months ago

Simplest solution is to kill Google CEOs, anything else proposed as a solution will take longer than your entire lifetime.

[–] BaroqueInMind@lemmy.one 3 points 6 months ago

PopcornTime was so amazing and important. Sad to see it dead.

[–] BaroqueInMind@lemmy.one 6 points 6 months ago* (last edited 6 months ago)

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.

[–] BaroqueInMind@lemmy.one 7 points 6 months ago* (last edited 6 months ago) (4 children)

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`;
    }
})();

[–] BaroqueInMind@lemmy.one 5 points 6 months ago* (last edited 6 months ago) (1 children)

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.

[–] BaroqueInMind@lemmy.one 5 points 6 months ago (1 children)

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.

view more: ‹ prev next ›