frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Muse Spark 1.3

https://developer.meta.com/ai/models/muse-spark/
94•bvaldivielso•46m ago•35 comments

Gemini 3.8 Flash and 3.8 Flash Cyber

https://blog.google/innovation-and-ai/models-and-research/gemini-models/3-8-flash-and-3-8-flash-c...
649•bratao•5h ago•386 comments

Google avoids a breakup of its ad tech business

https://www.nytimes.com/2026/09/02/technology/google-ad-tech-remedies.html
80•donohoe•5h ago•27 comments

The Post-AI Internet Doesn't Look Great

https://www.jordangoodman.xyz/the-post-ai-internet-doesnt-look-great/
39•speckx•40m ago•23 comments

Can I opt out of my input or output data being used for training?

https://help.mistral.ai/en/articles/455207-can-i-opt-out-of-my-input-or-output-data-being-used-fo...
318•teekert•7h ago•137 comments

Wendell Berry has died

https://www.nytimes.com/2026/08/31/us/wendell-berry-dead.html
54•Curiositry•1d ago•28 comments

Biggest dark matter detector spots a single weird particle

https://www.science.org/content/article/world-s-biggest-dark-matter-detector-spots-single-weird-p...
206•randycupertino•6h ago•56 comments

Introducing Muse Spark 1.3

https://research.meta.ai/blog/introducing-muse-spark-1-3
33•scrlk•55m ago•9 comments

Embedded Rust RTOS vs. C RTOS

https://tweedegolf.nl/en/blog/65/async-rust-vs-rtos-showdown/
22•kooi•1h ago•3 comments

I wanna live an NPC life

https://signalundefied.bearblog.dev/i-wanna-live-an-npc-life/
6•conferza•28m ago•0 comments

Exit the Cave

https://turtlespace.blog/p/exit-the-cave
156•akkartik•6h ago•39 comments

Aging Brains Blend Memories Together Instead of Just Forgetting Them

https://studyfinds.com/aging-brains-blend-memories-together-instead-of-forgetting-them-study-finds/
155•mdp2021•7h ago•65 comments

The Qantas A380 engine disintegration in 2010

https://admiralcloudberg.medium.com/a-matter-of-millimeters-the-story-of-qantas-flight-32-bdaa62d...
17•gumby•1h ago•3 comments

Commodore 64 released September 1, 1982

https://dfarq.homeip.net/commodore-64-released-september-1-1982/
293•giuliomagnifico•11h ago•149 comments

A Selection of Los Alamos Rolodex Business Cards

https://clui.org/collections/los-alamos-business-cards/selection-cards
112•1970-01-01•2d ago•24 comments

A practical guide to running 8x RTX PRO 6000's

https://www.gpupartner.com/blog/a-practical-guide-to-running-8x-rtx-pro-6000s
7•Retell15•2d ago•2 comments

Poisson Disk Sampling

https://stripeacross.com/posts/poisson-disk-sampling/
101•vismit2000•6h ago•15 comments

Three sites made 215,128 “best software” pages for AI. Perplexity cites them

https://trellner.com/reports/manufactured-sources-behind-ai-recommendations/
244•jakobgreenfeld•6h ago•111 comments

SteamdDB Joins Nexus Mods

https://www.nexusmods.com/news/15597
79•HelloUsername•4h ago•48 comments

Paint.net 5.2 alpha now runs on Linux

https://forums.paint.net/topic/134562-paintnet-52-alpha-build-9739/
132•judah•3h ago•112 comments

We could save petabytes of cache storage with Zstandard and Pingora

https://blog.cloudflare.com/cache-transcoding/
30•torutofu•1d ago•8 comments

Making the Internet Boring

https://cemrehancavdar.com/2026/08/30/making-the-internet-boring/
34•zdw•3d ago•17 comments

A note on subscription prices from LWN

https://lwn.net/Articles/1090585/
645•rwky•7h ago•127 comments

WebLLM: high-performance in-browser LLM inference engine

https://github.com/mlc-ai/web-llm
64•saikatsg•6h ago•14 comments

Using Cloudflare Workers and reCAPTCHA v3 for a Static Site Contact Form

https://nooshu.com/blog/2026/03/09/using-cloudflare-workers-and-recaptcha-v3-for-a-static-site-co...
8•speckx•1h ago•0 comments

AI Agents and the Refactoring That Never Happens

https://www.rosenfeld.page/articles/programming/2026_09_02_ai_agents_and_the_refactoring_that_nev...
6•rosenfeld•29m ago•5 comments

Fable 5.1 World Modeling

https://github.com/PhiloLabs/fable51-worlds
4•surreal_•32m ago•0 comments

Discontinuation of third level domain registrations for the .name TLD [pdf]

https://itp.cdn.icann.org/en/files/consensus-policies/rsep-2026013-name-request-15-04-2026-en.pdf
41•greyface-•1d ago•30 comments

Telli (YC F24) is hiring engineers and designers [Berlin, on-site]

https://careers.telli.com/
1•sebselassie•11h ago

I Don't Have a Smartphone

https://ploum.net/2026-09-02-i_dont_have_a_smartphone.html
145•speckx•2h ago•147 comments
Open in hackernews

We could save petabytes of cache storage with Zstandard and Pingora

https://blog.cloudflare.com/cache-transcoding/
30•torutofu•1d ago

Comments

MayeulC•44m ago
> We initially considered limiting transcoding to popular content

Weird, I would have compressed cold content instead, if the goal was to save on CPU time during decode.

genxy•28m ago
I would compress it all, and then selectively recompress at higher compression levels depending on the link, read frequency and diversity and capabilities of the clients.

Zstd 3 to 5 is nearly free in terms of not bottlenecking disk or network. Zstd 12 to 19 gives amazing compression results and still result in speedups when reading from disk. It really is a wonderful all purpose compressor.

One of the nice things about Zstd is if you try to compress and already compressed stream, it short circuits. So even if you are given say HVEC MP4 and run zstd -19 on it, it will "compress" immediately and not DOS your pipeline.

CodesInChaos•26m ago
I'm confused by how this affects range requests. Without compression, those can be easily satisfied by reading the relevant part of the cached complete file. But how are they handled now? The article claims "range requests remain unchanged", but I don't see how that's possible if the cache no longer stores the uncompressed data.
pkulak•22m ago
I assume the entire resource needs to be decompressed first, then indexed into, served, and discarded. Well, actually, you could just decompress up to the end of the range.
CodesInChaos•16m ago
Which would have terrible performance for range requests starting late in a large file. For files that are frequently accessed that way, this could be prohibitive.

You could split the file into independently compressed blocks as well. But that'd reduce compression rate and require adding some kind of index for seeking.

Or they have an upper size limit for the file size they compress, since large files are rarely compressible text.

In any case it is something that needs the be handled before going live with a compressed cache. But the article sounds like they simply didn't implement compressed caching for those cases, which makes no sense.

thinkindie•25m ago
Why not serving files compressed if the client supports it even though the origin served an uncompressed file?
theandrewbailey•9m ago
I was thinking this. Zstd support is widely supported in browsers, over 80% right now and will increase over time:

https://caniuse.com/?search=zstd