Live data from Hacker News

Viewing profile — tison

tison

HN member
Joined
Fri, Dec 17, 2021, 7:31 AM UTC
HN karma
431
Public activity
118 items

About tison

Co-Founder @ ScopeDB

Board Member & Incubator Mentor @ The Apache Software Foundation

I develop and maintain open-source software: https://github.com/tisonkun

Recent public activity

  1. story
  2. story
  3. comment
    Comment #46740541

    We have discussed these in previous blogs: 1. Insight In No Time: https://www.scopedb.io/blog/insight-in-no-time 2. Manage Data in Petabytes for an Observability Platform: https://…

  4. story
  5. story
  6. comment
    Comment #46494488

    FWIW, here is a general discussion about error handling in Rust and my comment to compare it with Go's/Java's flavor: https://github.com/apache/datasketches-rust/issues/27#issuec..…

  7. comment
    Comment #46494437

    I think they are almost compatible. `thiserror` helps you define the error type. That error type can then be used with `anyhow` or `exn`. Actually, we have been using thiserror + e…

  8. comment
    Comment #46494389

    This is the pull request of this post: https://github.com/fast/fast.github.io/pull/12 See comments like https://github.com/fast/fast.github.io/pull/12#discussion_r2... Quote my com…

  9. story
  10. story
  11. story
  12. story
  13. comment
    Comment #45468542

    Rust's Future is somehow like move semantics in C++, where you may leave a Future in an invalid state after it finishes. Besides, Rust adopts a stackless coroutine design, so you n…

  14. story
  15. story
  16. story
  17. story
  18. story
  19. story
  20. story
  21. story
  22. comment
    Comment #43378283

    Not quite. As described in the FAQ: What about the interoperability with SQL? Some libraries and tools enable developers to write queries in a new syntax and translate them to SQL …

  23. story
  24. comment
    Comment #43330666

    The syntax is still changable and welcomes any comments for improvements. To try my best to avoid divergent discussion, I'd include two most significant FAQs: *What about the inter…

  25. story