RSSAmplifier

Blog

The PixlCore Blog

Articles originally posted at PixlCore.com.

pixlcore.comRSS feed ↗10 posts

Latest posts

xyOps Dev Update: May / June 2026

A development update on xyOps, covering late April, May and the first half of June 2026.

xyOps Dev Update: March / April 2026

A development update on xyOps, covering March 2026 and the first part of April 2026.

xyOps Dev Update: February 2026

A quick development update on xyOps, including what was completed in February 2026.

xyOps Dev Update: January 2026

A quick development update on xyOps, including what was completed in January 2026.

xyOps Dev Update: December 2025

A quick development update on xyOps, including what was completed in December, and the long-awaited beta release!

xyOps Dev Update: November 2025

A quick development update on xyOps, including what was completed in November, and what is left before release.

Coming Soon: xyOps™

A next-generation workflow automation system, with job scheduling, monitoring, alerting, and ticketing all built right in.

Beyond Dark Mode: Let Users Tune Your UI with CSS Filters

Allow your users to customize a set of full-screen filters for your web app.

Creating a Photoshop-style Curves Filter for HTML5 Canvas

Find out how "Curves" image adjustments can be implemented in JavaScript using HTML5 Canvas by mapping each pixel's RGB values through a 256-entry lookup table generated from control points on a curve. Many common image filters such as brightness, contrast, gamma, shadows, highlights, and effects like solarize or posterize, are all variations of the same idea: remapping tonal values through…

Linux Process-Level Network Monitoring Using eBPF Kernel Probes

My journey attempting to create a process-specific network bandwidth monitor, similar to Nethogs, using built-in Linux tools and libraries.