Explaining generative language models to (almost) anyone
Here’s a simple, three-part framework that explains generative language models.
Read moreLimit of a doodle
Suppose you’re in a boring meeting and you start doodling. You draw a circle, and then you draw a triangle on the outside of that circle. Next you draw a circle through the vertices of the triangle, and draw a square outside that. Then you draw a circle through the
Read moreNational Provider Identifier (NPI) and its checksum
Healthcare providers in the United States are required to have an ID number known as the NPI (National Provider Identifier). This is a 10-digit unique identifier which serves as the primary key in a publicly available database. You can use the NPI number to look up a provider’s name, credentials,
Read moreThe Functional Depth of Docker and Docker Compose
Learn how to create a multi-container Flask application using Docker Compose, manage Docker images with Vultr Container Registry, and more. Continue reading The Functional Depth of Docker and Docker Compose on SitePoint.
Read moreChris’ Corner: Esoteric Stuff in CSS
Listen I ain’t trying to scare you, but this CSS stuff can get complicated. It doesn’t have to be. CSS is just selectors with key value pairs in the end. The vast majority of CSS I write is pretty darn straightforward, especially once you have a general system (what files
Read moreRapidly convergent series for ellipse perimeter
The previous post looked at two simple approximations for the perimeter of an ellipse. Approximations are necessary since the perimeter of an ellipse cannot be expressed as an elementary function of the axes. Kepler noted in 1609 that you could approximate the perimeter of an ellipse as the perimeter of
Read moreEnterprise 2024.4: Demonstrating and improving community impact
In the latest Stack Overflow for Teams Enterprise release, you'll see reporting capabilities and insights that help demonstrate community impact. Microsoft customers can also rejoice: OverflowAI now includes an Auto-Answer App for Microsoft Teams.
Read moreKepler’s ellipse perimeter approximations
In 1609, Kepler remarked that the perimeter of an ellipse with semiaxes a and b could be approximated either as P1 ≈ 2π(ab)½ or P2 ≈ π(a + b). In other words, you can approximate the perimeter of an ellipse by the circumference of a circle of radius r where
Read more