Hacker News new | ask | show | jobs
by severak_cz 1510 days ago
My first serious project was kind of bulletin board system/internal e-mail written in Qbasic (when I was something like 10 years old). It was used by my siblings on our shared computer.

It stored data in CSV file and when someone entered "," in the message, it was broken and I needed to fix datafile manually. :-D

1 comments

> It stored data in CSV file and when someone entered "," in the message, it was broken and I needed to fix datafile manually. :-D

So it was Enterprise Software then :)