Viewing profile — sljd
sljd
HN member- Joined
- Sat, May 25, 2013, 10:53 PM UTC
- HN karma
- 4
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About sljd
No profile information was provided.
Recent public activity
-
comment
Comment #14703321
Powershell 6 is open and runs on Unix.
-
comment
Comment #14703309
The Elvish example is a lot neater in Powershell: `(irm https://api.github.com/repos/elves/elvish/issues)|select number, title -first 11` Can you elaborate on the semicolons? Lists…
-
comment
Comment #13837716
There can be some confusion between pipeline syntax and imperative syntax in Powershell, custom objects don't help either (i.e. `{...}` works differently than `[pscustomobject]{...…
-
comment
Comment #13668694
These outdated OSes have a tiny market share, and more importantly, an organization that prevents sw installation doesn't use outdated OSes. Others can install Firefox even on XP. …
-
comment
Comment #13648535
But what's the current day scenario when you have to support old IEs? Security updates are only being provided for IE 11, which hopefully makes it default to the corporate sphere.
-
comment
Comment #12795049
SQL Express has several performance limits and goes idle when not used.
-
comment
Comment #11392685
"More robust" -- in what way? From what I've seen they are very robust.
-
comment
Comment #5972289
Or what you're saying is that if you store a date of zero VALUE to MySQL it could be magically replaced by NULL internally? That would be really crazy.
-
comment
Comment #5972176
Although I have no experience with MySQL, this kind of problems have to be resolved by using LINQ to SQL since every db type is automatically mapped to its .NET counterpart. The Da…
-
comment
Comment #5970904
Well, AFAIK he can easily switch to MySQL for instance, under the same ORM.
-
comment
Comment #5876174
What do you mean by "forcing"? I'm running Windows XP on VirtualBox without any problems.
-
comment
Comment #5774832
Why the hell!? :)
-
comment
Comment #5769260
Why you do not control your server by Powershell then?
-
comment
Comment #5769204
Windows, because of the polished .NET universe. Btw, is there any alternative to Autohotkey on Linux/OS X? Cannot imagine how to use any desktop GUI without it anymore.