Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tizoc
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
tizoc
5y ago
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 context tree, which is a very expensive operation. While the
2.
▲
by
tizoc
11y ago
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.reddit.com/r/pr
3.
▲
Mono 4.0.0 Release Notes
(mono-project.com)
171 points
by
tizoc
11y ago
|
62 comments
4.
▲
Next version of Shen will be BSD licensed
(groups.google.com)
119 points
by
tizoc
12y ago
|
46 comments
5.
▲
by
tizoc
12y ago
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 whatever the platform provides (in Scheme
6.
▲
by
tizoc
12y ago
> 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.
▲
by
tizoc
12y ago
That depends on the port. The Clojure port allows this: https://github.com/hraberg/shen.clj#神-define-prolog-and-defp...
8.
▲
by
tizoc
12y ago
It means that to be portable you have to wrap symbols that represent functions in (function <the-symbol>) when passing them as arguments. Not doing so will work on some ports but not on others, and should be considered "undefined
9.
▲
by
tizoc
12y ago
It is quite new compared to what others posted: https://github.com/rgrinberg/opium
10.
▲
Introducing Transport Layer Security in pure OCaml
(openmirage.org)
106 points
by
tizoc
12y ago
|
43 comments
11.
▲
by
tizoc
12y ago
Another one with even more results: https://github.com/search?q=eval%28%24_GET&type=Code&ref=sea...
12.
▲
What to know before debating type systems
(blogs.perl.org)
2 points
by
tizoc
12y ago
|
0 comments
13.
▲
When Nerds Collide
(medium.com)
6 points
by
tizoc
12y ago
|
0 comments
14.
▲
A Plea for Lean Software – Niklaus Wirth, 1995
(cr.yp.to)
2 points
by
tizoc
13y ago
|
0 comments
15.
▲
Nymote: Lifelong control of your networked personal data (on top of Open Mirage)
(nymote.org)
2 points
by
tizoc
13y ago
|
0 comments
16.
▲
Unikernels: Rise of the Virtual Library Operating System
(queue.acm.org)
44 points
by
tizoc
13y ago
|
22 comments
17.
▲
by
tizoc
13y ago
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 talks specifically
18.
▲
by
tizoc
13y ago
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 make it so cumbersome. Edit: typo
19.
▲
by
tizoc
13y ago
Another one: Effective ML http://vimeo.com/14313378
20.
▲
DefinitelyTyped: The repository for high quality TypeScript type definitions.
(github.com)
1 points
by
tizoc
13y ago
|
0 comments
21.
▲
The Many Faces of a Temporal Recursion
(extempore.moso.com.au)
1 points
by
tizoc
13y ago
|
0 comments
22.
▲
Random thoughts on the substring procedure (on strict vs lax/fuzzy APIs & magic)
(more-magic.net)
3 points
by
tizoc
14y ago
|
0 comments
23.
▲
Python Static Type Checking
(groups.google.com)
2 points
by
tizoc
14y ago
|
0 comments
24.
▲
by
tizoc
15y ago
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 general) they don't use such abstraction (I do myself, using a
25.
▲
by
tizoc
15y ago
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
26.
▲
Homer, God and Beautiful Code
(lambdassociates.org)
16 points
by
tizoc
15y ago
|
1 comments
27.
▲
by
tizoc
15y ago
I think the reason for asking for the patch was the [PATCH] in the subject.
28.
▲
by
tizoc
15y ago
It is modular, you only use the modules you need, and you only load the javascript you need. As for data-*, you only use that if you want, it is a feature provided by another module. If you don't like it then don't use that feature and don'
29.
▲
by
tizoc
15y ago
Dojo is extremely modular (unlike jQuery which is has a pretty big monolithic core and overloads $ for almost everything). If what you have to do is manipulate the DOM and do XMLHttpRequests, then jQuery is more than good enough, otherwise
30.
▲
Dojo Toolkit 1.7 Released.
(dojotoolkit.org)
42 points
by
tizoc
15y ago
|
33 comments
More ›