Live data from Hacker News

Viewing profile — okram

okram

HN member
Joined
Fri, Aug 06, 2010, 8:48 PM UTC
HN karma
368
Public activity
89 items

About okram

http://markorodriguez.com

Recent public activity

  1. comment
    Comment #28585519

    Amazon has done the same thing to Apache TinkerPop (and Apache in general). They got the founder kicked off the project for being a "Nazi racist." https://www.theregister.com/2021/…

  2. comment
    Comment #26240637

    The satire site is https://twitter.com/thecoopsters

  3. comment
    Comment #22990749

    They are probably using some free OSS script.

  4. comment
    Comment #22990036

    The ElasticSearch lawsuit is still ongoing. 5 years later. They are "quite the fish."

  5. comment
    Comment #22989915

    Ha. The two comments that critique Amazon got down voted with negative points. Does Amazon have cronies patrolling Hacker News to squash dissidents?

  6. comment
    Comment #22989841

    The third wave of open source software is no software at all. It is only a matter of time before Amazon doesn't care whether it's licensed Apache2 or not. They will just take softw…

  7. story
  8. story
  9. comment
    Comment #21062183

    Check out mm-ADT: http://rredux.com/mm-adt/ . The goal of the project is to develop a distributed virtual machine and bytecode specification to make it easier to integrate processo…

  10. comment
    Comment #21012379

    It just wasn't "the scene" at the time. RDF/SPARQL had its world -- permeated throughout academia and some enterprise deployments with quad/triple-stores like AllegroGraph. But it …

  11. comment
    Comment #21011800

    There is something really special about the graph database space. For as long as the space has been around (15 or so years), every vendor and dedicated practitioner has taken solid…

  12. story
  13. comment
    Comment #19257398

    I read the article you recommended. It is interesting in that the authors include feedback to simulate loops and have explicit split and merge operators, where their + operator is …

  14. comment
    Comment #19240622

    It was this book https://www.amazon.com/Common-LISP-Language-Second-Steele/dp... by Guy Steele, but it had a different cover. It was silver with a 1980s like computer font on it.

  15. comment
    Comment #19239496

    I wrote the article on a boat with only an abstract algebra book, a LISP book, and a few articles that I had printed before I left. Thus, my references are my references. To then g…

  16. comment
    Comment #19239451

    There are many Turing Complete languages. There are many stream-based languages. Moreover, there are many Turing Complete stream-based languages. These are instances of the present…

  17. comment
    Comment #19239366

    Check out Gremlin by Apache TinkerPop: http://tinkerpop.apache.org/gremlin.html It is a Turing Complete language that can be embedded in any host language that supports function co…

  18. comment
    Comment #19239305

    A colleague of mine who gets confused by "all the symbols" said that they appreciated the verbose stream notation that I build throughout the article. I would recommend giving the …

  19. comment
    Comment #19239256

    I wrote the paper for technically savvy individuals who are not versed in abstract algebra. While writing the first 5 pages, I constantly asked myself: "Will my mom be able to foll…

  20. story
  21. comment
    Comment #11655657

    Can the author go this direction with Gremgo? http://tinkerpop.apache.org/docs/3.2.1-SNAPSHOT/tutorials/gr...

  22. comment
    Comment #11479980

    I've noticed so many misconceptions over the years about Gremlin, that I was excited to be able to write http://www.planettinkerpop.org/#gremlin .

  23. comment
    Comment #11338017

    It has a very similar look and feel to Gremlin ( http://tinkerpop.apache.org ). (->> ($alice) (assoc $friends) (assoc $friends) (filter (> age 20)) (count)) ...in Gremlin is: g.V(a…

  24. comment
    Comment #11333710

    http://thinkaurelius.com/2013/11/01/a-letter-regarding-nativ...

  25. comment
    Comment #11260824

    Your last sentence is perfect. Each chosen internal representation has time/space-tradeoffs its making. Users needs to pick a graph database based on the tradeoffs they can live wi…