Live data from Hacker News

Viewing profile — cmdlineluser

cmdlineluser

HN member
Joined
Mon, Feb 07, 2022, 9:46 AM UTC
HN karma
181
Public activity
30 items

About cmdlineluser

No profile information was provided.

Recent public activity

  1. comment
    Comment #42432499

    There is a Spark API[1] being built using their Relational API[2]. Progress is being tracked on Github Discussions[3]. [1]: https://duckdb.org/docs/api/python/spark_api.html [2]: h…

  2. comment
    Comment #42198446

    > cross product and filter `.join_where()`[1] was also added recently. [1]: https://docs.pola.rs/api/python/stable/reference/dataframe/a...

  3. comment
    Comment #42197323

    With Polars you use `df.select()` or `df.with_columns()` which return "new" DataFrames - so you don't have mutable objects everywhere. There is an SO answer[1] by the Polars author…

  4. comment
    Comment #41770137

    No vi editing mode :-( > The new REPL will not be implementing inputrc support, and consequently there won't be a vi editing mode. https://github.com/python/cpython/issues/118840#i…

  5. comment
    Comment #41491011

    Their "keep ruby weird" quine is my favourite: https://www.youtube.com/watch?v=IgF75PjxHHA %q!.!;eval$s=%q{eval(%w{$s=("%q!.!;eval$s=%q{#$s}"+'.gsub(/#{27.chr x,y{Complex(x,y)};P=-…

  6. comment
    Comment #41490852

    The last I read, the Spark API was to become the focus point. https://duckdb.org/docs/api/python/spark_api Not sure what the current status is. ref: https://github.com/duckdb/duckd…

  7. comment
    Comment #39669986

    Does it fail on nightly? There were some recent fixes: https://github.com/duckdb/duckdb/issues/10737

  8. comment
    Comment #39591618

    Are you talking about the 2nd table in the Benchmark section? It seems they are not running against the full dataset: > Moving on to the 100 million file to see if size makes a dif…

  9. comment
    Comment #39474727

    Nice article. In Python, I have been finding Polars nicer to use: (purchases .filter(pl.col("amount") Not as compact as the R example but gets a bit closer compared to the pandas a…

  10. comment
    Comment #39445464

    I'm sorry but BeautifulSoup is not just a wrapper over lxml. lxml even has a module for using beautifulsoup's parser. > lxml can make use of BeautifulSoup as a parser backend https…

  11. story
  12. comment
    Comment #39129825

    DuckDB does this. https://duckdb.org/2023/08/23/even-friendlier-sql.html#from-...

  13. comment
    Comment #39119238

    The main repo page data is still there, but it's now embedded inside some JSON: {"props":{"initialPayload":{"

  14. comment
    Comment #38925544

    Do you mean something like `.agg(pl.col("foo").diff())`? Or is diff aggregation its own thing? (I tried searching for the term, but didn't find much.)

  15. comment
    Comment #38559513

    There seem to be a few articles about it now: https://www.washingtonpost.com/nation/2023/12/06/x-files-son... An update from one of the songwriters: https://www.joneshouseband.com/…

  16. comment
    Comment #38548012

    You can add `/embed` to the end of the URL (although it doesn't show replies/etc)

  17. comment
    Comment #38501080

    There's also `atlas` that was released with Nim 2.0. http://nim-lang.github.io/Nim/atlas.html

  18. comment
    Comment #38315791

    Nice :-D Do you happen to know what happened to this thread? (I recall reading a previous post of yours about tracking HN positions?) I also asked as a top-level comment: https://n…

  19. comment
    Comment #38304938

    Does anybody know why this thread appears to have just vanished? It was on page 2 a moment ago, and now it's not listed anywhere (pages 1-14)

  20. comment
    Comment #38302021

    It's "interesting". https://news.ycombinator.com/item?id=34772367

  21. comment
    Comment #38301463

    Looks like somebody requested it after reading your TIL. https://github.com/pola-rs/polars/issues/12493#issuecomment-... It will be in the next release. (later today?)

  22. comment
    Comment #38261969

    Not sure if it would be considered simpler but lookaheads can be used to express it in a single pattern. ^(?=.{8}k.$)(?=[^a]*a[^a]*$)(?=[^b]*b[^b]*$)(?=[^c]*c[^c]*$)

  23. comment
    Comment #37802537

    Looks similar to Solarized Dark. https://github.com/altercation/solarized

  24. comment
    Comment #36958393

    httpbeast[1] reached #6 at one point, but I think the author is busy with other things nowadays. https://www.techempower.com/benchmarks/#section=data-r18&hw=... [1] https://github.…

  25. comment
    Comment #35885621

    Add `/embed` to the end of the URL.