Hacker News new | ask | show | jobs
by Nassrat 5993 days ago
Cheers mate, you got ripped off, that's why I embrace open source.

You should only blame yourself though, you could have had a simple crypt on the db, with a key stored inside the binary. At least it would take a bit more work to rip you off.

I would suggest you go ahead and release your database to the public. The one thing you have that they do not is that you still have your scraper script(s). If it was me, I would create a (restful) web service that allows anyone to utilize your data, moreover, allow people (maybe with a nominal fee) to download the entire database, or if you really wanna get into it, implement keys (kinda like google maps) to access you bus timetable api.

1 comments

You should only blame yourself though, you could have had a simple crypt on the db, with a key stored inside the binary. At least it would take a bit more work to rip you off. Well, there's one I didn't expect to see on HN. A developer gets ripped off and told it's his fault for not including some form of DRM.