Ithaca Pengu (@IthacaNFT)

사용자가 설치 후 첫 실행에서 safetensors 포맷 파일이 27.1GB 크기로 다운로드되고 있음을 보고했습니다. 모델 파일이 큰 경우 초기 다운로드 및 저장공간·로딩 시간 이슈가 발생할 수 있음을 시사합니다(구체적 모델명은 언급 없음).

https://x.com/IthacaNFT/status/2009432543519457459

#safetensors #model #download #filesize

Ithaca Pengu 🐧✳️ (@IthacaNFT) on X

@cocktailpeanut I just installed it and it’s showing 27.1 gb for the safetensors file that it’s downloading on the first run

X (formerly Twitter)
Human Readable File Sizes in PowerShell http://dlvr.it/TJqGF0 via PlanetPowerShell #PowerShell #FileSize #HumanReadable #Coding
Human Readable File Sizes in PowerShell

Simple way to humanize a file size in powershell

Clayton Errington

#MÜN OR BUST! X-D #KerbalSpaceProgram in #RealLife! X-D
(yes it really looks like game graphics... but it is said to be actual #NASA footage of #FireFly blue-ghost-mission-1 #lander)

the actual footage is much crisper hat to reduce #filesize massively because #videos on #mastodon are very slow at loading :(

https://fireflyspace.com/missions/blue-ghost-mission-1/

watch #live #landing in aprox 2 days stay tuned! https://www.youtube.com/watch?v=ChEuA1AUJAY

Moon is so close, we can taste it! New footage from Firefly Aerospace shows their #lunar lander's view from 60 miles (100 km) above the #Moon (#MÜN!) Blue Ghost will land at Mare Crisium, on the near side of the Moon, on March 2, no earlier than 3:34am ET (0834 UTC).

Blue Ghost Mission 1 - Firefly Aerospace

Firefly’s first mission to the Moon successfully delivered 10 NASA instruments to Mare Crisium on March 2, 2025.

Firefly Aerospace

#Development #Findings
Web font file size study: variable fonts · If your variable font tops 35K, ask why https://ilo.im/160m5c

_____
#WebPerf #Fonts #VariableFonts #FileSize #Typography #Design #WebDesign #UiDesign #WebDev #Frontend

upx太强了吧。go语言写的程序,用go 1.20 自带的编译器进行静态编译,可执行文件有5MB那么大。用UPX 等级1的参数进行压缩,文件体积竟然能降到2.3MB。

命令如下:

go build -ldflags '-s -w' -trimpath -v -o output.bin main.go && upx -1 output.bin

#go #upx #filesize

Unter Windows benutze ich meist Treesize, um mir einen raschen, um mir einen raschen Überblick zu verschaffen, welche Ordner zu viel Speicherplatz belegen.

Für Linux gibt es da ähnliche Programme (in KDE sogar schon "eingebaut") - QDirStat ist recht ähnlich:

#linux #filesize

I found a cool web tool to reduce images file size, its called #Squoosh

It works well and makes it easy to compare images, plus its #OpenSource (and free) !

https://squoosh.app/

#tool #tip #web #node #js #png #compression #filesize #jpg

Squoosh

Squoosh is the ultimate image optimizer that allows you to compress and compare images with different codecs in your browser.

How to Increase Maximum File Upload Size in WordPress [2024]

Edit the php.ini file to Increase Maximum File Upload Size in WordPress is an essential step for those looking to enhance the performance of their website and

wpWax

Learn how to compress a PDF to make files smaller. This guide walks you through the steps for customizing PDF compression settings.
#PDFCompression #FileSize #AdobePDF #Customization

https://theaccessibilityguy.com/how-to-compress-a-pdf-a-simple-guide-to-smaller-file-sizes/

How to compress a PDF to make files smaller

Learn how to compress a PDF to make files smaller. This guide walks you through the steps for customizing PDF compression settings.

The Accessibility Guy

Randomly thinking about #bikeshedding when #programming the size if a #filesize #integer in a #FileFormat, though I guess it could be used for any #DataStructures in #ComputerScience.

If you know how big the largest number you're going to have to keep track of is, you can cut down on the size of the integer by choosing a number of bits that's just big enough to fit that... But there are ways you can get really screwy with this.

For example, you could choose a number that isn't the standard 8, 16, 32, 64 by going above that and using the extra bits as flags or something, like making it 24-bit and using the last 8 bits as another byte. Or you could lower the granularity, and multiply the value of whatever the number is to get bigger numbers at the expense of numbers not divisible by that.

The issue with thinking of this however is that we are talking a handful of bytes in what could be megabytes, so less than 0.1% of the byte size...

(more)