Viewing profile — daddykotex
daddykotex
HN member- Joined
- Fri, Aug 09, 2013, 8:11 PM UTC
- HN karma
- 307
- Public activity
- 168 items
- HN profile
- View on Hacker News ↗
About daddykotex
No profile information was provided.
Recent public activity
-
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 /…
-
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…
-
comment
Comment #46619545
https://davidfrancoeur.com/
-
comment
Comment #46588820
Thanks for the tip, that's very cool. I did not know about `markitdown` and `streamdown`.
-
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…
-
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.
-
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.…
- story
-
comment
Comment #16978130
Thanks for Travis. It's great and it's is really useful, at least for our open sources project.
-
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…
- story
-
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…
-
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.
-
comment
Comment #15964281
This video was very interesting, thanks for sharing!
-
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…
-
comment
Comment #15392530
Here is an interview at Software Engineering Daily with Mike Jumper: https://softwareengineeringdaily.com/2016/06/27/apache-guaca...
-
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
-
comment
Comment #15191116
I came to ask the same question. The landing page is terrible it says pretty much nothing.
-
comment
Comment #15132341
Thanks for sharing, it makes me realize that our messages are not independent.
-
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`…
-
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?
-
comment
Comment #15120675
thank you
-
comment
Comment #15119146
Ok this makes sense. It matches what some others have been saying as well. Thanks
-
comment
Comment #15119081
Ok, thanks for the pointer
-
comment
Comment #15119022
I'm also wondering: how one deal with changes to events when using KSQL?