Paul Carleton's blog
  • Home
Sign in Subscribe

Do it Live! with ObservableHQ, a platform by the creator of D3.js

Paul Carleton

Sep 1, 2019 • 1 min read

presentation by Paul Carleton from Stripe for EventLoop in Mexico City on September 4th 2019

Do it Live! with ObservableHQ, a platform by the creator of D3.js
An Observable notebook by Paul Carleton.
ObservablePaul Carleton

Sign up for more like this.

Enter your email
Subscribe

BeanCat

A black cat accountantIn about the 17th iteration of me working on a personal finance app, I'm setting up a plaid integration. The tooling setup roughly looks like: * Beancount as the resulting data format * Fava as the view * beancount-import to help automatically categorizing * Plaid to download transaction data (they support
Nov 12, 2022 1 min read
Rust: What to pick for the Error type when writing your own Result type

Rust: What to pick for the Error type when writing your own Result type

The Result type [https://doc.rust-lang.org/std/io/type.Result.html] in rust is great! Combined with the ? operator [https://doc.rust-lang.org/edition-guide/rust-2018/error-handling-and-panics/the-question-mark-operator-for-easier-error-handling.html] , it makes error handling much more concise than other languages. Consider ? vs: * Go: if err != nil { return nil, err } * Java:try
Apr 28, 2021 4 min read
Observable + bean-count

Observable + bean-count

Two of my favorite tools lately are Observable (observablehq.com) (a long time favorite for quickly prototyping javascript and creating interactive visualizations) and bean-count (a more recent addition for doing "hobbyist double entry accounting" (a special form of "fun")). fava is a great open source web UI for bean-count that
Apr 20, 2021 3 min read
Paul Carleton's blog © 2023
Powered by Ghost