DEV Community

Cover image for Tech Jargon Defined: What is Yak Shaving?
Lucia Cerchie
Lucia Cerchie

Posted on

11 1

Tech Jargon Defined: What is Yak Shaving?

This is part of a Tech Jargon Defined series focused on de-mystifying common tech jargon terms.

'yak shaving', a unique piece of tech jargon, had its origin in an MIT lab, and means executing sub-tasks that seem unrelated to the task at hand but are ultimately necessary to accomplish it. Basically, it's when writing software tickets takes on a 'If You Give a Mouse A Cookie' vibe, but less recursive, and based on needs, not desires.

For example, say you had to write a new component for a React project, but the css styles were broken because a dependency was out of date, and to update the dependency you had to update your node version first, and to do that you had to install nvm -- congrats, you're yak shaving. Best comment out the CSS for now and bang out the state logic first. ;)

Resource: https://seths.blog/2005/03/dont_shave_that/

Image of AssemblyAI tool

Transforming Interviews into Publishable Stories with AssemblyAI

Insightview is a modern web application that streamlines the interview workflow for journalists. By leveraging AssemblyAI's LeMUR and Universal-2 technology, it transforms raw interview recordings into structured, actionable content, dramatically reducing the time from recording to publication.

Key Features:
🎥 Audio/video file upload with real-time preview
🗣️ Advanced transcription with speaker identification
⭐ Automatic highlight extraction of key moments
✍️ AI-powered article draft generation
📤 Export interview's subtitles in VTT format

Read full post

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Explore a sea of insights with this enlightening post, highly esteemed within the nurturing DEV Community. Coders of all stripes are invited to participate and contribute to our shared knowledge.

Expressing gratitude with a simple "thank you" can make a big impact. Leave your thanks in the comments!

On DEV, exchanging ideas smooths our way and strengthens our community bonds. Found this useful? A quick note of thanks to the author can mean a lot.

Okay