frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Digital Security for Everyone

https://seanpedersen.github.io/posts/digital-security
1•sean_pedersen•2m ago•0 comments

How to Add Subheading Under Title in Filament 3.2 Laravel 12

https://www.youtube.com/watch?v=iP133QCaOxc
1•techwrath11•4m ago•0 comments

Supreme Founder – Introducing the Orbital Synergy Platform

https://supremefounder.com/the-idea.html
1•fmfamaral•16m ago•0 comments

Ask HN: Are guided tooltip onboarding working in 2025?

1•athulsuresh123•20m ago•0 comments

Ubuntu 25.10: A Retrospective

https://jnsgr.uk/2025/10/ubuntu-25
1•jnsgruk•21m ago•0 comments

Extended Cold Weather Clothing System

https://en.wikipedia.org/wiki/Extended_Cold_Weather_Clothing_System
1•tosh•23m ago•0 comments

Rapid Rare Earth Reshoring

https://xcancel.com/object_zero_/status/1976726412888318378
1•ironyman•26m ago•0 comments

Incident: India B788 near Dubai on Oct 9th 2025, multiple system failures

https://avherald.com/h?article=52e3472f
3•hggh•27m ago•0 comments

Incident: India B788 at Birmingham on Oct 4th 2025, RAT deployed

https://www.avherald.com/h?article=52dfd1cb
2•hggh•28m ago•0 comments

Will AI Usher in an Economic Boom, or Just a Lot of Mediocre Automation?

https://www.bloomberg.com/news/articles/2025-10-10/will-ai-usher-in-an-economic-boom-or-just-a-lo...
2•helsinkiandrew•30m ago•1 comments

'Car Brain' Is Making the US Unhealthy and Dangerous. EVs Won't Fix It

https://www.bloomberg.com/news/articles/2025-10-10/car-brain-is-making-the-us-unhealthy-and-dange...
2•helsinkiandrew•30m ago•1 comments

The Rise of the Discord Architect

https://www.levellr.com/the-rise-of-the-discord-architect-the-new-must-have-role-for-community-le...
1•dylancollins•35m ago•0 comments

Dynamics of Falling Chains

https://perso.ens-lyon.fr/jean-christophe.geminard/miscellaneous.html
2•o4c•36m ago•0 comments

Explore Good First Issues of open source protecting natural resources

https://climatetriage.com
1•protontypes•36m ago•0 comments

International journalists urge Israel to allow reporters in Gaza after ceasefire

https://www.theguardian.com/media/2025/oct/11/international-journalists-gaza-israel-press-freedom
1•NomDePlum•37m ago•0 comments

Framework under fire for Omarchy/DHH/Hyprland support?

https://crimier.github.io/posts/Framework-Omarchy/
1•edent•39m ago•0 comments

Eon – An Effects-Based OCaml Nameserver

https://ryan.freumh.org/eon.html
2•Bogdanp•40m ago•0 comments

Google 'Times New Roman' to see the results in that font

https://www.google.com/search?q=Times+New+Roman
2•liquid99•47m ago•0 comments

Asking Claude how many "n"s are in the word "banana" ... thread.

https://mathstodon.xyz/@mjd/114908712831034027
2•ColinWright•49m ago•0 comments

To collapse sidebar at jsfiddle.net you need to buy the PRO plan

https://jsfiddle.net/
1•liquid99•53m ago•0 comments

Spiritual Programming and AI Development

https://lovable.dev/projects/e376ab56-c29e-45d4-849c-644295928e78
1•tvali•53m ago•1 comments

Vietnam Airlines Data Breach

https://haveibeenpwned.com/Breach/VietnamAirlines
7•pbd•1h ago•0 comments

New Underwater UFO Sightings and the Hidden Non-Human Tech – Rep. Tim Burchett [video]

https://www.youtube.com/watch?v=O3eiFAl2JtQ
1•keepamovin•1h ago•0 comments

Show HN: I made a tool to create your own OpenAI award and get noticed by them

https://aitokenawards.com/
1•stemonteduro•1h ago•0 comments

Show HN: I built a fitness app that lets you log meals/workouts via WhatsApp

https://www.heyfitt.com/
1•liorp•1h ago•0 comments

Show HN: Built a complete personal finance app with AI at 18

https://wealth-ai.in/
1•asaws•1h ago•0 comments

Show HN: ObolusFinanz – Simple finance tools (German tax and investment)

https://www.obolusfinanz.de/en
1•sanzation•1h ago•0 comments

Best Cyclist Wins Bike Race. That's Not Even Half the Story

https://www.wsj.com/sports/rwanda-cycling-world-championships-pogacar-c625a690
1•impish9208•1h ago•2 comments

Build your own X

https://github.com/codecrafters-io/build-your-own-x
2•pykello•1h ago•0 comments

Tilt Doom (2023)

https://www.youtube.com/watch?v=o76U0JPrMFk
1•nmstoker•1h ago•0 comments
Open in hackernews

