19

Do simple Windows apps need space this much? The bulky stuff that Visual Studio and SQL Management Studio put on my machine are already pissing me off and now this? Fuck.

Comments
  • 4
    I remember the time when apps on mobile phones were about a few Mb... Now even for the dumbest app, you can't find anything under 100 Mb.
  • 8
    Blame Trello, this is not MS's fault
  • 1
    @Geoxion I have never coded windows apps, but it depends on the tools MS gives... If you want to code and Android app, you have to import that library, this library, but also those libraries (which all belong to the Android API), which are all included in the APK even if you don't use 1% of it. At least it is the case if you are lazy.
  • 4
    That is electron for ya...
  • 4
    This is electron, stop blaming ms for everything without even know (included who upvoted the rant)
  • 5
    @wil222 Well, I have made some UWP apps (just for myself) and the size of the current one with x86, x64 and ARM combined is 22 MB of which 5MB are images.
    A stand by my argument ;)
  • 5
    @wil222 Just checked. Trello is only for PC. So if I build it for x86 only, the build size is 7.5 MB XD (of which 5MB are still images) :P
  • 2
    About sql management it's a software that has compatibility with all the old versiobs of sql servers, plis i full of functions, if you don't need it you can still use:
    - command line
    - sql tools in vs
    - some alternatives

    About vs is a IDE that support 25 years of stuff (winform, wpf, uwp, web, db, xamarin...)... The min footprint of vs2017 is 600mb than it's up to you what else you want/need to install
  • 0
    @Geoxion What do you mean for PC only? They have apps for iOS and Android, and even Windows can run on ARM
  • 1
    @wil222 Ehh nope, no windows ARM
  • 2
    @wil222 @Geoxion let's say not yet, it's not a uwp but a desktop bridge, so it runs only on x86 for the moment... Should run on windows on ARM when will be officially released by the end of the year
  • 1
    This is electron and not UWP. However, even with UWP u might see an app that is 100+ MBs but the device doesn't download all of it. The UWP appx package contains resources for different devices and DPIs so the store will only pick the resources suitable for the device and won't download the rest. In this case however, it is electron
  • 1
    @azuredivay Yes, this was one of the things that got me super excited for UWP. The OS is smart enough to share these references to reduce bandwidth/disk usage.
Add Comment