top | item 5444724

(no title)

mddw | 13 years ago

For non french speaking people : Xavier Niel is the founder of Free, a major french internet and phone provider, known for kicking hornet nests (he's the "inventor" of low cost unlimited offers, ADSL back in the days, mobile phone very recently.)

42 is a programmer school, totally free of charge, with a "peer to peer" approach to education (whatever it means)

It'll take 4000 students and, after a marathon month (15 hours of programming a day), keeps the 1000 best.

discuss

order

simias|13 years ago

That's pretty much what epitech (Nicolas Sadirac's previous school) is about. The only difference seems to be that epitech is far from free (it's actually quite expensive for a "peer to peer" school, since the students do most of the teaching).

I've been convinced for quite a long that epitech is a scam that just works because of the enormous demand for IT graduates in the industry. Insert money, get a diploma. Making a free version now, that could change things. Color me skeptic but curious.

Disclaimer: I'm a former epitech student, although I dropped out in 3rd year.

arcatek|13 years ago

Still a 4th year Epitech student, I don't agree with your 'scam' affirmation. I'm pretty sure that I would not have been able to follow traditional schools due to some attention problems, but going to Epitech allowed me to meet a lot of skillful students (including in my own promotion) and get better. Of course it wasn't free, but it was definitely worth it (I will start my first long term contract in may, before getting the diplom).

The concept of 42 is really the same that Epitech (but free), but I'm wondering how they will be able to apply it on a whole new school (since it means that the p2p model will not work for the first promotion, and that there isn't any school network). Furthermore, I'm wondering why it's free. "If you don't pay you're the product". So I'm a bit cautious.

webjprgm|13 years ago

I didn't catch the "peer-to-peer" part from the article, but that's interesting. (I'm not good with French.)

I understood that it would be based around doing a bunch of projects with peers and learning how to find information on the internet vs. learn it from a course/book.

So, how is this different from being a self-taught programmer? Does the peer interaction help that much? Are there any instructors to guide in any way?

Personally I'm a self-taught programmer (starting at age 10). I had slight pushes from my dad, and some peer influence from high school friends who were also self-taught programmers. Then I went to college and added a bunch of theoretical knowledge and more breadth (topics I didn't think to study) and depth (topics that I didn't care enough about to dive into on my own). Most of my practical ability to work is self-taught or on-the-job experience, but the schooling does help provide a better foundation for it.

So this sounds like it's meant to be a kick-starter to get people to be self-taught who didn't already teach themselves. Or is it more about getting some kind of "degree" so they are hire-able? (Whether a degree is legally necessary or just practically necessary.)

fab13n|13 years ago

Epitech has all the incentives to be a scam (or higher education as usual, as it's called in the US). Here, since it's free, the only incentive I see for Niel is to have first pick, as an employer, in a pool of young recruits.

He's certainly not a philanthropist, and he's probably smarter than most of us, so he might have ulterior motives that we don't see yet, but it won't be a straightforward "cheap degree for good money" scam.

cantcopy|13 years ago

42.fr is free...

ovi256|13 years ago

It's more accurate to say it takes 4000 candidates, and it enrolls the 1000 selected. Not wanting to nitpick, just to clarify a bit.

I know some of the people involved, wish them all the best. Niel, of course, has a maverick reputation, it's a pleasure to follow what he does.

I think this move is very smart: both a great way to give back to society and to find more talent.

SeanDav|13 years ago

O/T Pretty sure that the name 42 must come from The Hitchhiker's Guide to the Galaxy. Anyone know differently?

blaabjerg|13 years ago

15 hours of programming a day? Holy shit. There's no way I could be productive/attentive for that long.

meik|13 years ago

Actually, that's not really 15 hours of programming a day. This period is called "piscine" (swimming pool). That's the same "marathon" as the one you face when you're an epitech student. During your first month at school, you'll learn, from scratch, how to use a UNIX shell and C programming by coding various things, such as some str*() functions and implement various functions for linked lists manipulation. If you've never programmed before, you may spend ~10 hours on this. Else it will just take a few hours. 15 hours is because some exercises can change at the last minute, just before the deadline which is around midnight every day (for example, at the last minute they may ask you to return 42 instead of 1 in some function, and the automated checking script will check whether you return the right value).