Viewing profile — zohebv
zohebv
HN member- Joined
- Tue, Oct 26, 2010, 12:27 PM UTC
- HN karma
- 435
- Public activity
- 101 items
- HN profile
- View on Hacker News ↗
About zohebv
No profile information was provided.
Recent public activity
- comment
- comment
- comment
-
comment
Comment #7980219
Here is some scala code does the same thing FileIterator("input.txt").map{_.split('@').last}.distinct.toFile("output.txt") Lets compare it to the Python version. It looks much shor…
-
comment
Comment #7210007
It should be fairly clear from the responses to your post that the characterization of this reaction as a "lynch mob" does not meet the established standard of usage of this term. …
-
comment
Comment #7207466
> Frankly, posting and upvoting that sort of comment is the behavior of a lynch mob. Posting a photograph of a victim of a lynch mob http://upload.wikimedia.org/wikipedia/commons/d…
-
comment
Comment #6708205
Are you the same guy as ramkahen on reddit? _ has only one meaning => "unspecified" http://www.reddit.com/r/programming/comments/uk015/kotlin_m2...
-
comment
Comment #6047102
> Furthermore, insofar as you create competition to hold that position, you're creating a destructive work environment. Software development is a cooperative activity that can't be…
-
comment
Comment #5936176
> Three undergrads Correction : A Professor(Manindra Agrawal) who had been working on the problem for quite some time and 2 undergrads.
-
comment
Comment #5793527
+100 for Scala. You can pry the super powerful type system, functional programming support, monad comprehensions, library ecosystem, IDE support from my cold dead hands :D
-
comment
Comment #5734092
Reading your response, I think I need to read more on the topic. I haven't read Moggi's paper and I need to look up on the continuation Monad. You are probably correct and I am pro…
-
comment
Comment #5732371
I don't know how else to put it, but at least half of what you have written above is completely wrong. > but they're less useful in other languages where you already have effects e…
-
comment
Comment #5682119
Interesting, this seems very similar to Haskell at a very basic level. A Haskell program consists of declarations of functions and constants. Constants belong to the class Eq http:…
-
comment
Comment #5521660
Any one with work experience and common sense can tell that talking to boss^2 and HR is a recipe for disaster. You are also unwilling to challenge michael's claim that he was meeti…
-
comment
Comment #4929007
http://blog.sigfpe.com/ http://lambda-the-ultimate.org/
-
comment
Comment #4711037
Off topic comment. Just tried the surface RT at the Microsoft store today. I think its awesome. I am considering the surface PRO for purchase. However, I am concerned that I cannot…
-
comment
Comment #4402013
Some examples 1. Purely declarative animations in a general purpose language http://conal.net/fran/tutorial.htm 2. A recursive descent parser where you can declare your grammar as …
-
comment
Comment #4370725
I have never agreed more with a HN comment than this time. This has to be the worst post by Yegge in terms of the negative impact it can have on software engineers and engineering.…
-
comment
Comment #4201066
Gates was indeed a programming genius. He wrote the BASIC interpreter and most of the software in Microsoft's early days. He also managed to publish an algorithm with Papadimitriou…
-
comment
Comment #4118641
Steve Yegge was also unable to successfully maintain a not-too-complex 2D game and managed to blame Java for it http://steve-yegge.blogspot.com/2007/12/codes-worst-enemy.ht... 10Xe…
-
comment
Comment #3980698
> I have not seen a case of wrongful execution as bad as this I have bad news. This is a "typical" death row victim story. There have been several others like him. http://en.wikipe…
-
comment
Comment #3781749
Its an April Fools joke. 3) was true until a few months ago. Or maybe its because I switched from a remote source repo mounted via Samba to a local flash HDD :-) I have been using …
-
comment
Comment #3781697
Scala is far more object oriented than Java. So + is a method of the Int object and you can write 2.+(3) instead of 2+3. Methods are allowed to be operators, so that you can write …
-
comment
Comment #3669583
> Basically, if you produce two ultrasonic frequencies, they will create an interference pattern at a much lower frequency than either of the individual frequencies. So the interfe…
-
comment
Comment #3441730
You have fouled up in the marketing department. You need to geo-target. You need to focus on a geographically dense close cluster for you initial release. Probably a business distr…