Live data from Hacker News

Viewing profile — muydeemer

muydeemer

HN member
Joined
Tue, Sep 13, 2016, 4:02 PM UTC
HN karma
33
Public activity
17 items

About muydeemer

No profile information was provided.

Recent public activity

  1. comment
    Comment #21740508

    You might want to check out Grakn ( https://github.com/graknlabs/grakn/ ) - its query language is an implementation of recursive datalog with negation and comes with lazy execution…

  2. comment
    Comment #21061724

    The article reminds of the work of Stonebraker and Hellerstein - What Goes Around Comes Around, which gives a description of how the database world goes in cycles (can be found her…

  3. comment
    Comment #21061664

    Just a quick remark on graph dbs. Titan which is mentioned in the article as an example of a graph db is dead. Its successor is the Janus graph ( https://github.com/JanusGraph/janu…

  4. comment
    Comment #20704741

    One of my favourite principles. We used to refer to it as the law of general laziness.

  5. story
  6. comment
    Comment #19885339

    You might find https://github.com/graknlabs/grakn of interest. Datalog was one of our main sources of inspiration. The query mentioned in this thread (the person named Bob who live…

  7. comment
    Comment #19849315

    Backward chaining is goal-driven, it's aimed at answering specific questions where you can prune your search space effectively. This is opposed to data-driven forward chaining wher…

  8. comment
    Comment #19355505

    Just to add and clarify: it supports recursion (since a couple releases back) and pattern negation based on set difference (on current master branch, soon to be released).

  9. comment
    Comment #19353456

    As I see people mentioning Datalog-related software, I'm gonna throw a pebble into the yard as well - Graql ( https://github.com/graknlabs/grakn ) is a declarative graph-based quer…

  10. story
  11. story
  12. story
  13. story
  14. story
  15. comment
    Comment #17214595

    in warcraft you could select groups of 4 as far as i remember

  16. comment
    Comment #14712176

    You can omit the optional value variable and have: match $x isa person, has firstname 'Titus';

  17. comment
    Comment #13541880

    It's an ill-defined question. The correct question should be 'How much can I learn/gain/develop from an extra master's degree". Degrees are just papers, they only matter during CV …