My Office Desktop
A tech professional details the hardware and peripherals on their office desk, including a Microsoft Surface Pro, docking station, and monitors.
A tech professional details the hardware and peripherals on their office desk, including a Microsoft Surface Pro, docking station, and monitors.
A developer shares technical learnings from August, covering iOS, Ruby automation, JavaScript libraries, CSS tools, and interesting tech reads.
Author announces a new book, 'The Hacker's Guide to Python,' sharing advanced Python knowledge and best practices learned from large-scale projects like OpenStack.
Explains how to use PHP's short ternary operator (?:) for more concise code, replacing repetitive variable checks.
A benchmark comparison of Julia, Python, R, and pqR on a Project Euler problem, exploring performance gains from JIT compilation.
Explains how to use Tags in TFS to add metadata and filter work items, overcoming limitations in customizing work item templates.
A guide on integrating the static site generator assemble.io with a Yeoman web app's Gruntfile, using Handlebars templates.
A technical guide on obtaining and installing free SSL/TLS certificates from StartSSL for securing a website.
A comprehensive, curated list of Python programming resources for all skill levels, covering tutorials, libraries, frameworks, and best practices.
A comprehensive list of Python learning resources, tutorials, and tools for both beginners and experienced developers.
About The Blog This started out as a way to jot down thoughts on areas that seem interesting but underappreciated. Since then, this site has grown to
A blog post sharing two Python scripts for solving Sudoku puzzles: a clear recursive version and a shorter, obfuscated one.
Microsoft announces the retirement of its advanced MCM and MCA certification programs, effective October 2013, marking the end of these elite credentials.
An intuitive, probabilistic explanation of the B3 coreference resolution metric, focusing on precision and recall calculations for clustering evaluation.
A quick guide on how to fix the 'maximum recursion depth exceeded' error in Python by increasing the recursion limit.
A summary of a whitepaper detailing new techniques for reverse-engineering Python applications like Dropbox, including security bypasses.
A tutorial on creating a simple VNC client using only HTML5 and JavaScript, with a Node.js proxy server and WebSocket communication.
Explains how the OG Content Access module for Drupal provides fine-grained view permissions within Organic Groups, beyond standard role-based controls.
A review of the book 'Code' by Charles Petzold, which explains how computers work from basic concepts to complex circuits.
An exploration of the Cooley-Tukey Fast Fourier Transform (FFT) algorithm, its underlying principles, and a Python implementation from scratch.