Live data from Hacker News

Viewing profile — i_s

i_s

HN member
Joined
Wed, Feb 15, 2012, 4:57 PM UTC
HN karma
349
Public activity
157 items

About i_s

No profile information was provided.

Recent public activity

  1. comment
    Comment #49249617

    Maybe we have to subsidize zoomers until we can figure this out.

  2. comment
    Comment #46857868

    Xledger | Mid/Senior Software Engineer | Colorado Springs, CO | ONSITE NO-VISA | 90K - 150K | https://xledger.com Xledger is a cloud ERP system that gives customers better control …

  3. comment
    Comment #45303636

    If I type the name of an enum, then `.`, (and for my settings explicitly request autocomplete suggestions from VsCode), I either don't get anything, or I get a list of 50+ identifi…

  4. comment
    Comment #45293866

    KSON looks interesting. Where I work we did a metadata type project in Pkl recently, which is somewhat similar. Unfortunately, developments on the tooling front for Pkl have taken …

  5. comment
    Comment #43339230

    Couldn't you just use static classes? I don't see how that would be a factor at all, seems like a very superficial reason that would be easy to work around.

  6. comment
    Comment #43338688

    Yea, I came here to say the same thing. Anders' reasons for not going with C# all seem either dubious or superficial and easily worked around. First he mentions the no classes thin…

  7. comment
    Comment #43098915

    Here is one in 73 lines of F# by Jon Harrop: https://gist.github.com/isaksky/6681cfad8ced1708a04b2eca92fc...

  8. comment
    Comment #41766566

    I've read this a few times over the years and I think the argument is sound. But I wonder if it is sound in the same way this statement is: "It is better to go picking blueberries …

  9. comment
    Comment #41110180

    I say higher earners and you think I'm just talking about billionaires? Deranged. I'm just people at higher than the 50th percentile. Say 75th percentile, which probably includes a…

  10. comment
  11. comment
    Comment #41109542

    Norwegians are rich if you look at the average, but if you compare higher earners there vs the U.S. I would say they are actually poor. For example, take an above average software …

  12. comment
    Comment #40610914

    I'm not sure the use of 'accidentally' was sincere. But I like this choice of words in your post in your first version: > unmercenary assumptions

  13. comment
    Comment #38709895

    Not if he does the type of job hopping typical in silicon valley. There are plenty of programmers who only stay at a job ~2 years, and never have to maintain a program over a long …

  14. comment
    Comment #37041405

    I'd argue .NET isn't actually that great of a multi language platform. We have a mixed F# and C# solution at work, and that split sometimes causes a lot of friction. If you have so…

  15. comment
    Comment #34647430

    Sounds like 'Age of Em' by Robin Hanson: https://ageofem.com/

  16. comment
    Comment #32403315

    Saying there is an absence of evidence (of a leak) isn't useful by itself unless they also indicate whether that is evidence of absence (of a leak). I.e., they should indicate whet…

  17. comment
    Comment #31126884

    > This doesn't make much sense. MSSQL does these already I think (except the first) We tested all of these before taking the time to do the rewriting, and no, either they don't, or…

  18. comment
    Comment #31117924

    To check if rewrite rules are still helpful, yea - we just read release notes and test manually. We've never had a rule change from being beneficial to detrimental. For most of the…

  19. comment
    Comment #31117776

    At my work, we often parse and rewrite a query before handing it off to SQL Server, because there are a lot of cases where Microsoft misses obvious optimizations. Sometimes there a…

  20. comment
    Comment #29490429

    You think I'm saying "don't be different for any reason." What I'm actually saying is "don't be different without a good reason". Python for example has been criticized for the bre…

  21. comment
    Comment #29488171

    > You may as well complain that the C guides didn't work in Java. Java borrowed a lot of syntax from C, and it has been very successful. If Java had instead taken the powershell ap…

  22. comment
    Comment #29486872

    > It is a complete re-imagining of what a shell scripting language is. Hardly surprising that it isn't backwards compatible By why does having richer return types necessarily mean …

  23. comment
    Comment #29486331

    I want to like powershell because of the richer return types, but it has so many strange deviations from normal shell languages that it is hard to get productive in it. I remember …

  24. comment
    Comment #28386362

    Xledger Inc | Junior Software Engineer | Colorado Springs | Onsite | Full-time Xledger (ERP / Accounting & Financial Management Software) is expanding the R&D team which focuses on…

  25. comment
    Comment #28235603

    Yea, making it so statements are composing via YAML was a very poor choice. One case I had was needing to change my actions so that steps D, E, and F could be retried together. Wha…