Live data from Hacker News

Why I left Medium and moved back to my own domain

arslan.io

211–220 of 250 posts

Re: Why I left Medium and moved back to my own domain

#211
post #184

Earlier quoted context omitted.

> Tried that once, fell down a 3 day rabbit hole trying all the static blog generators.. ended up picking WordPress. I'm still falling through the very same hole. What made you pick WordPress?

Honestly no real reason other than it's the one I know and didn't want to spend any more time on finding software to write with instead of spending the time on writing Essentially it was the default option

Heh I can empathise. Two of my biggest reasons for wanting to move to a static site generator are actually to have actual control over the content (in markdown files, and because WordPress and its plugins do a fair bit of processing on the raw content), and because I'm more comfortable hacking in languages that aren't PHP.

That seems to have stopped me from writing though.

Re: Why I left Medium and moved back to my own domain

#212
post #184

Earlier quoted context omitted.

Honestly no real reason other than it's the one I know and didn't want to spend any more time on finding software to write with instead of spending the time on writing Essentially it was the default option

Heh I can empathise. Two of my biggest reasons for wanting to move to a static site generator are actually to have actual control over the content (in markdown files, and because WordPress and its plugins do a fair bit of processing on the raw content), and because I'm more comfortable hacking in languages that aren't PHP. That seems to have stopped me from writing though.

> more comfortable hacking in languages that aren't PHP

Oddly enough it was the opposite of that for me. Each of the static site generators I looked at were non-PHP (which is fine but I lack the experience)

I tell you what, if someone ever had a gun to my head and said "make this Ruby software work first time without errors" they might as well just pull the trigger

Re: Why I left Medium and moved back to my own domain

#213
Switched long time ago to Blogger--free to use your domain, change template design as you like as much as you like, connect external widgets like Disqus (my blog to check how Blogger may look: http://blog.babich.me/).

Also, a huge thing is integration with Google Photos and Google Drive. You may insert in a post photos from your Google Photo right by selecting them inside an image addition menu--no need in hustling with links, just look through Google Photos inside Blogger. BTW, it's possible to see photos uploaded via Blogger in Google Photos folder inside Google Drive (Google Photos app itself does not show photos uploaded via Blogger).

You also may connect FeedBurner (Google company) in Blogger settings and collect subscription emails and also automatically send emails to subscribers via FeedBurner when a new post is published. BTW, every tag used for tagging posts in Blogger becomes dedicated RSS feed. So, if you write about different topics (e.g. coding and travel), it's easy to set up for people to follow RSS or subscribe via email only to a topic they are interested in and not everything you write.

And it's all free!

Medium feels like long-form Twitter with all these replies treated as posts. This is a terrible experience. Especially when you follow RSS feed of somebody on Medium and comments & replies are delivered and treated in the feed the same way as posts. I guess it's due to the fact that Ev was also Twitter founder and has only one construct in his head as to posts and replies.

Re: Why I left Medium and moved back to my own domain

#214
post #2

"Writing comments to Medium posts feels awkward because each comment is treated as a blog post." This is also awkward from the reader point of view. Trying to follow a comment chain on medium is frustrating as it only shows the first level, diving in switches pages, and often, a need to press a second "load all comments" button. Then the back button to wind your way back up. Is there some sound reasoning for why it w…

Medium feels like long-form Twitter with all these replies treated as posts. This is a terrible experience. Especially when you follow RSS feed of somebody on Medium and comments & replies are delivered and treated in the feed the same way as posts. I guess it's due to the fact that Ev was also Twitter founder and has only one construct in his head as to posts and replies.

Re: Why I left Medium and moved back to my own domain

#215

Earlier quoted context omitted.

Medium blogs all have different colored nav-bars and logos.

That's so minute. Different fonts, typography, page layout, structure, etc all improve uniqueness and memorability.

I guess I'm in the camp of people who prefer uniform blogs. The decorative accents on medium are more than enough for me to be able to distinguish them. I enjoy the fact that the layout is familiar and I can dive right into a piece without the distraction of a different or unique layout. To each her own!

Re: Why I left Medium and moved back to my own domain

#218
post #127

Earlier quoted context omitted.

I use Hugo with Digital Ocean and GitHub. Simple nodejs express script is running via PM2 and is listening for GitHub messages and serving as a webhook. Whenever I push to the site repo on GitHub, the webhook fires, which fires the build script, which does a git pull and executes the hugo command to rebuild the site. It's a delightful experience.

That build process can be done using TravisCI for free, provided the GitHub repository containing your Hugo base is public (and why wouldn't it be?) This removes the need for that Droplet and its associated cost.

Nice, good to know. I'll use Travis in the future for some side projects. But for my site/blog I think I'll stick to using my current droplet because I currently have no build time delay, and hugo is very fast. As soon as the push to github is complete, I just refresh my browser and the changes are in. With Travis it appears all open source projects share the same build queue so it can take minutes for the changes to take effect.

Re: Why I left Medium and moved back to my own domain

#220
post #206

Earlier quoted context omitted.

I'll use my Father as an example. He works for Autodesk, before that he worked for Revit (when they were a tiny startup before Autodesk bought them out). He writes code in C++ mostly (I think some C# these days). He doesn't use HTML or CSS, and has never learned either. Not because he can't, just because there's not been any point and because the amount of effort that would take is large enough to not be worth it. Wh…

I don't understand this, because C++ or C# are both high-level programming languages. HTML, on the other hand, is simple markup language. I'd think it would take somebody on that level a weekend to learn it, possibly a few weeks or a month to be confident writing it.

I think you are missing the point. He is not saying that his father can't do it, he is saying there is no point in his father learning it.

Edit: words go in a specific order.

Post reply on HN