The Core

Why We Are Here => Water Cooler => Topic started by: littleman on January 24, 2012, 01:32:23 AM

Title: CS 101: Building a Search Engine
Post by: littleman on January 24, 2012, 01:32:23 AM
http://www.udacity.com/

Think I'm going to take it just for the kicks.
Title: Re: CS 101: Building a Search Engine
Post by: Adam C on January 24, 2012, 09:25:58 AM
Interesting.  Just signed up.
Title: Re: CS 101: Building a Search Engine
Post by: Rooftop on January 24, 2012, 09:38:46 AM
QuoteWe'll teach you enough about computer science that you can build a web search engine like Google or Yahoo

If you build a search engine like Yahoo do you get the last 3 weeks off?
Title: Re: CS 101: Building a Search Engine
Post by: ukgimp on January 24, 2012, 09:44:18 AM
I signed up, could be good. In fact probably a pre-requisite to anyone actually doing SEO.

Tried to build one years back with php, was quite hard. I hope they do stuff on compression of the data.
Title: Re: CS 101: Building a Search Engine
Post by: thesaintv12 on January 24, 2012, 09:48:44 AM
Thanks for posting that, I am learning everything I can at the moment and there is some stuff on the syllabus that is exactly what I need for an upcoming project.
Title: Re: CS 101: Building a Search Engine
Post by: Woz on January 24, 2012, 09:58:27 AM
I'm In!
Title: Re: CS 101: Building a Search Engine
Post by: Brad on January 24, 2012, 11:24:53 AM
I'm banning all your crawlers.   ;D
Title: Re: CS 101: Building a Search Engine
Post by: littleman on January 24, 2012, 07:50:46 PM
>Tried to build one years back

I've built a few before.  One was written in perl and was designed to crawl one's bookmarks and build a searchable database of the results.  The earch mechenism wasn't that sophisticated say for multi-word strings, but it worked.  I parsed all the words and stacked them according to kw density.  The other SE I built was from a crawl of DMOZ.  That one was based on some really nice open source software out of japan (http://fallabs.com/).  Once the index was built it was quite speedy with a million+ URL index on a very under powered PC.
Title: Re: CS 101: Building a Search Engine
Post by: grnidone on January 27, 2012, 03:22:18 AM
Very Very Very interesting...When does it start?
-Heather
Title: Re: CS 101: Building a Search Engine
Post by: Rumbas on February 06, 2012, 07:40:09 PM
Inneresting. I signed up as well.
Title: Re: CS 101: Building a Search Engine
Post by: TallTroll on February 08, 2012, 09:20:17 AM
I note that 2 weeks are devoted to links in one way or another, and none specifically to content.

viagra, Viagra, v1agra, viagra, viagra, viagra, viagra,
viagra
, viagra,viagra, cialis
Title: Re: CS 101: Building a Search Engine
Post by: ukgimp on February 23, 2012, 09:23:50 AM
Anyone looked at this yet?
Title: Re: CS 101: Building a Search Engine
Post by: ukgimp on February 23, 2012, 09:24:11 AM
Python, never used that.
Title: Re: CS 101: Building a Search Engine
Post by: thesaintv12 on February 23, 2012, 02:17:13 PM
Bugger, the emails got caught in spam.  I am going to get started later.
Title: Re: CS 101: Building a Search Engine
Post by: Adam C on May 02, 2012, 10:42:38 AM
did anyone follow up with this?

I was on holiday when it started, and never got going.
Title: Re: CS 101: Building a Search Engine
Post by: ukgimp on May 03, 2012, 03:31:52 PM
I did the first one, it was really good, then other stuff took over.