How to stop AWS CLI clearing the screen
A guide to prevent AWS CLI from clearing the screen after displaying help or command output, using environment variables like MANPAGER and AWS_PAGER.
A guide to prevent AWS CLI from clearing the screen after displaying help or command output, using environment variables like MANPAGER and AWS_PAGER.
Explains statistical methods for handling overlapping sampling frames in surveys, using a monster analogy for mobile and landline phone samples.
A guide to selecting dispatchers in the SObjectizer actor model framework for C++, focusing on strategies for binding agents to threads.
Explains how to use xUnit's TheoryData<T> for type-safe parameterized tests in C#, replacing untyped IEnumerable<object[]> data.
A guide on using Google's Gemini AI model with Go, covering setup, context length limitations, and practical application for chatting with health data.
A technical guide to a Python script that locks a Linux system and puts it back to sleep after a short idle period, ensuring security and power efficiency.
A curated newsletter issue covering mobile automation news, CI/CD guides, testing strategies, and tools for iOS, Android, Flutter, and React Native development.
Introducing cssfact, a novel tool for lossy CSS compression using binary matrix factorization to reduce style rules while preserving design.
A developer shares personal experiences creating tech communities, from Discord groups to book clubs, and reflects on the challenges and rewards of organizing.
Analyzes Prusa's business struggles in the 3D printing market, arguing their issues stem from a lack of business model diversification, not open-source licensing changes.
A tutorial on building a custom GPT with FastAPI and Azure AI Search to answer questions about blog content using custom actions.
Analyzes IBM's punch card role in the Holocaust to draw parallels with modern AI risks and corporate ethics in technology.
An overview of the VVC (H.266) video encoding standard, its improvements over H.265, and a technical guide for encoding and analyzing VVC files with FFmpeg and Python.
A tutorial on customizing bar chart labels in ggplot2, focusing on placing category labels above bars and styling visualizations.
Oxide announces the first commercial cloud computer, a rack-scale system co-designed in hardware and software, available for purchase.
A guide to creating minimal Django applications inspired by microframeworks like Flask and FastAPI, presented at DjangoCon US 2023.
A tutorial on using the dotnet-sonarscanner CLI tool to analyze a .NET solution and generate reports with SonarQube.
Explains how to use Azure Compute Gallery for scalable, multi-tenant desktop image management in Azure Virtual Desktop deployments.
An update on the vdirsyncer rewrite project, detailing progress, overlooked tasks, and coordination with related tools.
Explores combining F# and C# within .NET, highlighting F#'s functional strengths for domain logic and C#'s object-oriented approach.