Viewing profile — lutzh
lutzh
HN member- Joined
- Sat, Oct 29, 2016, 3:05 PM UTC
- HN karma
- 175
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About lutzh
Recent public activity
-
comment
Comment #45423731
I use Hyvor Talk - https://talk.hyvor.com - for ad-free and privacy respecting commenting on my blog. I really wanted something that I can just use as a service, not host anything …
-
comment
Comment #45036598
I'm sure rv is great, but am I the only one who needs one such tool not only for Ruby, but also Python, JavaScript, and Java, at least, and finds it weird to run 4+ of those? I put…
-
comment
Comment #44923105
The only thing I know about “good system design” is that it doesn’t exist in the abstract. Asking whether an architecture is good or bad is the wrong question. The real question is…
-
comment
Comment #44768818
For all the Rubik's Cube enthusiasts here: here's a two-dimensional one in JavaScript - https://www.huehnken.de/games/circles/ Also a solution looking for a problem, maybe.
-
comment
Comment #44529318
Wow, thank you so much, that's flattering. And motivating - I shall start blogging again this month, and try to stick to a monthly cadence. Make sure to subscribe to the RSS feed o…
-
comment
Comment #44529306
Thanks! And of course you have my permission, I'd be honored if the post was included in that list.
-
comment
Comment #44522894
I looked and Flix a while ago and found it really interesting - so much so that I wrote an article "Flix for Java Programmers" about it. Might actually be a bit outdated by now.. n…
-
comment
Comment #43555167
In the Unison language, code is stored in a database, with a hash code of its content as the key. Quoting https://www.unison-lang.org : A new approach to Storing code. Other tools …
-
comment
Comment #42304398
[flagged]
- story
-
comment
Comment #42032178
Thank you for your kind words! > Yes, sort of, but mostly no. Events do not "trigger" anything. The recipient of an event may perform an action in response to the event, but events…
-
comment
Comment #42025280
Thanks for your feedback Gunnar, I appreciate it! Your categorization makes total sense and fits well with what I called the "spectrum". I only mentioned the "id-only" events to sh…
-
comment
Comment #42021603
Thanks for your feedback. I realize I should have elaborated the example a bit more, it's too vague. So, as I wrote in some other reply as well, please don't over-interpret it. The…
-
comment
Comment #42021585
Thanks for your feedback! Very good point on the naming. fwiw the idea was if you buy a cinema ticket, you are usually presented with some sort of seating plan and select the seat …
-
comment
Comment #42021540
Reg. the "technical" question: Kafka or any log-based message broker (or any message queue) would not prevent you from that. Any service can publish/send and/or subscribe/receive. …
-
comment
Comment #42019128
Good catch! Indeed, without me realizing it, this trigger/data duality is pretty much what Event Message and Document Message are in "Enterprise Integration Patterns" (which is wha…
-
comment
Comment #42019046
Thanks for your feedback, I appreciate it! > The triggering of the action is a direct consequence of the information an event contains. Whether or not an action is triggered should…
-
comment
Comment #42004509
Article observing that events in event-driven architecture are both triggers of actions and carriers of data, and that these roles may conflict in the event design. Submitted by au…
- story
- story
-
comment
Comment #41417919
When speaking about event-driven architecture in the past, people have told me it’s not for them because they build web applications and/or REST APIs. That made me think of a phras…
- story
- story
-
comment
Comment #39160017
100 years ago Josef Hartwig designed a chess set for Bauhaus with the same principle: "the shape of each piece reflects how it moves: pawns and rooks move in straight lines and are…
- story