Viewing profile — voreny
voreny
HN member- Joined
- Mon, Sep 05, 2016, 3:31 PM UTC
- HN karma
- 7
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About voreny
No profile information was provided.
Recent public activity
-
comment
Comment #37869910
cmp-natdat[0] is an nvim-cmp[1] source that autocompletes natural language dates (e.g. `@tomorrow`) and turns them into ISO dates (e.g. `2023-10-14`). I built it because I missed t…
- story
-
comment
Comment #37571272
All the software engineering roles on your careers page say the role is US-based. This is contradictory to what you said, unfortunately.
-
comment
Comment #37078560
At Splitgraph we integrated tree-sitter [0] (in WASM) into our Console query editor [1] to introspect the pgSQL query and display the referenced tables in the sidebar for easier co…
- story
-
comment
Comment #36392286
While working on the Splitgraph Console [0], I have done a deep-dive on the ways to keep the Apollo Cache up-to-date after running GraphQL mutations. This article summarizes my fin…
- story
-
comment
Comment #35898404
Hey everyone! In the article [0] I share my approach to using `Either` and `Option` fp-ts containers in React code. I focus on the risks associated with using these values in hook …
- story
-
comment
Comment #33322192
How would using async/await help here? It has the same issue of implicitly awaiting the Promise that is returned from an `async` function. In fact, your comment inspired me to go i…
-
comment
Comment #33322185
The problems and inconsistencies of `async`/`await` in JavaScript. Inspired by the discussion on a previous article: https://news.ycombinator.com/item?id=33309685
- story
-
comment
Comment #33309686
The convenience of `promise.then` behaving both like monad's `chain` and `map` comes at a cost of ambiguity in some cases.
- story
- story
- story
- story
- story
-
story
Ask HN: Which is the preferred webapp hosting solution?
I've recenlty started exploring Docker and how awesome it is to have multiple containers running in a swarm, as well as how easy it is to manage such a swarm when it comes to scali…