|
|
| | Ask HN: Can Ladybird's open-source success be replicated in search engines? | |
8 points by Vertebrae2162 18 days ago | hide | past | favorite | 5 comments
|
| | With the rise of open-source browsers like Ladybird, which has gained significant attention for its transparent and community-driven approach, I'm wondering if there's a similar opportunity for an open-source search engine. Ladybird's success suggests that users are hungry for alternatives to proprietary browsers, and I'm curious if the same appetite exists for search engines. Would you use an open-source search engine that prioritizes transparency, community involvement, and user control? What features or values would be most important to you in such a search engine? |
|
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
|
Ladybird consumes next to no resources beyond donated programmer time. It might take 1 year to complete, or 50. It might pause for periods of time if there is no programming happening.
A search engine is fundamentally simple software. But the costs to make it work are enormous. Scrape the whole web, continuously. Build servers big enough to cope with request traffic, store the index, etc. You're talking huge amounts of money in hardware, massive networking bills, an army of devops to keep it running.
Then you'll need engineers to continually fight SEO, deal with spam overload and so on.
The fact that the source code is open source or not is irrelevant. It's the least important and least expensive part of the puzzle.