Stack Overflow 2022 Survey Says …

Topics covered
Popular Clips
Episode Highlights
Regex Challenges
Regex searches can be tricky, especially when dealing with multi-line patterns. explains that by default, grep processes input one line at a time, which complicates multi-line searches 1. He suggests workarounds for this limitation, such as using specific flags or alternative tools. shares his experience with Vim, highlighting its capability to perform multi-line regex searches by enabling the 'magic' setting 2.
You can do a multi-line regex in Vim. And I didn't know you could do that in Vim.
---
These insights emphasize the importance of understanding the tools at your disposal to efficiently handle complex search tasks.
Installation Issues
Package installation can present unexpected challenges, particularly when using tools like yum. recounts an issue where attempting to install multiple packages simultaneously resulted in partial success without an error notification 3. This behavior can lead to confusion and requires careful management of dependencies. He humorously notes the importance of installing dependencies separately to avoid such pitfalls 4.
Yum will happily not return back an error code that it didn't install both of the things.
---
These experiences highlight the need for vigilance and strategy when managing package installations.
Related Episodes


Errors vs Exceptions, Reddit Rebels, and the 2023 StackOverflow Survey
Answers 383 questions

Docker Licensing, Career and Coding Questions
Answers 383 questions

Technical Challenges of Scale at Twitter
Answers 383 questionsStackOverflow AI Disagreements, Kotlin Coroutines and More
Answers 383 questions

JAMstack with J.A.M.
Answers 383 questions

200th Episode Extravaganza!
Answers 383 questions
Tackling Tough Developer Questions
Answers 383 questionsHow to be an Intermediate Programmer
Answers 383 questions

Gitlab vs Github, AI vs Microservices
Answers 383 questions

Algorithms You Should Know
Answers 383 questionsHow to be a Programmer
Answers 383 questions

What Should You Learn Next?
Answers 383 questions86. Lightning Talks
Answers 383 questionsShow Recursion Show
Answers 383 questions

The DevOps Handbook – Anticipating Problems
Answers 383 questions
