Viewing profile — cgrand-net
cgrand-net
HN member- Joined
- Fri, Oct 02, 2009, 10:12 AM UTC
- HN karma
- 225
- Public activity
- 85 items
- HN profile
- View on Hacker News ↗
About cgrand-net
No profile information was provided.
Recent public activity
-
comment
Comment #39903078
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
-
comment
Comment #39902766
I can’t speak for web but mobile apps written in Flutter are accessible https://docs.flutter.dev/ui/accessibility-and-internationali... .
-
comment
Comment #33827881
Not yet but we are working on it. Sponsor ClojureDart to make it happen sooner! https://github.com/tensegritics/ClojureDart
-
comment
Comment #33772001
The algorithm exposed in the article would be better served by a Stern-Brocot than average + jitter.
-
comment
Comment #31065319
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 …
-
comment
Comment #23384657
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 …
-
comment
Comment #22813033
My bank used to reject scans but accept faxes... bureaucratic reasons.
-
comment
Comment #22438871
That’s it: required courses (20h).
- comment
-
comment
Comment #21144547
> "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 t…
-
comment
Comment #20774951
Similar work: “CurviSlicer: Slightly curved slicing for 3-axis printers” presented at this year’s SIGGRAPH https://hal.archives-ouvertes.fr/hal-02120033/document
-
comment
Comment #20181164
UNKNOWN or TRUE is TRUE
-
comment
Comment #19890869
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/w…
-
comment
Comment #19885226
Datalog is the safe subset of Prolog. http://abiteboul.blogspot.com/2012/08/datalog-revival-for-da...
-
comment
Comment #19885214
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 hardw…
-
comment
Comment #19729701
No, it's hierarchical (because we nest collection types) vs relational.
-
comment
Comment #19576650
Isn’t it a fix point rather?
-
comment
Comment #19354331
A Datalog program is guaranteed to terminate (if finite databases). A prolog or miniKanren one doesn’t. Datalog is not Turing-complete.
-
comment
Comment #19185761
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 …
-
comment
Comment #19174585
> 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 …
-
comment
Comment #19053165
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 …
-
comment
Comment #18978322
Not all Europe, only in: Magyarország Česko Slovensko România Polska Hrvatska Србија Slovenija Македонија Montenegro България Bosna
-
comment
Comment #18844431
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-…
-
comment
Comment #18765810
Perfect information and unlimited computing power.
-
comment
Comment #18679473
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 …