Live data from Hacker News

Viewing profile — daddykotex

daddykotex

HN member
Joined
Fri, Aug 09, 2013, 8:11 PM UTC
HN karma
307
Public activity
168 items

About daddykotex

No profile information was provided.

Recent public activity

  1. comment
    Comment #47603913

    Location: Montréal, Québec, Canada Remote: Yes, (hybrid in Montréal) Willing to relocate: No Technologies: Scala / Java, Typescript / Javascript, Python, Rust, PostgreSQL / MySQL /…

  2. comment
    Comment #46991977

    Not an expert, so I could be wrong, but my understanding is that you could just copy those bytes directly from the wire to your memory and treat those as the Arrow payload you're e…

  3. comment
    Comment #46619545

    https://davidfrancoeur.com/

  4. comment
    Comment #46588820

    Thanks for the tip, that's very cool. I did not know about `markitdown` and `streamdown`.

  5. comment
    Comment #38012993

    Recently, another alternative was teased out: https://www.golem.cloud/ From the folks at Ziverge, who've worked on ZIO in Scala. They use a similar approach I believe. It's discuss…

  6. comment
    Comment #30928060

    What are the biggest difference with something like materialize.com? I love the way you explain what's ReadySet. Congrats on the launch.

  7. comment
    Comment #24724246

    I don't write much on Hacker Nees, I'm much of a reader. But... Your product looks great. I watched the demo on the home page and I'm impressed. I'm definitely going to give a try.…

  8. story
  9. comment
    Comment #16978130

    Thanks for Travis. It's great and it's is really useful, at least for our open sources project.

  10. comment
    Comment #16466761

    I'm working in a small/medium business in Montreal, Canada. I've been hear for almost 3 years and AFAIK no body here takes stimulant. Of course I might be wrong, but I know a lot o…

  11. story
  12. comment
    Comment #15964629

    As you know, there are many plugins to do authentication in Kong. We started with jwt, then a coworker decided that we needed a more flexible approach so he basically forked the jw…

  13. comment
    Comment #15964308

    So far we're still using Kong. Planning an upgrade soon. But we try to avoid shifting to much domain logic in the form of Kong plugins.

  14. comment
    Comment #15964281

    This video was very interesting, thanks for sharing!

  15. comment
    Comment #15963754

    Disregarding the article completely, I'll share my opinion on Kong because we use quite a bit at my workplace. We use an old version (0.9.x as of right now). The things I shared be…

  16. comment
    Comment #15392530

    Here is an interview at Software Engineering Daily with Mike Jumper: https://softwareengineeringdaily.com/2016/06/27/apache-guaca...

  17. comment
    Comment #15191150

    It seems like it is quite different, you actually change your code to listen with NGINX unit. https://unit.nginx.org/docs-installation.html

  18. comment
    Comment #15191116

    I came to ask the same question. The landing page is terrible it says pretty much nothing.

  19. comment
    Comment #15132341

    Thanks for sharing, it makes me realize that our messages are not independent.

  20. comment
    Comment #15132332

    Suppose you build a STREAM or TABLE from a topic and assume a field in the event is `id`. Later on, you introduce an update to this event where where your replace `id` by `user_id`…

  21. comment
    Comment #15132294

    How do you do a replay if you don't keep the event somewhere? I did not mean that messages were to be stored in the bus?

  22. comment
    Comment #15120675

    thank you

  23. comment
    Comment #15119146

    Ok this makes sense. It matches what some others have been saying as well. Thanks

  24. comment
    Comment #15119081

    Ok, thanks for the pointer

  25. comment
    Comment #15119022

    I'm also wondering: how one deal with changes to events when using KSQL?