Live data from Hacker News

Viewing profile — lucindo

lucindo

HN member
Joined
Mon, Feb 19, 2007, 11:46 PM UTC
HN karma
34
Public activity
16 items

About lucindo

[ my public key: https://keybase.io/lucindo; my proof: https://keybase.io/lucindo/sigs/dtStmvC8XJrzdbV_YeOGkLu4t9PEv0Vu7aMm0OWinQo ]

Recent public activity

  1. story
  2. comment
    Comment #12150031

    I like this Quora answer on the subject: https://www.quora.com/Why-are-software-development-task-esti...

  3. comment
    Comment #10265441

    http://www.scylladb.com/technology/cassandra-vs-scylla-laten...

  4. comment
  5. story
  6. story
  7. story
  8. story
  9. story
  10. story
  11. comment
    Comment #521200

    just for fun: function copylist(lst) { return mapcar(function (x) { return x; }, lst); } function last(lst) { if (null == lst) { return null; } else if (null == cdr(lst)) { return …

  12. comment
    Comment #508522

    function cons(x, y) { return function(m) { return m(x, y); } } function car(x) { return x(function(a, d) { return a; }); } function cdr(x) { return x(function(a, d) { return d; });…

  13. story
    Automatic tagging with ruby

    Using text classifiers to tag news.

  14. comment
    Comment #91167

    Q: What would you do differently if you could do it all over again? Reddit: Stick with Lisp. (...) http://notelab.infogami.com/startupschool2006

  15. comment
    Comment #79379

    You can tell us your results with KDD data sets: http://kdd.ics.uci.edu/

  16. story
    Ask YC News: Voting up vs. up and down

    What's the main difference on the quality of itens classification using a voting system that allow only up votes versus up and down votes (digg vs. reddit)? YC.news changed from up…