Viewing profile — bitcrazed
bitcrazed
HN member- Joined
- Tue, Sep 23, 2014, 4:51 AM UTC
- HN karma
- 232
- Public activity
- 115 items
- HN profile
- View on Hacker News ↗
About bitcrazed
Sr. PM for the Windows Command Line, Windows Terminal and former PM for Windows Subsystem for Linux (WSL)
[ my public key: https://keybase.io/bitcrazed; my proof: https://keybase.io/bitcrazed/sigs/wxyfEQ2ODiyi05IoKj3HA7Li5brkIBqLz9n_edG953w ]
Recent public activity
-
comment
Comment #23267137
You think there weren't codes of conduct back in 1983? ;)
-
comment
Comment #23267086
You and I both - first time I ever touched an IBM PC XT (in my Dad's office), I immediately fired up BASIC and went to town (had already been programming BASIC for 18 months by tha…
-
comment
Comment #23243364
WSL uses a Hyper-V derived virtual machine that is * Sparse & light - they only allocate resources from the host when needed, and release them back to the host when freed * Fast - …
-
comment
Comment #23243333
Hi. Microsoft PM working on WSL, Terminal and Windows. WSL2 literally runs user-mode distros (and their binaries) in containers atop a shared Linux kernel image ( https://github.co…
-
comment
Comment #23243290
Hi. PM on Windows & WSL here. Imagine if you could run AI/ML apps and tools that are coded to take advantage of DirectML on Windows and/or atop DirectML via WSL. Now you can run th…
-
comment
Comment #22429257
As a matter of interest, have you tried WSL? It's a much more integrated experience than the isolated VM approach.
-
comment
Comment #22428924
PM for Windows Command-Line here. Appreciate your feedback, but we solicited and received feedback from many, MANY sources. UserVoice, Stack Overflow, Github Issues, customer inter…
-
comment
Comment #22428857
Hi. PM on Windows Command-Line here. The Console/Terminal team first took-ownership of the Console & Cmd codebases in late 2014, so it's been ~5.5 years. Until v. recently, the tea…
-
comment
Comment #22428770
Hi. PM on Windows Command-Line here: A couple of things: 1. You're confusing Cmd (the command-line shell) with Console (the terminal UX you see and interact with on-screen) 2. Deve…
-
comment
Comment #19879752
Hey Nick. I'm the PM for Windows Terminal, and formerly, WSL: Thanks for your thoughts on WSL & the new Terminal. Re. release mechanisms, etc: Terminal will be delivered via the St…
-
comment
Comment #17962939
You should give WSL a try now - a couple of years ago would have been shortly after it was first released, when it was VERY early, and only barely able to run some of the more soph…
-
comment
Comment #17962916
Re. Color: Not true - Windows Console supports 16M 25-bit RGB colors since Creators Update (build 1703): https://blogs.msdn.microsoft.com/commandline/2016/09/22/24-b... That said, …
-
comment
Comment #17962896
We hear you re. disk perf, and Linux filesystem access from Windows - we're working on it. Bear with us. Also, we added a decent amount of libusb support back in Creators Update: h…
-
comment
Comment #17962885
In short ... DON'T! Assume that your distro's are locked away behind a one-way wall - Linux can see Windows files, but Windows cannot (safely) use Linux files. More details here: h…
-
comment
Comment #17962851
I recommend enabling WSL, installing your favorite distro from the Windows store and giving it a try. I think you'll be surprised by what WSL CAN do and the scenarios in which it's…
-
comment
Comment #17603608
You mention Hyper. Are you running PowerShell connected to Hyper or Console? If you're running Hyper, note that this alone takes 6s to (warm) start Cmd on my 16GB RAM Core-i7 Surfa…
-
comment
Comment #17580829
IFSHLP.SYS was originally created during the implementation of OS/2 1.2, and later released in Windows 3.11 running on 32-bit 386 Enhanced Mode. Its job was to provide 32-bit file …
-
comment
Comment #17580788
I am not comparing performance of a terminal window - Cmd and PowerShell both run connected to the same terminal app - Windows Console (conhost.exe) as discussed ad nauseum in the …
-
comment
Comment #17580319
You're conflating two things here: Remote Procedure Calls have many implementations. CORBA and Java implement RMI, Microsoft implemented DCOM. And for serializing API calls, they d…
-
comment
Comment #17580296
Fixed! Let me know if you prefer the updated version I posted this afternoon. Thanks for the feedback :)
-
comment
Comment #17580292
> You would be hard pressed to find DOS-era software that bangs on buffer starting at 0xB800:0000 that still works in 64-bit Windows. True, though 32-bit editions of Windows still …
-
comment
Comment #17580278
Console now enumerates and allows selection of monospace TTF fonts. Alas, as one of our dev's says often "Fonts are just files containing collections of lies"! Some fonts claim to …
-
comment
Comment #17580269
As a matter of interest, have you tried Windows 10's Console?
-
comment
Comment #17580266
Actually, no - Windows ME did not depend on MS-DOS. For all the bad rap it got (some of which was deserved), ME bypassed real-mode MS-DOS (and its config files) at bootup, and load…
-
comment
Comment #17580241
Refactoring spaghetti would have been a breeze compared to the Console. What stands as a HUGE testament to the Console team's effort, however, is the fact that, while re-engineerin…