Ithaca Pengu (@IthacaNFT)
사용자가 설치 후 첫 실행에서 safetensors 포맷 파일이 27.1GB 크기로 다운로드되고 있음을 보고했습니다. 모델 파일이 큰 경우 초기 다운로드 및 저장공간·로딩 시간 이슈가 발생할 수 있음을 시사합니다(구체적 모델명은 언급 없음).
Ithaca Pengu (@IthacaNFT)
사용자가 설치 후 첫 실행에서 safetensors 포맷 파일이 27.1GB 크기로 다운로드되고 있음을 보고했습니다. 모델 파일이 큰 경우 초기 다운로드 및 저장공간·로딩 시간 이슈가 발생할 수 있음을 시사합니다(구체적 모델명은 언급 없음).
#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).
#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
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) !
Max file upload headaches? Say goodbye! Discover the hacks to elevate your WordPress game.
https://wpwax.com/how-to-increase-maximum-file-upload-size-in-wordpress/
#wordpress #fileupload #techtips #webdevelopment #websitehacks #wordpresshacks #filesize #wordpresstricks #digitalsolutions #webdesign #filemanagement #techempowerment #wordpressguide #websiteenhancement #filefreedom #wordpressmagic #techrevolution #websolutions #wordpressdevelopment #digitalspace #webempowerment #techinnovation #wordpressskills #techsavvy #techgenius
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/
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)