Live data from Hacker News

Viewing profile — rwhaling

rwhaling

HN member
Joined
Mon, Jan 08, 2018, 10:34 PM UTC
HN karma
153
Public activity
31 items

About rwhaling

No profile information was provided.

Recent public activity

  1. story
    Show HN: Logbooks, notebook computing for coding agents

    Logbooks adapts some ideas from structured notebook computing environments like nbdev and Papermill for Claude Code and other coding agents. This is a pattern I found myself repeat…

  2. comment
    Comment #45842481

    That's a great question - right now it is only looking at the results from a battery of several dozen indicators that we compute upstream of the model itself (which saves massively…

  3. story
  4. comment
    Comment #45235257

    CLAVIER is amazing, the wire system alone is such a huge improvement over ORCA, and it's now feasible to make much larger patches and refactor safely, kudos to River for all the ha…

  5. comment
    Comment #44609088

    Yep absolutely! It reminds me of writing cryptic perl one-liners or something.

  6. comment
    Comment #44604897

    Love 100r! There aren't a ton of examples online, but their livecoding music software/language, ORCA, is a remarkable instrument. https://100r.co/site/orca.html I posted a clip to …

  7. comment
    Comment #37919399

    clearly Factorio

  8. comment
    Comment #34794075

    Really cool - the stuff they are doing with the Excel API to inspect editing modes is super interesting: https://www.sharpcells.com/docs/blog/monitoring-edit-mode I work with data …

  9. comment
    Comment #34730069

    Airbnb wrote a few great blog posts about why they built a standardized metrics layer - I think this one gives better technical context on the "what" and "why" than this announceme…

  10. comment
    Comment #34729969

    In practice - complicated time series metrics, especially on top of derived temporal-logic attributes like funnels, activation, etc., are phenomenally difficult to write by hand in…

  11. comment
    Comment #34729935

    One of Transform's strong suits is their Tableau integration - they have really good tooling for pushing metrics out to Tableau, rather than relying on Tableau to pull them in. App…

  12. comment
    Comment #34580160

    The biggest win to me is: when your data pipelines are in SQL, changes and maintenance can be somebody else's problem. I've had a ton of success asking our marketing and business t…

  13. comment
    Comment #33639115

    Speaking as a data practitioner - data lineage is a profoundly hard and still unsolved problem. In the last few years, I feel like we've begun to crack it - dbt's data lineage grap…

  14. comment
    Comment #31179944

    One change I have seen in recent years is that I find fewer and fewer new engineers learn SQL, especially folks entering the industry from bootcamps. And conversely, more and more …

  15. comment
    Comment #30870050

    I've been thinking about this a ton lately - I think the holy grail is something that extends the spreadsheet UX with the capability to address much larger data sets, roughly equiv…

  16. comment
    Comment #28991983

    Algol 60 had lexical scoping in 1960 (while Lisp was in development) and this was known to be equivalent to the lambda calculus by the folks working on it by 1965 or so - https://d…

  17. comment
    Comment #28746712

    Always an interesting read. A ton of insights, but I always find it a bit hard to make sense of, and it feels so disconnected from a modern distributed systems context. In retrospe…

  18. comment
    Comment #28276235

    I think I shared this last time Sonic Pi got posted here, but Sonic Pi is also extremely flexible when you bus the MIDI output to other tools - Ableton, external synthesizers, etc.…

  19. comment
    Comment #25187434

    Looks great! I have a question the planned Alpha 7 feature: "smaller than 32-bit values (char/byte)" - I'm so used to bytes being a fundamental primitive in programming languages t…

  20. comment
    Comment #25163536

    for background, the original author of nbdev has a good post outlining exactly how it relates to jupyter - https://www.fast.ai/2019/12/02/nbdev/

  21. comment
    Comment #25163189

    This is really exciting! I've been building a data engineering practice around jupyter notebooks, Netflix's papermill, and k8s cronjobs for scheduling, and it's been great...except…

  22. comment
    Comment #24183112

    Coming to Factorio from a Scala/streaming/data background, I got the connection pretty immediately - so much of Factorio is about designing correctly for backpressure, such that yo…

  23. comment
    Comment #23965465

    I recently got obsessed with some music made for the OPN2, one of the chips modeled here - Yuzo Koshiro's soundtracks for the Sega Genesis: Streets of Rage 2: https://www.youtube.c…

  24. comment
    Comment #23119762

    Great to see Orca on here! Really really fun to play with for generative music; I made a song with it last year that I posted: https://www.instagram.com/p/BzVjW7LBv1K/ I also learn…

  25. comment
    Comment #22633081

    That was my immediate thought as well - CQRS doesn't fit well with the "everything should be deterministic" principle, unless they have a very different definition of CQRS than wha…