Observations
When I used to have Google Analytics running on the various Elm domains, I noticed that widely read blog posts always produce permanent bumps in visitors. You get a bit of a bump from /r/programming, and a much bigger bump from HackerNews.
The cost seems to be a temporary increase in community discord as new folks come in and go through the joy/frustration of learning a new language that they may or may not like in the end!
Ideas
Different people weigh fundamentals vs momentum differently, and if you think momentum needs more time investment, I encourage you to write blog posts with an eye towards /r/programming or HackerNews! It is not blocked on anyone!
Looking back through my retweets, there are a bunch of projects that could make /r/programming pretty easily, and maybe some could make HN as well. The games and 3D stuff in particular. I am personally really keen to read this one someday. Those are not my posts to write though!
Norms
Right now, I feel like I mostly see posts sharing techniques, and it makes me really happy to see more experienced folks analyzing and sharing their insights like this! I don’t see full blog posts about projects that often though.
I wonder if this has something to do with a correlation between (1) wanting to get out of the hype-hype-hype world of new things every day in JS and (2) liking Elm.
So maybe it’d be good to encourage folks to try to share their technical results to broader audiences. Not in a “here’s a pitch on why X is the greatest and has no downsides” sort of way, but in a “check out this cool thing I made” sort of way. More about sharing and celebrating things you are excited about in a way that can reach folks outside of Elm-specific places.
Personal Note
I am eager to share technical results at a faster rate again, but it’ll take a bit of time still. I write blog posts when there is some technical result to share, and that has been less frequent mainly because I have been focusing on compiler infrastructure improvements.
Getting 200k+ LOC projects to compile really fast has required pretty serious changes in the compiler that just take a lot longer than adding or changing a feature. Part of what has been taking time with 0.19.1 is an optimization that should improve incremental compile times and hopefully resolve a laziness problem that was badly messing up threading. With these kinds of speed improvements, it seems like the (quality of life / time investment) is pretty good for large projects, but the (quality of story / time investment) is pretty bad overall.
So while I think it’s “the right thing to do” to support the folks who have invested in Elm the most, I am also hoping 0.19.1 will be fast enough that I can stay out of this kind of project for a while, instead focusing on projects with quicker turn-around times and better stories again.
That said, when it comes to bringing in new folks, I think the blog posts can come from anyone! So I encourage folks to write about their experiences for a /r/programming or HackerNews audience if they are excited about something they made. I’m trying to get 0.19.1 to be a really solid foundation for everyone, and then I can join in this sort of thing again too!