Live data from Hacker News

Viewing profile — jdemler

jdemler

HN member
Joined
Thu, Dec 15, 2016, 7:26 PM UTC
HN karma
123
Public activity
41 items

About jdemler

General Manager and Founder of CurrySoftware GmbH: https://www.curry-software.com/en/

Personal GitHub: https://github.com/JDemler

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. 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…

  6. story
  7. comment
    Comment #19301118

    Will look into it! Thanks!

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

  9. comment
    Comment #19077556

    Thanks for the pointer!

  10. comment
    Comment #19076763

    I would love to work on Wasm (compiler or tooling). Do you know a way to get such a job?

  11. comment
    Comment #19075160

    I understand your concerns, but many landingpages show videos. I find that much more annoying. Both bandwidth- and attention-wise.

  12. story
  13. story
  14. story
  15. 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!

  16. story
  17. comment
    Comment #17851663

    We use ledger with git for distributed accounting work. Ledger files are plaintext, works really great.

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

  19. 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

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

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

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

  25. story