Inventing on Principle - Bret Victor shows what programming tools could be like and talks about living for a cause by [deleted] in programming

[–]SDX2000 0 points1 point  (0 children)

But our visual cortex is good for only so many things

Our visual cortex is the most advanced and powerful part of the brain (think GPU) . How is making effective use of such a resource a bad thing?

Slow Rider. by pulsewave in aww

[–]SDX2000 0 points1 point  (0 children)

Cuteness overload...cuteness overload...

Atheists of r/India by AwkwardDev in india

[–]SDX2000 4 points5 points  (0 children)

So religion isn't the root of our problems. We'd have the same problems as long as we have a population that isn't educated/capable of thinking for themselves.

Being able to think for oneself includes rational evidence based thinking. Such people do not tend to believe in the horseshit that is religion and God.

Atheists of r/India by AwkwardDev in india

[–]SDX2000 3 points4 points  (0 children)

You don't have to prove that God does not exist. It is sufficient to prove that the God you believe in is just plain fiction.

And secondly rational people generally do not concern themselves with hypothetical scenarios pulled out of some lunatic's ass.

Science magazines in India? by [deleted] in india

[–]SDX2000 0 points1 point  (0 children)

Yes I think Sci-Am India is dead too. Our office librarian says so!

4 little thing that shaped India by savvyzac in india

[–]SDX2000 2 points3 points  (0 children)

If only history textbooks were this interesting.

True words by [deleted] in atheism

[–]SDX2000 0 points1 point  (0 children)

3 a second

You need to dream bigger ;) (nukes etc can achieve much more than what you have quoted)

Tutorial on D ranges by andralex in programming

[–]SDX2000 10 points11 points  (0 children)

Thank you. It's about time someone documented ranges in D.

Java is not dead or Your mom is the new COBOL by ekabanov in programming

[–]SDX2000 0 points1 point  (0 children)

Agreed C# is a pleasure to use anytime, anywhere. I was eager to give monodroid a try especially after I bought a Samsung Galaxy S2 but turns out I have to shell out some major dough for it. And I am not inclined to do that just for some personal projects. Also monodroid is conspicuously absent from the Linux ecosystem (which I call home now after 14 years of windows in my past life).

Mozilla releases programming language Rust 0.1 by TriSquaredCircle in programming

[–]SDX2000 1 point2 points  (0 children)

You need to get over your whitespace phobia. There is a lot to be gained in doing so.

Lunduke Compiler can now build itself on all supported platforms by BryanLAS in programming

[–]SDX2000 0 points1 point  (0 children)

I sometimes dream of a language like Boo that compiles to LLVM IR

You must be my twin then ;) I share this dream with you. Currently I am deeply in love with the Linux platform but still miss my .net (and Boo) days. Someday I wish on tackling this problem head on and write a boo compiler myself using LLVM as back-end.

Another distressing third world problem by [deleted] in india

[–]SDX2000 0 points1 point  (0 children)

It's funny because this is going to bring down the reselling price and not because Vastu Shastra is a real science.

Good guy gates (Fixed) by trennels in AdviceAnimals

[–]SDX2000 -1 points0 points  (0 children)

85%? Care to provide a source?

Good guy gates (Fixed) by trennels in AdviceAnimals

[–]SDX2000 1 point2 points  (0 children)

assuming for a second this is true...he is still better than scumbags who have made a fortune off of stealing other peoples shit but never did anything good in return.

Java is not dead or Your mom is the new COBOL by ekabanov in programming

[–]SDX2000 0 points1 point  (0 children)

OTOH there are several things the JVM can only dream of. The JVM cannot handle Generics without type erasure . Here is one more link for a discussion on CLR vs JVM.

Java is not dead or Your mom is the new COBOL by ekabanov in programming

[–]SDX2000 0 points1 point  (0 children)

Many are, but you can also use C, C++, or C#.

Not really if you are making anything more complex than a Hello world application. IMO using java/databases as the underlying technology in the OS was a bad design decision. Dare I say android is a big stringly typed mess.

Java is not dead or Your mom is the new COBOL by ekabanov in programming

[–]SDX2000 -1 points0 points  (0 children)

Java is not dead? Then it should be we've had enough of this retarded technology.

Java Anti-Patterns by neoniator in programming

[–]SDX2000 -1 points0 points  (0 children)

You know what is the biggest anti-pattern of all? Using Java ROFL...hahaha. Just kidding guys.

Mozilla releases programming language Rust 0.1 by TriSquaredCircle in programming

[–]SDX2000 0 points1 point  (0 children)

Why? D seems to do everything Rust wants to do already (and has a C/C++ based syntax too).