Live data from Hacker News

Viewing profile — AlexClickHouse

AlexClickHouse

HN member
Joined
Thu, Jan 30, 2025, 12:45 AM UTC
HN karma
95
Public activity
21 items

About AlexClickHouse

No profile information was provided.

Recent public activity

  1. comment
    Comment #48859551

    Would you like to submit to ClickBench? I can also do it if you would prefer...

  2. comment
    Comment #48839298

    ClickHouse code style recommends unsigned in every case when you don't need the sign: https://clickhouse.com/docs/development/style

  3. story
  4. story
  5. story
  6. story
  7. story
  8. story
  9. story
    Show HN: A website to compare team activity on GitHub

    Initially, I wanted to create a single report to motivate managers to look at GitHub issues. It didn't help (yet), but I got hooked and added more selectors and features to this re…

  10. comment
    Comment #45242219

    I've recently implemented a similar service: https://adsb.exposed/?dataset=Birds&zoom=5 - a viewer for eBird data, where you can filter by various species and make visualizations w…

  11. comment
    Comment #45227786

    USearch is this type of library: https://github.com/unum-cloud/usearch Used in ClickHouse and a few other DBMS.

  12. comment
    Comment #45227764

    I've implemented a similar site a few years ago, with one crucial difference, which makes it even simpler: https://pastila.nl/ The difference is that there is no "share" button, so…

  13. comment
    Comment #45161690

    Exactly as in MS Access, Interbase/Firebird, and dBase II.

  14. story
  15. story
  16. story
  17. comment
    Comment #44272229

    Flawed methodology - incorrect results.

  18. comment
    Comment #44138650

    Thanks for creating this issue, it is worth investigating! I see you also created similar issues in Polars: https://github.com/pola-rs/polars/issues/17932 and DuckDB: https://githu…

  19. comment
    Comment #43824655

    ClickHouse predates Apache Arrow.

  20. comment
    Comment #43478606

    I vaguely remember an old bug in atop, leading to a very unusual consequence. Atop will do an invalid memory write and crash with a segfault. But this writing is performed on a mem…

  21. comment
    Comment #42873446

    ClickHouse does not allow external connections by default. If someone wants to configure an unauthenticated access from the Internet, they have to do the following extra steps: - e…