Live data from Hacker News

Viewing profile — marcle

marcle

HN member
Joined
Sun, Apr 08, 2018, 11:19 AM UTC
HN karma
195
Public activity
43 items

About marcle

No profile information was provided.

Recent public activity

  1. comment
    Comment #42541016

    Answering my own question: Umbra and PostgreSQL include "#" as an operator for bitwise xor, whereas DuckDB does not.

  2. 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…

  3. comment
    Comment #41775293

    Nice childhood memories: "Thunderbirds are go!" I always wondered how the palm trees were able to be flattened:).

  4. 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 …

  5. comment
  6. story
  7. comment
    Comment #40095663

    "PSA" can also be probabilistic sensitivity analysis. I do health economic evaluations for prostate cancer screening -- which leads to interesting ambiguities:).

  8. 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:…

  9. comment
    Comment #39442060

    And see the discussion at https://discuss.ocaml.org/t/owl-project-concluding/14117

  10. comment
    Comment #39429223

    See also some discussion at https://www.reddit.com/r/ocaml/comments/1au329z/owl_project_...

  11. story
  12. 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.

  13. comment
    Comment #38978695

    See https://fricas.github.io/ , which includes a 990 page book and detailed documentation.

  14. comment
    Comment #38808039

    This is a nicely balanced discussion of the two languages - with much food for thought.

  15. story
  16. 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…

  17. 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…

  18. 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:…

  19. comment
    Comment #34821868

    This is a free book on Owl. I have only looked at the chapter on automatic differentiation - and it looks good.

  20. story
  21. 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…

  22. 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…

  23. story
  24. 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),…

  25. 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…