AV2 video codec delivers 30% lower bitrate than AV1, final spec due in late 2025

https://videocardz.com/newz/av2-video-codec-delivers-30-lower-bitrate-than-av1-final-spec-due-in-late-2025
66•ksec•2h ago

Comments

jonplackett•1h ago
It’s pretty amazing people are still finding ways to make video smaller.

Is this just people being clever or is it also more processing power being thrown at the problem when decoding / encoding?

dajonker•1h ago
I believe patents play a big role here as well. Anything new must be careful to not (accidentally) violate any active patent, so there might be some tricks that can't currently be used for AV1/AV2
olowe•1h ago
It’s more money and more user’s compute being thrown at the problem to get the streaming service’s CDN bill down.
occz•13m ago
While funny, that's not really what I would call accurate. Users get reduced data consumption, potentially higher quality selection if the bandwidth now allows for a higher resolution to be streamed, and possibly lower disk usage should they decide to offline the videos.

Better codecs are an overall win for everyone involved.

zweifuss•1h ago
A bit of both. Also, the modern Codecs have slightly different tradeoffs (image quality (PSNR, SSIM), computational complexity (CPU vs DSP vs Memory), storage requirements, bit rate) and therefore there isn't one that is best for every use case.
amiga386•37m ago
Yes, and it's allowing the format to change to allow more cleverness or apply more processing power.

For example, changes from one frame to the next are encoded in rectangular areas called "superblocks" (similar to a https://en.wikipedia.org/wiki/Macroblock). You can "move" the blocks (warp them), define their change in terms of other parts of the same frame (intra-frame prediction) or by referencing previous frames (inter-frame prediction), and so on... but you have to do it within a block, as that's the basic element of the encoding.

The more tightly you can define blocks around the areas that are actually changing from frame to frame, the better. Also, it takes data to describe where these blocks are, so there are special limitations on how blocks are defined, to minimise how many bits are needed to describe them.

AV2 now lets you define blocks differently, which makes it easier to fit them around the areas of the frame that are changing. It has also doubled the size of the largest block, so if you have some really big movement on screen, it takes fewer blocks to encode that.

That's just one change, the headline improvement comes from all the different changes, but this is an important one.

There is new cleverness in the encoders, but they need to be given the tools to express that cleverness -- new agreement about what types of transforms, predictions, etc. are allowed and can be encoded in the bitstream.

https://youtu.be/Se8E_SUlU3w?t=242

seydor•1h ago
All this high speed fiber for nothing...
ttoinou•1h ago
well we might start streaming 8K content ! Or maybe this could be used for 16K VR videos
stop50•58m ago
Or the next <insert shooter with ridiculous size here>
SG-•51m ago
it's almost like a majority of the world is still consuming data and video on mobile networks.
brnt•48m ago
Saturation is only a goal if it's a bottleneck. It's good to remove bottlenecks.
uyzstvqs•5m ago
Concurrent maximum efficiency + maximum availability is the way to go. This principle also applies to compute power and energy markets.
IshKebab•54m ago
We must be reaching the limit at which video codecs can only achieve better quality by synthesizing details. That's already pretty prevalent in still images - phone cameras do it, and there are lots of AI resizing algorithms that do it.

It doesn't look like AV2 does any of that yet though fortunately (except film grain synthesis but I think that's fine).

meindnoch•41m ago
I think Fabrice Bellard have been experimenting with neural codecs like that.
rarisma•52m ago
30% over AV1 is crazy, it doesn't feel too long since AV1 released but that was in 2019.
latexr•47m ago
I always thought the name AV1 was partly a play on/homage to AVI (Audio Video Interlace), but AV2 breaks that. Even if it’s meant to be embedded into other container formats such as MP4, there are files with the .av1 extension and there is a video/AV1 MIME type (and possibly a UTI?). Does this mean we now need to duplicate all that to .av2 and video/AV2? What about the AVIF file format?
ttoinou•36m ago
Do you mean the file extension should only reflect the file format and not the codecs it has inside ?

Maybe that’s what we did in the past and it was a bad idea. It’d be useful to know if you can read the file by looking only at its extension

galad87•32m ago
That wouldn't scale well, something like .av1opusflacwebvtt?
uyzstvqs•17m ago
Files with the .av1 extension are for raw AV1 data. For AV2 this should become .av2, yes. That's by design, as they're two different incompatible formats. Typically you use a container like Matroska (.mkv, video/x-matroska), WebM or MP4 which contains your video stream with a type code specifying the codec (av01, av02).

AVIF is also a container format, and I believe should be adaptable to AV2, even if the name stands for "AV1 image format". It could simply just be renamed to AOMedia Video Image Format for correctness.

jeden•46m ago
I wait on new codec invented #AI
occz•11m ago
You'll be waiting for a long time then, probably. Making codecs is actually a hard problem, the type of thing that AI completely falls over when tasked with.
Gigachad•16m ago
Is anyone else getting a cloudflare blocked on this page?