Hacker News new | ask | show | jobs
by nidhaloff 1850 days ago
Thanks for the reply. Of course I'm not "expecting" or forcing companies to pay! It's more of I'm hoping or I hope for support in the future.

Also of course I know everything about open source licenses, so as I said I'm not forcing nothing. Thanks for your hints I will try to apply them and see if it would help ;)

1 comments

More recommendations that I hope are useful:

* If you write a blog post, try to add some graphical representation of the problem and the result. If it's not in the program, make it clear that you used other software to graph it (gnuplot? Excel?) But an image is worth a thousand words.

* Take a look at minimaxir posts. https://news.ycombinator.com/from?site=minimaxir.com It's not the same kind of problems, but some post can give you ideas.

* Can you program solve the problems in Kaggle? Is Kaggle happy if you use their examples/problem and post a solution? It can be another source of ideas, but be careful.

PS: It's nice that you are adding an GUI version. I like to use a GUI version and use the CLI only for weird case or to automate the workflow once it's stabilized.