Objective-C Overtakes C++

The TIOBE Index has found that Objective-C has overtaken C++ in popularity this July. Objective-C was in sixth place last year and has jumped to third this month.

From TIOBE,

This month there is an interesting change in the TIOBE index: Objective-C has become more popular than C++. Both Objective-C and C++ started in 1983 as object-oriented successors of the C languages. Right from the beginning, Objective-C and C++ competed to become the de facto object-oriented programming language. It took quite some years before C++ could claim victory. Now Objective-C is back (thanks to the iPhone and iPad), but not as a direct competitor of C++ any more. C++ is used heavily in large high-performance systems whereas Objective-C is mainly used in the mobile apps industry.

What’s up 2012

Wow, it’s been so long since i wrote something here. Nope, i’m not dead yet 🙂

So what’s up? it’s now 2012. So many things happened on the web and mobile, but let me just skip to the hottest news this week. How about Marissa Mayer as the new Yahoo CEO? It’s really interesting to see what moves she’s going to make to put Yahoo back on track, back to the day when people was so hard to distinguish between internet and Yahoo. 🙂

And how about that Jelly Bean? the smooth buttery brand new Android release? it’s really interesting, although my SG SII still using Ginger Bread *darn!!

By the way, have you guys tried the Office 2013? hmm …

Alright, i really hope i can write more this years. 🙂

Info Rumah Kosong di Twitter

Pleaserobme.com bisa jadi situs yang dipakai para garong. Situs ini memberi informasi rumah yang baru ditinggal pergi pemiliknya melalui posting-an di Twitter.

Ada aja ya orang nge-tweet informasi semacam itu. Hati-hati deh mangkanya kalo pakai twitter.

Programmer PHP Memilih Windows Daripada Linux

Dari The Register: menurut survey yang dilakukan Zend Technologies terhadap lebih dari 5 ribu koresponden pada Desember 2009 lalu, didapati 42% programmer PHP memilih Windows sebagai OS untuk development mereka. Sementara yang memilih Linux di urutan kedua sebanyak 38,5%, dan Mac OS X di urutan ketiga dengan 19,1%.

Tapi angka ini berbanding terbalik untuk server yang dipilih mereka untuk hosting aplikasinya. 85% dari koresponden memilih Linux sebagai server, dan hanya 11% yang memilih Windows. Sementara Max OS X server cuma 2% saja.

Menurut saya angka ini cukup akurat menggambarkan kenyataan di lapangan. Tapi Windows jadi OS pilihan untuk development menurut saya bukan karena IIS-nya, tapi karena kebanyakan programmer masih terbiasa dengan Windows, entah karena program-program pendukungnya (seperti Editor) atau program-program lain yang tidak berhubungan dengan programming. Belum lagi kebanyakan karena tidak ada pilihan lain, karena cuma Windows yang terinstal di kantor tempat ia bekerja misalnya. 🙂

Random.Org

Ini website cukup lama (katanya sejak 1998): random.org, tapi masih terus terpakai sampai sekarang (dan sepertinya akan selalu relevan sampai kapanpun). Service yang ditawarkan sederhana saja, membangkitkan angka acak/random. Tapi berbeda dengan yang di-generate komputer, random.org menghasilkan angka random ini dari noise atmosfer.

The randomness comes from atmospheric noise, which for many purposes is better than the pseudo-random number algorithms typically used in computer programs.

Alhasil, random.org bisa jadi third party yang bisa dipakai untuk pengundian pemenang lomba misalnya.

RANDOM.ORG acts as an unbiased third party who conducts the drawings in a manner that is guaranteed to be fair and truly random.

WTFJS

Situs yang menunjukan “keanehan-keanehan” Javascript:

www.wtfjs.com

contoh:

parseInt(’06’); // hasilnya: 6
parseInt(’08’); // hasilnya: 0

Kenapa bisa begitu? coba saja sendiri. (reason-nya bisa dibaca di wtfjs.com)