cnu | 2 years ago | on: Ask HN: What side projects are you working on this year?
cnu's comments
cnu | 2 years ago | on: Tohands – Smart calculator for small businesses
cnu | 5 years ago | on: Python should not be taught as a foundational language
One thing that I didn't notice others here didn't comment about:
In the section where they write about xrange vs range in python 2 vs 3, they reference a piece of code supposedly written for py3 which isn't there.
xrange was fast in python 2 because it allows you to evaluate lazily, which is what range does in python 3.
So whatever benefits you got out of xrange is there in range.
cnu | 11 years ago | on: Net Neutrality being challenged in India.
Also its not about if we can bypass it or not. It is about what is morally/ethically right and what is wrong.
cnu | 12 years ago | on: Learn Haskell Fast and Hard
cnu | 12 years ago | on: Oracle Discontinues Free Java Time Zone Updates
cnu | 12 years ago | on: R.I.P Atul Chitnis : The Man Who Changed the Open Source World
The author of that blog, "Kenneth Gonsalves" is dead for almost a year.
cnu | 12 years ago | on: Hexo – A fast, simple and powerful blog framework
cnu | 12 years ago | on: Trying out this Go thing at Disqus
cnu | 13 years ago | on: Ask HN: How do I choose the right domain registrar?
cnu | 13 years ago | on: The Setup: Joe Armstrong
It was pretty hard to make everyone use it and soon we ended up installing redmine for issue tracking.
cnu | 13 years ago | on: How not to send password reset notification email
Luckily, I had the evernote app sign me out and asking me to login again (which didn't work with my old password). I had to login through the website and it prompted me to change my password (no link on why) and then it worked with the new password.
I searched through my email trying to see if any email got eaten by the spam folder, but none, "No emails".
cnu | 13 years ago | on: Google Search is only 18% Search
cnu | 13 years ago | on: Why is < faster than <=?
cnu | 13 years ago | on: Apple v. Samsung Verdict: Could Bill Gates Have Patented The iPhone in 1995?
The verdict will lead to more innovation and R&D from Samsung, instead of just copying from Apple.
cnu | 13 years ago | on: Being Featured on the App Store
cnu | 13 years ago | on: New distributed fault-tolerant cloud provider u2601
cnu | 13 years ago | on: India's street children bank on the future
cnu | 14 years ago | on: 0bin: A Client-Side Encrypted Pastebin
cnu | 14 years ago | on: Show HN: Boomerang Calendar - a smart calendar assistant in your Gmail
The download page http://boomerangcalendar.com/beta/download.php link to /beta/features.html and /beta/faq.html.
I want to build more features and add support for any RSS feeds too.
Nothing to make money out of, but something for my personal use.