Live data from Hacker News

Viewing profile — adren123

adren123

HN member
Joined
Tue, May 22, 2018, 7:10 AM UTC
HN karma
17
Public activity
9 items

About adren123

No profile information was provided.

Recent public activity

  1. comment
    Comment #44935660

    I wonder how ClickHouse would compare against DuckDB given that the latter usually performs very well on OLAP benchmarks such as TPC-H

  2. comment
    Comment #42052454

    Wikidata.org the database behind Wikipedia is a good alternative as a general database including films and related crew for instance with Avatar (2009) https://www.wikidata.org/wik…

  3. comment
    Comment #40355830

    Indeed, the 2013 Spike Jonze movie is the first idea that popped-up to my mind when I saw those videos amazing to see this movie 10 years after it was released in the light of thos…

  4. comment
    Comment #38486039

    If you want to win on both counts (no buggy pipes and coloring), and if you're certain of the order, you can use the following: rg nokogiri.*linux

  5. comment
    Comment #38380307

    An initial import with DuckDB from all the 15 files takes only 36 seconds on a regular (6 years old) desktop computer with 32GB of RAM and 26 seconds (5 times quicker than QuestDB)…

  6. comment
    Comment #32112112

    There is also git-bug [1], an offline bug tracker fully embedded in git which can bridge to Github, Gitlab, Jira [1] https://github.com/MichaelMure/git-bug

  7. comment
    Comment #31013834

    I also use regularly miller/mlr with files having 1M+ lines and I never had problems with the hardcoded processing (i.e. "verbs") nor the DSL language which is know to be much less…

  8. comment
    Comment #30941855

    What is also interesting is that while strace seems to report much less overhead in "./empty" compared to /bin/true $ strace -c ./empty strace: exec: Erreur de format pour exec() %…

  9. comment
    Comment #22493033

    the full monty: alias c='echo -e "\033c" ; stty sane; setterm -reset; reset; tput reset; clear' doesn't only clear the screen, but also escape any "broken" terminal configuration s…