Live data from Hacker News

Viewing profile — bladecatcher

bladecatcher

HN member
Joined
Thu, Dec 03, 2009, 7:37 AM UTC
HN karma
816
Public activity
128 items

About bladecatcher

No profile information was provided.

Recent public activity

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

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

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

  8. comment
    Comment #21613621

    I think the usecase for this is streaming queries and aggregations where the query output is materialised asynchronously

  9. story
  10. story
  11. story
  12. story
  13. story
  14. comment
    Comment #18794166

    In Indian cities like Mumbai, Bangalore, one can easily spend 3 to 4 hours a day commuting

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

  16. story
  17. story
  18. story
  19. story
  20. 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/…

  21. comment
    Comment #18689702

    https://code.kx.com/q/ has learning material and documentation . Hope it helps

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

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

  24. comment
    Comment #18689493

    Related article posted on HN recently: APL is more French than English [ https://news.ycombinator.com/item?id=18640451 ]

  25. story