Live data from Hacker News

Viewing profile — jxxcarlson

jxxcarlson

HN member
Joined
Thu, Feb 26, 2015, 9:57 PM UTC
HN karma
101
Public activity
38 items

About jxxcarlson

No profile information was provided.

Recent public activity

  1. comment
    Comment #34755898

    Also, brilliant.org and exosphere.app, both with large and active Elm code bases. I worked for brilliant for a time and now work for exosphere. Also, my own project, https://script…

  2. comment
    Comment #27966365

    I've been using lamdera regularly for a over a year. Having a full-stack, one-language solution makes development so much more pleasant and efficient. https://minilatex.lamdera.app…

  3. comment
    Comment #21012022

    My own two cents worth on Elm. I've worked with many languages, beginning with Fortran in my student days that I had to punch my own cards, then doing Basic, Pascal, C, C++, Python…

  4. comment
    Comment #20816708

    I wrote a library that parses a subset of LaTeX and renders it as HTML. See https://demo.minilatex.app/ or more at https://minilatex.io I was astonished by what is possible to do w…

  5. comment
    Comment #20816636

    Yes, something like that. Almost everyone who writes Elm code uses elm-format which is very "spacey". So foo = 1 is formatted with foo = on one line and 1 on the next, with some le…

  6. story
  7. comment
    Comment #17811508

    One more point. Writing something like the MiniLatex parser would be somewhere between impossible altogether and nightmarish without an expressive type system. Below is the definit…

  8. comment
    Comment #17811382

    Just wanted to say what a joy it has been to work with the 0.19 compiler. For the project at https://knode.io , it was a game-changer: the elm/parser library is so fast that it mak…

  9. comment
    Comment #17810201

    At present, Elm compiles to javascript. But when the time is right, it will have other compilation targets as well, e.g Webaassmebly

  10. comment
    Comment #17810179

    Also: much faster compilation times and a parser combinator library (elm/parse) that for me is a game-changer. It makes live-rendering of LaTeX to HTML a reality. See https://mediu…

  11. story
  12. story
  13. story
  14. comment
    Comment #17127124

    I've been working on a project, now at http://www.knode.io for quite some time. It went from Rails to an Elixir back end with an Angular 1 frontend, then a brief experiment with an…

  15. comment
    Comment #16801093

    Yes, move faster, then pay the price later when stuff is broken and hard to fix.

  16. story
  17. story
  18. story
  19. story
  20. comment
    Comment #16251717

    Here is an example: $$ \newcommand{\bra}{\left } $$ $$ \bra a | b \ket $$ If you go to https://jxxcarlson.github.io/app/minilatex/src/index.html , press the "Clear" button, then pa…

  21. comment
    Comment #16249871

    Hi, I am the developer of MiniLatex. Overleaf looks like a fantastic tool.

  22. comment
    Comment #16249851

    Oops! My bad. Thanks!!

  23. comment
    Comment #16249849

    I'm looking into KaTeX to see if it will work with my setup (Elm) & give better results. Thanks!

  24. comment
    Comment #16249845

    Thanks very much for the correction!

  25. story