Francesco Yoshi Gobbo :linux: · @frayoshi
84 followers · 528 posts · Server qoto.org

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

Last updated 1 year ago

\x1b orhun 👾 · @orhun
293 followers · 703 posts · Server fosstodon.org

Came across to an interesting bot today!

🍀 **imgbot**: Crawl through all of your image files in GitHub and losslessly compress them.

⭐ GitHub: github.com/imgbot/Imgbot

🚀 Example PR: github.com/dracula/alacritty/p

#github #image #compression #optimization #opensource

Last updated 1 year ago

Evan Hahn · @EvanHahn
918 followers · 296 posts · Server bigshoulders.city

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?

#deflate #compression

Last updated 1 year ago

IT News · @itnewsbot
3678 followers · 271559 posts · Server schleuss.online
IT News · @itnewsbot
3674 followers · 271544 posts · Server schleuss.online

Explore FFmpeg From the Comfort of your Browser - If you’re looking to manipulate video, FFmpeg is one of the most powerful tools ou... - hackaday.com/2023/08/27/explor

#video #codec #ffmpeg #webbased #encoding #compression #softwarehacks

Last updated 1 year ago

꧁~LilyCea~꧂ · @alcea
44 followers · 3190 posts · Server pb.todon.de

I still how s can all that .

I mean - sure.
If you that can be done
But ?

That requires with their server that replies with the page instead

Also ™ now thinks I'm from
:Alcea_LolFace:

#wonder #opera #servers #handle #data #influx #disable #images #clientside #compression #communicating #theinternet #netherland

Last updated 1 year ago

Pierre Lindenbaum · @yokofakun
947 followers · 1333 posts · Server genomic.social

"Gzip Decompression and Random Access for Modern Multi-Core Machine" github.com/mxmlnkn/rapidgzip

#gzip #compression #library #parallel #cpp

Last updated 1 year ago

Miguel Madrid-Mencía 🦫 · @mimame
86 followers · 377 posts · Server hachyderm.io

is a written in which works better than any function wrapper to the compressors.

github.com/ouch-org/ouch

#ouch #cli #compression #helper #rust #terminal

Last updated 1 year ago

Josiah Winslow · @winslowjosiah
58 followers · 287 posts · Server hachyderm.io

Day 38

This is the second time I've tried out coding on the . 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.

#agbic #huffman #pico8 #compression #gamejam #gamedev #gamedevelopment #indiedev #programming

Last updated 1 year ago

· @dcz
301 followers · 1904 posts · Server fosstodon.org

Any 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 with , and got only 35MiB. Much closer to what I expected.

What gives? Is stringing files together in a way that prevents from detecting duplicate data across files?

#compression #7zip #lzma2 #tar #zstd

Last updated 1 year ago

AskUbuntu · @askubuntu
203 followers · 1742 posts · Server ubuntu.social

tar skip trying to compress files by extension

askubuntu.com/q/1480481/612

#tar #fileformat #compression #gzip

Last updated 1 year ago

Webvert · @webvert
6 followers · 29 posts · Server piaille.fr

📣 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 : lewebvert.fr/blog/2023-04-14-t

#compression #tutoriels #performanceweb #ecoresponsable

Last updated 1 year ago

Beej · @beejjorgensen
136 followers · 270 posts · Server mastodon.sdf.org

Good very-high-level overview of common compression techniques and apps.

itnext.io/understanding-compre

#compression #algorithms

Last updated 1 year ago

Amadeus Paulussen · @amadeus
142 followers · 912 posts · Server mstdn.social

Can anyone recomend a for that is ideally based and offers and among other features? I intend to replace with an offering. I am not a but I still enjoy a well designed, capable with a solid feature set for my intermediate . Many thanks in advance!

#videoediting #App #editor #Pro #OpenSource #davinciresolve #compression #Audio #imagestabilization #GTK #Linux #videoeditor

Last updated 1 year ago

Noah W. · @noah
21 followers · 89 posts · Server twit.social

I love how content online now can look like garbage due to

#hd #compression

Last updated 1 year ago

Evan Hahn · @EvanHahn
893 followers · 253 posts · Server bigshoulders.city
Jens Oliver Meiert · @j9t
619 followers · 443 posts · Server mas.to

📼 From the archives:

📝 Image : How to Super-Easily Set Up Automated Base :

meiert.com/en/blog/easy-automa

#optimization #compression

Last updated 1 year ago

Markus Osterhoff · @mosterh1
81 followers · 486 posts · Server academiccloud.social

The User Group will hold their annual European meeting on 19-21 September at , Hamburg, Germany.

The special topic of this meeting will be plugins and , 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.

indico.desy.de/e/ehug2023

#compression #data #hdf5 #desy #hdf

Last updated 1 year ago

uniquegayfun · @uniquegayfun
210 followers · 24 posts · Server hypno.social
Taywee · @taywee
10 followers · 131 posts · Server fosstodon.org

If you use with and (especially with ), 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

Last updated 1 year ago