jk's comments

jk | 11 years ago | on: The Day Google Decided HttpWatch Was ‘Unwanted Software’

I have been using DuckDuckGo for more than 4 years now. I would use google only if DDG does not provide a good result. In the last one year, queries that went unanswered on DDG did not turn up a good result on google either. So for me, DDG has not completely replaced google.

Also, I am not living in the USA.

jk | 11 years ago | on: Big-Endian “is effectively dead”

There are quite a few big endian MIPS devices. Many Chinese processor vendors (Mediatek, Rockchip, etc.) still use MIPS and have big endian configuration. Most common are TV SoCs and networking chips like WiFi SoCs.

jk | 11 years ago | on: VP9: Faster, better, buffer-free YouTube videos

Minor correction: H.265 is HEVC - High Efficiency Video Coding.

H.265 and VP9 will (most likely) have a lot of difference when we consider hardware encoders/decoders. I guess H.265 hardware decoders will be present on all platforms in the next couple of years. There are mobile processors that have hardware H.265 decoder. H.265 encoder seems to be a bit far. I am not sure whether someone has a production ready hardware encoder. On the other hand, VP9 is not a priority for most of the companies.

jk | 11 years ago | on: Mozilla to sell '$25' Firefox OS smartphones in India

Data plans are not too expensive in India. One can get 1GB plan for 3G data in Rs.139-Rs.160 ($2.35-$2.7) depending on the service provider. A lot of people are not using data plans as they don't have good phones. Most of the cheap handsets in the market are very slow and lack features that needs data.

jk | 13 years ago | on: Ask HN: Do you use a debugger?

gdb. I work in system software, so cross platform debugger is what helps to catch issues easily.

edit: gdb to debug asm and C code

jk | 14 years ago | on: My £60 ARM server

"Micro-SD card performance is highly variable, and generally rubbish"

Agree with that. I use a pandaboard as a build server and I felt it is a lot efficient to use NFS than running off an SD card.

Ewan, have you tried USB HDD instead of SD card?

jk | 14 years ago | on: Galaxy S III preorders approach 10 million

I guess Samsung phones are more popular outside US. Among my colleagues, of 10 smartphones, 8 are Samsung ones (includes 3 Samsung Notes) and only one iPhone4S.

jk | 14 years ago | on: DRM-Free Day, forever.

Linux Device Drivers, 3e, was available for free legitimate download - the authors themselves released GPL version of the book online - all the while. I bet it has not affected the sale of the book.

Forget piracy, we have a Safari books online account. Still, we buy copy of books we like. I have seen a lot of people doing the same.

jk | 14 years ago | on: Ask HN: Linux laptop distro of choice?

I am using Fedora on my laptop. XFCE desktop is a good environment. rpmfusion provides major "nonfree" packages.

For me everything has worked out of the box.

jk | 14 years ago | on: Poll: What is your primary operating system

Linux user since 2002.

Now I have multiple machines running linux. I use linux at work too. I am an embedded developer and use Linux in most of the projects. Using linux machine makes life a lot easy.

jk | 14 years ago | on: Girls and Computers

In my experience, if you introduce kids to Linux, they learn pretty fast.

In my college days, I used to help students of a government school. It is a very undeveloped area and kids don't have computers at home. All school computers ran Linux and students (aged 11-12) didn't face any difficulty in using Linux.

I used to give this example to my classmates when they blamed Linux :-)

jk | 14 years ago | on: Best Ultrabook for Linux?

Slightly off-topic - a laptop and not an ultra book. I use Toshiba satellite C640-X4012. Fedora runs smooth. It has Intel core i5-2430M @ 2.4GHz and 4GB ram. It has only 2 USB ports - the only drawback I have felt.

jk | 14 years ago | on: India’s identity scheme: The magic number

Is social security number in US being misused? Developed countries would already have a unique ID in place.

Also, middlemen will not be able to take advantage of this. They will be cut out completely when the person has to avail the benefits after identifying himself/herself.

jk | 14 years ago | on: Anatomy of a Kernel Hack

cscope (kscope if you want GUI) will be easier if you have a copy of kernel. lxr is useful when you do not have a local copy of kernel.
page 1