Earlier quoted context omitted.
The reason uTorrent can stay small is because it exploits libraries that have existed in Windows since NT, mostly for GUI work. There was also development that incorporated the HTML Application library [1]. At least that was the case when I worked on it back in 2014. [1]: https://en.wikipedia.org/wiki/HTML_Application
> it exploits libraries that have existed in Windows since NT I use uTorrent on my mac.
Microsoft is putting Windows on the back burner
51–60 of 67 posts
Re: Microsoft is putting Windows on the back burner
#52Little bit sensationalist. Microsoft seeing profitability and growth from its cloud business, and investing resources accordingly, doesn't mean its "putting Windows on the back burner". In its cloud and enterprise offerings MS has been adding support Linux and open source in general. That mentality shift away from "MS products are for Windows OS" is more what's going on than "MS doesn't care about Windows anymore"
Re: Microsoft is putting Windows on the back burner
#53Earlier quoted context omitted.
The future of PC gaming is Linux gaming. And you can run Windows games in Wine on Linux, including games from Windows 3.11 times.
Why do you think the future of PC gaming is Linux gaming?
Re: Microsoft is putting Windows on the back burner
#54Earlier quoted context omitted.
If it's any consolation what you guys have done with windows 10 is amazing. Big thumbs up here.
Amazing? Resizing, some better keyboard shortcut integration, and transparency? It's still ages behind *nix OSs.
And I don’t care about the *nix implementations because the first thing I do is start tmux and use that. Same as I only care for the Linux userland which is what WSL gives me.
Re: Microsoft is putting Windows on the back burner
#55Earlier quoted context omitted.
If it's any consolation what you guys have done with windows 10 is amazing. Big thumbs up here.
Amazing? Resizing, some better keyboard shortcut integration, and transparency? It's still ages behind *nix OSs.
Re: Microsoft is putting Windows on the back burner
#56for me to dev solely on windows, it needs: 1) coreutils + some other nix commands 2) iTerm2 equivalent(ConEmu/Cmder do not compare)
Powershell is miles ahead in every way I can think of.
Re: Microsoft is putting Windows on the back burner
#57Let’s see.
Re: Microsoft is putting Windows on the back burner
#58PC gaming just shook a little. I have decades old games that still work because Microsoft still supports Windows. uTorrent entirely exists because of Microsoft's commitment to break-your-back-backwards-compatability in Windows. DirectX is 25+ years of of PC gaming's history. That could disappear like a console generation. That's a little disconcerting.
Re: Microsoft is putting Windows on the back burner
#59Earlier quoted context omitted.
Hey there, I'm actually on the windows console dev team. Any specific features you're looking for from iTerm2? There's already hundred of items on the backlog, but I'm always curious what things in particular people are looking for.
Can't answer iTerm2, but I use Cmder daily. I don't think the Windows Console can (as I want for day-to-day usage) 1) show the Git branch in the prompt 2) display nice colours 3) open multiple tabs Looking forward to being proved wrong :) Cmder works well for me but I'd rather have something core to Windows to use instead.
Colors can be customized, but changing them is a PITA so we made (ColorTool)[https://github.com/Microsoft/console/tree/master/tools/Color...] to make it a little easier
Auto updating the prompt isn't possible in CMD unfortunately. I do believe it's possible in powershell, but that's not my cup of tea. I do have a batch script that gets the branch and re-sets my prompt. You could create a git.bat that calls such a script on every git command, or like me, create `vf.bat` that I use to cd and update the prompt at once.
Also in this picture: cmd.exe running inside tmux in WSL. Coming soon to Insider's Builds near you
Re: Microsoft is putting Windows on the back burner
#60for me to dev solely on windows, it needs: 1) coreutils + some other nix commands 2) iTerm2 equivalent(ConEmu/Cmder do not compare)