Live data from Hacker News

Guy running a Google rival from his laundry room

fastcompany.com

91–100 of 156 posts

Re: Guy running a Google rival from his laundry room

#91
i've been thinking that google could use its own AI to evaluate URLs instead of relying on pagerank and backlinks which are almost completely valueless as a signal in 2025. in my niche there's more slop than ever being produced daily and it's all hitting rank 1. it's tragic what google is doing to the internet.

Re: Guy running a Google rival from his laundry room

#93

Well, I created my own domain index. I have not crawled every page inside domains, but it is not my goal. I have 1542766 domains. Might not be much, but it is an honest work. It is available as a github repo, so anybody that wants to start crawling has some initial data to kick off. Links https://github.com/rumca-js/Internet-Places-Database

Cant you just request the ICANN’s zone files and have the canonical list of the day?

Re: Guy running a Google rival from his laundry room

#94
post #31

I always wondered why someone couldn't do this. Google was invented many years ago by two guys in a dorm room and since then there's been so many white papers and advancements in the public sphere and the actual underlying problem has not changed that much, that it seems like it could be done by a small group or independent person.

More to the point, it's a shame that we can't collectively grok (dammit, they took that from us too) concepts like "personal" and/or "curated" directories, e.g. individual and group wikis and so forth on perhaps more directed topics with lists of good links.

Other than the obvious (but surmountable) technical challenges with crawling and indexing, trying to establish "goodness" for a given user is tough. For a blogger it will be "hey, you are reading this so you probably like what I like". That's often true but as soon as you try to have a centralized service with arbitrary users, it is hard to do anything better than filtering purely commercial content.

Re: Guy running a Google rival from his laundry room

#95

Earlier quoted context omitted.

Is the common crawl usable for something like this? https://commoncrawl.org

Most likely it is, the issue then becomes being able to store and afford the storage for all the files.

Sure, and that's not easy, but it's a lot easier than having to crawl the entire public Internet yourself.

Re: Guy running a Google rival from his laundry room

#96
post #85
post #70

Earlier quoted context omitted.

Why can't crawling be crowd sourced? It would solve ip rotation and spread the load

https://yacy.net

Too bad it doesn't support android. It is much more energy efficient than anything else I can spare (for 100% uptime contribution)

Re: Guy running a Google rival from his laundry room

#97
post #17

Search websites by Ryan Pearce: - SearchaPage - Web Search Engine https://searcha.page/ - Seek Ninja - Stealthy Search Engine https://seek.ninja/

I'm running one for news https://mozberg.com - not in my basement though.

Where is it?

Re: Guy running a Google rival from his laundry room

#98
It claims I reached the article limit. The last time I saw a fastcompany link must have been a decade ago! I was nostalgically looking forward to read another article of theirs. Alas...

https://archive.is/HA7y4

Some bits and pieces:

> his new search engine, the robust Search-a-Page https://searcha.page>, which has a privacy-focused variant called Seek Ninja https://seek.ninja>

> The secret to making it all happen? Large language models. “What I’m doing is actually very traditional search,” Pearce says. “It’s what Google did probably 20 years ago, except the only tweak is that I do use AI to do keyword expansion and assist with the context understanding

> Fellow ambitious hobbyist Wilson Lin, who on his personal blog https://blog.wilsonl.in/search-engine/> recently described his efforts to create a search engine of his own, took the opposite approach from Pearce.

> And then there’s the concept of doing a small-site search, along the lines of the noncommercial search engine Marginalia https://marginalia-search.com>, which favors small sites over Big Tech

And the obvious answer to the title: "Why the laundry room? Two reasons: Heat and noise." It runs on a a 32-core AMD EPYC 7532, half a terabyte of RAM, and "all in, cost $5,000, with about $3,000 of that going toward storage"

Re: Guy running a Google rival from his laundry room

#99
post #70

I was trying to do this in 2023! The hardest part about building a search engine is not the actual searching though, it is (like others here have pointed out), building your index and crawling the (extremely adversarial) internet, especially when you're running the thing from a single server in your own home without fancy rotating IPs. I hope this guy succeeds and becomes another reference in the community like the m…

Why can't crawling be crowd sourced? It would solve ip rotation and spread the load

[deleted]

Re: Guy running a Google rival from his laundry room

#100
This is a cool project, and I hope he has fun with it.

I've daydreamed about how I'd create my own search engine so, so many times. But I always run into an impassable wall: The internet now isn't at all the same as the internet in 1999.

Discovery isn't really that useful. If you find someone's self-hosted blog about dinosaurs, it probably hasn't been updated since 2004, all the links and images are broken, and it's just thoroughly upstaged by Wikipedia and the Smithsonian. Sure, it's fun to find these quirky sites, but they aren't as valuable as they once were.

We've basically come full circle to the AOL model, where there are "hubs" of content that cater to specific categories. YouTube has ALL the long-form essays. Tiktok has ALL the humorous videos. Medium has ALL the opinion pieces. Reddit has ALL the flame wars. Mayo Clinic has ALL the drug side-effects. Amazon has ALL the shopping. Ebay has ALL the collectables.

None of these big companies want nasty little web crawlers poking and prodding their site. But they accept Google crawlers, because Google brings them users. Are they going to be that friendly to your crawler?

Of course, I still dream. Maybe a hub-based internet needs a hub-aware search engine?

Post reply on HN