Viewing profile — marcle
marcle
HN member- Joined
- Sun, Apr 08, 2018, 11:19 AM UTC
- HN karma
- 195
- Public activity
- 43 items
- HN profile
- View on Hacker News ↗
About marcle
No profile information was provided.
Recent public activity
-
comment
Comment #42541016
Answering my own question: Umbra and PostgreSQL include "#" as an operator for bitwise xor, whereas DuckDB does not.
-
comment
Comment #42538684
This is very interesting code that uses Umbra v0.2-957, PostgreSQL 17.2, and DuckDB v1.1.3. One minor point: some of the problems could not be implemented in DuckDB due to a missin…
-
comment
Comment #41775293
Nice childhood memories: "Thunderbirds are go!" I always wondered how the palm trees were able to be flattened:).
-
comment
Comment #40928223
This is a very interesting IDE to support data science. Has anyone tried using the Eclipse Theia IDE for data science? One of these IDEs may finally entice me away from ESS, magit …
- comment
- story
-
comment
Comment #40095663
"PSA" can also be probabilistic sensitivity analysis. I do health economic evaluations for prostate cancer screening -- which leads to interesting ambiguities:).
-
comment
Comment #39737315
The article references the SSJ Java package which is developed by the author and his colleagues. This provides implementations for many RNGs -- and some nice tools for simulations:…
-
comment
Comment #39442060
And see the discussion at https://discuss.ocaml.org/t/owl-project-concluding/14117
-
comment
Comment #39429223
See also some discussion at https://www.reddit.com/r/ocaml/comments/1au329z/owl_project_...
- story
-
comment
Comment #39083368
ErgoAI is as "an enterprise-level extension of the Flora-2 system" which was recently open-sourced: https://github.com/ErgoAI . It seems to be well documented.
-
comment
Comment #38978695
See https://fricas.github.io/ , which includes a 990 page book and detailed documentation.
-
comment
Comment #38808039
This is a nicely balanced discussion of the two languages - with much food for thought.
- story
-
comment
Comment #37263780
I wrote a purely functional AD library in Mercury [0], which adapts a general approach from [1]. I believe that Owl provides a similar approach [2]. [0] https://github.com/mclement…
-
comment
Comment #36597838
The following homage to Aphyr’s "Typing the technical interview" solves the N-queens problem using types in Typescript. This is both funny and insightful. https://www.richard-tower…
-
comment
Comment #34954068
Waldek Hebisch, who is the maintainer for the Fricas computer algebra software, also maintains a 64-bit version of Poplog for amd64/x86_64: https://github.com/hebisch/poplog https:…
-
comment
Comment #34821868
This is a free book on Owl. I have only looked at the chapter on automatic differentiation - and it looks good.
- story
-
comment
Comment #34761776
I find the solutions from https://github.com/qobi/AD-Rosetta-Stone/ to be very helpful, particularly for representing forward and backward mode automatic differentiation using a fu…
-
comment
Comment #32106948
My go-to projects have varied over time: 1. An implementation of Fisher's exact test for 2x2 tables. This adapts the algorithm from R's fisher.test() function, which was implemente…
- story
-
comment
Comment #29737809
Another relevant software category is the statistical analysis languages, including SAS, Stata and SPSS. Old-school SAS included only two data types (floats and character strings),…
-
comment
Comment #29143969
This is a very interesting article. The author notes: "There is a compiler for KL1 to C available [2], which seems to work, but suffers from bit rot." Note that Ueda and colleagues…