Have your say on the evolution of our identity
Help shape the future look of Stack Overflow—cast your vote and share your voice in our visual identity refresh.
Read more401: Outgoing Email
Hi! We’re back! Weird right? It’s been over 2 years. We took a break after episode 400, not because we ran out of things to talk about, but because we were so focused on our CodePen 2.0 work, it got old not being able to discuss it yet. We’ll be talking plenty
Read moreThere is no golden path anymore: Engineering practices are being rewritten
How do leaders ensure alignment, autonomy, and productivity as engineering practices continue to evolve?
Read moreUnderstanding Memory Page Sizes on Arm64
Optimize ARM64 performance with larger memory page sizes. Learn when 64K pages benefit databases, AI, and I/O workloads plus Linux configuration steps. Continue reading Understanding Memory Page Sizes on Arm64 on SitePoint.
Read moreExperiences with Nvidia
Our team started working within Nvidia in early 2009 at the beginning of the ORNL Titan project. Our Nvidia contacts dealt with applications, libraries, programming environment and performance optimization. First impressions were that their technical stance on issues was very reasonable. One obscure example: in a C++ CUDA kernel were
Read morePrompt engineering courses: Questions to ask before you begin
No matter your industry or chosen profession, learning how to use generative AI tools is quickly becoming a necessity, not a luxury.Whether you’re using it to write copy, analyze data, build code, or brainstorm new product ideas, knowing how to use artificial intelligence in real world applications is a skill
Read moreLLM prompt engineering: What it is and how it can help with your AI success
In the age of artificial intelligence, how we talk to machines has never been more important.At the heart of this new communication revolution is a rapidly emerging field called prompt engineering, where art and science come together to unlock the full potential of large language models (LLMs). Key takeaways The
Read moreBetter performance, smarter workflows: What’s new in Stack Overflow for Teams
Our July 2025 release focuses on stability, integration, and actionable insight—designed to help your teams stay informed, secure, and efficient as they scale.
Read moreAttention isn’t all we need; we need ownership too
Ryan welcomes Illia Polosukhin, co-author of the original "Attention Is All You Need" Transformers paper and co-founder of NEAR, on the show to talk about the development and impact of the Transformers model, his perspective on modern AI and machine learning as an early innovator of the tech, and the
Read moreLegendre polynomials
The previous post mentioned Legendre polynomials. This post will give a brief introduction to these polynomials and a couple hints of how they are used in applications. One way to define the Legendre polynomials is as follows. P0(x) = 1 Pk are orthogonal on [−1, 1]. Pk(1) = 1 for
Read more