Live data from Hacker News

Show HN: I built a frontpage for personal blogs

text.blogosphere.app

31–40 of 217 posts

Re: Show HN: I built a frontpage for personal blogs

#31

Incredible that we are regressing back to webrings and hand-curated lists like this, both of which I remember well. That's not a criticism! I guess that the quality-drop in search wasn't quite enough to make it happen, but the advent of AI content predomination will be.

> Incredible that we are regressing back to webrings and hand-curated lists like this

One of these hand-curated blog aggregator websites pops up on HN about every month. They're cool and good on the author for trying to solve the problem, but it seems like the wrong approach to me. They're too disorganized, a random collection of mostly tech- and politics-related writing from random people with zero way to vet the quality of the writing. They also require the creator/owner to care about the project for the long-term, which is unlikely. I never revisit the aggregators.

I wonder if webrings are a better fix here. The low-tech version could be to put a static-URL page on my blog that links to other blogs I like, with a short description. Then people who find my blog interesting might also enjoy the blogs that I enjoy. That could be powerful if it caught on widely.

Maybe a clever person could come up with some kind of higher-tech version that could present a more interesting & consistent interface to users, encourage blogs to link back to each other, and also solve the dead-link problem.

Re: Show HN: I built a frontpage for personal blogs

#34
post #31

Incredible that we are regressing back to webrings and hand-curated lists like this, both of which I remember well. That's not a criticism! I guess that the quality-drop in search wasn't quite enough to make it happen, but the advent of AI content predomination will be.

> Incredible that we are regressing back to webrings and hand-curated lists like this One of these hand-curated blog aggregator websites pops up on HN about every month. They're cool and good on the author for trying to solve the problem, but it seems like the wrong approach to me. They're too disorganized, a random collection of mostly tech- and politics-related writing from random people with zero way to vet the qu…

Couldn't you technically crawl all these blogs for their "blog's I'm reading" and create a social graph? You could start vetting based on how often other blogs link to that one, sort of like an impact factor in research.

Re: Show HN: I built a frontpage for personal blogs

#35
Question, is this strictly chronological, or is there anything at all to make this an "algorithmic feed" like HN, reddit, twitter, or facebook? (list is roughly in the order of less shitty to more shitty, but note that none of them are chronological, unlike, say, a RSS reader aggregating some set of blogs)

Re: Show HN: I built a frontpage for personal blogs

#36

Question, is this strictly chronological, or is there anything at all to make this an "algorithmic feed" like HN, reddit, twitter, or facebook? (list is roughly in the order of less shitty to more shitty, but note that none of them are chronological, unlike, say, a RSS reader aggregating some set of blogs)

This is strictly chronological. No voting, no algorithm.

Re: Show HN: I built a frontpage for personal blogs

#38

Incredible that we are regressing back to webrings and hand-curated lists like this, both of which I remember well. That's not a criticism! I guess that the quality-drop in search wasn't quite enough to make it happen, but the advent of AI content predomination will be.

I follow awesome lists. These are curated lists of software. It reverts google indexing, because search is awful.

About personal blogs... I have many many personal blogs in my repository. Around 4k. Respository below. The real problem is to find quality stuff. You can have millions of them, but if they are not worth my time, then what is the point?

I cannot verify and decide what is good manually. Obviously.

I think we cannot also rely on Google to provide rating, nor any corporation.

So I have my own ratings, because at least I will be able to find what I found worth before.

Link to my repo:

https://github.com/rumca-js/Internet-Places-Database

Re: Show HN: I built a frontpage for personal blogs

#39

Earlier quoted context omitted.

Thank you. I wanted to mostly stay away from algorithmic feed to stay true to RSS. On the non-minimal version of the site, you can sign up and follow blogs to have a "For You" tab, but it's still recent posts from blogs you follow.

Instead or in addition to following blogs, what I'd love to have is a way to filter out those I don't like.

Local keyword exclusions (to keep the server requirement minimal) might be pretty high impact.

Re: Show HN: I built a frontpage for personal blogs

#40
Very clean site, well done. I’ve built something similar, but it also has an algorithmic front page option as well based on the “standard” algorithm from Reddit/HN: https://engineered.at

I also have it wired up to gpt nano for topic extraction and summary creation per post, if you register for an account (free) you can also follow sources and topics to fine tune things.

I have a big list of features to continue adding to it, like an ability to “claim” your site so you can get some analytics from the site, and potentially to boost your site in the algorithm. Might also add a jobs board.

If you’re interested, while this site is closed source, the feed monitoring rails engine is open source: https://github.com/dchuk/source_monitor

Post reply on HN