Reinstalling Slackware
A personal guide detailing the key steps for reinstalling Slackware Linux, including partitioning, package selection, and custom kernel compilation.
A personal guide detailing the key steps for reinstalling Slackware Linux, including partitioning, package selection, and custom kernel compilation.
Explores the pitfalls of common Objective-C method swizzling techniques and proposes a more robust approach to avoid runtime issues.
Gmail's plain text mode adds hard line breaks, causing formatting issues. The article explains the problem and a standards-compliant solution.
Explains how HdrHistogram's .NET port controls class field layout to minimize overhead for low-latency performance measurement.
Learn four powerful commands for Chrome DevTools to debug, inspect elements, profile performance, and work with AngularJS scopes.
A developer switches their default Python to PyPy for better performance and bug-finding, encouraging others to try it.
Explains how to use SVG's <g>, <use>, <defs>, and <symbol> elements for grouping and reusing graphical components to create cleaner, more maintainable code.
A technical guide on setting up IRC notifications using irssi, xmonad, urxvt, and dzen for a custom Linux desktop environment.
A beginner's guide to the Python deque module from collections, explaining its double-ended queue functionality and basic operations.
The article explores how 'laziness' can motivate developers to create efficient, user-friendly command-line tools by reducing user effort.
A positive review of the book 'Python 101' by Mike Driscoll, covering its structure and recommending it for Python beginners.
Explores two methods for organizing multiple theme styles in CSS using Sass, comparing a separate theme file vs. module-based theming.
The author announces they will be giving their first conference talk on Webscraping in Python at EuroPython 2014.
A guide on using Heroku's PHP buildpack locally to create a development environment that mirrors a Laravel app's Nginx setup on Heroku.
A critique of Python's datetime module, comparing its limitations to C#/.NET's more robust date and time handling.
A Python tutorial covering essential tools and techniques for machine learning, including data visualization, PCA, LDA, and classification.
A tutorial on using Python tools for machine learning, covering data loading, visualization, preprocessing, and classification with scikit-learn.
Explains the programming placeholder terms 'foobar', 'foo', and 'bar', and encourages their use in collaborative coding and whiteboard sessions.
A technical overview of molecular docking, focusing on using AutoDock 4.2 to estimate protein-ligand binding free energies and comparing scoring functions.