Hacker News new | ask | show | jobs
by mddw 4837 days 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.

4 comments

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.

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.

It will not be revolutionary at all for students. You can learn the same at home by coding on Free Softwares, learn everything you need on Stack Exchange and even find a paid job in the end. Don't need to pay an expensive school or going to this "free" one.

It will be revolutionary for startups and other enterprises: in France, the lack of developer is high, and it's painful for startups to find people (searching for one year before you find or even more). I'm sure this is not a free school. Students will be the next Niel's friends employee, they will be inexpensive interns (in France, an internship that longs less than 3 months can legally be unpaid). Enterprises wants people who knows corporates methods and how to work in an "agile" way (I mean agility for business). But employee don't care of business in France.

A real revolution for business, not for students. Developers don't need Niel to make their own revolution.

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.)

> 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?

If it's just like Epitech, it means that the teachers will be the students. 2nd-year teaching to 1st-year, etc. It's not as bad as it sounds, since it's possible to pick the 'best candidates'.

Also, I really think that peer interaction helps a lot. You definitely learn something when you have to work with people which does not have the same mindset than yours. You also have to deal with a lot of things such as "do not work with your friends", or "if you fail, the whole group fails", or "always have a leader in a team" etc.

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.

Epitech is around 8000k/year. I made the 5 years and get a decent job, but I think it's still a scam because you learn in a p2p environment. Teachers and traditional courses are non existent. You code a lot, a lot, a lot, you learn also a lot, but it's not worth 8K euros per year for sure !
42.fr is free...
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.

O/T Pretty sure that the name 42 must come from The Hitchhiker's Guide to the Galaxy. Anyone know differently?
It's definitely this. See the teaser page[1].

[1] http://born2code.fr/

15 hours of programming a day? Holy shit. There's no way I could be productive/attentive for that long.
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).