Show HN: AboutIdeasNow – search /about, /ideas, /now pages of 7k+ personal sites (aboutideasnow.com)
It’s hard to find interesting people to work with on your ideas.
Our solution: index the /about, /ideas, /now pages of 1000s of personal websites. There are thousands of cool personal sites out there, with amazing ideas on them, but there’s nowhere to easily search through. So we built a simple site that indexes 7k+ personal sites [0]. We were inspired by Derek Sivers’ Now page movement [1] and other IndieWeb directories [2], but we figured that it would be more useful if we:
* Let you search directly across personal sites without having to visit them
* Take the content from 3 specific pages, /about, /now and /ideas, to structure everything
* Define /ideas pages as a space to articulate things you want to work on
We hope this’ll be a cool place for people to find others to collaborate with - would love your feedback. If you’d like your site to appear at the top, add it via the form and add a last updated date of today (any format). It’s completely open source (MIT) and open to contributions [3]!
Peter & Louis
[0] gathered from: 1) https://nownownow.com and similar sites 2) checking all HN posts since 2020 with more than 100 upvotes
120 comments
[ 4.4 ms ] story [ 179 ms ] threadSo there are a lot of uses for this :)
I'm building a platform to do this, so I can share my ideas.
My page is at https://ideas.moshegrunwald.com
What would you say is the most important then? The right people, or sticking with something for long enough?
So effectively the problem most people have (including me) is finding an idea you will keep believing in even after the hype and excitement has faded down, and the only thing standing in front of you is the mountain you still have to climb.
I added a fallback just now, sorry again!
I'm upgrading it now!
1. https://uses.tech/
Do you filter results based on last update?
And we re-scrape all indexed pages every few days.
For now the search is purely sorted by relevancy (keyword + embeddings), but it yes would be nice to prioritise recent posts somehow. Since those are much more actionable.
Because where else do you write about the future?
Feel free to create some GitHub issues at https://aboutideasnow.com/ideas to grow the list :)
In which timezone do you live by the way?
But in this case the date seems very close to the unix timestamp 0 which we use when there's no date found. Maybe it's a local timezone issue...
Edit: this should be fixed now!
But a few websites set their updated date to the current date which was annoying, maybe to rank better in Google? And some people (including me) only mention the update time in the page text content.
I've used GPT to parse human formatted dates in another project too, it's quite reliable if you validate the output timestamp. And relatively cheap too if you only pass in the first part of the page text.
Oh, now aboutideasnow shows no date at all.
What's your website so I can take a look at the parsing?
It says last updated today because I really did update it today :)
anyway, cool project!
Which seems bad if you update your site and submit it afterwards. I'll remove this check for now.
Also, if you find something to improve, people open a GitHub issue: https://github.com/lindylearn/aboutideasnow/issues
Btw I don’t have a website but here are some ideas I’d love to work on:
Anything applying LLM to robots
Device that rides on top of roomba and taps its bumper (to turn it) if it sees something bad.
An employment agent for letting people try out new careers.
Cheap simple pickleball out ball detection
There are some good results for your third idea, maybe you can talk to those people :)
https://aboutideasnow.com/?q=employment+agent+for+letting+pe...
And yes it's re-scraped every few days.
How could a process of reviewing the pages look like? Maybe it can be implemented with GPT.
None of those actually have an /about page, yet your site says they do...
Another funny thing: just search 404 or not found and you'll get a lot of 404 pages
Do you have an idea of how to remove company websites in an automated way? I didn't want to manually review all 7k indexed websites.
This is the GPT prompt I used for filtering domains to add, but it gives false positives:
Most are a 4xx code, I checked myself, some may be 301/302 redirect to 4xx not being handled properly by their crawler
Right now it only excludes pages based on the text content: https://github.com/lindylearn/aboutideasnow/blob/main/apps/a...
It became almost pointless to try to host such a small search/aggregator as a separate web (discovery through web search is almost impossible and it's hard to make people stay on a new website today because of activity sinkholes like twitter/reddit. add to it a hassle of managing modern application at scale etc).
I don't know. But I feel that projects like such will have a higher 1yr survival rate when developed directly as a "feed".And, AFAIU, that's what activitypub got created for.
I personally really enjoy writing and updating my /now and /ideas pages [0], it's quite clarifying to list the things you really care about :)
[0] https://lindylearn.io/now
Added my site makeartwithpython.com too.
You can see more details about this specific idea [here](https://ideas.moshegrunwald.com/ideas/i_mos2)
Could you put it at /ideas on your website so it appears on aboutideasnow.com?
I will be supporting custom domains, so I could support `/ideas` only for those sites.
Other options include redirecting/rewriting your personal `/ideas` path to this product. Or, offering subdomains (e.g. moshe.example.com/ideas)
The redirect option seems good, or supporting subpaths. If there's something I can do to help please write me an email [0] or open a GitHub issue! [1]
We just want more people to write about their ideas, and find others with similar ideas. It doesn't matter to me where that happens :)
[0] See https://lindylearn.io
[1] https://github.com/lindylearn/aboutideasnow/issues
Don't let the view of this website fool you...there's tons of content there to start you off on a fun journey! Enjoy!
I just like seeing personal sites in a people watching kinda way. Its neat, and there's usually something interesting there, but I don't really have an objective behind it. Like scrolling twitter but instead of short form comedy and engagement bait its just peoples random ideas.
/userstory
Edit for positivity: It's a cool site though and I'll definitely be checking it out again in the future.
I agree that showing all recent posts types would be more expected given the title. But with the stated purpose of the site right now being to "find people to collaborate with", /ideas posts are the most useful IMO [0]. And I really want people to write more /ideas pages.
Why did you want to see a list of people's /now pages?
[0] An earlier version of this site was actually called ideasideasideas.io and had only /ideas posts. But the other content makes the search much better.
Why did you want to see a list of people's /now pages?
Given the focus on the ideas part I don't imagine this suggestion to be entirely relevant, but I had an idea about turning your logo header thing that links to your about page (which imo is kind of unintuitive) into the filter. Have it so that that only the current one (or ones?) are colored in and the others are desaturated. And potentially moving the "building open source, starting a community, etc" div/search suggestions to show with the hamburger filter button.I had the same idea of showing the filter in the header but figured nobody would try to click it :)
Why do you want to filter posts by type?
And thank you for the shout out of aboutideasnow.com :)
Making connections like this is exactly the purpose of the website.
I actually pondered going down that road. There's heavy competition though. Getting LLMs in touch with the web, not so much. So I decided to stay in that niche, as almost all customers come from there as well. And I'm integrated into langchain, that drives a big part of the traffic ;)
Submit your website on the site and enter an email address in case this ever gets implemented :)
> josephriddle.com/ideas without update time
I looked into the source code to determine how it's finding the update time. Come to find out, it's using ChatGPT! [0] It appears to only be looking at the article contents for the date, not at any page metadata.
[0] https://github.com/lindylearn/aboutideasnow/blob/main/apps/a...
I think you can now remove the date from your post content and it should still work. If you submit your website again it should do a re-scrape if you changed the content text. Thanks for catching this :)
[0] https://metascraper.js.org/#/
[1] https://github.com/lindylearn/aboutideasnow/commit/8b0ea5b46...
I just fixed this, sorry!