Skip Navigation
54 comments
  • JPEG-XL (someone already mentioned it as .jxl below) image files.

    • competitive with AVIF compression levels
    • not recycling video compression, so you get benefits like progressive loading
    • JPEG transcoding - can take existing JPEG files (so much of the existing images online) and shrink their size by ~20% with literally no change to the presented image, and this is easily reverable. The amount of data this would shrink without risk of altering the data is HUGE.

    There are a ton of other benefits but those are the three I'm most excited about.

  • CXL, being able to add like a ssd to a system and have it used for gpu and cpu memory sounds cool

  • Basically everything from https://www.protocol.ai/work, bar the blockchain stuff which i can only assume they're doing to milk investors to fund the actually good projects.

    libp2p abstracts away networking so you can simply point to a peer ID and the computer figures out how to connect to it (though you can of course specify how to connect if you wish), and it preserves connections across different networks among other stuff.

    IPFS is basically just torrent but better in every way, foremost in that you can just slap some data onto an IPFS node and if anyone else happens to be serving the same data then you'll both automatically be valid providers, despite never having talked to each other in any way. No more needing to search out a magnet link, just seed whatever data you want and anyone requesting the data from the network will automatically find you.

54 comments