Hac Hack

Project Overview View on GitHub → Hac Hack is an open-source Python library and secure FastAPI-based HTTP API for automating SAP Commerce/Hybris HAC (hybris Administration Console) operations. This project addresses the common challenge of programmatically interacting with HAC endpoints while maintaining robust security and automatically managing VPN network connectivity via Tunnelblick on macOS. The solution emerged from the need to automate repetitive HAC tasks that are typically performed manually through the web interface - e.g. for testing, loading sample data, running groovy scripts etc., but could also be used as part of a pipeline process. By providing a REST API wrapper around HAC functionality, it enables seamless integration into CI/CD pipelines, monitoring systems, and custom automation workflows. ...

November 14, 2025 · 5 min · 1045 words · Simon Huggins

Introducing Hac Hack: API for Auto-running Hybris HAC Operations

I’m thrilled to announce the release of Hac Hack, a comprehensive open-source solution for automating SAP Commerce/Hybris HAC (hybris Administration Console) operations. This project addresses a common challenge for developers and administrators who need to programmatically interact with HAC endpoints while maintaining security and managing VPN connectivity via Tunnelblick. What is Hac Hack? Hac Hack is a Python library combined with a FastAPI-based HTTP API that provides a secure, programmatic interface to Hybris HAC operations. Whether you need to run Groovy scripts or import impex data, Hac Hack offers a streamlined API that handles authentication and security for you. ...

November 14, 2025 · 7 min · 1423 words · Simon Huggins

Enhanced Settings System: Greater Flexibility and Personalization

I’m pleased to announce significant enhancements to the settings system that provide users with unprecedented control over their workflow configuration. These improvements introduce a more sophisticated settings hierarchy, personal repository customization capabilities, and enhanced flexibility that adapts to your unique needs. Enhanced Settings Hierarchy and Override Mechanisms The new settings system introduces a powerful hierarchical structure that allows for intelligent configuration management across different levels of your workflow. This enhancement ensures that settings can be both globally consistent and locally customized as needed. ...

October 2, 2025 · 10 min · 2109 words · Simon Huggins

Added Automatic Counter Increment to Checklist Tracker

I just added a new quality-of-life improvement to the checklist tracking system of my Stream productivity integration to Trello that makes habit tracking a lot easier. Details of change / feature The new Automatic Counter Increment Feature automatically increments counters in checklist item names when items are retained after being checked off. This works with several counter patterns and locations: Counter Patterns Supported End of text: "Exercise routine (1/6)" becomes "Exercise routine (2/6)" Simple counters: "Daily meditation (3)" becomes "Daily meditation (4)" Before colons: "Task (1): description" becomes "Task (2): description" Before colons with fractions: "Task (1/6): detailed notes" becomes "Task (2/6): detailed notes" Time Tracking Patterns The system now also supports comprehensive time tracking by detecting time expressions in various formats throughout the item text and automatically accumulating that time in counter patterns: ...

September 28, 2025 · 5 min · 1027 words · Simon Huggins

Quora Data Tools

Comprehensive suite of tools for Quora data management - backup user answers from public profiles and extract/organize official Quora data exports.

August 26, 2025 · 4 min · 801 words · Simon Huggins

PlaySched - Spotify Playlist Scheduler

PlaySched - Spotify Playlist Scheduler A comprehensive project combining a web application for scheduling Spotify playlist playback and a command-line tool for direct Spotify control, history management, and data synchronization. Born from the frustration of using Amazon Alexa’s terrible music scheduling interface, this project provides a superior solution using Spotify’s robust API and better audio equipment. 🚀 Project Overview PlaySched addresses a specific but common need: automated music scheduling that actually works well. Rather than fighting with voice assistant interfaces, this system provides both web-based scheduling and powerful command-line tools for managing Spotify playback across devices. ...

August 26, 2025 · 6 min · 1099 words · Simon Huggins