Live data from Hacker News

Viewing profile — mmaul

mmaul

HN member
Joined
Thu, Sep 06, 2012, 8:01 PM UTC
HN karma
15
Public activity
12 items

About mmaul

No profile information was provided.

Recent public activity

  1. comment
    Comment #41250772

    This reminds me a lot of Pure ( https://agraef.github.io/pure-lang/ ). What I liked about Pure is the symbolic rewrite + the Haskell-esque syntax with out the strictness + easy ffi…

  2. comment
    Comment #41158066

    The trend is growing here to, sadly. It's not people disagree with experts experts but that truth told by the, disagrees with a distorted perception or reality.

  3. comment
    Comment #41158025

    Yea I guess the problem is with a party that is intent on disregarding truth or facts or verifiability or reality is not going to prevail against attacks against the system (unless…

  4. comment
    Comment #24984484

    CGI Federal | Cybersecurity Data Architect | Fairfax VA ONSITE, WFH currently | https://www.cgi.com . CGI Federal is looking for a Cybersecurity Data Architect Passionate about Cyb…

  5. comment
  6. comment
    Comment #23718119

    Common Lisp has had Jupyter integration for a while. First cl-jupyter ( https://github.com/fredokun/cl-jupyter ) which is now in maintance mode and now common-lisp-jupyter ( https:…

  7. comment
    Comment #14914722

    You can already have lisp (common) in jupyter notebooks via cl-jupyter. Here is an example https://github.com/mmaul/clml.tutorials/blob/master/CLML-Win... If you want to use Hy in …

  8. comment
    Comment #11012879

    Roswell, is a "killer app", as far as using Common Lisps with Continuous Integration and Coverage services (TravisCI, CircleCI, Coveralls et al) is concerned. It is not an interfac…

  9. comment
    Comment #9492583

    Regarding the Power Point thing you might want to check out Beamer. It is a extension for publishing presentations from org mode. http://orgmode.org/worg/exporters/beamer/tutorial.…

  10. comment
    Comment #4486309

    Lush's purpose a little dfferent than Matlabs. The abstractions are a little lower level than Matlab for instance. But then again you you can compile your functions directly to mac…

  11. comment
    Comment #4486167

    If you have taken Andrew Ng's Machine class the handwriting recognition system that is mentioned in the course was implemented in Lush. I think the original code is is even include…

  12. comment
    Comment #4486134

    Lush is an excellent platform for machine learning. There are bindings to gnuplot ,opencv, lapack, gsl, an optimization library for gradient descent, a machine learning framework, …