Reading List
The most recent articles from a list of feeds I subscribe to.
Is It Keto: Month 11
Highlights
- Two of my blog posts reached the front page of Hacker News.
- I may have finally discovered a way to scale my keto site profitably.
- I’m putting Portfolio Rebalancer on the backburner due to lack of traction.
Goal grades
At the start of each month, I declare what I’d like to accomplish. Here’s how I did against those goals:
Conduct five customer interviews for the portfolio rebalancer
- Result: Conducted zero customer interviews.
- Grade: F
I deprioritized the portfolio rebalancer in favor of Is It Keto. I’ll explain why below.
Update: Stripe's Response Regarding User Tracking
Last week, I published a blog post describing how Stripe recorded visitor behavior on their customers’ websites. In short, Stripe’s JavaScript library collected information about URLs users visited and telemetry about their mouse movements, even when the site never displayed any Stripe payment forms. I suspected that most Stripe customers were unaware of this and argued that Stripe should disclose their data gathering practices more prominently and in greater detail.
The post generated a lively discussion on Hacker News, including several comments from Patrick Collison, Stripe’s co-founder and CEO. In his top comment, he said:
My first npm package: A Gatsby theme for knowledge bases
7 Software Developer Resume Tips to Help You Stand Out
Stripe is Silently Recording Your Movements On its Customers' Websites
Among startups and tech companies, Stripe seems to be the near-universal favorite for payment processing. When I needed paid subscription functionality for my new web app, Stripe felt like the natural choice. After integration, however, I discovered that Stripe’s official JavaScript library records all browsing activity on my site and reports it back to Stripe. This data includes:
- Every URL the user visits on my site, including pages that never display Stripe payment forms
- Telemetry about how the user moves their mouse cursor while browsing my site
- Unique identifiers that allow Stripe to correlate visitors to my site against other sites that accept payment via Stripe
This post shares what I found, who else it affects, and how you can limit Stripe’s data collection in your web applications.