TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What projects exist to consolidate our professional identity online?

7 pointsby gajusabout 4 years ago
What used to be just LinkedIn, has now grown to be Twitter, Instagram, Medium, Stack Overflow, and many other platforms. Is there a service / product that allows me (as a user) to consolidate one timeline from everything that I post across different social media platforms?

5 comments

tonyabout 4 years ago
It&#x27;s difficult to curate content across multiple platforms. Likely due to duplicate detection. It may be a good idea for a startup, if you can group similar items so the feed isn&#x27;t messy, it&#x27;ll look clean. Think android notifications.<p>Sibling commenters are correct, I think a static site generators are the gold standard, since you&#x27;ll be able to curate the feed to the way you usually post. Judging by your interest in aggregating, it seems Gatsby may be a fit:<p>Gatsby allows aggregating sources, e.g. <a href="https:&#x2F;&#x2F;www.gatsbyjs.com&#x2F;plugins&#x2F;gatsby-source-twitter&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.gatsbyjs.com&#x2F;plugins&#x2F;gatsby-source-twitter&#x2F;</a>, <a href="https:&#x2F;&#x2F;www.gatsbyjs.com&#x2F;plugins&#x2F;gatsby-source-instagram&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.gatsbyjs.com&#x2F;plugins&#x2F;gatsby-source-instagram&#x2F;</a>, <a href="https:&#x2F;&#x2F;www.gatsbyjs.com&#x2F;plugins&#x2F;gatsby-source-medium&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.gatsbyjs.com&#x2F;plugins&#x2F;gatsby-source-medium&#x2F;</a><p>From scratch, I created a CV that aggregates all my GitHub stuff and hard codes the rest:<p>v1: <a href="https:&#x2F;&#x2F;cv.git-pull.com" rel="nofollow">https:&#x2F;&#x2F;cv.git-pull.com</a>, <a href="https:&#x2F;&#x2F;github.com&#x2F;tony&#x2F;cv&#x2F;tree&#x2F;v1&#x2F;react" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tony&#x2F;cv&#x2F;tree&#x2F;v1&#x2F;react</a><p>v2: <a href="https:&#x2F;&#x2F;cv-react-v2.git-pull.com" rel="nofollow">https:&#x2F;&#x2F;cv-react-v2.git-pull.com</a>, <a href="https:&#x2F;&#x2F;github.com&#x2F;tony&#x2F;cv" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tony&#x2F;cv</a>
devoutsalsaabout 4 years ago
I see a lot of people on Instagram using Linktree. For example, this arbitrary user...<p><a href="https:&#x2F;&#x2F;www.instagram.com&#x2F;successbykim&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.instagram.com&#x2F;successbykim&#x2F;</a><p>...links to...<p><a href="https:&#x2F;&#x2F;linktr.ee&#x2F;successbykim" rel="nofollow">https:&#x2F;&#x2F;linktr.ee&#x2F;successbykim</a>
评论 #26469388 未加载
mikeceabout 4 years ago
A personal website&#x2F;blog referenced in the profile&#x2F;bio of all of those other services?
评论 #26469278 未加载
meiralealabout 4 years ago
There were many in the past but the social media platforms slowly closed their garden for them, not sure if they are still a thing. I remember hootsuite, tweetdeck and the likes.
评论 #26471414 未加载
frompdxabout 4 years ago
Out of curiosity, what is the objective of this?
评论 #26470521 未加载