HackerTrans
TopNewTrendsCommentsPastAskShowJobs

eln1

161 karmajoined 11 ปีที่แล้ว

Submissions

Theoretical Limit of Image Compression [video]

youtube.com
2 points·by eln1·เมื่อวาน·0 comments

The Theoretical Limit of Image Compression [video]

youtube.com
2 points·by eln1·21 วันที่ผ่านมา·1 comments

Environment AI writing code for simulations to test new models of particles

github.com
1 points·by eln1·25 วันที่ผ่านมา·1 comments

Firefox 152 Now Available with JPEG-XL Support

phoronix.com
52 points·by eln1·27 วันที่ผ่านมา·13 comments

NVIDIA LLM compression to save money

developer.nvidia.com
2 points·by eln1·3 เดือนที่ผ่านมา·0 comments

Google Revisits JPEG XL in Chromium After Earlier Removal

windowsreport.com
216 points·by eln1·8 เดือนที่ผ่านมา·101 comments

Another chance for JPEG XL? PDF will support format as 'preferred solution'

theregister.com
6 points·by eln1·8 เดือนที่ผ่านมา·1 comments

comments

eln1
·25 วันที่ผ่านมา·discuss
The goal is to find e.g. Lagrangian, which consequences are in agreement with nature ... but calculating these consequences is quite tough - AI could generate required simulations, and it is already starting.

The question is where to search for such e.g. Lagrangian? There are already many people having own models developed for decades - AI could help to objectively verify with simulations - building kind of arena for models, to select the ones in the best agreement with nature, identify their best features.

After checking the already available physics models from humans, maybe succeeding would be also AI generated - e.g. combining what was the most successful in the tested models.
eln1
·27 วันที่ผ่านมา·discuss
Waiting for enabled by default in Firefox (already in nightly 153) and Chrome (hopefully this year).
eln1
·27 วันที่ผ่านมา·discuss
Sure, most, see e.g. https://en.wikipedia.org/wiki/JPEG_XL#Official_software_supp...
eln1
·10 ปีที่แล้ว·discuss
Golomb-Rice with base M is prefix code optimal for approximately geometric probability distribution Pr(x) ~ sqrt(2)^(-Mx). Arithmetic coding or FSE/tANS would allow to use the actual probability distribution. The question is how large the gain could be - how far from Shannon is Golomb-Rice for this specific type of data? If this probability distribution varies, maybe it's worth thinking about adaptive rANS, like in Oodle LZNA and BitKnit: https://fgiesen.wordpress.com/2015/12/21/rans-in-practice/ ps. Is M fixed or adapting?