Live data from Hacker News

Viewing profile — eterps

eterps

HN member
Joined
Wed, Aug 15, 2007, 7:39 AM UTC
HN karma
2,542
Public activity
782 items

About eterps

No profile information was provided.

Recent public activity

  1. comment
    Comment #49156711

    Open Education Applications / Neon | Senior/Lead Platform & DevOps Engineer, Senior Frontend Engineer, Senior Full-Stack Engineer | Utrecht, The Netherlands | HYBRID We are a non-p…

  2. comment
    Comment #48525188

    Oberon System 3 works on Raspberry Pi: https://github.com/rochus-keller/OberonSystem3Native

  3. comment
    Comment #48159508

    > What you can do is use commands like ":peek prev" (takes you to the previous edit), ":peek 1h", or other time-travel commands to inspect previous states and manually recover over…

  4. comment
  5. comment
    Comment #48158773

    > Conflict handling model: Later events take precedence when conflicts occur Do I understand correctly that if 2 people add a lot of information to one issue only one of them 'wins…

  6. comment
    Comment #48025214

    > all you need is to write to an on-duty officer and it will be unblocked What if the pretty advanced e-government system decides it will not be unblocked?

  7. comment
    Comment #47995473

    I agree, Cucumber works really well with LLMs. > I use a mix of Markdown and Gherkin Gherkin also has a Markdown based syntax that is not well known: https://github.com/cucumber/gh…

  8. comment
    Comment #47739764

    This is great! I remember running System 3 on a 386 back when MS-DOS was king.

  9. comment
    Comment #47364568

    I actually agree with that. And I enjoy the fact that TUIs are becoming popular. But there is more to it than just the 'vibe'.

  10. comment
    Comment #47364365

    If you think the 'mouse-clickable' aspect is bothering me, you missed my point entirely.

  11. comment
    Comment #47363862

    Sure, but my point was that UX matters for TUIs. A TUI with a UX that fits its paradigm , again like lazygit, works great over SSH.

  12. comment
    Comment #47363752

    This is nonsensical, there is nothing textual about the UIs being shown here. It doesn't stop being a GUI if you have a 1:1 representation of the concept within character cells. Th…

  13. comment
    Comment #47355203

    > I could see a world in which we're all just writing tests in the form of something like Gherkin though. That works great in practice, Gherkin even has a markdown dialect [1]. If …

  14. comment
    Comment #47253252

    You could have a look at: https://github.com/jurriaan/aico It does 2 things that are very important, 1: reviewing should not be done last, but during the process and 2: plans shoul…

  15. comment
    Comment #47198725

    You could give https://github.com/jurriaan/aico a try.

  16. comment
    Comment #47198485

    https://nowigetit.us/pages/8cf08b76-c5bc-4a7b-bdb4-a0c15089e... The actual explanation (using code blocks) is almost impossible to read and comprehend.

  17. comment
    Comment #46922911

    I use my_ as a prefix.

  18. comment
    Comment #46570351

    Would love to hear more about this approach.

  19. comment
    Comment #46480238

    While I like the concept, the side-effect pattern might be difficult for the average developer to understand (without fp-pack knowledge) in a shared codebase: https://github.com/su…

  20. comment
    Comment #46434481

    What are popular charm/bubbletea based TUIs? I use TUIs often, but for some reason none of them are based on charm/bubbletea? Might be coincidence though. While I appreciate Charm'…

  21. comment
    Comment #46432385

    Maybe this could be helpful? -> https://github.com/pimalaya/neverest

  22. comment
    Comment #46081091

    Wait until they get to the networking layer; you're going to hate what Vint Cerf did in the 70s :)

  23. comment
    Comment #45258936

    Ada, Nim, Pascal. I think C++ also offers it with a specific syntax. Rust also offers it, but you need to specify it on the call side as well.

  24. comment
    Comment #45251529

    > But I am using Oberon-07 as base, and I might deviate from it quite soon too. I am curious about your thoughts on var parameters (i.e. mutable references), as in: proc increment(…

  25. comment
    Comment #44995630

    Isn't this wat streaming databases like Materialize and RisingWave do?