Live data from Hacker News

Dav2d

code.videolan.org

51–60 of 199 posts

Re: Dav2d

#53
post #4

Not on topic, but wow the internet has very quickly devolved into: click -> "making sure you're not a bot", click -> "making sure you're a human", click -> "COOKIES COOKIES COOKIES", click -> "cloudflare something something"

Nearly every single website I'm not logged into these days want me to "confirm I'm not a bot".

it is incredibly annoying but what can you do? AI scrapers ruined the web.

Re: Dav2d

#54
post #16
post #4

Not on topic, but wow the internet has very quickly devolved into: click -> "making sure you're not a bot", click -> "making sure you're a human", click -> "COOKIES COOKIES COOKIES", click -> "cloudflare something something"

We had to set it up on the parts of VideoLAN infra so the service would remain usable. Otherwise it was under a constant DDoS by the AI bots.

I highly doubt there is no other technically feasible option to block the AI bots. You end up blocking not just bots, but many humans too. When I clicked on the link and the bot block came up, I just clicked back. I think HN posts should have warnings when the site blocks you from seeing it until you somehow, maybe, prove you are human.

Re: Dav2d

#55
post #7

>video decoder implementation > look inside >it's C

What are you even implying?

That codecs should be written in safer languages given that they usually process untrusted files. There have been a number of serious hacks from file parsing bugs due to them being written in unsafe languages.

There's literally a DSL designed for this purpose (Wuffs) so it would be interesting to hear why they didn't use it.

Re: Dav2d

#56

We must not continue to develop media codecs in memory unsafe languages. Small, auditable sections can opt-out perhaps, but choosing default-unsafe for this type of software is close to professional negligence.

Of the 3 software AV1 encoders, the only one that is fully dead is the Rust encoder (rav1e). If people truly wanted memory safe encoders/decoders, they would fund and develop them.

Fully dead in what sense? Seems like it still has active development to me.

Re: Dav2d

#57

Earlier quoted context omitted.

And who ever heard of this in the majority of the world? It was news to me, I'm white and European btw. Did you know the US consititues about 4% of humans? When we look at adults and age range that likely ever hear of D4vd we are talking probably considerably less that 1%. The rest of humanity has no negative association with these four letters.

> And who ever heard of this in the majority of the world? It was news to me, I'm white and European btw. It's a recurring headline on the rolling news channels on broadcast TV right now - and it's on the front-page of Reddit for me as well.

>news channels on broadcast TV

So no one below the age of 60 is aware of this.

Re: Dav2d

#58
post #39
post #5

Earlier quoted context omitted.

The internet is such a Tragedy of the Commons… its citizens that act selfishly and in bad faith will slowly make it unusable.

> its citizens that act selfishly and in bad faith will slowly make it unusable It's rarely been the citizens that have been the problem, but the governments and companies that seek the use the network connection for their overwhelming benefit. Re (above): > Not on topic, but wow the internet has very quickly devolved into: click -> "making sure you're not a bot", click -> "making sure you're a human", click -> "COOK…

wat. The protections in place that the OP is talking about are almost entirely due to (not government and company) bad actors.

Re: Dav2d

#59

Earlier quoted context omitted.

Of the 3 software AV1 encoders, the only one that is fully dead is the Rust encoder (rav1e). If people truly wanted memory safe encoders/decoders, they would fund and develop them.

Fully dead in what sense? Seems like it still has active development to me.

It hasn't had any proper quality/speed improvements in years. Only thing that has changed is updating deps and some bug fixes.
Post reply on HN