Live data from Hacker News

Viewing profile — jsteemann

jsteemann

HN member
Joined
Wed, Nov 06, 2013, 4:36 PM UTC
HN karma
83
Public activity
58 items

About jsteemann

github.com/jsteemann

Recent public activity

  1. comment
    Comment #30570031

    Clang's scan-build supports C++ for a long time already. Regarding gcc/g++, there seems to be support only for C. From https://gcc.gnu.org/wiki/DavidMalcolm/StaticAnalyzer : > Init…

  2. comment
    Comment #30569804

    I stumbled across fbinfer and gave it a try for a larger C++ project on Linux a few days ago. It worked out of the box, because fbinfer can tap into the compile commands database t…

  3. story
  4. story
  5. comment
    Comment #25633411

    From the status page ( https://status.slack.com/2021-01/9ecc1bc75347b6d1 ), updated just now: > We're continuing to investigate connection issues for customers, and have upgraded t…

  6. story
  7. story
  8. story
  9. story
  10. story
  11. story
  12. story
  13. story
  14. story
  15. story
  16. story
  17. story
  18. comment
    Comment #21307771

    "Coffee is very bad" sounds like a very bold claim to me and should be backed by supporting facts. Pretty much every substance will have bad effects on your health when overdosing.…

  19. story
  20. comment
    Comment #19390876

    Exactly, AWS DocumentDB is only MongoDB API-compatible, but it's not using any MongoDB components. It's an implementation of its own, leveraging many the base building blocks and i…

  21. comment
    Comment #19390497

    Forgot to answer the JavaScript question... JavaScript can be used in ArangoDB to run something like stored procedures. ArangoDB comes with a JavaScript-based framework (named Foxx…

  22. comment
    Comment #19390438

    The database market will all its competition is definitely challenging. I have no doubt AWS will increase their database market share over time. The good thing about this competiti…

  23. comment
    Comment #19390243

    Specialized databases have the advantage of being, well, specialized... For example, a specialized OLAP database which knows about the schema of the data can employ much more strea…

  24. comment
    Comment #19390152

    ArangoDB is a schema-less database. There is currently no support for schemas or schema validation on the database core level, but it may be added later, because IMHO it is a very …

  25. comment
    Comment #19389982

    Somewhat at least... N1QL tries to be more close to SQL in terms of keywords and such, whereas the AQL approach was to pick different keywords than SQL. Apart from the difference i…