Category Archives: Articles
Spatial Decomposition
[context][unknown] or [context]x What comes after the known context? Traditionally information is gathered/inputted from left to right, what comes after information, is unknown, and the previous known information determines what comes next. It looks like “[context]x” where x is an … Continue reading
Identity Dilution: A Modern Dilemma with Global Reach
note: This was written with the assistance and collaboration with multiple AI’s, including following my direction, information I requested and helping to identify what I described to the AI. Visit an AI detector https://gptzero.me/. In today’s interconnected world, the phenomenon … Continue reading
Not Mutually Exclusive or Non Mutual Exclusivity
Someone once tried to tell me their are no absolutes in the universe when it came to beliefs in regards to philosophy and or religion. I corrected them, without a long explanation, the answer to that question is mathematics. The … Continue reading
Activation Function – A Cubic Hermite Spline ? This is no Sigmoid!
In the midst of writing my semi-neural net compressor I have introduced a scaling function based off the premise of an Activation function for a neural net – stretch and squash. Because I always work within a normalized domain of … Continue reading
Generic Compression Workflow
I’ve been developing compression techniques for 17 years now and have many unpublished items. One great thing about compression is it never gets old. Data never changes and Moores law does not apply to the field of digital compression. Data … Continue reading
X-Hex Production Re-started
X-Hex is moving along. I have updated the graphics and started production on my new IMAC. Unfortunately there is a bug with the production software that is causing a delay. I would like to get everything ready to post another … Continue reading
X-Hex Grid Preview
A little preview of the Grid used in X-Hex. With over 40 3D universes, dynamic HD lighting, and physically based rendering, X-hex has an amazing visual and varied atmosphere. Click on the images below for a full HD preview.
Q Submit – Helpdesk Ticket Submission
I wrote this piece of software to compliment my article about IT Metrics (https://chrischunick.com/?p=142). This software allows the process of gathering statistics to be enhanced through the efficiency of automation to quickly submit a ticket without having to login to … Continue reading
Frequency Coding Draft Paper
I have attached a draft paper explaining the math behind frequency coding, a method of lossless data compression I came up with. The algorithm has been tested as I have freely available computer source code for anyone who wants to test it. The … Continue reading
Frequency Coding
The source code below is a bit coder class that can be used for reading or writing a compressed file. The source code provides access to a new type of entropy encoder. This new type of coder uses an algorithm … Continue reading