- About Greg -

Based out of Regina Canada, Greg Hluska is a product-obsessed software developer, consultant and founder. Educated in marketing, Greg has spent almost his entire career either in and around startups or providing startup level technical consulting for non profits. A gifted publisher and writer, Hluska won an award for his first publication and has since founded two more.

Outside of work and products, Greg is a proud parent to a nine year. They own a two year old cat with anger management problems. A lifelong baseball fan, he manages a fantasy baseball team and follows the New York Yankees religiously. Running long distances, learning about fitness, reading about economics and history and listening to music fill the rest of his time.

- Greg Hluska Consulting -

About

Founded by a startup founder in 2010, Greg Hluska Consulting specializes in helping companies solve their hardest technical problems. Sometimes that involves helping a very early stage founder build an MVP. Other times, it involves helping more established startups migrate their services over to AWS.

Starting in 2024, GHC started staffing highly skilled developers, designers and project managers on other projects. So whether you need a fractional CTO, an MVP or a whole team spun up, GHC can help you.

Services

  • Cross platform application development
  • Dev Ops
  • Architecture
  • Staffing
  • Mentorship and Training
  • Interviewing

- Scrape this site -

Do you want to scrape the content on here? Go ahead - scraping is a great way to learn the intricacies of our beautiful web and knowledge is meant to be free. My robots.txt file is extremely permissive and while I do secure against certain types of attacks, an ethical scraper would never run into problems.

If you have problems scraping the content on here, get in touch with me. If you will post your code somewhere, I can show you where you're going wrong.

- Latest Content -

Latest Articles

Two years later - thinking about Steve Albini

On May 7, 2024 the world lost a great audio engineer, musician, thinker and writer when Steve Albini died. Over the years, he made some of my favourite music, taught me a lot about building with integrity, wrote many of my favourite articles... and even made me a better cook. After two years, it is time to lay down some words about him.

May 7, 2026

Introducing the NDJSON Formatter

A quick announcement for the new NDJSON Formatter on hluska.ca: a local-only browser tool for formatting NDJSON and JSONL files, plus a first step toward a fuller Siteimp support workbench.

May 1, 2026

Siteimp has reached the desktop

Siteimp has evolved from an old performance-testing script collection into a local-first Windows desktop application for website integrity, accessibility, content analysis, monitoring, media inspection, and support diagnostics. This article explains how the project came back to life, why the cloud version stalled, how Tauri made the desktop version practical, and how testing Siteimp against real websites exposed the exact small problems it was built to find.

April 30, 2026

- Browser Tools -

I build small browser tools for practical web and software work. They run locally in your browser, require no account, and do not upload your files to a backend. Some are polished. Some aren't...at all. All of them are built because not every single thing has to be a data collection exercise. There's a Bill Hicks reference in there somewhere...

JSON Formatter

Format and minify JSON in your browser without uploading your file to a server. Paste JSON or open a local file, then copy clean formatted or minified output. If you're worried about uploading your file to a random person's server, go offline and try using this tool. It will work just fine.

This is the best fit for normal JSON files: one complete object, array, string, number, boolean or null.

NDJSON Formatter

Format NDJSON and JSONL in your browser without uploading your file. Paste text or open a local file, then search, expand, collapse, copy, and inspect each record by its original line number. Like the JSON Formatter, this tool runs locally in your browser and works fully offline.

This is the better tool when your file has one JSON object per line, especially for logs and streamed data.

Django Secret Key Generator

Generate a Django secret key for local development and learn how the Django implementation works. It is a small tool, but it is also a useful way to think about randomness and developer trust.

Like the other tools on this site, it runs in your browser and does not require an account or backend upload. You still shouldn't use it for production (and the tool will explain why). In fact, you really shouldn't use it at all (and the tool will explain why).