Live data from Hacker News

Viewing profile — mathh

mathh

HN member
Joined
Sat, May 11, 2019, 7:17 PM UTC
HN karma
16
Public activity
15 items

About mathh

No profile information was provided.

Recent public activity

  1. comment
    Comment #49257737

    The article seems to me to be quite poorly written. In addition, voluntarily or not, this begins to resemble research work, without the formalism that would be necessary. So, I hav…

  2. comment
    Comment #42151766

    Could such a mechanism be used for interstellar travel ?

  3. comment
    Comment #40180147

    Yes the good old days of spaghetti code where everything was simpler before it became complicated for me. Let me code my soup of ifs in methods returning void / Unit, there is noth…

  4. comment
    Comment #27157902

    I suggest renaming Hacker News Rust news.

  5. comment
    Comment #24988868

    Is it so hard on HN to use specific and appropriate verbs other than “to scale” for any idea related to something expanding or getting bigger ?

  6. comment
    Comment #24583434

    That is an important comment. I really like Postgres, as it is the only free RGDB allowing complex SQL (MySQL is improving), and is also reliable, but some people need to realize t…

  7. comment
    Comment #24486102

    +1 to Groovy. Can be very simple and elegant, like a better Python, on the JVM. But also very rigorous, as a Java superset, with powerful features like mixing dynamic and static co…

  8. comment
    Comment #24363546

    >>OOP is fundamentally a paradigm about modelling a mutable world Many interesting points in this comment, but I am not sure about the mutable part of this assertion. I see those t…

  9. comment
    Comment #24237911

    So ankward to find my stereotypical complaining fellow citizens here on HN.

  10. comment
    Comment #24126492

    >>A language with good orthogonality is smaller, more consistent, and is easier to learn due to there being few exceptions from the overall set of rules (wikipedia btw) table = (SE…

  11. comment
    Comment #21518149

    Oracle Active Data Guard also (queriable replica), with column store.

  12. comment
    Comment #20419074

    Yes, GUI assisted reactive programming. And that's why when you start to use use VBA or js in Excel, it's a fail. Excel power users (I am not one of them) know how to solve almost …

  13. comment
    Comment #20013769

    >Doing something, I mean really doing something, requires changing our culture. It could have already started by respecting the Paris agreement. In this regard, the US decision to …

  14. comment
    Comment #19888478

    Using an index for access path and ranking for selection

  15. comment
    Comment #19887896

    Impossibility of With clause inlining is indeed one of the major limitation of Postgres, compared to Oracle. We we still have to wait for optimizer hints