5 Ways to Reduce HTML File Size on Your Website, by @debugbear.com:

5 Ways to Reduce HTML File Size on Your Website, by @debugbear.com:
Compute Bigger with Cat2Cloud Compression!
In this third video, we explore lazy expressions —a compression-native tool to optimize operations
on your data using the Cat2Cloud web client.
With lazy expressions, you can decompress and compute data only when needed, saving time and resources!
Try it out here: https://cat2.cloud/demo
Learn more at https://ironarray.io/cat2cloud
#compression #datascience #ironArray #data
Missed PyData Global 2024? No worries! You can now catch with our recorded session on YouTube.
In my tutorial, I covered:
The basics of an NDArray object in Blosc2
How to leverage lazy expressions for efficient computation
Efficiently computing UDFs within the Blosc2 engine
Accessing your data from the network: a gentle intro to Caterva2
Watch the video here: https://www.youtube.com/watch?v=aR-i_a3nGx0
Don't miss out—learn, explore, and level up your data skills!
Thinking about #Compression for #RetroComputing #PixelArt on monochrome (1bpp) images...
Obviously, Huffman does nothing. Obviously, RLE and LZ applied to bytes only catch repetitions if they're apart by a multiple of 8 pixels, i.e. rarely outside of large uniform areas.
But then, what works? Classic algorithms applied at the bit level? On pairs of bits?
Excited to announce the release of the second cat2cloud introductory video!
Our software optimises file transfer and access for server-hosted data
. cat2cloud's compression-first framework enables users to minimise transfer times and storage requirements
.
In this video, you can see how easy and quick it is to manage file storage using the ubiquitous jupyter notebook format !
Find out more (and see the first video) at https://ironarray.io/cat2cloud!
#API #datascience #compression #jupyter
> Compression Dictionary Transport is a way of using a shared compression dictionary to dramatically reduce the transport size of HTTP responses.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Compression_dictionary_transport
I am looking for a professional #mixing #electronicmusic tutorial (#gainstaging, #eq, #compression, #stereopositioning, #delay, #reverb, #chorus, etc.).
Can anyone recommend something?
Does not need to be free. Does not have to be #bitwigstudio specific.
#musicproduction
This is Internet Gold.
> "... it is important to note that the compression algorithm used by lzip only discards the unimportant data. And if it was unimportant before, what makes it so important now? Huh? In fact, many users may find that compressing their entire file system and then restoring it will be a good way to learn what is truly important."
https://web.archive.org/web/20010608045914/http://lzip.sourceforge.net/faq.html
Brand new PEP by @emmatyping to add Zstandard to the standard library:
https://peps.python.org/pep-0784/
Will it make it in to 3.14 before the feature freeze on 2025-05-06? It'll be close but it's possible!
The PEP also suggests namespacing the other compression libraries lzma, bz2 and zlib, with a 10-year deprecation for the old names.
Join the discussion to give your support, suggestions or feedback:
https://discuss.python.org/t/pep-784-adding-zstandard-to-the-standard-library/87377
**Exciting News!** After 15 years of developing #Blosc/#Blosc2, we're thrilled to announce the beta program for Cat2Cloud!
- Share complex data securely and effortlessly
- Access to the best compression algorithms available
- Perform advanced computations directly in the cloud
...and more!
https://ironarray.io/cat2cloud
Join our beta program today and be among the first to experience the power of Cat2Cloud!
#DataScience #Compression #SaaS #CloudComputing #BetaProgram
Share Data Faster!
Salut, je cherche une app mobile libre pour compresser des images jpg par lot. Une appli à me recommander ?
#help #android #mobile #photo #app# #fdroid #compression #manipulationImage
@sarahdalgulls Arduously long but one point struck me. The use of ambiguity in AI responses because it doesn't know what to put. In effect the reader sees the meaning in the sentence.
Does this mean that we are being gaslighted, and AI is not nearly as advanced as we think? Has it just learnt to produce text that is plausible to anyone and fits multiple interpretations, just like the tabloid astrology columns?
I don't think there's a simple answer to this. On relatively closed domains like writing computer language it definitely can produce real direct answers. On ambiguous social questions, perhaps it does produce ambiguous answers for us to project meaning on to?
I'm quite surprised that I hadn't noticed or thought of this possibility. I think I will ask some questions and look at the answers while asking myself "how would someone with a different worldview understand this?".
Scientists are storing light we cannot see in formats meant for human eyes - Imagine working with special cameras that capture light your eyes can't ev... - https://arstechnica.com/science/2025/03/scientists-are-storing-light-we-cannot-see-in-formats-meant-for-human-eyes/ #multispectrumimages #imagecompression #spectralimaging #imageformats #compression #datascience #science #biz #jpegxl #jpeg
Updated article on Blosc2: Compute with TB-sized datasets on your own hardware, within human timeframes!
Highlights:
Outperforms NumPy by 10x ~ 100x for large computations
Maintains performance with datasets far exceeding physical memory
Integrates seamlessly with the Python data science ecosystem
Works both in-memory and on-disk with minimal performance differences
Read more: https://ironarray.io/blog/compute-bigger
Page Speed: Avoid Large Base64 Data URLs in HTML and CSS, by @debugbear.com:
Ah, the latest #GroundbreakingResearch from the wizards of academia: "Parameter-Free KV Cache Compression" – because who doesn’t love another impenetrable acronym party
? It's so cutting-edge that even the abstract needs an abstract. Time to
"compress" this into the recycle bin!
https://arxiv.org/abs/2503.10714 #GroundbreakingResearch #ParameterFree #Compression #Academia #TechHumor #ResearchTrends #HackerNews #ngated
Are there any #OpenSource #VPN or other #Network tunneling options that have data #compression options? :)
Fitting a Spell Checker into 64 kB - By some estimates, the English language contains over a million unique words. This... - https://hackaday.com/2025/03/26/fitting-a-spell-checker-into-64-kb/ #computerhacks #bloomfilter #compression #spellcheck #algorithm #memory #hash #unix
Exciting Python-Blosc2 Update!
In 3.2.1 release, we've implemented the __array_interface__ protocol for our array containers, dramatically expanding interoperability with NumPy, CuPy and other array libraries.
This means our blosc2.jit decorator now works with virtually all NumPy functions! Compute with the full power of NumPy with either decompressed data... or compressed data without decompressing first.
Check out examples: https://github.com/Blosc/python-blosc2/blob/main/examples/ndarray/jit-numpy-funcs.py