Viewing profile — rwhaling
rwhaling
HN member- Joined
- Mon, Jan 08, 2018, 10:34 PM UTC
- HN karma
- 153
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About rwhaling
No profile information was provided.
Recent public activity
-
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…
-
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…
- story
-
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…
-
comment
Comment #44609088
Yep absolutely! It reminds me of writing cryptic perl one-liners or something.
-
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 …
-
comment
Comment #37919399
clearly Factorio
-
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 …
-
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…
-
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…
-
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…
-
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…
-
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…
-
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 …
-
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…
-
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…
-
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…
-
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.…
-
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…
-
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/
-
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…
-
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…
-
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…
-
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…
-
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…