You call that blogging like a hacker? This is blogging like a hacker: https://www.stallman.org/archives/2019-jul-oct.html This is blogging like a hacker: https://blog.fefe.de/
Interestingly, according to your links it looks like hackers invented microblogging. Most of those blog posts aren’t longer than a paragraph.
Blogging Like a Hacker (2008)
21–30 of 42 posts
Re: Blogging Like a Hacker (2008)
#22Recently set up a static gen blog. I went with Hugo over Jekyll. I think its a bit personal preference tbh, but I really liked Hugo's layout, speed, and kinda prefer hacking with Go over Ruby if it comes to that.
Re: Blogging Like a Hacker (2008)
#23What about Ghost blog? I have been wanting to dive into some of my own blogging and have been trying out Ghost ( https://ghost.org/ ). It has been really fun trying to find a theme that I like and the native apps make it very pleasing to work on.
Re: Blogging Like a Hacker (2008)
#24You call that blogging like a hacker? This is blogging like a hacker: https://www.stallman.org/archives/2019-jul-oct.html This is blogging like a hacker: https://blog.fefe.de/
If we are gatekeeping, THIS (was) blogging like a hacker:
Re: Blogging Like a Hacker (2008)
#25It really doesn't take too much effort to use existing Jekyll features to add in custom "user features" into your site. You can go so far without needing to write your own plugins.
For example, I just put out a video a few days ago that goes over using "includes" to add 3 unrelated site features (site wide affiliate link notices, a table of contents for blog posts and embedding media): https://nickjanetakis.com/blog/implementing-3-different-webs...
Re: Blogging Like a Hacker (2008)
#26Fascinating. For those who click to read the comments before the actual article, this is Mr. Preston-Werner's introduction of Jekyll, the Ruby static site generator, to the world. He lays out his reasons for creating the tech: >>>First, all my writing would be stored in a Git repository. This would ensure that I could try out different ideas and explore a variety of posts all from the comfort of my preferred editor a…
Re: Blogging Like a Hacker (2008)
#27Fascinating. For those who click to read the comments before the actual article, this is Mr. Preston-Werner's introduction of Jekyll, the Ruby static site generator, to the world. He lays out his reasons for creating the tech: >>>First, all my writing would be stored in a Git repository. This would ensure that I could try out different ideas and explore a variety of posts all from the comfort of my preferred editor a…
Adding images into a post was also nicer. Just drag and drop instead of copy into folder, check into git, manaully type urls like it is now.
I use a private repo on github so at least I can add something without having to be at my computer but still no preview or nice UI.
Any static generators have well designed solutions for this?
Re: Blogging Like a Hacker (2008)
#28I often remark that IT in general is a history-less space. I wonder if Tom would have developed Jekyll if he knew about Blosxom? Blosxom had its last release in the same month when Jekyll had its first. The blog post seems to imply that he came up with the idea and code for Jekyll all by himself. But also as he's a Ruby guy, it's likely he would have ported over the code and concepts to his own project.
Start a podcast/educational website on the history of tech.
For anyone who wants to do it together and see if it's a fun project to pursue, email me :) (in my profile)
Or are there already podcasts on it? If so, I haven't seen it appear on HN.
Re: Blogging Like a Hacker (2008)
#29What about Ghost blog? I have been wanting to dive into some of my own blogging and have been trying out Ghost ( https://ghost.org/ ). It has been really fun trying to find a theme that I like and the native apps make it very pleasing to work on.
Ghost is like the antithesis of this post.