Martin Mojžíš

Martin Mojžíš

Solo dev fighting eczema with code.

About

19yo solo developer. I got fed up with software that ignores context and lies to you about your own data, so I started coding my own solutions. I build tools that filter out the noise and find the real patterns.

Badges

Tastemaker
Tastemaker

Forums

How do you stop overlapping data from lying to your users?

I m a solo dev, and I recently ran into a massive data architecture problem while building a personal tracking tool.

I originally tried using standard habit and symptom trackers, but I realized they almost all fail when dealing with overlapping data: situations where one event or routine completely masks the effect of another.

If Input A causes a negative reaction, but I immediately apply Treatment B to cover it up, the raw data simply logs that "Input A led to zero issues." The app basically lies to the user because it treats every log in isolation and can't separate the overlapping variables.

To solve my own problem, I had to stop using generic trackers and build a statistical model (using Elastic Net regression) in the background to calculate true correlations and filter out the noise.

View more