Needed to compress a directory, and noticed that my script was lacking the ability to perform that action… so I’ve added a directory check to the xz9 compress script 💫
It should work, if you encounter problems, let me know ^^
It creates an .xz
in case of file and .tar.xz
in case of directory 📦
#linux #bash #FOSS #FLOSS #shell #terminal #furaUtils #xz #tar #archiving #archive #compression #productivity
#linux #bash #foss #floss #shell #terminal #furaUtils #xz #tar #archiving #archive #compression #productivity
Came across to an interesting #GitHub bot today!
🍀 **imgbot**: Crawl through all of your image files in GitHub and losslessly compress them.
⭐ GitHub: https://github.com/imgbot/Imgbot
🚀 Example PR: https://github.com/dracula/alacritty/pull/17
#github #image #compression #optimization #opensource
#DEFLATE #compression has three valid block types. Two are compressed, but one (BTYPE=00) is not.
Why have this type? Is it just because you might not want to spend computation resources compressing a particular section of the data (or all of it)? Is there data that's actually smaller this way?
Text Compression Gets Weirdly Efficient With LLMs - It used to be that memory and storage space were so precious and so limited of a r... - https://hackaday.com/2023/08/27/text-compression-gets-weirdly-efficient-with-llms/ #artificialintelligence #losslesscompression #lossycompression #textcompression #softwarehacks #neuralnetwork #compression #winzip #llm
#llm #winzip #compression #neuralnetwork #softwarehacks #textcompression #lossycompression #losslesscompression #artificialintelligence
Explore FFmpeg From the Comfort of your Browser - If you’re looking to manipulate video, FFmpeg is one of the most powerful tools ou... - https://hackaday.com/2023/08/27/explore-ffmpeg-from-the-comfort-of-your-browser/ #softwarehacks #compression #encoding #webbased #ffmpeg #codec #video
#video #codec #ffmpeg #webbased #encoding #compression #softwarehacks
I still #wonder how #opera s #servers can #handle all that #data #influx.
I mean - sure.
If you #disable #images that can be done #clientside
But #compression ?
That requires #communicating with their server that replies with the page instead
Also #TheInternet ™ now thinks I'm from #Netherland
:Alcea_LolFace:
#wonder #opera #servers #handle #data #influx #disable #images #clientside #compression #communicating #theinternet #netherland
"Gzip Decompression and Random Access for Modern Multi-Core Machine" https://github.com/mxmlnkn/rapidgzip #gzip #compression #library #parallel #cpp
#gzip #compression #library #parallel #cpp
#AGBIC Day 38
This is the second time I've tried out #Huffman coding on the #pico8. My function for getting my Huffman tree uses 67 tokens, and my function for decompressing Huffman-encoded data uses 121 tokens.
I'll be using this to store the dialogue in my game.
#compression #gamejam #gamedev #gamedevelopment #indiedev #programming
#agbic #huffman #pico8 #compression #gamejam #gamedev #gamedevelopment #indiedev #programming
Any #compression experts here?
I compressed an archive of nearly identical files (snapshots of the list of my tabs) in two ways.
First, as .tar.zstd, and that gave me 325MiB.
Then, I used #7zip with #lzma2, and got only 35MiB. Much closer to what I expected.
What gives? Is #tar stringing files together in a way that prevents #zstd from detecting duplicate data across files?
#compression #7zip #lzma2 #tar #zstd
tar skip trying to compress files by extension #tar #fileformat #compression #gzip
#tar #fileformat #compression #gzip
📣 2ᵉ article : Découvrez les bonnes pratiques pour optimiser votre site web !
Dans cet article, apprenez à optimiser vos images sans compromettre leur qualité. Améliorez ainsi l'expérience utilisateur et boostez le référencement de votre site web. 🚀
Suivez nos conseils et restez à l'affût pour les prochains tutoriels ! ✅
🔎 Lisez l'article complet ici : https://www.lewebvert.fr/blog/2023-04-14-tutoriel-2-optimisation/
#compression #tutoriels #performanceweb #ecoresponsable
Good very-high-level overview of common compression techniques and apps.
https://itnext.io/understanding-compression-methods-df970a9133c9
Can anyone recomend a #videoeditor for #linux that is ideally #gtk based and offers #imagestabilization and #audio #compression among other features? I intend to replace #davinciresolve with an #opensource offering. I am not a #pro #editor but I still enjoy a well designed, capable #app with a solid feature set for my intermediate #videoediting. Many thanks in advance!
#videoediting #App #editor #Pro #OpenSource #davinciresolve #compression #Audio #imagestabilization #GTK #Linux #videoeditor
I made a simple picross puzzle game that fits in 1024 bytes of HTML. Try it at https://js1024.fun/demos/2023/15, or read my blog post about it at https://evanhahn.com/js1024-2023/.
#picross #nonogram #puzzle #CodeGolf #JS1024 #JS1k #JavaScript #minification #compression
#picross #nonogram #puzzle #codegolf #js1024 #js1k #javascript #minification #compression
📼 From the archives:
📝 Image #Compression: How to Super-Easily Set Up Automated Base #Optimization:
https://meiert.com/en/blog/easy-automated-image-compression/
The #HDF User Group will hold their annual European meeting on 19-21 September at #DESY, Hamburg, Germany.
The special topic of this meeting will be #HDF5 plugins and #data #compression, and the meeting is hosted in collaboration with the LEAPS-INNOV EU project. The HDF Group will give an update on the latest developments within HDF5 and present the roadmap for the future.
#compression #data #hdf5 #desy #hdf
If you use #Podman with #BTRFS and #Compression (especially with #LUKS #Encryption), do yourself a favor and run:
find ~/.local/share/containers '(' -type f -o -type d ')' -exec btrfs property set '{}' compression none ';'
In my case, compression being enabled caused some 100x slowdowns in pessimistic cases with container initialization. Postgres containers in particular took over 30 seconds to fully initialize, but with disabled compression, it's under a second.
#podman #btrfs #compression #luks #encryption