Live data from Hacker News

Viewing profile — evnu

evnu

HN member
Joined
Mon, Sep 21, 2020, 7:34 AM UTC
HN karma
28
Public activity
13 items

About evnu

No profile information was provided.

Recent public activity

  1. comment
    Comment #46985515

    For me, if it's worth thinking about it, it's worth writing it down. Doesn't matter if it's a todo list I just came up with, a system diagram, whatever I am currently working on, o…

  2. comment
    Comment #46745617

    "perhaps even why it was necessary at all" not being asked anymore is what I fear as well. Stumbling over problems repeatedly gets attention to architectural defects. Papering over…

  3. comment
    Comment #45579791

    Uiua is the first one that made array languages "click" for me due to the formatter.

  4. comment
    Comment #45512304

    Sometimes it works to find a solution which makes the life of teams easier and comes with an additional gain in security. That can potentially be sold more easily to the team then,…

  5. comment
    Comment #45464113

    I wondered about that as well while looking into the http handler. I think a missing space between method and path overruns the buffer (haven't tried running it though).

  6. comment
    Comment #44744935

    Maybe because aging is non-linear.

  7. comment
    Comment #44656038

    Some years ago, I started to use FIXME to indicate that something is blocking the PR and needs to be done before merging, and TODO if something can be done at a later point in time…

  8. comment
    Comment #44216804

    > Instead you should use high quality sources, then ask the LLM to summarize them for you to start with (NotebookLM does this very well for instance, but so can others). How do you…

  9. comment
    Comment #44193011

    We found Erlang to be the right choice at small scale. Namely, we used it in iot applications, where the self-healing property of proper supervision trees resulted in a very stable…

  10. comment
    Comment #42337312

    > I think it will spawn a lot more code that was as bad as it was before. And that makes it even harder for seniors to teach: it was always hard to figure out where someone has mis…

  11. comment
    Comment #41937432

    More frequent attention is a solved problem: a server walks around with a tray of filled glasses and always replaces empty glasses, except if they are covered. That way, the commun…

  12. comment
    Comment #40560081

    As usual, there are exceptions as well. For example some streets in Berlin use a "horseshoe" numbering system. I tend to look for the house numbers of opposing houses when I enter …

  13. comment
    Comment #39384295

    > For example: I wonder if it wouldn't be more "erlangy"/"elixiry" to model the mutable ops behind a genserver that you send messages to. It depends on the use case. For example, w…