Sunday, May 04, 2008

web2py, an amazing web Framework

After some experiences with many python frameworks, I found a framework which is very nice and clear in my opinion. Its name is web2py (known as gluon too) . Its motto is pretty and expressive : "Easy as pie", "Serious performance", "Very intuitive", "Great documentation", "The best web framework ever" .... I found it interesting and for sure you can try it too :) hummm, another point; If you wanna know about the differences between it and other web frameworks, read this document. The document is comprehensive enough and is well documented. For those hackers who have long time experiences with different languages and frameworks, this comparison will be interesting and makes them clear view point.

Saturday, April 26, 2008

Return to Tehran

At last, I came back from that hell :). What a bad place was over there…. There are lots of work I must get them done !!!

Saturday, March 15, 2008

TOO Boring Life

My life is absolutely boring ! I can't stand it anymore. Oh my God, Just one hour for the internet connection :( It's like a prison for me. ME?? I was connecting to the internet 7-8 hour per day before I came to this hell. What a mission! What a mission ....

Wednesday, February 13, 2008

Working mission? Oh, no please !

Bad luck... I'm in a working mission in a very bad natural condition. I had to go to a territory last week which has no water at all ! I'm near to the YAZD city, an ancient city that is near the hottest area in the planet Earth (Loot desert, or Kavir loot in persian)!!!!
The most irritating thing is not the shortage of water,but it's lack of internet connection. :) Unfortunately, I'm far from city ( we are working for a cement factory as investigating engineering group). Please see this picture of Loot desert ....

Friday, February 01, 2008

Microsoft acquires Yahoo??

After some weird deals like Mysql&SUN and Qt& Nokia, I just heard This News by Reuters !!!
Damn ! It's the most ridiculous news I have ever heard in this stuff. I can't do anything, but if Yahoo accepts this belittling, I will drop my Yahoo mails ....

Saturday, January 26, 2008

Python and productivity

Python increases productivity unimaginable. Even though you've never had written any code with it, you can understand its very nice syntax. Consider this:

def fibonacci(n) :
if n==0 or n==1 :
return 1
else :
return fibonacci(n-1) + fibonacci(n-2)


Like common speaking huh? seems pseudo code ! Now imagine you have decided to implement an algorithm (a very hard and comprehensive one) with python. Believe me,It takes 30 min in max :)

Thursday, January 24, 2008

Where are you :)

1) Ten minutes ago, I added a link of software that says on which point of planet Earth(!!) you have visited my weblog :)

2) Nowadays, I have faced by a lot of problems. My TOEFL TEST date is Feb2 , numerous challenging problem (math approaches) with my day job project and the most important the documentation of my first open source project has still remained. My problem is entirely a classic one: "The shortage of time."If you are interested in my open source project, please refer here

3) Maybe I'm not an ordinary person. I have great ambitions, and honestly, I am working hard to achieve my goals. I'm getting geeker and it's not so good! Real world is completely forgotten by me. What will be happen? I'm not a predictor but I hope I can become closer to my targets. Please prey for me. No problem what religion do you have, I do need it :(

UPDATE: I forgot to say that I added RSS feed too ;)

Sunday, December 23, 2007

Why I claimed that?

About 4 month before, in a post, I claimed that the " programming is not an engineering discipline". Maybe you think that I completely missed the main points about Computer Science, but it's not true. As I mentioned before, it seems that there are two kind of judgment about programming. One viewpoint looks at it as a regularly repetitive classified task and another one looks as a high challenging innovative style of thinking. I believe at second one. Maybe inasmuch as I do love Algorithms, or maybe because of anything else.
Here is another fact which proves my idea. The writer of this essay is a professional programmer (second category for sure :) Please consider his strong reasons .

Sunday, December 16, 2007

A visionary article !

