Multiplication tables and Latin squares
The multiplication table of a finite group forms a Latin square. You form the multiplication table of a finite group just as you would the multiplication tables from your childhood: list the elements along the top and side of a grid and fill in each square with the products. In
Read moreWBIT #4: Using GIS to understand the rivers and the lakes that you’re used to
How a theater major became a fullstack engineer building software to manage climate change.
Read moreThe Buenos Aires constant
The Buenos Aires constant is 2.92005097731613… What’s so special about this number? Let’s see when we use it to initialize the following Python script. s = 2.920050977316134 for _ in range(1, 11): i = int(s) print(i) s = i*(1 + s - i) What does this print? 2, 3, 5,
Read moreWhy is it so hard for companies to protect your privacy?
Minh Nguyen, VP of Engineering at Transcend, joins Ryan for a conversation about the complexities of privacy and consent in tech, from the challenges organizations face in managing data privacy to the importance of consent management tools to the evolving landscape of privacy regulations.
Read moreAI-Assisted Coding for iOS Development: CursorAI and Upcoming Swift Assist
Discover how AI tools like CursorAI are transforming iOS development, with practical tips and real-world examples for balancing AI assistance with developer expertise. Continue reading AI-Assisted Coding for iOS Development: CursorAI and Upcoming Swift Assist on SitePoint.
Read moreMeeting European Accessibility Act (EAA) Standards: A Developer’s Checklist
Ensure your digital products meet the EAA standards before the June 2025 deadline. This guide provides a practical checklist for developers to audit, fix, and maintain accessibility compliance while improving user experience. Continue reading Meeting European Accessibility Act (EAA) Standards: A Developer’s Checklist on SitePoint.
Read moreChris’ Corner: Accessible Takes
Let’s do some links to accessibility information I’ve saved, recently read, and thought were useful and insightful. Accessibility vs emojis by Camryn Manker — It’s not that emojis are inaccessible, it’s that they can be annoying because of their abruptness and verbosity. If you’re writing text to be consumed by
Read more