T-Shirts, Feminism, Parenting, and Data Science, Part 1: Colors
A data scientist analyzes gender stereotypes in children's clothing by building a model to classify t-shirts using image processing and color data.
A data scientist analyzes gender stereotypes in children's clothing by building a model to classify t-shirts using image processing and color data.
A guide to printing R help files directly in the console or within knitr documents using a custom function from the tools package.
Explains the core principles and workflow of Vagrant for creating consistent, automated development environments that mirror production.
A technical talk on using the bbmle package in R to perform Maximum Likelihood Estimation for fitting mechanistic ecological models.
Introduces CSS preprocessors like SASS to organize and edit CSS code more efficiently, reducing pain points in web development.
A guide to using simple share URLs for Twitter, Facebook, and other platforms instead of heavy social media plugins.
A guide on using CSS to maintain the aspect ratio of embedded iframes (like videos) in responsive web design.
A performance comparison revisiting Numba vs. Cython for optimizing a pairwise distance array computation, using updated libraries and benchmarks.
Explains the principles of subtyping in Java generics, including why generic types like List<Number> are not supertypes of List<Integer>.
Extending SharePoint 2013 SuiteBarDelegateControl by adding the SPTitleBreadcrumb control to display site title in the Suite bar.
Explores the inconsistent behavior of AbandonedMutexException in .NET vs. Windows Phone 8, detailing mutex synchronization and platform-specific quirks.
A guide to using EXPLAIN and EXPLAIN ANALYZE in PostgreSQL, including JSON output and visualization tools for query execution plans.
A comprehensive list of reserved keywords in JavaScript, detailing their evolution across different ECMAScript versions and usage rules.
An open letter advising government CIOs to adopt lean, iterative, decentralized, and open development practices for better tech outcomes.
Guide to running Oracle OBIEE SampleApp 305 on VMware Fusion instead of VirtualBox, including VM setup and tools installation.
A technical article proposing a null model to analyze age and multiple infection effects in Sudden Oak Death disease dynamics, using mathematical modeling.
Explores the need for responsive images in web development, analyzing performance benefits and implementation challenges.
Developer creates an open-source web app to calculate screen DPI/PPI, detailing the project's inspiration, features, and development process.
Compares file sizes between SQL Server Extended Events and deprecated SQL Trace, finding XML format adds ~29% overhead.
A technical article explaining how to count character frequencies in a text file using Objective-C and Grand Central Dispatch for asynchronous file I/O.