Conversation
Notices
-
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Wednesday, 20-Nov-2024 05:19:11 JST Haelwenn /элвэн/ :triskell: > firefox-128.4.0esr.source.tar.xz
> 532M
What the fuck did they put in there.-
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Wednesday, 20-Nov-2024 05:23:16 JST Haelwenn /элвэн/ :triskell: $ du --apparent-size -sh firefox-128.4.0/ 2.7G firefox-128.4.0/ OS install, that's the size of an OS install.
-
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Wednesday, 20-Nov-2024 05:49:11 JST Haelwenn /элвэн/ :triskell: 680.0 MiB /third_party 345.3 MiB /third_party/rust 121.2 MiB /third_party/libwebrtc 77.1 MiB /third_party/webkit 40.9 MiB /third_party/python … Vendors of rust libraries I could understand that's just rust for you but why must firefox always do weird shit with Python like here vendoring aiohttp and pip (including exe of course…).
btw:
$ deblob -j firefox-128.4.0.deblob.json -n >|firefox-128.4.0.deblob.log $ grep -c '^detected' firefox-128.4.0.deblob.log 2901 $ jq --raw-output0 '.[].path' firefox-128.4.0.deblob.json | xargs -0 wc -c | grep ' total$' 53554906 total 44495408 total 21318262 total $ echo 53554906+44495408+21318262 | bc -l 119368576 $ humanize -b 119368576 113.839 MiBalcinnz repeated this. -
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Wednesday, 20-Nov-2024 05:53:25 JST Haelwenn /элвэн/ :triskell: @jeff Well… webkitgtk-2.46.3.tar.xz clocks at 41M
-
Embed this notice
jeff (jeff@mk.magicka.org)'s status on Wednesday, 20-Nov-2024 05:53:26 JST jeff @lanodan@queer.hacktivis.me it's a web browser
-
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Wednesday, 20-Nov-2024 06:15:23 JST Haelwenn /элвэн/ :triskell: btw filtering out exes, winapi .a files, test blobs (although size xz I shouldn't), there's still:
$ grep -v -e 'WinNT EXE' -e 'windows-gnu' -e '/test' -e '/PerformanceTests' firefox-128.4.0.deblob.log :: Checking for blobs detected Wasm: firefox-128.4.0/devtools/client/shared/vendor/source-map/lib/mappings.wasm detected Wasm: firefox-128.4.0/devtools/client/shared/source-map-loader/wasm-dwarf/dwarf_to_json.wasm :: Done checking for blobsIf you want to look around say for ELF files, attaching both the log file and the JSON file generated by deblob.
firefox-128.4.0.deblob.log
firefox-128.4.0.deblob.json
-
Embed this notice