Slashdot Mirror


User: Karaman

Karaman's activity in the archive.

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

Comments · 77

  1. Well, the Earth is here, but... on Earth Departure Movie From MESSENGER Spacecraft · · Score: 1

    ...where are the stars! Does anybody sees stars?! Anyone?

  2. sharing is not piracy on Australian Court says Kazaa Users Breach Copyright · · Score: 1

    I think sharing in general is not piracy!
    It is just the nature of men to share so that happiness prevails.

    Anti-sharing is work of the Devil! Anathema to RIAA and all who oppose sharing!

    Piracy is when you steal and sell for profit! No profit is made by sharing! But the evil money and the evil US authorities and evil music companies and the Devil think they can f**k with us! No way!

    Blessed be those, who share and cursed be those who dont for GOD will not allow them to live in heaven!

  3. Re:Why? on RIAA Hands out more Lawsuits · · Score: 1

    Rickard Nickson:
    "Sharing music is not stealing!"
    "I repeat, Sharing music is not stealing!"

  4. I use... on Which PHP5 Framework is Your Favorite? · · Score: 1

    gtk.php.net

    version 2 will work with gtk 2.x, which is great!

    It is not much of a thing, but will be ok!

  5. Re:wtf? on Spring Into PHP 5 · · Score: 1
    Well, PHP is only an interpreter. Of course, code will need changing one or two things when migrating, but one should not be forced to change the whole mechanism of the program in the process :). on/off registered_globals are too easy to repair in php, just use something like this (you can evolve it if you need security and so on).
    foreach ($_GET as $s=>$v) {
    ${$s}=$v;
    }
    foreach ($_POST as $s=>$v) {
    ${$s}=$v;
    }
    If you look at the PHP5 manual for classes and objects you will read this: For backwards compatibility, if PHP 5 cannot find a __construct() function for a given class, it will search for the old-style constructor function, by the name of the class. Effectively, it means that the only case that would have compatibility issues is if the class had a method named __construct() which was used for different semantics. Well, when the old method of using class_name() for constructor becomes obsolete and not supported in new versions, no php4 classes will work :). Some people will have to rewrite the classes constructors :)
  6. Re:wtf? on Spring Into PHP 5 · · Score: 1

    Well, It depends what you do and how you do it. I use only Delphi and PHP to code for living, although I also know Java,C,C++,Perl,Python. The point is my clients want things to be done fast and furious with as less debugging as possible. And I primarily do web-sites and business software (auditing, etc.). I have practically coded for living in Delphi since delphi 1.0 ;) and PHP for 3 years without stopping. If I have to switch to any other language I can do it in 1 day only (assembler,basic,lisp,fortran and similar excluded). But why should I do it? Why should I reinvent the wheel? I will get no profit :P. I could only reduce coding costs by moving to oss tools. Practically to me there is no difference what language I use, I just write the one I know I will finish the job properly and on time and will be useful to the client for years to come.

  7. wtf? on Spring Into PHP 5 · · Score: 2, Insightful

    A professional programmer will never do the stupidity described in first paragraphs when dealing with new language and/or tool to perform task at hand. Although the book might be the best for beginners and advanced users, A PROfessional will not need it at all.

  8. Re:borgware? on Google Gives Reason Why it is Built on Linux · · Score: 1

    Well, I have Maya Unlilmited for Linux, I just need Photoshop 7 for Linux (not wine-d) and I would like to run Delphi for Linux, not Kylix. Given that I throw the Windows out of the window :). Unfortunately I will never do that :(

  9. Re:it makes sense really (You are right) on Moody Non-Photo-Realistic Driving · · Score: 1

    Well, car with auto transmission is easy to drive, but hard to control, especially on a road with lots of curves, but in USA they have long, wide and straight roads, so I would like a car with auto transmission too if I lived there :)

  10. Re:I found a rather obvious bug... on Moody Non-Photo-Realistic Driving · · Score: 1

    Well, you are wrong. The steering wheel should be on the right side of the car if you are driving on the left (British style), so that you can see the cars that come at you better! :P :).

  11. Re:I found a rather obvious bug... on Moody Non-Photo-Realistic Driving · · Score: 1

    No, he is just driving British style :)

  12. well.. on Microsoft to Launch 64-bit Windows on Monday · · Score: 1

    ... I was supposed to receive a copy in Friday, but things got messed up. I will try win 2003 64 bit on Athlon 3000+ machine. If it is good enough I might search for a corporate license. If not, will put the cd in the microwave and torch/torture it to death :)

  13. Stupidity is USA fault! on Saving Lives with Design · · Score: 0, Flamebait

    If Americans, particularly their political leaders were less stupid, there would be fewer losses at WTC, because it would still be there now! I mourn for this country's people every time I watch a porn movie and I see in the first titles: the Flag and the caption: 09/11/2001 ..we will always remember... But you cant expect from policemen to be intelligent, could you :)

  14. Re:Well... on Dual Cores Taken for a Spin in Multitasking · · Score: 1

    No it did not go as much faster! About the same as with 256! After all I had 100% free of 1GB swap every 100 ms (sorry, cannot attach CPU/mem log) But when using processes that needed more ram, the compile process actually ran ot ram and used swap :)

  15. Re:Well... on Dual Cores Taken for a Spin in Multitasking · · Score: 1

    Well I didnt only change the clock speed of CPU, I changed to DDR400 + AMD Hyper Transport. I also pointed that for compilation you dont need too fast hdd transport, you need latter when you have a BIG DB and not enough memory to cache it.

  16. Re:Well... on Dual Cores Taken for a Spin in Multitasking · · Score: 2, Informative


    Hi, my older PC was a T-Bird@850Mhz with 256 RAM, 160GB HDD- PATA133 (CPU was working at 50 deg C)

    Now I have Athlon64 3000+ (233x8 = 2000MHz) (s939) with 1GB RAM, 200GB HDD- SATA150 (CPU does not go beyond 37 deg C)

    The difference is that with the older pc I compiled and installed LinuxFromScratch in 4 days (well I drank a lot of caffeine products),
    while when I switched to the A64 PC I did the job IN ONLY 4 Hours!

    Unfortunately I was unable to compile a stable x86_64 toolchain to complile a x86_64 Linux and now I have i386/i686 GNU Linux but hell it is fast and I love it!

  17. Re:NO ONE USES GCC YOU TURDS on GCC 4.0.0 Released · · Score: 1

    you could say: Jerk off! Most of us are males with no time for women, because of heavy gcc-ing :)

  18. what about stability? on GCC 4.0.0 Released · · Score: 1


    what about stability? Anyone?
    and x86_64 compatibility?

    3.x versions were very clumsy

  19. ROFLOL on New Bill Would Ban Public NOAA Weather Data · · Score: 0, Redundant

    I cant believe american senators are so stupid and corrupt!

  20. looks like nazism to me! on Microsoft Abandons Gay Rights Bill · · Score: 1


    Well, discrimation is only the first step. Isolation is the next. Gas chambers will follow shortly.

    Hail Gayts, Hail Bush :)
    Ole!

  21. I have always suspected India.... on Software Patents Stopped in India · · Score: 1

    ...is really a free country. I hope US troops never go there! Amen!

  22. not so long ago,,, on a pc,,,,one arm away.... on Why Aren't More Distros Becoming LSB Certified? · · Score: 1


    ...Distro wars...
    ...Always two they are, TAR.GZ and TAR.BZ2...
    ...my own, you mean my own (L)ight (S)a(B)er...

    Darth Vader: What are thy biddings, my master?
    Emperor: rm -rf /

    ...May the Source be with you...

  23. Homesite? on Adobe Buys Macromedia for $3.4B · · Score: 2

    I hope Homesite does not die :( ***Weeps***

  24. Re:The immorality of Open Source on China PM Wants to Rule Global Tech With India · · Score: 1

    I suggest to you to go to China and live among those oppressed chinesse. They are worse than your niggars in education, morality, mind. If they are not controlled you will soon die of hunger, because they eat, shit and fuck like rabbits. So the Communist government of China actually helps USA citizens by confronting the potential of immigrants that will make you all speak cantonese or mandarin. I think that USA is more a prison than any communist country in the world, because where do you have to give fingerprints, pass through so many checks if not either in the USA or a Prison. And all they say it was for security. Come on, dont give us your shit. We all know how many killings occur in USA a day. Your country is descpicable. You have few people that are really worthy (scientists and artists and simple workers doing their job every day for your sake, giving their life for the country), but you dont make them proud with the rest of you. Most of you Americans are like cancer, you consume and consume and consume. Death is inevitable. It is your destiny. And If you dont change your way of life, your country will perish. But history has always showed us that the good people and the ones with hearts dedicated to Love and God will prevail, so there is hope for every American, as well as Chinese! And one more thing, you Americans know no shit about communism, socialism and freedom. Do you know why, because your democracy stinks! It deprives of rights, while pretending for security and well-being of all. The democracy is where people choose for themselves, not where a bunch of idiots elect another bunch of idiots, latter incapable of nothing but collecting votes of idiots. I just hope your aggression doesnot reach North Korea, because I have relatives in USA and I dont want them to die in a nuclear war! I hate commies as well as I hate capitalist bastards because their sinful greed is equal! I just warn you all to remember the virtues of your ancesstors, to remember God and beware of Evil, because It has arisen! Do not fear it, do not reason it, just ignore it. It will destroy itself because it will find no supporters among us. Live Free my comrades! May the Source Be with You!

  25. Karaman on AMD's New Venice Core Shows Overclocking Potential · · Score: 5, Interesting

    I think of AMD64 more as a consumer, then a flame=seeker. Is it the most powerful - NO CLUE Is it stable - YES Is it cooler - YES Is it affordable - YES Is it for a PC - YES Why should I buy anything that is more advertised, but actually too expensive. I dont buy it. Others buy it. But not me! I like my AMD :) IRTFA and I am going to say it once: Overclocking capabilities does not mean just speed, they mean stability under extreme circumstances, therefore granted stability under normal circumstances!