Live data from Hacker News

Viewing profile — tizoc

tizoc

HN member
Joined
Tue, Sep 15, 2009, 3:44 PM UTC
HN karma
867
Public activity
40 items

About tizoc

No profile information was provided.

Recent public activity

  1. comment
    Comment #30460869

    From the article: > Please note that the large spike in the TezEdge v1.15 RAM graph is caused by the update to protocol 011 Hangzhou. This included a major restructuring of the con…

  2. comment
    Comment #9324405

    Sorry, saw it on reddit as "Mono 4 Released"[1] and reposted here, without noticing it was just a draft (the "THIS IS A DRAFT" comment wasn't there at the moment). [1] http://www.r…

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

    In Scheme asking for the car or cdr of an empty list is an error, and in Common Lisp it isn't (the result is the empty list itself). In Shen you have "hd" and "tl" which use whatev…

  6. comment
    Comment #8285463

    > I wonder if one day we will be able to use a lighter version of formal methods to web development. https://en.wikipedia.org/wiki/Type_system#Type_checking

  7. comment
    Comment #8250875

    That depends on the port. The Clojure port allows this: https://github.com/hraberg/shen.clj#神-define-prolog-and-defp...

  8. comment
    Comment #8250866

    It means that to be portable you have to wrap symbols that represent functions in (function ) when passing them as arguments. Not doing so will work on some ports but not on others…

  9. comment
    Comment #8045661

    It is quite new compared to what others posted: https://github.com/rgrinberg/opium

  10. story
  11. comment
    Comment #7666739

    Another one with even more results: https://github.com/search?q=eval%28%24_GET&type=Code&ref=sea...

  12. story
  13. story
  14. story
  15. story
  16. story
  17. comment
    Comment #6988699

    https://alastairadversaria.wordpress.com/2012/08/07/of-trigg... Search for "Offence trolling" and read that section please (the whole article in general is good, but that section t…

  18. comment
    Comment #6976276

    From where is that? This is how it works in C# (and .NET in general) DateTime.Now.AddDays(-2) Not wanting to overload integers with calendar functionality doesn't mean you have to …

  19. comment
    Comment #6711762

    Another one: Effective ML http://vimeo.com/14313378

  20. story
  21. story
  22. story
  23. story
  24. comment
    Comment #3666907

    In Django (and Python in general) you have a form abstraction that validates the user input and filters out unwanted fields, preventing problems like this. On Rails (and Ruby in ge…

  25. comment
    Comment #3533108

    I'm working on Fiasco, which intends to be similar to Flask but for Ruby. It is still a work in progress, but you can see it here: http://tizoc.github.com/fiasco