• 0 Posts
  • 34 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle
  • No, you misunderstand. You get seconds assigned to your token. It doesn’t matter where in the video you use those seconds.

    So if you watch an ad you get say 60 secs of video until you need to watch an ad again. You can watch 30 secs, then skip 2 minutes ahead and watch another 30 secs, then you get an ad. In reality the times would be larger, but to illustrate a point.

    In the current setup YT uses, if you watch an ad, watch 2 secs of video, then skip ahead of the next adbreak, you get more ads.

    And yes as stated, a separate client can get around this. But as also stated there will always be ways around it, it’s just a matter of making it harder. If it’s beyond what a simple browser plugin can do, it’s good enough. And YT has been banning 3rd party clients anyways, so that makes it even harder.



  • Yeah I’m thinking of a system like this:

    A user opens a session to watch a video, the user is assigned a token to watch the requested video. When the user isn’t a premium subscriber and the video is monetized the token is used to enforce ads. To get video data from the server, the user needs to supply the token. That token contains a “credit” with how many seconds (or whatever they use internally) the user can watch for that video. In order to get seconds credited to the token, the user needs to stream ad content to their player. New ad content is only available to stream, once the number of seconds they were credited have been elapsed.

    One way to get around this is to have something in the background “watch” the video for you, invisible, including the ads. Then records the video data, so it’s available for you to watch without ads. But it would be easy to rate limit the number of tokens a user can have. There’s ways to get around that as well. But this seems to me well beyond what a simple browser plugin can do, this would require a dedicated client.

    The idea is to make it harder for users to get around the ads, so they’ll watch them instead of looking for a way to block ads. In the end there isn’t anything to be done, users can get around the ads. Big streaming services use DRM and everything and their content gets ripped and shared. With YouTube it would be easy for someone to have a Premium account, rip the vids and share them. But by putting up a barrier, people watch the ads. YouTube doesn’t care if a percentage of users doesn’t watch the ads, as long as most of them do.

    My point was, there’s ways to implement the ads without sending metadata about the ads to the client.


  • I’m not talking about the player or the controls being server-side. I’m talking about the player being locked into a streaming mode where it does nothing but stream the ads. After the ads are streamed, the player returns to normal video mode and the server sends the actual video data.

    This means no metadata about the ads are required on the player side about the ads.

    Sure you can hack the player into not being locked during the streaming of the ads. But that won’t get you very far, since it’s a live stream. You can’t skip forward, because the data isn’t sent yet. You can skip backwards if you’d like, with what’s in the current buffer, but why would you want to? You can have the player not display the ads, but that means staring at a blank screen till the ads are over. And that’s always the case, one can simply walk away during the ads.

    Technically I can think of several ways to implement this, without the client having meta data about the ads. And with little to none ways of getting around the ads. Once the video starts it’s business as usual, so it doesn’t impact regular viewing.



  • Oncoming drivers? I’m getting blasted by “cars” behind me. Fucking trucks or even lifted trucks with their headlights at my eye level. And it seems like lights are getting brighter as well, or people drive with their high beams on. My rearview mirror is auto dimming, which helps a lot. But since I drive the speed limit these trucks are swerving back and forth behind me, blinding me via the side mirrors.

    Man we really really need restrictions on size and weight of cars. It’s getting ridiculous out there.



  • Really I’m gonna need a source for that old timey radio claim. Because that sounds like it’s made up and even if it’s not, correlation does not mean causation.

    There is no known mechanism for non ionizing radiation to have ANY effect on the human body or individual cells besides from a warming effect. And even the warming effect is quite small, there are normally a lot of other factors that have a way bigger effect on the temperature. See the Mythbusters episode where they tried to warm a chicken on a radar emitter. The turning of the radar cooled it down more than any warming from the radar did.

    If there is any truth to claims that non ionizing radiation harms humans, physicists would be all over that. That would mean new physics in an area where there hasn’t been any new stuff for a long time now.

    But it turns out we understand it pretty well and see no mechanism for any harm to occur. In that context all of the studies that find no relation are meaningful. If there seems to be no relation and there isn’t a mechanism to do anything, why would anybody think there is anything to find? Turns out it always comes down to FUD, to further some kind of an agenda.


  • I know a lot of folk that work at MS or have worked there, they are all very good people. They are highly motivated professionals that are top in their field. MS is a rich company and they recruit the best they can. However those are not the people making any kind of decisions. And it’s a cut throat company, if the budget gets cut, you are out on your ass. At least in most of the world, where strong employee protection isn’t a thing.

    Don’t get me wrong, MS has a lot of bad apples just like any other company. Useless managers who say dumb shit and take praise for other peoples work. A leadership that doesn’t care about anything except their bonuses and the bottom line. But at least as far as the engineers go, there’s plenty of really good folk.

    People also seem to forget how huge MS actually is. And a lot of the time the different branches within the company are as far away from each other as can be. Even within the same branch one can only talk to so many people.




  • At a consulting job I did recently they got an AI for a specific task to have an 25% rejection rate. Which I thought was pretty good and the team working on it said there was no way they could do better, this is the absolute best.

    So they went and asked the customers if they would be interested in this feature and how much they would be willing to pay. The response was nobody was willing to pay at all for the feature and a 25% rejection rate was too high.

    The reason customers gave was this meant they still need a human to check the results, so the human is still in the loop. And because the human basically has to do most of if not all of the work to check the result, it didn’t really save that much time. And knowing their people, they will probably slack on the checks, since most are correct. Which then leads to incorrect data going forward. This was simply not something customers wanted, they want to replace the humans and have it do better, not worse.

    And paying for it is out of the question, because so many companies are offering AI for free or close to free. Plus they see it as a cost saving measure and paying for it means it has to save even more time for it to be worth.

    So they put the project on ice for now, hoping the technology improves. The next customer poll they did, AI was the most requested feature. This caused some grumbles.




  • The problem is those blocking extensions are based on timestamps. Those timestamps are added by the users, it’s a crowdsourced thing. But the ads a single user will see differ from what another user will see. It’s likely the length of the ads is different, which makes the whole timestamp thing a no go.

    Along with the timestamp, there needs to be a way to detect where the actual video begins. That way at least an offset can be applied and timestamps maintained, but it would introduce a certain level of error.

    The next issue would be to then advance the video to the place where the actual video begins. This can be very hard, as it would need to include some way of recognizing the right frame in the buffer. One requirement is that the starting frame is actually in the buffer (with ads more than a few seconds, this isn’t guaranteed). The add-on has access to this buffer (depending on the platform, this isn’t guaranteed). And there’s a reliable way to recognize the right frame, given the different encoding en quality setups.

    And this needs to be done cheap, so with as little as infrastructure as possible. A database of timestamps is very small and crowdsourcing those timestamps is relatively easy. But recognizing frames requires more data to be stored and crowdsourcing the right frame is a lot harder than a timestamp. If the infrastructure ends up being complex and big, someone needs to pay for that. I don’t know if donations alone would cut it. So you would need to play ads, which is exactly what you intend on not doing.

    I’m sure the very smart and creative people working on these things will find a way. But it won’t be easy, so I don’t expect a solution very soon.



  • No the “AI” isn’t a threat in itself. And treating generative algorithms like LLM like it’s general intelligence is dumb beyond words. However:

    It massively increases the reach and capacity of foreign (and sadly domestic) agents to influence people. All of those Russian trolls that brought about fascism, Brexit and the rise of the far right used to be humans. Now a single human can do more than a whole army of people could in the past using AI. Spreading misinformation has never been easier.

    Then there’s the whole replacing peoples jobs with AI. No the AI can’t actually do those jobs, not very well at least. But if management and the share holders think they can increase profits using AI, they will certainly fire a lot of folk. And even if that ends up ruining the company down the line, that costs even more jobs and usually impacts the people lower in the organization the most.

    Also there’s a risk of people literally becoming less capable and knowledgeable because of AI. If you can have a digital assistant you carry around on your pocket at all times answer every question ever, why bother learning anything yourself? Why take the hard road, when the easy road is available? People are at risk of losing information, knowledge and the ability to think for themselves because of this. And it can become so bad, when the AI just makes shit up, people think it’s the truth. And in a darker tone, if the people behind the big AIs want something to not be known or misrepresented, they can make it happen. And people would be so reliant on it, they wouldn’t even know this happens. This is already an issue with social media, AI is much much worse.

    Then there is the resource usage for AI. This makes the impact of crypto currency seem like a rounding error. The energy and water usage is huge and becoming bigger every day. This has the potential to undo almost all of the climate wins we’ve had for the past two decades and push the Earth beyond the tipping point. What people seem to forget about climate change is once things start becoming bad, it’s way too late and the situation will deteriorate at an exponential rate.

    That’s just a couple of big things I can think of on the top of my head. I’m sure there are many more issues (such as the death of the internet). But I think this is enough to call the current level of “AI” a threat to humanity.


  • And just about anything you try to do to actually read the description would start the movie, including doing nothing for 10 secs (because you are fucking reading the description). Till you hit the back button which just boots you back to the home screen, so you can start the selection process all over again.

    Helpfully they do include IMDB scores when browsing for stuff, sadly all their stuff is total shite so all the scores are low. But hey, at least they include them.

    The only way to watch anything on Prime is to make your selection in advance somewhere else and then search for it. If you type in the literal title of the movie, it will mostly be in the top 10 of the search results. This includes resuming watching something you were watching, like their hit series Fallout. You would expect the resume watching thing to be proudly the first item on the home page. OMG you actually watched something of ours, we are so happy. Nope it’s buried away on the 5th or 6th line and you need to scroll to get to it. It also happily resumes the previous episode at the credits, without the helpful next episode button. If you do manage to get to the next episode, you will need to watch the first 5 secs of same ad you’ve seen a million times (because they only seem to have the one ad on their platform) before you can skip to the content.

    I don’t know what those guys are smoking, but their app is total garbage.

    Usually big corps collect all your personal information and tell you it’s a good thing because they use it to make useful recommendations. That way you at least get something out of it. At Amazon they just take all your personal data and when it comes to recommendations it gives you a big middle finger. I don’t know here’s a romcom from 12 years ago, you like that stuff right? Whatever fuck off.



  • For those not in the know: The big issue with quantum computers is decoherence. This is (simply put) noise produced in the system, which interferes or overwrites the calculation / signal we want to get out of the computer. A large part of this is thermal energy, all that energy bouncing around destroys any chance of reading out the signal. So the solution would be to cool the machine within a fraction of a degree of absolute zero, which is hard but not impossible. Then there’s also EM radiation coming from all around us (wifi and cellphones, but also things like radio), this is relatively easy to shield against. A bit of a pain, but still something that can be done. But then there’s cosmic rays, there’s a real chance a cosmic ray hits with enough energy to disrupt the calculation within milliseconds. Milliseconds isn’t enough to do a useful calculation, so that’s a problem. Shielding against this is also pretty hard, since cosmic rays can have a lot of energy.

    Then there’s the issue of measurement itself, measuring automatically means putting in energy to the system. This means it’s very hard (or maybe even impossible) to read out the results, without destroying them. Even if you get the damn thing stable enough to do a useful calculation.

    The more qubits in a system, the more powerful it becomes, and you need quite a number of them to do anything useful with the machine. But the more qubits the bigger the decoherence issue.

    This is why some people (me included) don’t believe the current form of quantum computers we are researching can actually work in the real world. We need some kind of big breakthrough on this to create an actually useful quantum computer system. With all the cooling and shielding requirements we certainly won’t be using them at home any time soon.

    But of course as with anything these days the marketing department and media runs with everything they can, spouting out nonsense about quantum computers becoming mainstream any day now and all the amazing things they can do. This can make it hard to figure out what the actual level of development is right now. Plus anybody working on this is putting in billions of dollars and sure as heck won’t share anything with anybody. So maybe someone has already made a breakthrough, but I doubt it.