The WinRAR Approach
https://basicappleguy.com/basicappleblog/the-winrar-approach
#HackerNews #WinRAR #Approach #Technology #Innovation #FileCompression #SoftwareDevelopment
So @rl_dane introduced #bzip3 to me to use instead of #bzip2. Let's turn some bz2
files into bz3
to see the difference.
First example: 90k opus files
hey snips wake word dataset. It has ~90k opus files and a tar file of 3.1GB
. bzip2
produces the same 3.1GB
which is as expected. bzip3 created 3.0GB
but used tons of computation power. Not worth the 100MB
Second example: Windows 7 virtual box VM image
Windows7.vdi
it's Windows 7 VM image for the "special" days. I think I have to get rid of it. But while it is still there, let's see how each will perform. It is 16GB
uncompressed. bzip2 -9
is 7.0GB
. bzip3
is 6.3GB
but at the expense of like 3x CPU time. Deleting all of them anyway. Down with Windows.
Third example: Pure XML text file
Pure XML file. It's Persian and English characters. Uncompressed is 1.7GB
. bzip2 -9
is 276M
while bzip3
is 260MB
Final example: Creating a simple bomb
So I did this:
dd if=/dev/zero of=./justzero bs=2G count=6
So now I have a 16GB
with only zero bytes. bzip2 -9
is 672KB
. bzip3
is 46KB
.
Conclusion
Thank you @rl_dane
Real nice thing!
#compression #gzip #zip #filecompression #textcompression #datacompression #linux #unix #tech
How to Restore WordPad on Windows 11: Easy Steps! https://youtu.be/n-ot7DR5Svc?si=XMut0Mtt2OBZWTI2 via @YouTube
#Windows11 #7Zip #FileCompression #FileExtraction #Tutorial #WindowsTutorial #TechTips #Software #HowTo
Download & Install 7-Zip on Windows 11 https://youtu.be/DWJNEflOI_8?si=TsvxCjG0gJrRkoJL via @YouTube
#Windows11 #7Zip #FileCompression #FileExtraction #Tutorial #WindowsTutorial #TechTips #Software #HowTo
that time when you try to download an open access book about the archaeology of the amazon (bloomsburycollections.com/monograph?docid=b-9781350270770) and then it's bigger than the calibre install file
seriously, bloomsbury.
🚀 Want to master file compression on Linux? Check out gzip, zip, and tar! Each one has its perks to help you work smarter, not harder! Plus, xTom's hosting has got your back! #LinuxTools #xTom #FileCompression https://xt.om/rD2L
Need a helping hand with PDF compression? DeftPDF is here to make your files fit and fabulous! 😍
Try it for free today➡️ www.deftpdf.com
#PDFhacks #FileCompression #DeftPDF #PDFtips #EasySolutions #ProductivityHacks# TutorialVideo #StepByStep #SaveTime #IncreaseProductivity #StreamlineProcess #SimplifyMarketing
How to Create an Azure Function to Zip Files via Power Automate or Logic Apps 📦✨
✅ Learn to create an Azure Function for file compression
✅ Integrate with Power Automate or Logic Apps
✅ Enhance efficiency with Microsoft Stack procode & low code
Discover how to build an Azure Function to zip files in our latest video! Perfect for handling multiple files and sending them across platforms like SFTP or SharePoint 🚀. We'll guide you through creation to testing the function, and using it seamlessly with Power Automate or Logic Apps. Dive into the world of fusion solutions where professional coding meets user-friendly interfaces. Don't miss out on extending your functionality with Microsoft's powerful tools!
#AzureFunctions #MicrosoftStack #FileCompression #PowerAutomate #LogicApps
Hey Webdevs,
it's suprisingly common that users post media that is already well compressed. If you auto-compress everything, please check whether the compressed version is actually smaller than the input.
Otherwise you will end up with worse content, that also uses more resources.
Thank you for your time! :)
#WebDev #Softwaredevelopment #Userexperience #FileCompression
PeaZip: la aplicación de compresión y descompresión de archivos de código abierto
https://www.computekni.com/2022/12/peazip-la-aplicacion-de-compresion-y.html
PeaZip es una aplicación de compresión y descompresión de archivos gratuita y de código abierto para Windows, Linux y sistemas operativos móviles. Con PeaZip, puedes comprimir y descomprimir archivos en una amplia variedad de formatos, incluyendo ZIP, RAR, 7Z, TAR y muchos otros.
.
.
.
#PeaZip #FileCompression #Decompression #OpenSource #ArchiveManagement #linux