Viewing profile — jxxcarlson
jxxcarlson
HN member- Joined
- Thu, Feb 26, 2015, 9:57 PM UTC
- HN karma
- 101
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About jxxcarlson
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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…
-
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…
- story
-
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…
-
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…
-
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
-
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…
- story
- story
- story
-
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…
-
comment
Comment #16801093
Yes, move faster, then pay the price later when stuff is broken and hard to fix.
- story
- story
- story
- story
-
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…
-
comment
Comment #16249871
Hi, I am the developer of MiniLatex. Overleaf looks like a fantastic tool.
-
comment
Comment #16249851
Oops! My bad. Thanks!!
-
comment
Comment #16249849
I'm looking into KaTeX to see if it will work with my setup (Elm) & give better results. Thanks!
-
comment
Comment #16249845
Thanks very much for the correction!
- story