It really amazes how how Youtube refuses to let me hide stuff I don't want to see on my homepage. I still long for the ability to tell them to not give me mix playlists, I do not want them, and often they annoy me when the first song is one I'd click on but I don't want to have to pay attention enough to kill it before the next song plays (since you cannot disable play next in playlists...)
It's not a product where you are the user. Your attention is the product being sold to advertisers and the videos are a harvesting/production mechanism.
It is not in the interests of either YT or the advertisers to allow you to opt out of features that are proven to be lucrative for eyeballs.
I’m a Premium subscriber. I don’t see ads, and YouTube added a feature so I can easily skip in-video sponsored sections.
It seems like the incentive for Premium subscribers should be to keep them happy, so they keep paying, and minimize how much they watch, as they’ll be a cheaper user using less bandwidth.
> YouTube added a feature so I can easily skip in-video sponsored sections
That feature benefits YouTube, too. Maybe even more than its value as a Premium feature. It makes it so that viewers can skip the ads the creator was paid to make without YouTube getting a cut of the proceeds, pushing down the value of those ads.
Hasn't this always been the case? If a movie or show features product placement, a TV station playing said movie/show doesn't get any of the proceeds from that advertisement, do they?
This is just the pros having more tact than amateurs, and actual writers. I do see some “influencers” that do more of a pure product placement. They just happen to be drinking a specific energy drink in every video where it sits perfectly with the label out. I see some YouTubers trying to get better at integrating the ad into the video, but most of them can’t be bothered to write and record a custom script.
That said, Subway often seemed to get pretty heavy with its product placement. The last season of Chuck had a good amount of this, even what was essentially an ad read right in the middle of an episode by Big Mike. On Community they personified Subway and based a whole episode on him. In the Office they brought in Ryan Howard to say “eat fresh” over and over again, and even called out that it was for Subway to make sure it didn’t go over anyone’s head. Subway was big on sponsoring the last seasons of struggling shows with loyal fanbases, and littering the episodes with Subway product placement to the point where it became a plot point. I remember Zachary Levi (Chuck) tweeting out to ask everyone to go buy some Subway before the finale. It sounded like if Subway saw enough of a spike in buying from the sponsorship, they might fund yet another season.
I know, but I don't see a fundamental difference. If TV networks are happy to pay for a show that also gets advertising revenue from product placement, I don't see why YouTube would not be happy to deliver ads and pay some percent of that to a channel that displays its own ads. Especially given that YouTube has much, much less cost per video than a traditional network, which can only broadcast one program at a time.
It's still a fine argument for that case, you've just moved yourself out of it. They still have an incentive to keep you addicted to the service, which is basically the point of Shorts, "so you keep paying us money to satisfy your addiction" instead of the first case's "so you keep watching ads that pay us money to satisfy your addiction"
The thing that is funny about it is at least with the mixes, it does actively make me engage less because there are videos I would click on if they were not being tied into a mix, but because they are I actively choose not to open the video and let the song play.
YouTube has multiple different products. YouTube as a company do not call your attention a product. There isn't a product team that is in charge of people's attention as a product.
Believe me, if they tried as hard as FB, an ordinary user wouldn't stand a chance. As it is now, a single uBlock Origin action is enough to make these disappear from my YT page for good, and for all accounts.
Youtube has added random people's text posts to my subscription feed, and it's pissing me off. They're never anything interesting or entertaining, it's always just gumpf
I so hate the videos YouTube shows me that I wrote a plugin to place a white box over videos called TubeGate [0], which I open-sourced [1]. It does keyword-based filtering so you can tell it to hide "sports", "politics", etc.
It is, at best, incredibly hard to accumulate that much wealth without doing shady things. Microsoft's monopolistic practices in the 90s for example. The only person I can think of that ever cracked a billion without their money coming through dirty means was, funny enough, JK Rowling who has her own set of issues separate from the value she got out of Harry Potter.
SDL3 is something I've been keeping an eye on, but at least one thing that held me back from diving into it was SDL_Mixer (audio library) was not updated to a release version for SDL3 until I think a month ago? I need to get back to it but lately I've been messing with SDL2 + wasm stuff using emscripten.
For me the nice thing about multiple cursors is when it would take more time to write the regex than it does to just throw down say 8 cursors and update the spots.
There’s an overlap between “Find and Replace” and Macros, but it’s too small for multi cursors to be particularly useful for me. Especially with emacs where I can bring up all the lines in a separate buffer and edit them there (occur-mode) or do the same for a set of files (grep-mode and wgrep)
Which works if you need to edit several aligned lines in a row. The one thing I'm missing is putting the cursors on the next found position of a search term which would make it much more useful.
Clojure CL as well have macros that let you thread results from call to call, but you could argue that's cheating because of how flexible Lisp syntax is.
Clojure also has the anonymous function syntax with #(foo a b %) where you essentially get exactly this hole functionality (but with % instead of $). Additionally there’s partial that does partial application, so you could also do (partial foo a b).
Currently DUs are slated for the next version of c# releasing end of this year. However last I knew they only come boxed which at least to me partly defeats the point of having them (being able to have multiple types inline because of the way they share memory and only have a single size based on compiler optimizations).
On top of cost, they probably cannot get as much memory as they order in a timely fashion so offsetting that with greater efficiency matters right now.
I wonder how much of this complexity is a form of resume driven development. Jobs are webdev with a host of microservices and a datastore and and and... This leads people to building apps in that style instead of a command line tool (or non-electron GUI application) to get the same job done.
There was a recent gnarly version of this where some anime reactors and at least one animation channel (with something like 1.4 million subs) got demonetized and had to go through a ton of hoops to get a human to fix it.
I really should get back to outer wilds. I like you bounced off of it because of the controls, and I keep meaning to go back because people I have faith in swear by it. I know the most basic secret you learn incredibly early, but that's the only 'spoiler' I know.
reply