Viewing profile — jdemler
jdemler
HN member- Joined
- Thu, Dec 15, 2016, 7:26 PM UTC
- HN karma
- 123
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About jdemler
Personal GitHub: https://github.com/JDemler
Recent public activity
- story
- story
- story
- story
-
comment
Comment #19603800
Elm 0.19 actually also has a time travel debugger. Alas there is an issue with external packages. There is a PR for that already, but it has not yet been merged: https://github.com…
- story
-
comment
Comment #19301118
Will look into it! Thanks!
-
comment
Comment #19300912
At CurrySoftware we use Elm for all of our frontend needs. Most recent example: https://www.pavoq.com a SPA built with Elm and Rust
-
comment
Comment #19077556
Thanks for the pointer!
-
comment
Comment #19076763
I would love to work on Wasm (compiler or tooling). Do you know a way to get such a job?
-
comment
Comment #19075160
I understand your concerns, but many landingpages show videos. I find that much more annoying. Both bandwidth- and attention-wise.
- story
- story
- story
-
comment
Comment #19050370
We built this with Elm and Rust. Especially Elm and the elm-ui library allowed us to move and build very fast!
- story
-
comment
Comment #17851663
We use ledger with git for distributed accounting work. Ledger files are plaintext, works really great.
-
comment
Comment #17126659
It is pretty much fully featured as what you would need in any typical web-app. One crucial thing that is missing is guaranteed browser support. That is why we only used it for the…
-
comment
Comment #17126493
But the story inside the app is different: React (at least as I understand it): The app emits HTML and CSS you wrote Elm + style-elements: The app emits HTML and CSS you described
-
comment
Comment #17126387
I have a vastly different experience: At CurrySoftware we used style-elements[1] to build a internal frontent for a client. The whole project only contains 15 lines of HTML that se…
-
comment
Comment #16836889
This kind of feature can easily be implemented by oneself as we described here: https://www.curry-software.com/en/blog/telegram_unit_fail/ No need for an external service and depen…
- story
- story
-
comment
Comment #16663489
Ever tried changing an owned field in a struct to a borrowed one with lifetimes? Be prepared to change not only the struct and its fields but also everything else where it appears.…
- story