Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jdemler
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
Elm: Web Development Without HTML, CSS or JavaScript
(curry-software.com)
3 points
by
jdemler
7y ago
|
0 comments
2.
▲
Conveniently Split Up Modules in Elm with Shared State
(curry-software.com)
1 points
by
jdemler
7y ago
|
0 comments
3.
▲
Conveniently split up modules in Elm using shared state
(curry-software.com)
1 points
by
jdemler
7y ago
|
0 comments
4.
▲
Shared State in Elm
(curry-software.com)
2 points
by
jdemler
7y ago
|
0 comments
5.
▲
by
jdemler
7y ago
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/elm/compiler/pull/1850 At C
6.
▲
“Complete and Easy Bidirectional Typechecking for Higher-Rank Polymorphism”
(github.com)
1 points
by
jdemler
7y ago
|
0 comments
7.
▲
by
jdemler
8y ago
Will look into it! Thanks!
8.
▲
by
jdemler
8y ago
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.
▲
by
jdemler
8y ago
Thanks for the pointer!
10.
▲
by
jdemler
8y ago
I would love to work on Wasm (compiler or tooling). Do you know a way to get such a job?
11.
▲
by
jdemler
8y ago
I understand your concerns, but many landingpages show videos. I find that much more annoying. Both bandwidth- and attention-wise.
12.
▲
Show HN: pavoq – WebGL Shaders as Website Backgrounds – Written in Rust and Elm
(pavoq.com)
11 points
by
jdemler
8y ago
|
3 comments
13.
▲
Show HN: pavoq – a marketplace for decorative shaders – built with Rust and Elm
(pavoq.com)
2 points
by
jdemler
8y ago
|
0 comments
14.
▲
Show HN: pavoq – WebGL shaders as webdesign elements
(pavoq.com)
1 points
by
jdemler
8y ago
|
0 comments
15.
▲
by
jdemler
8y ago
We built this with Elm and Rust. Especially Elm and the elm-ui library allowed us to move and build very fast!
16.
▲
Show HN: pavoq – a marketplace for website-shaders
(pavoq.com)
1 points
by
jdemler
8y ago
|
1 comments
17.
▲
by
jdemler
8y ago
We use ledger with git for distributed accounting work. Ledger files are plaintext, works really great.
18.
▲
by
jdemler
8y ago
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 clients internal frontend. But as I understand it, this wil
19.
▲
by
jdemler
8y ago
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.
▲
by
jdemler
8y ago
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 sets up the elm-app. Zero CSS or other HTML. Try it out. IMO
21.
▲
by
jdemler
8y ago
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 dependency! Also this approach al
22.
▲
A Solution to the Elm – Config Conundrum
(curry-software.com)
2 points
by
jdemler
8y ago
|
0 comments
23.
▲
A Solution to the Elm – Config Conundrum
(curry-software.com)
3 points
by
jdemler
8y ago
|
0 comments
24.
▲
by
jdemler
8y ago
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. Yes, the compiler will catch your mistakes, but no, it
25.
▲
WordPress Plugin Development: Talking to APIs
(curry-software.com)
49 points
by
jdemler
9y ago
|
20 comments
26.
▲
by
jdemler
9y ago
Just tried to find two "modern" composers: Vasks and Gulda. You have neither. Peteris Vasks [0] is "now is one of the most influential and praised European contemporary composers." [0] https://en.wikipedia.org
27.
▲
by
jdemler
9y ago
The system is not yet ready to be published but drop me a mail and I will send you some bash scripts and will try to answer questions. We use a custom "Kontenrahmen" based on the same ideas as SKR03, as using numbers is not necess
28.
▲
by
jdemler
9y ago
Probably you should read up or watch some youtube videos on accounting. (H)Ledger is a great tool which allows you to find your solutions to your problems. If you want an example for standardized structures of accounts take a look at the ge
29.
▲
by
jdemler
9y ago
At CurrySoftware GmbH we use ledger + recutils + aqbanking + custom bash scripts to automate many business processes. Some of these processes are required by german law and many companys outsource these to accountants or tax advisors or buy
30.
▲
by
jdemler
9y ago
CSV is neither human-readable nor -writable. And I don't think the performance issue exists. Computers are fast nowadays. Parsing recfiles is straightforward. Also you could easily archive historic/old/probably irrelevant rec
More ›