What to blog about
31–40 of 97 posts
Re: What to blog about
#32I don’t know how many times I’ve read how to do Y with X language and I find it’s incredibly out of date and not I should be doing Y differently, or maybe doing Z instead.
Re: What to blog about
#33Julia Evans, who is currently in the front page of HN again, basically writes a variant of TIL all the time.
https://jvns.ca/blog/2022/11/06/making-a-dns-query-in-ruby-f...
Re: What to blog about
#34Here’s what I want for a technical blog platform: some way to add tests to the code in the article so that if the tests fail the article notifies the reader it might be out of date. One test could be “is the software version used here super old?” I don’t know how many times I’ve read how to do Y with X language and I find it’s incredibly out of date and not I should be doing Y differently, or maybe doing Z instead.
My TIL blog is served out of a GitHub repo - it doesn't have tests against content in the TILs themselves yet, but it wouldn't be a big stretch to add that.
Something like nbdev might fit this idea well too: https://nbdev.fast.ai/
Re: What to blog about
#35- Superlatives: An interesting story about the first/last/best/worst experience when you did X. You see a lot of these in Rachelbythebay's work (https://hn.algolia.com/?dateRange=all&page=0&prefix=false&qu...) . Mtlynch focuses more on documenting his journey semi-realtime (https://hn.algolia.com/?dateRange=all&page=0&prefix=false&qu...)
- Data & News: This is a lot of work but collect data for yourself and publish it for others and others will find that useful. This is the strategy I am adopting for AI stuff https://lspace.swyx.io/p/open-source-ai. Dan Luu does this a lot to back up his work https://danluu.com/ The cutting edge of data is news, and you can see this on Gergely's substack (https://blog.pragmaticengineer.com/) but you're basically a journalist at that point
- How $POPULAR_THING Works: This is Fly.io's (https://hn.algolia.com/?dateRange=all&page=0&prefix=true&que...) and Alex Xu's strategy https://blog.bytebytego.com/
- Overviews: What your part of the dev ecosystem looks like to you. It'll never be perfect, it can't be. Some folks on HN will tear you to shreds for missing something obvious. But it will be immensely helpful to people just behind you in experience. See: How I write backends (https://news.ycombinator.com/item?id=22106482), The evolution of the data engineer (https://news.ycombinator.com/item?id=33317126), and my AWS vs Cloudflare post (https://news.ycombinator.com/item?id=28903982). Overviews become "Insights" when you can successfully reframe something in a new light that is useful for people to understand what is going on.
- Predictions/Wishlists: What is missing from your part of the ecosystem. The complement of the above. You can also invert it into a complaint post, like https://circleci.com/blog/its-the-future/ or https://hackernoon.com/how-it-feels-to-learn-javascript-in-2... but those are less constructive if entertaining
- Principles: Timeless things, a superset of the previous two points. See rauchg (Nextjs cocreator - https://news.ycombinator.com/item?id=8559519) and dan abramov (react core team - https://news.ycombinator.com/item?id=18792373
- Caching: Anything - ANYTHING - you look up more frequently than 1x a year (For concepts, I have a Three Strikes Rule https://www.swyx.io/three-strikes, For lists, I have persistent lists https://www.swyx.io/fave-podcasts and https://www.swyx.io/new-mac-setup). This could be a TIL, but often is not; the more accurate description is treating your blog as a "local cache" of stuff you always use, with exact instructions and copy pastable code that fits for you and is verified to work by you. The TAM is of course way smaller but this is how stuff like https://www.swyx.io/download-twitter-spaces ranks on Google immediately because of course there are way more people googling for the same things.
in short - try to identify the most useful parts of your experience and make it legible to others. your earnest and consistent effort elegantly answers "why should I read this" to the reader as well.
Re: What to blog about
#36> It’s easy to get hung up on this. I’ve definitely felt the self-imposed pressure to only write something if it’s new, and unique, and feels like it’s never been said before. This is a mental trap that does nothing but hold you back. No! It's absolutely correct and considerate! This advice to write a blog even if you have nothing new to add is why the blogosphere is now absolutely overgrown with low-content dross, a…
If you want people to do writing that shares unique, new ideas you need to allow them the opportunity to practice writing first!
Re: What to blog about
#37> It’s easy to get hung up on this. I’ve definitely felt the self-imposed pressure to only write something if it’s new, and unique, and feels like it’s never been said before. This is a mental trap that does nothing but hold you back. No! It's absolutely correct and considerate! This advice to write a blog even if you have nothing new to add is why the blogosphere is now absolutely overgrown with low-content dross, a…
He said, "Yeah, but not by me."
Re: What to blog about
#38You could write some articles about what you’ve done technically, make it SEO friendly, and get some Adsense money.
Re: What to blog about
#39> It’s easy to get hung up on this. I’ve definitely felt the self-imposed pressure to only write something if it’s new, and unique, and feels like it’s never been said before. This is a mental trap that does nothing but hold you back. No! It's absolutely correct and considerate! This advice to write a blog even if you have nothing new to add is why the blogosphere is now absolutely overgrown with low-content dross, a…
I think you're conflating SEO blogspam with genuine passion for writing. One claims to be the other in order to shield itself from accusations of being SEO blogspam, the other is just a person wanting to share their experience. I have no issues reading about how someone discovered how TTL can help in a Wireshark investigation, even though I already know it. I do have issues with someone's blog showing in online searc…
Re: What to blog about
#40In the words of the venerable AvE: "Make cool shit, put it on the internet." Have I been able to follow that? Not really, too many other things going on but I think the sentiment is nice.