Live data from Hacker News

Viewing profile — sljd

sljd

HN member
Joined
Sat, May 25, 2013, 10:53 PM UTC
HN karma
4
Public activity
14 items

About sljd

No profile information was provided.

Recent public activity

  1. comment
    Comment #14703321

    Powershell 6 is open and runs on Unix.

  2. 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…

  3. 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]{...…

  4. 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. …

  5. 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.

  6. comment
    Comment #12795049

    SQL Express has several performance limits and goes idle when not used.

  7. comment
    Comment #11392685

    "More robust" -- in what way? From what I've seen they are very robust.

  8. 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.

  9. 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…

  10. comment
    Comment #5970904

    Well, AFAIK he can easily switch to MySQL for instance, under the same ORM.

  11. comment
    Comment #5876174

    What do you mean by "forcing"? I'm running Windows XP on VirtualBox without any problems.

  12. comment
    Comment #5774832

    Why the hell!? :)

  13. comment
    Comment #5769260

    Why you do not control your server by Powershell then?

  14. 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.