21st Century C: Error 64 on OSX When Using Make
Fixes for a C programming book's OSX Makefile error (Error 64) when using the c99 compiler, offering three solutions.
Fixes for a C programming book's OSX Makefile error (Error 64) when using the c99 compiler, offering three solutions.
Part 4 of a series on building a Twitter bot, focusing on implementing it in PureScript and deploying to AWS Lambda.
Part 4 of a series on creating professional PowerShell DSC resources, focusing on implementing automated testing with Pester.
A developer's postmortem analysis of creating a game simulation in Clojure for the Ludum Dare 34 game jam, covering technical choices and lessons learned.
Analyzing a classic probability problem involving dice rolls, its historical context with Newton and Pepys, and the mathematical intuition behind it.
A guide on fixing a bug in the Convert-WindowsImage script to successfully create a Nano Server TP4 VHD, including updated installation steps.
A guide to converting an Objective-C protocol that returns a protocol-conforming object into Swift, focusing on the use of typealias.
A summary of key technical takeaways from the final day of VMworld Europe 2015, covering VMware Horizon, VSAN, vSphere Replication, and VM forking.
A reflection on programmer stereotypes from the essay 'The Little Printf', discussing common traits like chasing new tech and collecting unread books.
Explains the new task execution system in Gulp 4, focusing on the gulp.series and gulp.parallel functions for managing task order.
Guide on managing OBIEE BI Server cache from within ODI 12c using JDBC or Web Services for optimal data freshness.
Inqlude now lists 184 third-party Qt libraries, providing a comprehensive archive and tools for Qt developers to discover and integrate extensions.
Explores the 'curse of dimensionality' through simulations, showing how nearest-neighbor distances converge in high-dimensional spaces.
Explores valid reasons for using simplified assumptions like 'spherical cows' in statistical modeling and theoretical work.
Solutions for common Gulp.js issues encountered after upgrading to Node.js 4.0.0, including segmentation faults and libsass errors.
Explains how to use Gulp 4's gulp.lastRun for incremental builds to speed up development by only processing changed files.
Explains the 'passthrough' feature in Gulp 4, allowing gulp.src to be used mid-stream for merging files.
Swift testability tip: 'Parameterize and Push' principle for controllable, testable code through input parameters.
Swift testing tip: improve testability by parameterizing inputs for better control and predictable outputs.
Explains the new built-in sourcemaps feature in Gulp 4, including how to use it and when the old plugin is still needed.