PowerShell Paramters in GPO Scripts
A technical guide on troubleshooting PowerShell script parameter issues when deploying them via Group Policy Objects (GPO), including character limits and quoting problems.
A technical guide on troubleshooting PowerShell script parameter issues when deploying them via Group Policy Objects (GPO), including character limits and quoting problems.
Explains best practices for copyright notices in open source projects, covering dates, copyright holders, and legal necessity.
Explains the six parts of a development workflow (Scaffold, Develop, Test, Integrate, Optimize, Deploy) and how to automate them to save time.
A technical walkthrough of implementing a human activity recognition system using Kinect's skeletal joint data and machine learning.
A guide to using the 'retrying' Python library for implementing robust retry logic in applications dealing with external failures.
Overview of SQL Server 2016's key security and performance features, including Always Encrypted, Stretch Database, and real-time analytics.
Analysis of SourceForge injecting adware and Slashdot's censorship of the story, eroding user trust in both platforms.
A developer explores creating a web performance heatmap to visualize when specific page elements render, building a proof-of-concept tool for analysis.
A design philosophy advocating for starting iOS app design with a watch-sized interface to identify core features and improve focus.
A weekly roundup of browser bugs, workarounds, and developer tools, focusing on CSS, SVG, and debugging techniques.
A guide on using a Raspberry Pi and a USB DVB-T tuner to capture ADS-B flight data and feed it to the Flightradar24 tracking service.
Announcement of LibFX 0.3.0 release, a JavaFX utility library with features like transforming collections and tree node streaming.
An introduction to the Zsh shell and the Oh My Zsh framework, highlighting their benefits over bash for power users.
Analyzes how to measure and improve Docker image security, explaining methods to scan for vulnerabilities in public and official images.
Explains how to add a 'suggest an edit' link to Jekyll blog posts, enabling readers to easily submit corrections via GitHub pull requests.
A guide to improving performance, scalability, and cost for web applications, covering CDNs, sessions, load balancing, and object storage.
A guide to choosing temporal models like HMMs, MEMMs, and CRFs for sequence classification in a human activity recognition project using Kinect data.
Explores how websites blocking non-Google crawlers in robots.txt files can harm web archives and create a search engine monopoly.
Explains the differences between CSS viewport units (vw, vh) and percentage units, detailing when to use each for responsive layouts.
Introducing transforming collections in LibFX, which allow creating type-transformed views of existing Java collections like sets and maps.