Some minutes ago, I faced by a visionary article (by Amir Salihefendic , a really briliant young Hacker). In general, he talks about how to increase our productivity. As soon as I conclude the paper , an intuitive feelings raised in me suddenly. What ? just focus on your main stuff? Never give to until make it done? Holly shit, I knew it. It's like Meditation. Why the hell I didn't do that before? I always wanted to do at least two work in parallel until now, I mean in entire of my life:(
I don't know why, but I just know that I will do it FROM NOW.
Well ......... what's my main work right now? Ahan, got it. Thanks Amir :)

No Comment 2



Wednesday, December 05, 2007

Killer robots could replace soldiers


Ten minutes ago a 25-year-old self-taught engineer named "Adam Gettings" pulled into the Waffle House parking lot, lifted the hatch of his black SUV, and unveiled what could very well be the future of urban warfare: a toy-like but gun-wielding robot designed to replace human soldiers on the battlefield.


No Comment !!!

Tuesday, November 27, 2007

IBT TOEFL + Reschedule

I rescheduled my IBT TOEFL test . I postpone it until Feb 2 , It was Dec 15. I need the score of 100/120 ( equivalent to 600 in paper based TOEFL). I wish I can get this work done :)

Wednesday, November 21, 2007

Comments

I made active the commenting system . However , there is some "word verification" mechanism for non blogger authors . I hope your kind comments help me to improve my Ideas and performance :)
Cheers ...

ADSL2+

I'm so pleased to announce that my ADSL2+ link is attached now. From now , I will be online 24hour ,7days in a week :)
Anyway , I can understand why some guys like Mark likes to get their work done individually. In my opinion , some conditions can help you to make your productivity more than 80%-90%. However , Telecommunication is one of this conditions. I wish I could find one of these telecommunication jobs , unless I have to start my own from scratch ! Is Hiring is really obsolete?
I think yes , unless you wanna work for NASA or Google :)

Saturday, August 25, 2007

Programming is not An Engineering Discipline

Yeah... That's it ! At the moment, I strongly believe it.
Maybe it's offensive or maybe not,but when you think about a program (a web application for example) , you don't need to calculate the fundamentals , you don't need mathematical design and.... In the best form, you design an UML chart(albeit with prior thinking) , collect your coders, discuss with them about the code(if you have experienced coders) and start to code in tomorrow morning :)
But Engineering is not like this. In power engineering or Vision/Image processing, you need more and more info about the "nature" of your problem. Just when you understand the mathematical nature of a problem, you can estimate the solutions. It's not just transaction to DataBases !!!
I'm very pleasure to switch to "Vision" and more for studying "Electrical Engineering". They taught me the "style of thinking". I can break ANY problem to it's elements at the moment ,Cause my mind is trained in a logical form. It's hard at the first glance,but has a lot of Fun. Self trained Hackers don't switch to the stuffs like these, because of Math I think :)
What about you? Do you like hard sciences inasmuch as more challenging problems???

Saturday, August 04, 2007

Bye Bye Power Engineering

AT LAST.... I told good bye to power engineering ! Now,It's a great time to focus on Vision( My main interest) for ever... It's a very nice feeling. Vision has been my real interest from 2-3 years ago. I wish I can be a GURU in the stuff :)
UDPATE: Maybe I have to work on power engineering for several month. Because of money,you know ;)
UPDATE 2 : No , I can't. Since the life is too short, why I waste my time on working on unfavorite things??? If there is no company in Iran which it's field is Image processing , I will start the first :)

Monday, February 26, 2007

Advanced methods for Feature Extraction

Since I'm implementing a project in "Face Detection", I have to use advanced methods for "Feature Extraction". I have designed a MLP network for training, but I used raw pictures as an input layer… As maybe you know, it's better idea to decrease the input dimension by using Feature Extraction/Selection approaches.
There is some approaches like :"non Linear PCA" and "Kernel Methods".
I want to use Kernel Methods. I think it's more applicable and most of recent papers that I have read were about this major! However , It's maybe because of my guide attitude (Dr.Araabi) who have focused on it more :) I don't know. But because my learning procedure is "Learning by Doing" I will implement both of them. If you have any prior experience, please email me and let me know…


