Viewing profile — jsteemann
jsteemann
HN member- Joined
- Wed, Nov 06, 2013, 4:36 PM UTC
- HN karma
- 83
- Public activity
- 58 items
- HN profile
- View on Hacker News ↗
About jsteemann
Recent public activity
-
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…
-
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…
- story
- story
-
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…
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
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.…
- story
-
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…
-
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…
-
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…
-
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…
-
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 …
-
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…