Saya baru saja bergabung dengan AGEL Best Dream Team :

adalah Suport System Independen yang dibuat oleh distributor Agel Enterprises (Agel.Com) yang berkantor pusat di Utah, Amerika Serikat. Agel.BestDreamTeam.com merintis jaringan distributor dari Jakarta, Indonesia lebih awal sebelum Agel Enterprises resmi membuka perwakilannya di Indonesia karena kami ingin bersama Anda menjadi pioner yang mempunyai kedudukan pada peringkat pertama dan sebagai generasi baru yang memanfaatkan peluang bisnis yang sangat baik dan prospektif, yang ditawarkan Agel Enterprises. Jaringan distributor Agel.BestDreamTeam.com bergerak menyebar ke seluruh penjuru dengan satu misi ‘live your dreams’

dan juga kesempatan bisnisnya:

Telah menghasilkan ratusan orang yang suskses dan berpenghasilah diatas seratus juta rupiah di Dunia, kini di Indonesia baru mulai bergerak secara online

Silakan kunjungi AGEL link saya
Read the rest of this entry »

Tags: , ,

Tour of duty: Jakarta

I got assignment for a tour of duty in Jakarta for a month.
Stay in Four Seasons Jakarta for the whole June, what more do you wish for ?
A great hotel, great food, and even better with this month event: Indonesian Food promotion.
And new friends, that help me, thank guys.
Nice life.

Four Seasons Jakarta

Four Seasons Jakarta

I lived in Jakarta for about 5 years, some years ago.

Read the rest of this entry »

Tags: , ,

I’ve been using Google Chrome as my default browser for last two months, before, it was my second browser after Firefox 3.
After searching and testing many Chrome extensions, now I think I have good set of extensions that make my browsing experience better than before.

One of the most annoying thing in Google Chrome is it doesn’t have Page Setup until the latest version 6.0.437.3, but there are extensions to workaround that, I will cover extensions that I use in my next post.
For now, in the spirit of FIFA World Cup 2010, there’s one good extensions FIFA.com Extensions that will give you information about this event, and will pop up lively about the ongoing match.

Google Chrome:

Tags: , ,

Today is such a bad monday

Walaupun sebenarnya saya tidak memiliki preferensi khusus mengenai hari, semua hari adalah baik dan juga penuh tantangan, kadang-kadang menyebalkan :)

Seperti pagi ini, berangkat dari rumah dengan suasana hati yang enak, tapi apa daya terjadi hal-hal menyebalkan: baru beberapa blok dari rumah, ada masalah dengan mobil box Aqua (ini betul-betul merk airnya) yang “parkir” di tengah jalan dan menurunkan muatan sehingga sepeda motor pun tidak bisa lewat, setelah “bertukar pendapat” akhirnya masalah selesai, namun beberapa menit terbuang dan cukup banyak energi terbuang…

Beberapa lama kemudian, ada pengalihan lalulintas karena ada suatu kegiatan, dan kendaraan diarahkan ke jalan kecil yang belum saya kenal. Dan banyak menit lagi terbuang…

Read the rest of this entry »

Tags: ,

Run on Linux Run on Windows

This is a really simple subnet calculator, as mentioned in previous post, by feeding an IP Address in CIDR notation, it will calculate and show the result of Network ID, Subnet Mask, IP Broadcast, and Pool IP Pool.

This tool was created for Agung Purbayana to help in calculate those values that needed to setup IP Star Satellite Internet.
subnetCalc was coded in REAL Studio and available for Windows and Linux (tested on Ubuntu)

Screenshot

ss_subnetCalc_lin_Ubuntu.png

Read the rest of this entry »

Tags: , , ,

I installed CR Post2Pingfm, a WP plugin, which use ping.fm API to update whatever you set in ping.fm about your last blog.

At first I thought it’s a perfect one, just from my WP I was able to update Facebook, Twitter, etc. I would deactivate other plugins with same/sub functions to reduce the number of my WP plugins, well, until some hours ago…

I got spammer updates my status on Facebook, Twitter, and some messengers’ .
The spams just nonsense stream of words, currently, but what if those spams hurt people, people with power, and then found out were sent using my ping.fm account… the rest can be predicted.

I check my account at ping.fm and found those updates were sent via API, and I only have one application use my ping.fm API

