Birth


The site’s online at last, quite timed with the New Year. I did the site design and template for Wordpress (Lines and Shades), I think I’d probably release this in the future. For now, it’s in the beta version.

Hope you people had a good New Year celebration. I had a normal yet painful one. And I realized that I am now officially really addicted to the internet. I’ve gone through 3 days with no internet and it was a nightmare. Every minute my mind itches with every thought or question on Java, Python, and C# which I will never find the answers to without Google. Ah, the suffering. Good thing I have Final Fantasy X to pass the time.

I took a quick look and testing on Python these few days. I was searching for a programming language capable of compiling applications that will run with no dependencies (i.e. no .NET Framework) on a Windows platform. Delphi also seems like a good choice.

Contrary to my belief, desktop application development with Python is one tough topic to dive in to. Apparently, I had to install Python which serves as the runtime (framework) for programming in Python (obviously). And then I would need Boa Constructor for fast windows app development. Unfortunately, after I installed them all, Boa Constructor wouldn’t run because of some errors which I didn’t understand. I guess I had to put some more time on making this work. I have no idea what the problem is, given that I followed the installation instructions faithfully.

I resorted to testing Python with command line outputs. Ugly, but it serves the purpose of knowing the language. I don’t know if I’m gonna push through with using this though.