sharmajai | 14 years ago | on: Functional Programming For The Rest of Us
sharmajai's comments
sharmajai | 14 years ago | on: Yale Discovers a Fungus That Eats Plastic
sharmajai | 14 years ago | on: Yale Discovers a Fungus That Eats Plastic
Scientists cannot find a way to degrade plastic does not necessarily mean plastic is not bio-degradable.
I have found time and time again, that stand-up comedians are the ones who make the most serious points.
EDIT: Found it - http://www.youtube.com/watch?v=eScDfYzMEEw
sharmajai | 14 years ago | on: Impress.js - a Prezi like implementation using CSS3 3D transformations
The transitions themselves are fantastic and like others in the thread I don't find them fancy at all, in fact I think they add movies like continuity to presentations for cheap, which if used wisely can enable story-telling style of information delivery.
I can see myself using it for info-graphics and tutorials, other than presentations, by making it do non-linear (zooming in/out or using hrefs) flow of content.
Oh now I realize why I liked it so much, it also removes the single most annoying feature of reading content on the web - the constant scrolling and zooming, like readability it alleviates that pain for you, by zooming in to the content that matters the most at this instant.
sharmajai | 14 years ago | on: Why Don’t We Value Spatial Intelligence?
[1] http://en.wikipedia.org/wiki/Howard_Gardner
[2] http://en.wikipedia.org/wiki/Theory_of_multiple_intelligence...
sharmajai | 14 years ago | on: GoDaddy is default registrar for Google Apps Domains
sharmajai | 14 years ago | on: Design of CPython’s Compiler
sharmajai | 14 years ago | on: Trillion-frame-per-second video
sharmajai | 14 years ago | on: Mythbusters experiment goes awry, sends cannonball through two houses
sharmajai | 14 years ago | on: Mountains and buried ice on Mars
sharmajai | 14 years ago | on: A human review of the Kindle Fire
Also if all the software quirks are true, then playbook has none of them, it being extremely responsive. I can bet you have never used a playbook.
sharmajai | 14 years ago | on: Stanford to host more online classes
I have a question though, is there a way these classes can be made to be taken anytime a student wants?
The problem I am facing is that since I am also working fulltime, I just in time manage to submit the homework, and as a result, I can not take more than one classes at the same time, like the DB and AI classes in this case.
sharmajai | 14 years ago | on: Gassée: Thank God Apple chose NeXT over my BeOS
sharmajai | 14 years ago | on: Gassée: Thank God Apple chose NeXT over my BeOS
I sometimes don't understand people's hate for the playbook, it is a wonderful tablet. IMHO it is a much better tablet than kindle fire (which is inspired heavily by the playbook btw), with TAT integration and two extra cameras and an active bezel. I time and time again feel that Google should buy rim and integrate QNX and Android.
sharmajai | 14 years ago | on: Steve Jobs's Real Genius
I would like to believe the former.
sharmajai | 14 years ago | on: How I automated my writing career
It is powered by http://www.readspeaker.com and AFAICT is the best sounding Text to Speech implementation, I have heard so far.
If you just listen to the text, it sounds like a human news reader, much better than Siri. Wow. And the cherry on the top is that it highlights the text which it is reading as it's being read.
sharmajai | 14 years ago | on: Samsung Overtakes Apple as World’s Biggest Smartphone Seller
Regardless I hate it when people act and support the cynicism that all companies are the same, they all work for profit, there can never be a do no evil company. May all such thinkers stick to their dogma lifelong and suffer from it.
sharmajai | 14 years ago | on: Samsung Overtakes Apple as World’s Biggest Smartphone Seller
sharmajai | 14 years ago | on: Steve Jobs: A Genius, Yes; A Role Model for the Rest of Us, No Way
This difference, I suppose, is between someone bending your will to theirs, reducing you terribly in the process, and someone who sees you failing to deliver everything you're capable of, and pushing you (hard) to do what he thinks what you can.
The former doesn't care about who you are. The latter cares deeply, and expresses in by placing genuine faith in you. Everything being said by the people who worked with him indicates that they feel humbled and honored by the experience. It's hard to get upset with someone's approach when you know in your bones that it got you to the top of your game.
What people feel in response to that is love.
"He was dubbed a megalomaniac, but Steve Jobs often gambled on young, largely inexperienced talent to take Apple forward; Jony Ive and his team prove that such faith was spot on."
I say probably very correct owing to the Al Gore's remembrance speech about the love and genuineness in respect that Steve held for others in the 'Celebrating Steve' event.
sharmajai | 14 years ago | on: ARM's Cortex A7 Is Tailor-Made for Android Superphones
All the closed systems (read windows) have had precedents of working closely with their partners (read OEMs) to achieve this hardware software harmony (which Steve was a big fan of BTW). But if your system is open anybody who wishes can be your partner. Amazing.
I think opening their system is one thing Google did right with Android over Windows.
Sure you can do whatever you want, but if the language does not support things like tail call optimization, non-imperative function definition, writing code in functional style turns out to be a lot slower (due to non-tail-optimized function call overhead) and less safe (due to potential side effects in function definition) than if you are writing it in a functional language with explicit support for these facilities.