m0g
|
10 years ago
|
on: AlphaGo beats Lee Sedol 3-0 [video]
Your pocket calculator is superhuman at arithmetic. Alphago is superhuman at go. It's not a big deal.
m0g
|
10 years ago
|
on: Apple’s Secrecy Hurts Its AI Software Development
Yup, Google now has two teams publishing the very best ML papers alongside FAIR, Toronto, Montreal and some other places. The teams or Deep Mind and Google Brain.
m0g
|
10 years ago
|
on: I made a computer pretend to be a computer that’s pretending to be a human
m0g
|
10 years ago
|
on: Ask HN: Are top developers just guessing?
academia is extremely prototype oriented so it might even be worse than industry in this regard, fyi.
m0g
|
11 years ago
|
on: A Brief Overview of Deep Learning
Well, I'm talking specifically about the biology analogies, and no, being good at ML doesn't mean you know anything about the brain.
m0g
|
11 years ago
|
on: A Brief Overview of Deep Learning
Biological analogies are too often misleading and confusing when talking about deep learning[1]. We currently have very little knowledge of the way the brain works and most analogies are only wild assumptions. The ones contained in this article are blunt and based on strictly nothing but the author's feelings. Please read with care.
[1]: http://spectrum.ieee.org/robotics/artificial-intelligence/ma...
m0g
|
11 years ago
|
on: Hungary plans new tax on Internet traffic
If I'm not mistaken, prezi is hungarian and very widely used
m0g
|
11 years ago
|
on: Teenage Haskell
It's a type declaration saying that the & operator takes two Picture as arguments and returns a picture.
So, if "a" and "b" are pictures "a & b" is typechecking.
To be more precise, if you account for currying, it says that the & operator takes a Picture and returns a Picture -> Picture function. This function can then be applied to a Picture to yield a Picture. It's as I explained above but with an intermediate step.
m0g
|
12 years ago
|
on: How Turtl has no idea when you're sharing copyrighted stuff
You mean like the people who wrote HN, the site you are reading, right?
m0g
|
12 years ago
|
on: I didn't leave France, I moved to the US
SUPINFO / EPITECH / EPITA are bac + 5, you make no sense
m0g
|
12 years ago
|
on: I didn't leave France, I moved to the US
Well, I come from a CS master's of the university of Nantes and I don't feel _at all_ like I have a lower level than if I went to one of those schools. It's clearly the other way around.
m0g
|
12 years ago
|
on: Why did 30-year-old former Microsoft engineers apply to YC?
Please don't use caps meaninglessly. This blog is awfully hard to read.
m0g
|
12 years ago
|
on: A decentralized anonymous marketplace
I'm not sure with OP doesn't address SilkRoad use cases on top of the ones he mentions, that are clearly a minority if we consider what is likely to happen.
m0g
|
12 years ago
|
on: Why I like Java
I used to feel Java was a pain to write when working with Java 6. Many 250 characters lines and everything.
Java 7 kinda divided the line length by a factor 2 with the diamond operator, the try-resource and so on.
I've programmed some Java 8 since yesterday and it actually feels like a pretty decent language to express ideas. Nothing like Java 6.
I know most of the Java haters have been struggling using it day to day in settings were it was awful (over engineering + Java 6, hello, here is the gun).
But I feel like those haters should really try to think fresh on this one. Try Java 8 and its new features and decide for yourself _afterwards_.
m0g
|
12 years ago
|
on: A 60-Hour Work Week is Not a Badge of Honour
Just wanted to say that being asked not once, but twice in a very intrusive manner if I want to suscribe to the blog is a pain in the ass for me. Please adjust that.
m0g
|
12 years ago
|
on: Show HN: ssh and cd get married
plus if you're going for bash instead of python to avoid dependencies, just go for sh. It's not like it would be hard to code or anything in sh.
m0g
|
12 years ago
|
on: A 1,600-Year-Old Viking War Game
I tried it for a few games with friends and I'm not sure at all that with the standard rules defenders can win. With many rule sets you can lock the board pretty easily and make it a draw or lose situation for defenders. I'm not aware of any demonstration of attackers winning every time or not but it's my strong suspicion.
m0g
|
12 years ago
|
on: Top 100 Most Popular Scala Libraries – Based on 10,000 GitHub Projects
The h2 prominence is certainly a consequence of it being the default choice in Play! applications