Viewing profile — tizoc
tizoc
HN member- Joined
- Tue, Sep 15, 2009, 3:44 PM UTC
- HN karma
- 867
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About tizoc
No profile information was provided.
Recent public activity
-
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…
-
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…
- story
- story
-
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…
-
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
-
comment
Comment #8250875
That depends on the port. The Clojure port allows this: https://github.com/hraberg/shen.clj#神-define-prolog-and-defp...
-
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…
-
comment
Comment #8045661
It is quite new compared to what others posted: https://github.com/rgrinberg/opium
- story
-
comment
Comment #7666739
Another one with even more results: https://github.com/search?q=eval%28%24_GET&type=Code&ref=sea...
- story
- story
- story
- story
- story
-
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…
-
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 …
-
comment
Comment #6711762
Another one: Effective ML http://vimeo.com/14313378
- story
- story
- story
- story
-
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…
-
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