Live data from Hacker News

Viewing profile — mpw222

mpw222

HN member
Joined
Sat, May 20, 2017, 3:42 AM UTC
HN karma
22
Public activity
3 items

About mpw222

No profile information was provided.

Recent public activity

  1. comment
    Comment #16138202

    PowerShell is terribly slow compared to basically anything, but the slow bit here is probably the I/O. Each Add-Content call is a opening appending and flushing to the file, in the…

  2. comment
    Comment #14427866

    My 2 cents having gotten about 10 bugs in Microsoft products (mostly Windows and Office, some server, some client, some kernel mode, some user mode): You basically have to pay for …

  3. comment
    Comment #14381107

    Writing a robust , idiomatic PowerShell function of any complexity is deceptively challenging, and the background required to do it correctly is almost all unique to PowerShell. PS…