Stack Overflow has seen a substantial decline in traffic over the last year that appears to be accelerating. https://observablehq.com/@ayhanfuat/the-fall-of-stack-overflow

643
249
devinterrupted.substack.com

DORA metrics aren’t enough on their own. Here's how dev teams can make the leap to elite performance by focusing on pull request size and dev workflow while improving their cycle time.

4
3
Famous hacker, Kevin Mitnick passes away at 59
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBE
    BenLloydPearson
    Now 100%

    It's terribly sad when such great minds are taken relatively early from such horrible diseases.

    He seems like someone who always made the best of any situation. After a stint in prison, I'm sure he just wanted to keep doing his best, which led him towards things that weren't as controversial. Either way, we all have plenty to learn from his works.

    23
  • LPT: ChatGPT is incredible for generating and evaluating regex
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBE
    BenLloydPearson
    Now 100%

    I've found that you need to be very careful when asking it to modify things it produced directly without making significant changes to the regex it provides. Once I get to the 3rd or 4th iteration of asking it to modify previous responses I've found the likelihood that it starts hallucinating to increase dramatically. The best solution I've found to this is to put your entire request in a single prompt that walks it through all requirements step-by-step.

    1
  • LPT: ChatGPT is incredible for generating and evaluating regex
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBE
    BenLloydPearson
    Now 100%

    It's not that I'm incapable of evaluating regex, but rather the mental burden of evaluating complex regex statements and determining their purpose can be time-consuming. Why take 20 minutes to understand some regex when ChatGPT can do it in 20 seconds?

    6
  • LPT: ChatGPT is incredible for generating and evaluating regex
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBE
    BenLloydPearson
    Now 75%

    I often need to deal with half a dozen different programming languages in any day/week and the context switching can be difficult at times. When you've spent all day switching between JavaScript, Python, and YAML and suddenly need to draft some Regex, tools like ChatGPT can help immensely at reducing the mental burden of switching gears.

    4
  • LPT: ChatGPT is incredible for generating and evaluating regex
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBE
    BenLloydPearson
    Now 100%

    I typically try 3.5 first and switch to 4 if the results aren't great. 3.5 typically handles basic use cases quite well, for example, writing regex that detects jira ticket naming nomenclature. For more complex things, I go to 4.

    It sometimes gets things wrong, but I've also found that just saying "that didn't work" gets it to reevaluate for more complex situations

    16
  • I have to use a ton of regex in my new job (plz save me), and I use ChatGPT for all of it. My job would be 10x harder if it wasn't for ChatGPT. It provides extremely detailed examples and warns you of situations where the regex may not perform as expected. Seriously, try it out.

    243
    51
    Non-general purpose posts
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBE
    BenLloydPearson
    Now 100%

    I agree with this, and I think it may be fairly easy to catch most of this with some simple conventions:

    1. If the post is primarily about a specific language, it belongs in that respective community.
    2. Posts about frameworks, libraries, tools, etc. should either go to their respective communities, or if none exists, the nearest language community.

    This would create some gray area for things like the last link in your list, but it should catch the majority of problems. I wonder if this could be resolved with a (new?) Q&A community for people to ask questions that are specific to their situation. That would enable c/programming to focus more on conversational topics.

    1
  • https://the-dam.org/docs/explanations/suc.html

    Despite the pithy title, this is a unique and educational perspective about creative things you can do with bash.

    20
    1
    Approved!
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBE
    BenLloydPearson
    Now 100%

    Y'all need to get yourselves some PR review automation in place. Stop wasting time on trivial reviews and requesting changes for common problems so that when you ping a colleague for a code review, they know it's important rather than a simple request for a thumbs up.

    4
  • How do you measure the business impact of your engineers work?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBE
    BenLloydPearson
    Now 100%

    A lot of organizations seem to focus on tailing indicators such as lines of code written, or the number of bugs found, and I think that's part of what fuels the perception that being an engineering leader is one of the most difficult roles in modern companies because they don't paint an accurate picture of how things are today.

    The first thing is to get data that tracks key performance metrics. Many organizations often start with DORA metrics to create "slides for the board" that show the overall health of the engineering organization. This is a great place to start, but you can take this further by incorporating your project tracking into the data to measure how you allocate resources across the engineering function and whether or not that allocation is enough to meet product delivery timelines. There are a handful of tools out there that make this easy, like Sleuth and LinearB. A quick search should surface other solutions for this too.

    3
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBE
    Now
    7 12

    BenLloydPearson

    programming.dev