Slashdot Mirror


User: abdulla

abdulla's activity in the archive.

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

Comments · 323

  1. C++ Standard Library on Best Websites for Developers? · · Score: 2, Informative

    Since one of the major things in C++ is it's libraries, I find the two best references for that are:
    1. SGI's STL Reference
    2. Reference for iostreams and standard C library

    And don't forget man pages in unices and msdn in windows.

  2. Re:The problems: fonts and X on A Linux User Goes Back · · Score: 1

    Well my main qualm is that it takes up the most memory out of any of my applications that i'm running, maybe there's something missing, but I don't understand why it should be so, I can't recommend to my friend to use linux if there looking for low memory overhead as well as a pretty gui.

    PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND
    20801 root 9 0 177M 112M 27488 S 0.0 30.0 55:26 X

  3. Re:Linux bugs on A Linux User Goes Back · · Score: 1

    If they have the same questions over and over again, shouldn't there be a generic solution to solve this? Isn't this an obvious flaw in the system that so many users have the same recurring questions? Shouldn't there then be some automated process of fixing this? And not one specifix to a distribution. Maybe there needs to be more acceleration from commandline to gui, where these solutions can generally be solved more intuitively, and for all the elitists, they don't have to use it.

  4. RPM/DEB and source on A Linux User Goes Back · · Score: 1

    I'll put this simply. I'm a home user, not a programmer. Why on earth should I have to compile the software I want to use? I know that having the source available is a good thing, but I'll say it again: I'm no programmer. I just want to install software and run it.

    True, but personally I find I've had way too much problems with rpms to be even bothered with them, I go with source first, and as a last resort, I'll get the rpm from rpmfind (recommended site).

  5. I can understand this, it can be daunting. on KDEvelopers on KDE Users · · Score: 2, Interesting

    I've been wanting to help the KDE project myself, my main interest being noatun (I believe its interface is a bit lacking). Being no expert I contacted noatun's coordinator on my thoughts, he said sure jump in and help. Since then I've been looking at the KDE architecture documents, it's a very impressive architecture (I think most C++ programmers would agree with me) that has opened up my mind to the possibilities of extensibility. But at the same time it is also a daunting architecture, I just want to learn a small part of it, but to do that I have to learn about most of it. Some people may disagree, but for a hobbyist amature programmer, it sure is. I hope someday I will be able to contribute, but for now I'm still learning.

  6. Re:How sad... on Alpha 21364 EV7 Specs Released · · Score: 1

    With a hammer, or with The Hammer. ;)

  7. Re:OpenGL patents on Doom3 and OpenGL2.0 · · Score: 1

    I heard that's generally not any key assets, it's things that aren't useful at any rate. That's what I hear.

  8. Re:You'll need more to bring about OpenGL support. on Doom3 and OpenGL2.0 · · Score: 1

    Who'd know what doom was about better than the people who created it?

  9. Winamp 3 and Linux on Using Winamp vis. Plugins with xmms · · Score: 3, Informative

    Winamp 3 will be available on linux, so you might see more cross platform plugins (even your favourite trippy visualisations).

  10. Re:Universal 3D Acceleration on OGRE GPL'ed 3D Engine · · Score: 1

    The way you guys talk about John Carmack, I'd be fooled to think you were talking about Jesus Christ.

  11. Well done! on OGRE GPL'ed 3D Engine · · Score: 2, Interesting

    I've been watching this project as its been moving along, and I must say its quite the posterchild for what can be done, I hope more people support it and help with development, until recently its been steve alone, now the development team is getting a lot bigger, I hope more people join in to make this a great engine.

    Oh and with linux support, its being done Thomas 'temas' Muldowney of Jabber fame, so it won't be long.

  12. What about your appearance? on Jacuzzi with 42'' Plasma TV · · Score: 1

    "Now all you'd have to do is mod the tub with a computer and wireless internet, and you'd never have to leave!" Sure, easy to say if you don't mind looking like a prune!

  13. Re:Hard Market... Fun Job... Skills First on Making Money As An Open Source Game Developer? · · Score: 3, Funny

    Whoa whoa, hold on, this is too much to take in, she's a programmer and likes games? Can you introduce me? ;)

  14. Re:I want stuff too on Making Money As An Open Source Game Developer? · · Score: 1

    If only we could all be pornstars ;)

  15. Filing Systems on Talk to the IBM Linux Hackers · · Score: 1

    How do you see JFS stacking up against the other linux journalled file systems (XFS, ext3, ReiserFS)?

  16. Rosegarden? on European Commission Sponsors Linux Audio Distribution · · Score: 1

    Finally enough I found this through a link in an earlier slashdot article (gtkmm vs qt thing), but take a look at Rosegarden, being only a Rhapsody user myself, this impressed me.

  17. OpenGL without X? an alternative to GLX? on X11 Alternatives? · · Score: 1

    I've wanted to kow if I could use OpenGL without X? If there was any implementation that had GLX bound to a more direct graphics system. I could make OpenGL apps run direct from the console, rather than have to boot up X.

  18. Re:1 for the Logitech on Best Mouse for Precision Gaming? · · Score: 1

    and another 1 only thing to take into account is the surface you put it on, i have a hard wood dek, and it doens't like it at times, it does some umping, so i put it on a mouse pad

  19. Re:So can this compiler finally handle THIS... on Standard C++ Moves Beyond Vapor · · Score: 1

    If only i could spell, I meant template, and the default HTML styling destryoed the line breaks.

  20. Re:So can this compiler finally handle THIS... on Standard C++ Moves Beyond Vapor · · Score: 1

    That's whay export allows you to do, so I believe it's something like this: export temlate class my_export { ... };

  21. Something I was told. on Root as Primary Login: Why Not? · · Score: 1

    While doing work experience at SGI, I was told of their awards that they give out every month (in the form of two movie tickets), you get one if you do something great (help the community, fix a mass bug, etc) or if you do something really stupid. Well they had a main Origin 2000 server (snort), and a couple of months prior, one of the engineers (the one looking after me, I believe he was working on XFS at the time) has accidentally done rm -rf / while logged in as root on snort, there went everyone's stuff, snort was like the workhorse and the big storage yard. This is the result of their liberal policies (once your within the building you have all access to everything inside). I still love SGI! :)

  22. Re:Experience with STL on multiplatform on Downsides to the C++ STL? · · Score: 1

    passing `const string' as `this' argument of `class basic_string,__default_alloc_template > & basic_string,__default_alloc_template >::operator =(const basic_string,__default_alloc_template > &)' discards qualifiers isn't that more a c++ standards thing, there's a way to change this from being const in g++, simple compiler switch

  23. Re:Not all compilers support it, god-awful comp er on Downsides to the C++ STL? · · Score: 1

    I see a lot of people are bitching about the template expansion and how incomprehensible it is, I agree (I've had my share of problems), but it comes down to the way the compiler displays this information, this can be solved easily if the compilers output could be made graphical in some way to aide interpretation, eg. branches of instantiation to show clearly the point of error and the path it leads down. On the other hand, I strongly disagree that templates in C++ are incomprehensible, that all comes down to the writer and the syntatic sugar, you can't blame the language when it is the writer who made it look awful. template const my_type returner( const my_type* const object ) { return *object; } I find that much more readable than writing an overloaded function for every single type that could be used.

  24. Re:What about the resource files? on Freespace 2 Source Code Released · · Score: 1

    on voodooextreme.com there was a developers desktop thing, they had one from id software that showed code from doom 3 in the background, it was obviously written in C++, not sure to what extent they use the language, but you can be sure you'll see it used in doom 3.

  25. NO! on First, WinModems. Now, WinWiFi. · · Score: 1

    Oh god, don't do this, we'll have NIC's next, its just flushing everything down the toilet, why buy a fast computer then? Is it just to make all those other components you shelled out your hard-earned cash for go faster? No, we want independance, that goes for everything, the more you rely on something, the more you get stuck to a platform or way of doing things, this is BAAAAD!