Earlier quoted context omitted.
They are rare compared to every other desktop/laptop computer, they still have touchpads and really why would you smear your screen with your sweaty fingers when you can avoid that?
I was saying the same thing but once you have one it's actually quite nice from time to time.
Files UWP: An enthusiast’s take on what Windows File Explorer explorer should be
131–140 of 187 posts
Re: Files UWP: An enthusiast’s take on what Windows File Explorer explorer should be
#132Earlier quoted context omitted.
So it’s 4x the size of mpc-hc, did the sky really fall here? I’m not on a computer but quickly scanning the repo there’s a fair number of image assets, so I don’t really know that that’s a good proxy for “bloat”
why image assets are necessary with modern application? We should be using vector images by now. And vector images are tiny.
Re: Files UWP: An enthusiast’s take on what Windows File Explorer explorer should be
#133It's funny to see the gradient in the title bar, contrasting with the bland borderless-sea-of-whiteness of the rest of the UI. > FilesUwp.Package_0.5.0.0_x64.zip 54.4 MB Nearly 55MB, compressed , for something that attempts to mimic some of the functionality of the regular explorer.exe, is quite frankly ridiculous. I don't have a system to check right now, but I believe even latest Windows 10 has an explorer.exe http…
Re: Files UWP: An enthusiast’s take on what Windows File Explorer explorer should be
#134This is an amazing design exercise, but the thing about Win10 that really pushes my buttons is the Control Panel/Settings conundrum. Each version it seems another feature gets added into the real settings app but still needing to open an old-themed dialog to change mouse settings of all things seems odd. It's not like mouse settings are an obscure feature. I'm not sure why a higher emphasis on cohesiveness isn't note…
My fear with all this is we will end up where we started. The same settings but with extra whitespace so you can nominally use it on a tablet. Microsoft have never been able to show the restraint that Apple have when it comes to this stuff.
Microsoft most assuredly has a plan.
Re: Files UWP: An enthusiast’s take on what Windows File Explorer explorer should be
#135Earlier quoted context omitted.
Starting early is good, but I think he may have gotten sucked into the UWP hype: https://news.ycombinator.com/item?id=19873198 https://news.ycombinator.com/item?id=19883351 If the author is reading this, here's some advice for you: I encourage you to start learning pure Win32 and enjoy the benefits of extreme compatibility (you can create a single .exe that works on anything starting from Windows 95 , depending on th…
Thanks for addressing me with this recommendation. As you may have guessed, I'm the developer of Files UWP. I really have a great deal of respect for those who take the time to learn the guts of the Windows API which simultaneously teaches one how Windows itself works. I won't deny it. There is certainly something pretty great to learning a subsystem written under Gates himself. Further, there have been many instance…
And since you're so young: don't get too attached to a tech if you consider it a dead end or not ready for primetime.
Personally, I'd go for a Qt app next, if you like desktop apps.
Re: Files UWP: An enthusiast’s take on what Windows File Explorer explorer should be
#136Re: Files UWP: An enthusiast’s take on what Windows File Explorer explorer should be
#137Earlier quoted context omitted.
Taint yourself with illegal source code? What does that even mean?
I did not expect this to be such a controversial point, but I am referring to the fact that even having seen the source code would make me a legal risk to employers and open source projects. Whether this is ridiculous or not is not my point, it’s the reality I live in.
I do not think the chances of me implementing something so similar to something I have read before such that it would constitute copyright infringement are very high. I usually can't even remember the exact way I wrote some piece of code months ago myself, let alone something I read...
Re: Files UWP: An enthusiast’s take on what Windows File Explorer explorer should be
#138Earlier quoted context omitted.
Huh? The function is a no-op. The compiler should optimize it into nothingness, but optimization is not the point here. Or was that an attempt at humor?
I don't know how much the C# compiler optimizes code, if it does at all, but I do know that the JIT compiler is smart enough to delete this. So I came up with an awkwardly-worded response that provided information that I knew to be true.
Re: Files UWP: An enthusiast’s take on what Windows File Explorer explorer should be
#139The only thing I've ever wanted from Explorer is... being able to see how big a directory is in the file size column.
If you open the properties of a folder, you can see how long it can take to calculate the size of a folder. This is a feature I've never really needed - what is your scenario for needing this at a glance? When I'm chasing large files that need deleting due to free space pressure I typically use something like the following https://windirstat.net/
This combination seems to work just fine, I don't usually need folder sizes, so I keep the toggle off, and just hit shift-F5 if I really need to see them.
Re: Files UWP: An enthusiast’s take on what Windows File Explorer explorer should be
#140Earlier quoted context omitted.
Starting early is good, but I think he may have gotten sucked into the UWP hype: https://news.ycombinator.com/item?id=19873198 https://news.ycombinator.com/item?id=19883351 If the author is reading this, here's some advice for you: I encourage you to start learning pure Win32 and enjoy the benefits of extreme compatibility (you can create a single .exe that works on anything starting from Windows 95 , depending on th…
Thanks for addressing me with this recommendation. As you may have guessed, I'm the developer of Files UWP. I really have a great deal of respect for those who take the time to learn the guts of the Windows API which simultaneously teaches one how Windows itself works. I won't deny it. There is certainly something pretty great to learning a subsystem written under Gates himself. Further, there have been many instance…
I’d recommend pursuing that route if you’re frustrated by UWP app limitations or performance.
Full disclosure: I work at Microsoft on the Windows team.