

the only way to give people any choice is to force them into
Well, to me, it seems pretty paradoxical, almost in the same Rousseauesque line of “I’m forced to be free”.
Pointing out problems is very different from the edgy “everyone needs to die” philosophy.
Sorry but you distorted my words. In no moment I said “everyone needs to die”, and I challenge anyone accusing me of that to point out where I said this. What I’ve been saying throughout this Lemmy thread is how humans are inherently evil (as per Hobbesian philosophy, not out of hatred misanthropy), how our actions are endangering ourselves and other lifeforms, and how we “should” (emphasis on “should”, not “must”) refrain from letting the unborn suffer the consequences of Industrial Revolution.
In no moment I advocated for forced antinatalism, let alone for genocide/omnicide. My point is philosophical, rather than regulatory.
If the goal is complete human eradication
First: no, it’s not. It’s about eradicating suffering from future generations.
Then, humans are eradicating themselves even without antinatalism. No other lifeforms developed nuclear warheads, no other lifeforms shrug off when children starve. I saw a cat desperately meowing to me when she couldn’t breastfeed kitten that wasn’t even hers, because she got no more milk to feed them, I could feel her desperation. I saw myself, and heard as well, how animals stopped to take care of another who is/was hurt or starving. Meanwhile, humans, oftentimes, shrug at the homeless “well, you’ll find something”, or even rudely saying “you gotta work to eat like everybody does”… To be fair, it’s not everyone who does this, but many people do, especially in the said “first-world countries”.
Also, even if humans continue reproducing recklessly ignoring the nightmarish future that expects the future generations, no lifeforms are eternal. Even Earth herself isn’t eternal, for the Sun will engulf the Earth as part of its transformation to Giant Red. One could argue “humans will become interplanetary”, but it’ll be just moving cosmic goalposts, because the Cosmos will also end someday.
Scientific advancement is the reason we have so many people on the planet.
Yes. Then, Science was hijacked by capitalism, becoming something sponsored by capital goals, one which sees people as cogs in the machine because “profit must go up”.
And then we came up with the germ theory of diseases and vaccines
Yes. And, on one hand, this improved quality of life (= less physical suffering). On the other hand, it empowered capitalism so people became increasingly reliant on a system that seeks to perpetuate their slavery (= ontological, invisible suffering).
But, working hard to improve the human condition seems a pretty far cry from “why don’t we all just die?”
Improving human condition also means avoiding suffering from future generations: https://pmc.ncbi.nlm.nih.gov/articles/PMC7422788/
@kionite231@lemmy.ca @NONE_dc@lemmy.world
As far as I know, there are two different domains in play here: YouTube dot com, and Googlevideo dot com. The first serves the main interface, as well as the API endpoints. The latter serves the stream.
Both deal with geographical distribution (CDN) so the domain solves (via DNS) to a data center as closest as possible to the user (e.g. if I access YouTube, the domains will solve to Google data centers in Sao Paulo).
This regionalization makes it difficult for real-time communication of video statistics, so the view count and other information is often delayed as they’re aggregated geographically and later communicated back to their main data center.
That’s also why, for example, a video Id isn’t sequential (1,2,3,4,…), because it’d require the servers to communicate their machine states in real-time, thus leading to the same (or worse) delays from users accessing the main data center directly, which can be as farther as dozens of thousands of kilometers from the user if the said user is in, say, the middle east, because the main servers are USian and light can go as fast as circa 300.000km/s in vacuum, getting slower if light needs to go through glass, which is the case for optic cables: even though it seems fast, it’s actually slow in computing terms because information needs to arrive and go multiple times in order to carry all the network packets.
Then, there’s another phenomenon: a video streaming can involve multiple reconnections, as the content is being streamed. This is even noticeable when there are thousands or millions of simultaneous viewers, and the user notices this as buffering delays. If each connection were to count a new view, it’d count the same viewer multiple times, so the view count is done through the main interface instead, through the main domain YouTube dot com. Even when people access the video through the app or through a smart TV, the device will request the YouTube domain which will return information regarding the stream, such as the exact URL for the said video on Googlevideo.
Invidious, as far as I know, uses the main interface to retrieve the streaming information (web scraping, as the official API is restricted in this regard), so it’s as if some user were accessing it, so it should count as a view. The new view count isn’t instantaneous so that’s probably why you didn’t see the viewer count going up.