T-Shirts, Feminism, Parenting, and Data Science, Part 2: Eigenshirts
Explores using Principal Component Analysis on t-shirt images to build a gender classification model, visualizing data as 'eigenshirts'.
Explores using Principal Component Analysis on t-shirt images to build a gender classification model, visualizing data as 'eigenshirts'.
A guide to manually enable PHP 5.5 on Windows Azure Web Sites using remote shell access and the KuduExec tool.
Announcing the beta release of MvcSiteMapProvider v4 for ASP.NET MVC, featuring major architectural changes and improved dependency injection.
Final part of a series on setting up a Continuous Integration pipeline using Jenkins, MSBuild, NuGet, and Git for a .NET project.
Explores the inconsistent behavior of AbandonedMutexException in .NET vs. Windows Phone 8, detailing mutex synchronization and platform-specific quirks.
A developer recounts presenting on the Nokia Music API and Cimbalino Toolkit at a WPUG event, including technical challenges and attendee feedback.
The article critiques the traditional approach to open source, arguing that simply making code public isn't enough without a cultural shift towards open collaboration.
Fixes the (405) Method Not Allowed error when pushing or deleting packages on a private NuGet server in IIS by removing the WebDAV module.
A guide to creating a cross-browser CSS3 card flipping animation using 3D transforms and transitions.
A guide to implementing and using Assert.ThrowsExceptionAsync for testing asynchronous code in the Windows Phone Test Framework.
A developer shares their experience redesigning a personal blog using WordPress, focusing on CSS changes and exploring the Ghost platform.
A developer shares insights on designing tech conferences to foster meaningful hallway track conversations, covering break lengths, venue layout, and social activities.
A guide to selecting speakers and ensuring talk quality for technology conferences, covering methods like invite-only, coaching, and open CFPs.
A developer details a new, enhanced Ball Tree and KD-Tree implementation for scikit-learn, comparing its performance and features to existing solutions.
A reflection on key elements that make a tech conference great, focusing on talk quality, speaker selection methods, and attendee experience.
A new NuGet 2.5 package automates the removal of XML documentation from Windows 8/Phone 8 app packages, simplifying the build process.
A practical guide for R users on optimizing code for speed, balancing performance with readability and real-world time constraints.
A guide to automating reprint requests in Gmail using custom mailto links, filters, and canned responses.
A seminar on Object-Oriented Programming in JavaScript, covering patterns and a modular architecture demo.
Explains the benefits of using the publish/subscribe pattern in JavaScript for loose coupling and separation of concerns in MV* architectures.