Forgot your password?

typodupeerror

Comment: Lying sometimes needed for effective leadership? (Score 1) 265

by Louai (#31576960) Attached to: Study Shows People In Power Make Better Liars

Something no one seems to have mentioned yet is that lying might sometimes be necessary for effective leadership.

Since this is Slashdot, think of Theoden at the battle at Helm's Deep. Putting on a brace face, sometimes straight out lying about things. I can imagine e.g. tribal leaders doing the same thing. So there might be a mechanism whereby people either develop these skills when in a leadership position, or the people who tend towards lying more easily attain these positions.

Of course, this can only ever be a positive thing if the leader in question actually cares about his underlings.

Comment: This is how it's done where I'm from... (Score 5, Informative) 613

by Louai (#30879612) Attached to: Why the IRS Should Automatically Fill In Returns With What It Knows
In Finland you get a pre-filled tax sheet in the mail, you only have to return it if there are any changes you need to make. I'm currently living in the US, I find the amount of crap you need to go through to get your affairs in order absolutely stunning.

Comment: Re:Use Qt.... (Score 1, Insightful) 948

by Louai (#28156411) Attached to: Harsh Words From Google On Linux Development

Sounds like KDE modified Qt.

No. Qt has several event loops - it will default to the glib-based one if glib is available at compile time. It will fall back to the generic Unix event loop if glib is not found. You can also disable the glib event loop by setting the environment variable QT_NO_GLIB if you need to - for example debugging is simpler with the generic Unix main loop.

This was developed by Trolltech back in 2006, see here. Interesting quote: the ideal would be for all applications on the X11 desktop to use the same event dispatching mechanism. Here are Trolltech, we think the Glib main loop should be that mechanism...

This has the nice side-effect of being able to use gtk and Qt in the same process. This can be convenient at times, for example I have been developing a Qt-based user interface for the mupen64plus emulator. The glib event loop makes it possible to use plugins with gtk interfaces where no Qt interface exists yet. It also makes integrating glib-based things in general pretty much completely painless.

Comment: Re:What's really behind Finlands IT success (Score 1, Interesting) 229

by Louai (#27295035) Attached to: Places Where the World's Tech Pools, Despite the Internet
A common expression amongst Finns is "Vaikka läpi harmaan kiven", "Even through gray rock". More elaborately put, if you are determined enough, you'll get there eventually, no matter the obstacles. There are other similar expressions, and even a word that sums it all up, sisu.

"Help Mr. Wizard!" -- Tennessee Tuxedo

Working...