Viewing profile — bladecatcher
bladecatcher
HN member- Joined
- Thu, Dec 03, 2009, 7:37 AM UTC
- HN karma
- 816
- Public activity
- 128 items
- HN profile
- View on Hacker News ↗
About bladecatcher
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #22565607
Great point re: the “Bespoke” style of programming. It takes some unlearning and getting used to tacit programming [0] and trains [1] to appreciate this. I’ve worked on fairly comp…
- story
- story
-
comment
Comment #21613635
> Now if it were possible for it to accept an event from Kafka but not guarantee that the event will eventually make it into the materialized view but may be lost, that'd be a prob…
-
comment
Comment #21613628
You’re right. You don’t get read-your-own-writes guarantees in a typical Kdb tickerplant architecture, as the event streams are propagated to the real-time nodes asynchronously.
-
comment
Comment #21613621
I think the usecase for this is streaming queries and aggregations where the query output is materialised asynchronously
- story
- story
- story
- story
- story
-
comment
Comment #18794166
In Indian cities like Mumbai, Bangalore, one can easily spend 3 to 4 hours a day commuting
-
comment
Comment #18769986
I suppose one can measure the risk of losing messages - I’m not suggesting that it’s always possible, but calling it an unmeasurable risk is probably not true
- story
- story
- story
- story
-
comment
Comment #18689889
Typically, one would start off in a quant trading desk which uses kdb+ for their analytics or join First Derivatives [0] that trains graduates [0] https://www.firstderivatives.com/…
-
comment
Comment #18689702
https://code.kx.com/q/ has learning material and documentation . Hope it helps
-
comment
Comment #18689589
You can start the 32 bit instance with the -s switch (for q to be started with multiple slaves) for parallel execution of a function over data using the "peach" command [0]. But ye…
-
comment
Comment #18689534
As mruts pointed out above, kdb+/q provides what you're imagining - it provides fantastic distributed computing support via its IPC protocol and also has multi-core support.
-
comment
Comment #18689493
Related article posted on HN recently: APL is more French than English [ https://news.ycombinator.com/item?id=18640451 ]
- story