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. Re:So here it is on Apple Switching to Intel · · Score: 1

    Didn't Intel also ask AOpen to build a Mac Mini like Intel system that was demoed recently? Strange, what are they exactly trying to do?

  2. Re:Could be a disaster.... on Apple/Intel Speculation Running Rampant · · Score: 1

    It could be new Intel chips for iPods. All that Intel ARM based technology could be used there.

  3. Re:It is time for an updated re-release on TIE Fighter Case Mod · · Score: 1

    Do you often get inspections by the "wallet inspector"?

  4. Re:This coming from the man... on Bill Gates Claims OSS Has Poor Interoperability · · Score: 1

    If something stuffs up, or if I don't have OpenOffice installed, I can just open up the zip file and read the xml document and get all the text back. Infact I've done exactly that before. Lets see you do that with MS Office.

  5. Re:Put a Mac-mini in an XBox =XBox2 on Mac mini to PC Hack · · Score: 1

    Apple could start there own console, or team together with Nintendo, they have the marketing and the smarts to pull it off.

  6. Re:Now's the time. on UK Retailers Dumping Gamecube? · · Score: 1

    You can pick one up in Australia for $99, the system and games are cheap everywhere here. I'm thinking of getting one myself, they're heaps of fun.

  7. The default autohinter has gone a long way on Updated And Unified Font HOWTO · · Score: 2, Informative

    I just tried out the byte code interpreter rpm they have on the website and under gnome (without hinting turned off for the ranges they say, since I can't find the option). It looks a lot better with the autohinter. This is with both bitstream and microsoft fonts. If you're happy with the latest version of the autohinter, and want your fonts antialiased across the board, don't bother with the byte code interpreter.

  8. Re:Yes but... on High School Dropout, Self-Taught Chip Designer · · Score: 1

    You'd love the electrical engineering department of my university then. Beware, some of them look like they haven't seen the sun in a few years.

  9. Re:Cross-platformity means no harm on Open Source on Windows - Boon or Bane for Linux? · · Score: 1

    But how old a compiler should you be willing to test? Is it fair to only test the latest compiler by each vendor? A lot of these older compilers are seriously lacking in support for C++ that it makes it impossible to do that.

  10. DaimlerChrysler's Certification on DaimlerChrysler/SCO Case Winds Down · · Score: 1

    Does that mean they actually bought some sort of UNIX license off SCO or does that mean something altogether unrelated?

  11. Re:I *want* to be enthused, but... on Python 2.4 Final Released · · Score: 2, Informative

    If you're going to nitpick about how man CPU instructions it takes to return a std::string, you better not use any high-level language.

    Take a look at the job market, good knowledge of C++ is still an invaluable skill.

    Moreover take a look at libraries like boost or systems built on C++ like KDE. Well written C++ can be just as elegant as any language (it's always in the programmers hands, they can turn anything in to spaghetti). There's a reason why it's been so popular and many of its concepts are used in other languages (not to say that it was original in its ideas, but in its use of them).

  12. Re:Extremely impressive indeed on Review: Half-Life 2 · · Score: 1

    It sounds very 1984 to me with Big Brother and all the policing, that was a rather depressing book.

  13. Distributions? on Linux 'Awfully Cathedral-Like' - Java's a Bazaar · · Score: 1

    How many distributions do you see of SunOS? How many distributions do you see of Linux? Who's really the bazaar?

  14. Re:Unified Driver Infrastructure on NVIDIA Engineers On The Realities Of Linux Drivers · · Score: 1

    Because they're not x86? Or Linux. Mac's driver infrastructure is quite different from what I've read, and is infact embeded C++ based.

  15. Re:Fedora Core 3 Thoughts on Fedora Core Release 3 Released · · Score: 1

    -automounting bahavior of usb keys, external HDDs etc. is greatly improved

    How about "ejecting" hard drives? My iPod requires me to unload a kernel module before it says it is okay to disconnect, there's got to be a better way than that.

  16. Re:Exceptions are suddenly viable? on C++ In The Linux kernel · · Score: 1

    It's more the way the Unreal engine implements it (last I looked), which is by putting a macro at the start and end of every function that can be in the path of an exception (possibly any function), which effectively translated to a try/catch clause around everything which would append the function name to a string in the exception. Though the cost of exceptions and try/catch clauses has gone down, it seems rather unwieldy to me. Ofcourse there's another method via using debug symbols, but that requires sending your program out with debugging information.

    It's all a very neat idea, but in practice it doesn't seem like the best cleanest solution to me.

  17. Re:Exceptions are suddenly viable? on C++ In The Linux kernel · · Score: 1

    Why isn't the exception containing which file was not found? And possible which function threw it. If you want to go overboard, you can do what the Unreal Engine does (or did) and generate a call stack when an exception is thrown.

  18. Re:Who cares? on C++ In The Linux kernel · · Score: 1, Funny

    (d) Profit!??

  19. Re:Progress on C++ In The Linux kernel · · Score: 1

    I don't think this will be accepted in the kernel (and generally, I don't think it should be), but I can't wait for these improvements to trickle back in to G++ if possible. This'll be a great speed improvement and will squash all those anti-exception arguments that are mainly based around performance.

  20. What's that dad? You're breaking up *pshhht* on Escaping WiFi Interference In The Modern Dorm Room? · · Score: 2, Funny

    Have you ever thought he might be faking it so he doesn't have to talk to you? Want hime to look after grandma this weekend and suddenly his line drops? Clip the cheeky bugger over the ears, I say.

  21. Re:So what is this? on Did Kerry Use a Cheat Sheet? · · Score: 1
    The guy has no credibility at all and isn't even a journalist
    Since when did journalists have any credibility?
  22. Re:All Your Base Are Belong To Us on Mushroom Cloud Reported Over North Korea · · Score: 1

    Damn that James Bond!

  23. Re:Just to point out the obvious on Apple iPod with Video and WiFi Capabilities? · · Score: 1

    It could display album art and stuff.

  24. Re:Slashdot's posting help wanted ads now? on Apple iPod with Video and WiFi Capabilities? · · Score: 1

    Maybe that job was filled? These could be other jobs Apple is still offering.

  25. Re:The iTunes model on Google Releases Gmail Notifier · · Score: 1

    On the iTunes deal, I think iTunes uses the Quicktime media framework for playing it's files, it was just an easy choice for apple, rather than create a new media framework from scratch. While this also has the added bonus of Apple getting Quicktime on a lot of computers, I'm not sure if that was the primary goal.