Slashdot Mirror


User: tebeka

tebeka's activity in the archive.

Stories
0
Comments
6
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6

  1. Here Comes Everybody by Clay Shirky on Ask Slashdot: High-School Suitable Books On How Computers Affect Society? · · Score: 2

    I haven't seen anyone as good as Clay Shirky in studying and predicting the effects of the internet on society.
    http://www.amazon.com/Here-Comes-Everybody-Organizing-Organizations/dp/1594201536

  2. Don't stay because of loyalty on Ask Slashdot: How Much Is a Fun Job Worth? · · Score: 1

    If loyalty is what's keeping you in the old company - then don't. Any sign of trouble and they'll get rid of you. In my experience when companies speak about loyalty, it's just in one direction.

  3. Gnome Do on Ask Slashdot: Why Aren't You Running KDE? · · Score: 1

    Since I dicovered "Gnome Do", I don't care much about the window manager.
    I actually like the screen real estate I get with Unity.

  4. Re:How to Design Programs on Ask Slashdot: Best Book For 11-Year-Old Who Wants To Teach Himself To Program? · · Score: 1

    Second that. IMO Schems's simplicity makes it great first language.

  5. Linux next? on Disc-Free Netflix Streaming Arrives For the PS3 and Wii · · Score: 1

    Does it means I can expect Netflix on Linux soon? I can't believe that nobody hacked that so far.

  6. Python on Competitive Cross-Platform Development? · · Score: 1

    Hello, I suggest Python (http://www.python.org). It's cross platform, has good UI support (I recommend wxPython, http://www.wxpython.org/) and is easily extendable with c/c++ modules. (See http://www.boost.org/libs/python/doc/index.html for example). Pluse it has a very good mathematical library (http://numpy.sourceforge.net/) which is cross platform as well. Write most of the logic in Python and only the time critical section in c/c++ (ANSI C will be best cross platform solution for this). HTH. Miki