Hacker Newsnew | past | comments | ask | show | jobs | submit | cduser's commentslogin

I think that's what their move is. Having raised $100 million, they are in a spot where they can aim big.


Even Google doesn't follow it: http://www.google.com/alsfkj


I'm trying to figure out if the '1' for the last character of the Google 404 error page is deliberate or accidental... pretty funny!!!!11!!1 (not)


I always assumed it was deliberate. Ten years ago !!!!!1112threefour was a thing.


I'm guessing there's an engineer at Google responding to an alert of thousands of users across the world all attempting to load the same non-existent page on their servers.


And since HN is https they don't even get a referer to see where it came from.


So?


COD MW3 and COD MW3-Multiplayer are listed as separate games with $59.99 for each. The total takes that into account.


I did not watch the video, just read the article.

What is the "major PC flaw"? The input methods that did not evolve? Kinect says hello! Apart from that, many gamers use controllers on PCs.


the problem is that not enough gamers use controllers on pc, and even then, there is no standard dictating the layout of the controllers


There is a "standard" of sorts - The Xbox 360 controller for Windows. Almost all games support this.


Mobile apps are on the rise. Native apps are not.


I learned F# as this guy learned Scala. I too dived into Haskell after a while and learnt a lot of new things.

Having learned some great functional tips, I came back to my regular C#/Ruby and applying LINQ and Ruby's blocks seemed more natural to me. However, monads, monoids, functors still don't matter when you switch over.

I've used Yesod to write a small app. A typical form in Yesod (for model binding) has this signature:

newPostForm :: Html -> MForm Blog Blog (FormResult (Text,Text,Text), Widget)

Even after learning Yesod for a while, I wasn't able to completely reason with that signature. Why bother with all the name of the application, sub site, formresult, widget when all you want is just three simple form fields? Rails gives it to you in params[:form]. It's just too easy in Rails with a lot of gems lying around for every task you decide to do. And when you're stuck, you're just a google away from getting your answer.

So my question is: after learning Haskell, do you intend to stick to it? Did I make a wise decision in ditching Haskell?


Comparing a statically typed language to a dynamically typed language is silly when talking about type signatures. Of course you don't have type annotations in Ruby, it's a dynamic language. But it also means you don't get compile-time guarantees.

Ask yourself what would be the type signature of a similar function in another statically typed language. You have a parametrized type with three parameters, which would give you something like:

   MForm<Blog, Blog, SomeFormResultWithWidget>
And SomeFormResultWithWidget would have to be defined elsewhere. I'm not convinced it's clearer than the Haskell version. And you could easily remove the verbosity of the Haskell version with a type alias.


Why not define a type alias?

  type AppForm a = Html -> MForm Blog Blog (FormResult a, Widget)
And then you get:

  newPostForm :: AppForm (Text, Text, Text)


The real fun with type aliases is that GHC rarely uses them in error messages. So you get about 20 lines of type vomit whenever something refuses to compile and then you get to try to piece it back together into a level of abstraction that humans can handle.


Well, it isn't the case here, is it?


>LINQ ... However, monads, monoids, functors still don't matter when you switch over.

Funny that you say that; LINQ is actually implemented using monads.


>I've used Yesod to write a small app

Well, hopefully now you know better.


This girl takes a photo daily: http://www.youtube.com/watch?v=xgxxxKwlra8


> ~70% of the revenue from steam games goes to the developers

So, when Black Ops II made a billion dollars (http://www.ign.com/videos/2012/12/05/news-black-ops-2-grosse...), steam made ~430 million? That's huge!


IIRC, Valve negotiates a different cut with each developer, and requires them to keep their terms secret. I would not be surprised if Activision ended with more favorable terms than your average indie studio.


No, as the vast majority of Black Ops 2 copies sold will have been the console version.


Most of those sales would be on the PS3 or Xbox 360 where Valve won't take a cut.


Search in Start Menu was there since Windows Vista. After getting accustomed to that, the Start Menu of XP looked too awful!


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: