Live data from Hacker News

Mataroa blog – Naked blogging platform for minimalists

mataroa.blog

111–120 of 164 posts

Re: Mataroa blog – Naked blogging platform for minimalists

#111

How did Markdown, originally created for writing documentation got so popular that we are using it to create web pages? Wouldn't Rich Text be a better choice here?

It has a nice simple syntax that can be easily understood by someone unfamilar with the language. Also many forums, Github, and Reddit use it.

Re: Mataroa blog – Naked blogging platform for minimalists

#112
post #99

One nice thing I recognized is that the generated RSS feed contains full html text. I wish more blogging platforms are like this; save a lot of effort for feed readers. I'd also recommend to add open graph meta for the blog posts. Presumably people will want to share the posts somewhere; a nice set of open graph metas goes a long way.

> One nice thing I recognized is that the generated RSS feed contains full html text. I wish more blogging platforms are like this; save a lot of effort for feed readers. The reason some blogs don't include the whole thing in the RSS is because they want you to visit the site for the ad revenue. It's not an oversight. Blogging is (was?) a job for some people. It wasn't completely supported by ads, but ads are part of…

There are some downsides: interactive pages won’t work and automated content stealers. It very easy to copy articles from such RSS feeds because you don’t need to search for the text in HTML.

Re: Mataroa blog – Naked blogging platform for minimalists

#113

The truly naked blogging setup would be: - a git repo containing a Hugo (or similar) SSG site. – push this git repo to a couple of free private repo hosting services (GitHub, GitLab, GCP CloudCode, AWS CodeCommit etc) – and optionally use their free CI integration to generate the static site (or do it locally on your laptop). - and push to a free cloud storage (AWS, GCP, Azure, Oracle etc all give storage in their fr…

I think we have different definitions of naked! I think you're taking it to mean: use a lot of infra, but maintain none of it. I thought it would mean: strip everything down to bare essentials. Services like CI are niceties, not essentials.

But I'm not the target audience. I think the idea of naked blogging is kind of silly. Blog if you want to blog, your clothing choices are your own.

Re: Mataroa blog – Naked blogging platform for minimalists

#114
post #53

Looks great. Please increase the font size to 16px or at least 15px. It is very difficult to read smaller texts which has become the norm these days.

If this is a common complaint that you have, why not just increase the font size and pick fonts you like in the browser settings? The settings are there for a reason.

How do I do that in iOS Safari?

Re: Mataroa blog – Naked blogging platform for minimalists

#115

One nice thing I recognized is that the generated RSS feed contains full html text. I wish more blogging platforms are like this; save a lot of effort for feed readers. I'd also recommend to add open graph meta for the blog posts. Presumably people will want to share the posts somewhere; a nice set of open graph metas goes a long way.

That's great, but unfortunately the HTML view only shows the TITLE, ala HackerNews, and not even a single summary sentence or paragraph there. So we've got a good RSS feed, but a bad HTML view.

Re: Mataroa blog – Naked blogging platform for minimalists

#116
post #110
post #99

Earlier quoted context omitted.

> One nice thing I recognized is that the generated RSS feed contains full html text. I wish more blogging platforms are like this; save a lot of effort for feed readers. The reason some blogs don't include the whole thing in the RSS is because they want you to visit the site for the ad revenue. It's not an oversight. Blogging is (was?) a job for some people. It wasn't completely supported by ads, but ads are part of…

Maybe today, but I personally stopped providing full text in the feeds of my now defunct and free from advertising blog, because my content was directly vacuumed and inserted into a spammy full of advertising website. This was around 2005 for what I can remember. Time is flying...

> my content was directly vacuumed

This happens with the HTML contents just as easily. Perhaps just include a unique identifier in the text per client, and a link back to the source.

Re: Mataroa blog – Naked blogging platform for minimalists

#117
post #110

Earlier quoted context omitted.

Maybe today, but I personally stopped providing full text in the feeds of my now defunct and free from advertising blog, because my content was directly vacuumed and inserted into a spammy full of advertising website. This was around 2005 for what I can remember. Time is flying...

> my content was directly vacuumed This happens with the HTML contents just as easily. Perhaps just include a unique identifier in the text per client, and a link back to the source.

> This happens with the HTML contents just as easily.

On an individual scale, yes. But if you're a spammer and want to vaccuum up text from 1000 sites, you'll skip writing a scraper for individual sites (which may change their formatting later anyway) and just use reliably-formatted RSS feeds.

Re: Mataroa blog – Naked blogging platform for minimalists

#118
post #100
post #97

Earlier quoted context omitted.

I haven't checked it out yet, but... Wouldn't one not want html text in the feed, if one chose to use a blogging platform whose focus was text and simplicity? I prefer to read feeds with plain text myself.

Images are a feature many articles benefit from.

De gustibus I suppose, but to me, “Images are a feature many or most articles use and which a very small number benefit from.”

Re: Mataroa blog – Naked blogging platform for minimalists

#119
post #117

Earlier quoted context omitted.

> my content was directly vacuumed This happens with the HTML contents just as easily. Perhaps just include a unique identifier in the text per client, and a link back to the source.

> This happens with the HTML contents just as easily. On an individual scale, yes. But if you're a spammer and want to vaccuum up text from 1000 sites, you'll skip writing a scraper for individual sites (which may change their formatting later anyway) and just use reliably-formatted RSS feeds.

Correct. To the point where most black hat tools that spammers use will have rss feed ingestion as the primary or only data ingestion method.
Post reply on HN