Live data from Hacker News

Viewing profile — t-kalinowski

t-kalinowski

HN member
Joined
Sun, Apr 09, 2023, 5:01 PM UTC
HN karma
27
Public activity
15 items

About t-kalinowski

https://bsky.app/profile/t-kalinowski.bsky.social https://github.com/t-kalinowski

Recent public activity

  1. comment
    Comment #48664681

    One project I’d add to the comparison is raghilda from Posit: https://posit-dev.github.io/raghilda/ raghilda is deliberately narrower than LangGraph/Haystack/etc. It focuses on the…

  2. comment
    Comment #48279831

    I wonder if YAML is better than JSON for LLMs, because the indentation keeps the nesting level information local to the content.

  3. comment
    Comment #48237629

    Because YAML is the worst config format, except for all the others. https://opensource.posit.co/blog/2026-05-21_in-defense-of-ya...

  4. comment
    Comment #47924461

    Memories are failable :) Here is the PR you merged June of last year, changing the file extension from `.qmd` to `.qd` after a discussion about Quarto: https://github.com/iamgio/qu…

  5. comment
    Comment #47892303

    Counterpoint from a doctor: https://substack.com/inbox/post/189714240 Scribes _feel_ good in the short-term, but it's not clear if they're actually good on longer time horizons.

  6. comment
    Comment #47718741

    Very cool! We’ve been exploring a similar direction too, but with a plain REPL and a much thinner tool surface. In our case, it’s basically one tool for sending input, with interru…

  7. comment
    Comment #47697337

    I agree that at first glance, it seems like tmux, or even long-running PTY shell calls in harnesses like Claude, solve this. They do keep processes alive across discrete interactio…

  8. comment
    Comment #44008502

    Posit offers something similar to Microsoft’s CRAN Time Machine, but it works not only for CRAN, but also for Bioconductor and PyPI. You can add a date to the Public Posit Package …

  9. comment
    Comment #43998270

    Or, don't even write the fortran manually, just transpile the R function to fortran: https://github.com/t-kalinowski/quickr

  10. comment
    Comment #43993903

    This was the main reason I wrote promptdown. I want to be able to edit the full chat history every turn, and the append-only standard chat interfaces don't make that easy. https://…

  11. comment
  12. story
  13. comment
    Comment #40505230

    The Python interop is in the blog post because it makes for convenient and compact examples, not because it motivated any of the features. If you're interested in what motivated S7…

  14. comment
    Comment #39769959

    R does have namespaces. Take a look at the NAMESPACE file found at the root of every R package, which defines the symbols and methods exported by the package. Note for many R packa…

  15. comment
    Comment #35504496

    It's a new OOP system for R. repo: https://github.com/RConsortium/OOP-WG talk: https://www.youtube.com/watch?v=P3FxCvSueag&t=258s