Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cgrand-net
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
cgrand-net
2y ago
Hi, ClojureDart co-author here. Join us on #clojuredart of the Clojurians slack, we will help. Can code in `celest/functions` import from lib? We cou
2.
▲
by
cgrand-net
2y ago
I can’t speak for web but mobile apps written in Flutter are accessible https://docs.flutter.dev/ui/accessibility-and-internationali... .
3.
▲
by
cgrand-net
4y ago
Not yet but we are working on it. Sponsor ClojureDart to make it happen sooner! https://github.com/tensegritics/ClojureDart
4.
▲
by
cgrand-net
4y ago
The algorithm exposed in the article would be better served by a Stern-Brocot than average + jitter.
5.
▲
by
cgrand-net
4y ago
ClojureDart co-author here. It happens in Dart too. Some changes are not compatible with the current application state. It may occur a bit more frequently because of Clojure being less stringent than dart about giving names to everything (w
6.
▲
by
cgrand-net
6y ago
It’s also a matter of habit. We are just too used to English words even when French ones exist. Go try and read Principes d’Implantation (sic) de Scheme et Lisp (the original Lisp In Small Pieces): pure unadulterated French and, to me, a co
7.
▲
by
cgrand-net
6y ago
My bank used to reject scans but accept faxes... bureaucratic reasons.
8.
▲
by
cgrand-net
7y ago
That’s it: required courses (20h).
9.
▲
by
cgrand-net
7y ago
> "This scene on the other side is shown solely for presentation and was not used for identification". Why not show the actual footage of the experiment? My understanding is that the video on the left (the one showing the other
10.
▲
by
cgrand-net
7y ago
Similar work: “CurviSlicer: Slightly curved slicing for 3-axis printers” presented at this year’s SIGGRAPH https://hal.archives-ouvertes.fr/hal-02120033/document
11.
▲
by
cgrand-net
7y ago
UNKNOWN or TRUE is TRUE
12.
▲
by
cgrand-net
7y ago
Stern Brocot is a better way to do fractional indexing (pathological cases are not aligned with common uses cases like putting something to the front). https://en.m.wikipedia.org/wiki/Stern%E2%80%93Brocot_tree?wp...
13.
▲
by
cgrand-net
7y ago
Datalog is the safe subset of Prolog. http://abiteboul.blogspot.com/2012/08/datalog-revival-for-da...
14.
▲
by
cgrand-net
7y ago
I would argue that lambda calculus without pervasive lazy evaluation is not lambda calculus. Lisps in general don’t have it (unlike Haskell) and make them not so removed from hardware (once hardware stacks were added to CPUs). For long Lisp
15.
▲
by
cgrand-net
7y ago
No, it's hierarchical (because we nest collection types) vs relational.
16.
▲
by
cgrand-net
7y ago
Isn’t it a fix point rather?
17.
▲
by
cgrand-net
8y ago
A Datalog program is guaranteed to terminate (if finite databases). A prolog or miniKanren one doesn’t. Datalog is not Turing-complete.
18.
▲
by
cgrand-net
8y ago
I don't know if letters can be considered as gendered. Anyway, there are some feminine nouns: Lua (moon, feminine in Portuguese), Cassandra, Miranda, MariaDB, Clara Rules (off the top of my head too).
19.
▲
by
cgrand-net
8y ago
> The truth is that accidents like this can never be cleaned up or salvaged. While global warming is easily solved. Coal or nuclear are both bad but differently. Which one is less bad depends on your risk model
20.
▲
by
cgrand-net
8y ago
Yes, "roman graphique" is a rather recent term (whose usage has slowly grown over the last 15 years, generally applied to BDs with more "serious" topics; it allowed some people to say they don't read plebeian BDs, t
21.
▲
by
cgrand-net
8y ago
Not all Europe, only in: Magyarország Česko Slovensko România Polska Hrvatska Србија Slovenija Македонија Montenegro България Bosna
22.
▲
by
cgrand-net
8y ago
Sort of. First, conses are mutable so lists are persistent as long as they are used in a persistent way -- it has to be enforced through the codebase (and deps). Second, lists big-O access/update costs are not as interesting as persist
23.
▲
by
cgrand-net
8y ago
Perfect information and unlimited computing power.
24.
▲
by
cgrand-net
8y ago
According to "An Association Between the Kinship and Fertility of Human Couple" ( http://science.sciencemag.org/content/319/5864/813.long ), third (or fourth) cousins have optimal reproductive success
25.
▲
by
cgrand-net
8y ago
A Theory of Changes for Higher-Order Languages - Incrementalizing λ-Calculi by Static Differentiation > [...] We present a program transformation taking programs to their derivatives, which is fully static and automatic, supports first-c
26.
▲
by
cgrand-net
8y ago
Flatten is a steam-roller and should be used wisely: it recursively flatten a sequential collection. Most of the time this is not what you want. Most of the rest of the time when you think that’s what you want it’s a code smell telling you
27.
▲
by
cgrand-net
8y ago
"Now I understand that rdi, rsi, etc. are nothing but compressed node identifiers in an interference graph. Ideally we'd have infinite registers: each instruction would read from previous registers and output to a new register. An
28.
▲
by
cgrand-net
8y ago
Not necessarily. One can use tabling (memoization) to prevent that. Also sometimes reordering clauses in the body of a rule is enough to avoid infinite runtime. Datalog (or SQL + recursive CTE) don't have this problem. Mozart/Oz o
29.
▲
by
cgrand-net
8y ago
>> Sure you can The author spent decades on Datalog and when he says Datalog he talks about the core Datalog not even Datalog¬, he is just stating that the core Datalog is a wonderful seed for building actual applications by extending
30.
▲
by
cgrand-net
8y ago
Datalog is a subset of Prolog syntax and logical semantics, but not of its operational semantics, so in practice the link is tenuous. I like the honest words of Serge Abiteboul (co-author of Foundations of Databases http://webdam
More ›