Skip to content

Commit b85807b

Browse files
acompaclaude
andcommitted
Shorten blog post descriptions to concise summaries
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9d2dc9d commit b85807b

11 files changed

Lines changed: 11 additions & 11 deletions

src/src/content/blog/beyond-trending-topics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Beyond Trending Topics: identifying important conversations in communities"
3-
description: "Last summer, while at Betaworks, Rohit Jain and I co-wrote a blog post on detecting trending topics. Here's a blurb: Scale Model, one of the newest companies to launch out of betaworks, helps identify, follow and reach communities on Twitter. While there’s a great visual dashboard that gives us …"
3+
description: "Detecting unusual spikes in Twitter community activity using time series decomposition, built at Betaworks with Rohit Jain."
44
pubDate: 2015-09-01
55
---
66

src/src/content/blog/git-for-ds-at-iheart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Git for data science at iHeartRadio"
3-
description: "Last year, I walked iHeartRadio's Data Science team through the theory and practice of git. Version control falls into the category of practical stuff you learn after finishing grad school."
3+
description: "Teaching git fundamentals to iHeartRadio's algorithms team to scale collaboration beyond single-owner folders."
44
pubDate: 2017-04-17
55
---
66

src/src/content/blog/installing-r-and-rpy2-from-scratch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Installing R and rpy2 from scratch"
3-
description: "Python has seen a bit of an explosion in packages for statistics, machine learning, and data structures to support the two. Between pandas, statsmodels, scikit-learn, and scipy.stats Python developers now have a miniature data stack for econometrics, machine learning algorithms, or statistics, as well as sensible data structures with …"
3+
description: "A step-by-step guide to installing R and rpy2 on a bare EC2 instance for Python developers who need R's statistical packages."
44
pubDate: 2012-09-07
55
---
66

src/src/content/blog/large-scale-data-airbnb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Large-scale data-driven initiatives at Airbnb"
3-
description: "Any conversation about data work at Airbnb should probably start with Airflow. Since its open-sourcing back in 2015, this data pipeline framework has been adopted by almost 200 companies, including my former employers at iHeartRadio and my current employers at Devoted Health. slaps roof of framework This bad boy fits …"
3+
description: "How Airbnb scaled its data infrastructure with Airflow, Zipline, and other frameworks for ML at hundreds-of-models scale."
44
pubDate: 2019-05-22
55
---
66

src/src/content/blog/mle-job-hunt-2024.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "On job-hunting in 2024 as a machine learning engineer"
3-
description: "One Sunday in early December, I celebrated my birthday by slicing into some chocolate cake from a local bakery. A few hours later, my inbox contained a lovely birthday surprise: a calendar invite to discuss my layoff from Spotify. Yay! For those who don't know me: I am a machine …"
3+
description: "Lessons from 39 job conversations after a layoff from Spotify, and what the market looks like for ML engineers in 2024."
44
pubDate: 2024-03-02
55
---
66

src/src/content/blog/on-regularization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Introductory notes on regularization"
3-
description: "A couple of different channels converged on discussions of regularization recently: Julia Evans recently wrote about the bias-variance trade-off -- go read her post, it's great! -- and asked some questions about regularization in it; one of my coworkers -- and I'm paraphrasing here, Ravi -- called LASSO one of the most important statistical …"
3+
description: "A primer on L1, L2, and ElasticNet regularization and why they help models generalize."
44
pubDate: 2016-01-23
55
---
66

src/src/content/blog/presenting-leptoid-at-surge-2012.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Presenting leptoid at Surge 2012"
3-
description: "I spent my summer at Knewton working on an autoscaling project. I learned a lot along the way about capacity planning, queuing theory, code instrumentation, and server management and deployment, and I recently presented about what I learned at Surge Conference 2012. The talk focused on instrumentation more than anything …"
3+
description: "Presenting an autoscaling project at Surge 2012 and learning that good instrumentation matters more than a good forecasting model."
44
pubDate: 2012-10-05
55
---
66

src/src/content/blog/recsys-2018.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "A survey of ACM RecSys 2018"
3-
description: "During October I attended the 2018 edition of the ACM Recommender System Conference, or RecSys, in Vancouver. For one week, over 800 participants from various corners of industry and academia presented results and discussed trends in recommender system design. As a first-time attendee, I was impressed by the clever and …"
3+
description: "Trends from RecSys 2018: contextual bandits, deep learning for recommendations, and fairness in personalization."
44
pubDate: 2019-01-03
55
---
66

src/src/content/blog/scipy-2017.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "A review of SciPy 2017, including my talk on music trends"
3-
description: "Last week, I had the pleasure of speaking at SciPy 2017 in Austin about my work on modeling trends in music. Thanks to the SciPy committee and Enthought for hosting a wonderful conference with excellent speakers, and to everyone who postponed happy hour just a bit longer to join me …"
3+
description: "Speaking at SciPy 2017 about modeling trends in music, plus highlights from other talks at the conference."
44
pubDate: 2017-07-20
55
---
66

src/src/content/blog/sleeplessness-bad-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Sleeplessness => bad code"
3-
description: "David Smith recently pushed out an excellent episode of his Developing Perspectives podcast. In it, he discusses the importance of rest, especially as it relates to the quality of a developer's work."
3+
description: "How sleep deprivation during a busy summer led to silly bugs in a toy virtual memory manager."
44
pubDate: 2012-08-03
55
---
66

0 commit comments

Comments
 (0)