Cheers :)

Tuesday, November 14, 2006

Going in depth on Vision

Hi friends... :)
After a long time,I came back.... I have focused on Vision nowadays (and maybe for the rest of my life !). It's a VERY HOT and High-Tech area; specially when you focus on Advanced Autonomous systems(like Robots and Vehicles). BTW, if you are interested in AI too(specially Neural Net and Fuzzy approaches on vision), please check my blog and send me email (your proposals, etc..)
Hummm...... my current direction of studying is about Image and knowledge classification based on a Neuro-Fuzzy and Neuro-statistical(PNN) methods . Thank you Pattern Recognition !!!!;)

cheers.

Thursday, July 06, 2006

zen and Net

I have disconnect myself from Net because of meditation!!!
I need it,you know....
I will come back ;)

Tuesday, June 20, 2006

View Source Chart Firefox Extension

One of the best practices for any (X)HTML newbie is to split any existing code to it's elements.For example,when I was started (X)HTML (4 years ago)I have to right-click on any webPage-->viewsource and start to reading the whole code from scratch.Specially, when I had to understand Tables...it was to boring.I invented a personal way!I made it color!and then when I recompiled (if compile term is right!) it , the target table was colored:) and....
Last night,I saw a FireFox extension which draw all of your webPage in a very nice and colorful diagram.When you install it,you have to restart the FireFox.Then when you you right-click on the webpage,in the down part,you see "view page chart".
I promise you will surprise when you see the output.it's a very nice and inventive hack:)

Monday, June 19, 2006

Plone2.5 has released

1-OK....It's very interesting news for any Plone user/developer:)specially because of it's approach to Zope3/Five ..... check it out youself and Have a lot of Fun ;)
2- I have decided to change my blogging Style! you know,I've never posted any experimental tasks I've done yet.(just 1 or 2 ,I think).I wanna tend to this road...

Wednesday, June 14, 2006

Flock.....web2 browser?

I've just downloaded Flock.It's very nice with Web2 extensions like Some of the features include drag-and-drop photo uploading for Flickr and Photobucket, an in-built RSS aggregator, direct blogging tool, and shared favorites/bookmarks.... check it out.

3D from 2D

researchers at Carnegie Mellon have found a way to allow computers to extrapolate 3 dimensional models from 2 dimensional pictures ....

Very nice work...It's like a dream ;)

Wednesday, May 31, 2006

Gnome for ever 1

Hello every body...
I have written abouy my migration from KDE to GNOME because of Ubuntu 5.10.... you can visit the Forum in Farsi(TechoTux)..
I will translate it in english ;)

Thursday, May 18, 2006

Statestep Python code generation

Python code can now be generated from a Statestep model using a template ... Statestep enables you to easily define and address millions of combinations of possibilities. While designed to support a particular method of specification, it can also be used in more general ways, for example, as a powerful replacement for decision table tools...
If you wanna know more about it please visit Original announce !

Sunday, May 07, 2006

Life

. . . and Life still goes on . . .

Friday, April 21, 2006

google summerOfCode

Python needs your talent on Google Summer of Code !
If you know your self as a Python Guru,or you are a python hacker or just a python lover,
so this is the time for you to introduce yourself to Open Source Community.
You can Make money too ;)
Come on ... Start now ....

Tuesday, April 11, 2006

Red Hat and JBoss

By acquiring JBoss, Red Hat expects to accelerate the shift to service-oriented architectures (SOA), by enabling the next generation of web-enabled applications running on a low-cost, open source platform.

Link to News ....... It's very exciting time :)

Monday, April 10, 2006

Dynamic Function Overloading

Guido van Rossum (Python creator)has discussed about "Dynamic Function Overloading" in his weblog. Very nice essay.Check it out :)

Thursday, April 06, 2006

Python 2.5 alpha1

Python 2.5 alpha 1 has released.
You can check What's New section for more Information.
I hope this release make it more powerful ...