Viewing profile — Jayku1
Jayku1
HN member- Joined
- Wed, Aug 07, 2013, 4:29 PM UTC
- HN karma
- 14
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About Jayku1
No profile information was provided.
Recent public activity
-
comment
Comment #12316732
That's not really true, you can serialize as json in all of those
-
comment
Comment #12316724
They fixed this in later versions with the literal: --% But you can also always use start-process like: start-process app @' your arguments and parameters go here '@
-
comment
Comment #12316705
This is a really strange argument -- he's saying that PowerShell was designed so that you could more easily move from shell to script to library ... Your counter is -- you don't do…
-
comment
Comment #12316623
Ah, that's beautiful. Using a true-Scotsman argument to claim it's not "Real" open source, while denigrating Microsoft for NIH. Classic.
-
comment
Comment #12315534
ConvertTo-CSV converts each property into a single string. Rich object? Tough. You get a string. If the type does not support a nice string representation, you get type names, like…
-
comment
Comment #9384817
WinRM and PowerShell Remoting do not use Kernel Mode Caching, and are therefore not vulnerable.
-
comment
Comment #6173896
If Chrome uses "whatever encrypted storage the system provides" why aren't the credentials stored in the OSX keychain or the Windows Credential Manager, where the user has to re-en…
-
comment
Comment #6173890
I think the data in question is more likely to be feature usage statistics of the sort that show that when a browser does has a master password option, something less than 2% of us…
-
comment
Comment #6173851
Are you on XP with IE6 or something? IE uses the Windows credential store nowadays, which requires you to reenter your logon password before it will expose your password....