MUDI
All programmers should be familiar with GIGO. It’s a pretty fundamental concept which has become somewhat less known in era of Google. What has become more the norm is an idea that data is everything and we as programmers have to do everything in our power to make the garbage something useful.
My current job involves writing an app that takes data from nearly 1000 different and disparate sources and generates a standard database out of it. This is a concept people have started referring to as GIDO (Garbage In, Data Out). Let me tell you, it’s a pain in the butt. Especially when the data sources say that we can only use their “data” if we agree to not change it.
This is why I am starting the Made Up Data Initiative or MUDI for short. The goal is to write programs that output data which is convincing to the general public but which is, in fact, entirely fictitious. Transactions would look something like this:
- Joe Public: What’s the lowest price offered on ukuleles?
- Search Engine: Ummm… how does $12 sound? Go to walmart.
- Jane Public: What are the symptoms of itchy boot rash?
- Search Engine: Itching and a rash in the boot area.
- Timmy Public: Who’s my real father?
- Search Engine: The Milkman has your eyes.
This would much easier to code and would probably give answers which were just as good to most people.