So, I reset my ping.fm API, remove that WP plugin, and hope no more spams…

Tags: ,

Simple Subnet Calculator

A friend of mine asked me to create a simple subnet calculator (IPv4, class C only), to function as below:

For example, given the value in CIDR notation, eg: 192.168.1.17/25

And will result:

  • Network ID
  • Netmask
  • IP Broadcast
  • IP Pool

So, I think it’s an opportunity to try those cross platform development tools.
I have a plan to create simple application that run on Windows and Linux. And will code it in PureBasic, Lazarus, RunRev, and REALbasic.

For REALbasic, since I don’t have a license, I already downloaded the trial version of REAL Studio Professional Edition, and it can build a trial version standalone executable that will exit after running 5 minutes.

Tags: , , , ,

Nokia-N8-02.jpg

Nokia just release N8, with a pack of technology that quite friendly with software developer: it has Qt in built.
And suppose to make it easier to code softwares, and Ovi will be ready for new softwares. Official announcement by Nokia is here.

The price will be about €370 (before tax, subsidies, etc) and will be shipped around third quarter of 2010. €370 in IDR with current exchange rate will be about IDR4,433k, but who knows how much it will be in Indonesia…

Some of this N8:

  • Symbian^3 plaftorm
  • 12 megapixel camera with Carl-Zeiss optics and Xenon flash
  • Record High Definition video and built-in editor
  • 3.5-inch HD capacitive touchscreen
  • HDMI, Dolby, 16GB built-in storage, etc

And while waiting for the release, let’s download Qt and start to develop a game or two :)

Tags: , ,

Is it spam ? Like a human post

It seems that spammers nowadays are getting smarter, at least spammer that spam my blog in comment area, in this particular post. I kept some spams there, to show how they look.

The spammer, copied existing comment(s) and filled required fields correctly: Name, Email, and Website (this is the most important for them), and use a copied body of existing comment randomly and Submit Comment.

Since those spams look like “normal” comments Akismet just pass them for approval which I got many.

Tags:

Cross platform programming tools

The goal is coding once and able to launch it in many platform, in Windows and Linux at least, and maybe Apple, Web, and Mobile devices.
By coding once, not necessarily using the very same unmodified code, but at least in one programming language and little modification.
Then, to do this there always be Java . And C.

I want the others, especially the one with good IDE and Visual Form Designer so can do RAD in a degree and support at least Windows and Linux (and flexible license)

There are many tools out there, but below only some that I have downloaded and tried, not in particular order:

  • Qt, now has LGPL/Commercial License since Nokia’s take over. Previously only GPL and Commercial and an expensive one.
    It is in C with (likely) complete libraries, run on Windows, Linux, Apple, and Mobile (well Nokia is huge on this)
    Learning curve is steep for me, but I will follow this :)
  • Lazarus/FPC, license is mostly LGPL, IDE is GPL though, but in short we can write commercial softwares and commercial components.
    It seems stable and can be used for production (with caution), run on Windows, Linux, Apple, and WinCE (find at Daily Snapshot), and created CGI for web
    Here are some tools coded in Lazarus: PeaZip an Open source file and archive manager, software from Binerus
  • FreeBASIC, open source, FREE license able to do commercial software, run on Windows, Linux
    FreeBASIC is syntax compatible with old BASIC like GWBASIC, QuickBASIC

and for tools that are Not Free, but with affordable price:

  • PureBasic, for Eur 79 you will get a lifetime upgrade, licenses for four platform PureBasic can support: Windows, Linux, Apple OSX, AmigaOS, see the FAQ
    And there is a beautiful forum of PureBasic, and you won’t regret to buy a copy!
  • KBasic, to be able to create commercial softwares, we need to buy license(s) Eur 24.95 for each platform and KBasic can run on Windows, Linux, Apple OSX.
    KBasic utilize Qt library, since Qt now is LGPL then we don’t have to buy a license for Qt
  • RunRev, a RAD and able to run on Windows, Linux, Apple OSX, Web (like Flash), and Mobile.
    Enterprise edition priced at GBP 299 with 90 days upgrade, and then another annual upgrade fee and you will get a new version too if you are still in the range.
    revMedia edition is free, able to create Web application (without database support I think), worth to check !

That said, I am still browsing Internet to find another interesting cross platform development tools :)

Tags: , , , , , , , ,

« Older entries