Live data from Hacker News

Ask HN: How much time do you spend on “marketing” your open source projects?

news.ycombinator.com

61–70 of 71 posts

Re: Ask HN: How much time do you spend on “marketing” your open source projects?

#61
Thanks everyone for your super insightful comments. I cannot believe so many creators of popular projects have replied with such so many details.

After reading it thoroughly I think the most common advice breaks down to make it super easy to install (this includes writing great documentation). Write blog posts about it (on medium is best i guess?) and create videos to demo it and always be eager to reply to questions on SO, etc.

Also majority of people think that if you've put in the effort to create the software you gotta put some effort in marketing too.. I was really on the fence for this, but thanks for the motivation!

Re: Ask HN: How much time do you spend on “marketing” your open source projects?

#62
post #39

Cocreator of Django here. The very first thing I did was a presentation of Django at the Chicago Python Users Group. There were enough people in attendance that it led to a few early users. A few of those people blogged about it, and so on. Django was open-sourced in 2005, and the world was very different back then. No GitHub/Bitbucket and people had very low standards/expectations for the design of an open-source pr…

Thanks for making Django, and for setting such a high bar on documentation. My personal documentation standards are much higher in large part due to how beautifully well documented Django is.

Re: Ask HN: How much time do you spend on “marketing” your open source projects?

#63
post #39

Cocreator of Django here. The very first thing I did was a presentation of Django at the Chicago Python Users Group. There were enough people in attendance that it led to a few early users. A few of those people blogged about it, and so on. Django was open-sourced in 2005, and the world was very different back then. No GitHub/Bitbucket and people had very low standards/expectations for the design of an open-source pr…

Hey, we're thinking of building an app in Python/Django for internal use (partly to learn Python and partly because there are many good Python tools for what we intend to do in the future). Can you recommend, in your opinion, the best resource for an experienced Rails & JS/Node dev to learn Django? Something that shows you best tools for dev env setup and includes a tutorial step by step for building a mid-complexity…

The official diagno tutorial is a pretty good start, followed by Tango With Django. That, combined with your previous experience + Django's documentation should be enough to get you going!

Re: Ask HN: How much time do you spend on “marketing” your open source projects?

#64
I created an open source project called WarpSpeed for provisioning servers and deploying node, ruby, php, python, and html projects.

https://github.com/warpspeed/warpspeed

The project started because I had a need to get my code deployed quickly and easily with an affordable VPS provider like Linode or Digital Ocean. As a developer, I wasn't a fan of devops so I figured I would script everything so I only had to do it once.

The project has been through many iterations. I once had the whole thing written in ansible, but I went to bash since it is neutral ground. I released it open source because it feels good to share and get feedback. I now have sample projects in a lot of popular frameworks based on contributions of some friends.

I have done almost no marketing, but the project has seen some adoption with code schools since it makes the deployment process so simple. It also models development best practices by using git (push to deploy) and having a development environment that matches production (using vagrant).

I think marketing is hard for a lot of developers and creators, myself included. Everybody has something they are good at and being both a good creator and marketer is a rare combination it seems. I don't think this should stop us from creating, but perhaps it would be a good idea to partner with a friend that has marketing talent.

Thanks for offering me the opportunity to share here. :) If any of you give WarpSpeed a try, please let me know what you think.

Re: Ask HN: How much time do you spend on “marketing” your open source projects?

#65

This Ask HN was very timely for me. I just launched my first OS project -- a python based replacement for subscription management services such as Chargebee or Chargify. I am looking for contributors -- if you are interested in this space, please contact me. https://github.com/michael-stajer/stripe-subscription-scaffo...

Got my first star from someone here -- thank you for following me!

Re: Ask HN: How much time do you spend on “marketing” your open source projects?

#66
Interesting thread.

Apropos, this book may be of interest. I had come across it a while ago; I have read part of it:

Producing Open Source Software

How to Run a Successful Free Software Project

by Karl Fogel

(Consulting: Open Tech Strategies, LLC)

https://en.wikipedia.org/wiki/Karl_Fogel

Excerpt from his Wikipedia page:

[ Karl Fogel is an author, software developer, Executive Director of copyright activist non-profit Question Copyright,[1] and former board member of the Open Source Initiative where he served as the Board Treasurer.[2] His work, Producing Open Source Software, is a well referenced source of information about the human side of open source software.[3][4] Fogel is currently updating the Creative Commons licensed (CC BY-SA 4.0[5]) book to a second edition following a successful crowdfunding campaign on Kickstarter.com.[6] ]

Re: Ask HN: How much time do you spend on “marketing” your open source projects?

#67
post #53

My most popular open-source project [1] I talk about at conferences, mostly C++ ones (last example [2]). I was lucky to also land a paper about it at ICFP'17 [3]. On Friday I will talk at the MeetingCpp conference in Berlin about a new library I am building (kind of experimental Redux for C++ with time-travelling debugger!). I work as a freelancer and at the moment I do client work 3 days a week and dedicate the rest…

Well, I'm kinda intrigued by the Redux/C++ idea. Will there be notes or video from the conference? I looked through the talks page but couldn't find anything that seemed like that.

Thanks! The talk is called "The most valuable values". A lot of it will be about "thinking in value semantics" and then I'll show the architecture of interactive software as an example. There will be video, I think :-)

Re: Ask HN: How much time do you spend on “marketing” your open source projects?

#68
I have a small open source react component library for showing speedometer like gauge - https://github.com/palerdot/react-d3-speedometer

I created it because I had a need for such a component, and there was almost no such component available. The only one that was available had no documentation.

After I created, I primarily posted in reddit, HackerNews and few react specific websites. Now, I get some organic traffic from search engines and some steady stream of downloads. Among the websites I posted, reddit was the single source of major traffic with some react newsletters/websites coming second.

Personally, I created this component for myself. But after releasing I made couple of major and minor changes based on the use cases for some real time users. That is gratifying for me.

Re: Ask HN: How much time do you spend on “marketing” your open source projects?

#69

We (Changelog) are happy to help spread the word (via our newsletter, podcasts, twitter, etc) about awesome open source projects. If you have something you'd like us to consider, hit us up here: https://github.com/thechangelog/ping/issues

Thanks guys - I listen to the podcast regularly and love it!
Post reply on HN