Viewing profile — eterps
eterps
HN member- Joined
- Wed, Aug 15, 2007, 7:39 AM UTC
- HN karma
- 2,542
- Public activity
- 782 items
- HN profile
- View on Hacker News ↗
About eterps
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #48525188
Oberon System 3 works on Raspberry Pi: https://github.com/rochus-keller/OberonSystem3Native
-
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…
- comment
-
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…
-
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?
-
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…
-
comment
Comment #47739764
This is great! I remember running System 3 on a 386 back when MS-DOS was king.
-
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'.
-
comment
Comment #47364365
If you think the 'mouse-clickable' aspect is bothering me, you missed my point entirely.
-
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.
-
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…
-
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 …
-
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…
-
comment
Comment #47198725
You could give https://github.com/jurriaan/aico a try.
-
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.
-
comment
Comment #46922911
I use my_ as a prefix.
-
comment
Comment #46570351
Would love to hear more about this approach.
-
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…
-
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'…
-
comment
Comment #46432385
Maybe this could be helpful? -> https://github.com/pimalaya/neverest
-
comment
Comment #46081091
Wait until they get to the networking layer; you're going to hate what Vint Cerf did in the 70s :)
-
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.
-
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(…
-
comment
Comment #44995630
Isn't this wat streaming databases like Materialize and RisingWave do?