Live data from Hacker News

Viewing profile — voreny

voreny

HN member
Joined
Mon, Sep 05, 2016, 3:31 PM UTC
HN karma
7
Public activity
19 items

About voreny

No profile information was provided.

Recent public activity

  1. 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…

  2. story
  3. 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.

  4. 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…

  5. story
  6. 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…

  7. story
  8. 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 …

  9. story
  10. 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…

  11. 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

  12. story
  13. 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.

  14. story
  15. story
  16. story
  17. story
  18. story
  19. 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…