Slashdot Mirror


User: rd4tech

rd4tech's activity in the archive.

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

Comments · 265

  1. Re:50 for the player, but probably on No $50 iPod Clone From Microsoft · · Score: 1, Troll

    If you had READ the article you would have also read it states:

    The Microsoft-branded devices will "look and feel" as good as the iPod for as little as $50,

    That validates my joking about there possibly being additional costs.
    Don't be so triiger happy, first do try go grasp what others are trying to say.

  2. 50 for the player, but probably on No $50 iPod Clone From Microsoft · · Score: 5, Funny

    40$ one time activation fee
    5$ monthly subscribtion fee
    2$ download access fee
    15$ remote assistance fee
    5$ for a special software player with XP look ...

  3. Re:IYHO on Is Swap Necessary? · · Score: 1

    Say you have 100 MB ram and 200 MB swap and your application need 301 MB to load. It's simple, you don't have enough juice to run it. But on the other hand, I like the idea of using some of the drive, at an extremely low priority, for 'just in case'.

  4. Re:they need updated docs for todays ram amounts on Is Swap Necessary? · · Score: 2, Insightful

    Start running bunch of applications and seeing what happens with the memory and the swap. The swap hardly gets used at all if you have 1GB RAM. On the other hand, on my old 486 with 32MB of RAM, swap was the main thing.. Sometimes several hundred MBs

  5. IMHO on Is Swap Necessary? · · Score: 3, Interesting

    One can have 1GB of RAM for a fairly cheap price.
    I really doubt that majority of newest desktop PCs need to swap on the HD at all.

    The unused/used portions argument from the article isn't quite true. You don't have to swap every unused bit,
    if you have enough RAM, leave everything there. It's R-A-M. don't access parts you don't need.
    If you don't have them in the RAM, read them from the drive,
    don't waste time putting them where they mostly are in the first place.

    I'm willing to bet that people who need performance, don't often run 10 applications at the same time. If they do, they
    surely know what are they doing.

    IMHO the average user should get enough RAM and no swap, let the OS optimize things a bit.

  6. old news on Build Your Own Dog Wagon · · Score: 4, Funny

    Lately, the cool thing to do is to put some nanotech together and build yourself your own DOG :)

  7. Re:Cut it down to 3:05. on The Way the Music Died · · Score: 1

    American Pie Lyrics 100% Legal MP3 Downloads A long long time ago I can still remember How that music used to make me smile And I knew if I had my chance That I could make those people dance And maybe they'd be happy for a while But February made me shiver And with every paper I'd deliver Bad news on the doorstep I couldn't take one more step I can't remember if I cried When I read about his widowed bride But something touched me deep inside The day the music died So... *Bye, bye Miss American Pie Drove my Chevy to the levee but the levee was dry Them good ole boys were drinking whiskey and rye Singing this'll be the day that I die This'll be the day that I die Did you write the book of love And do you have faith in God above If the Bible tells you so? Now do you believe in rock and roll? Can music save your mortal soul? And can you teach me how to dance real slow? Well, I know that you're in love with him 'cause I saw you dancing in the gym You both kicked off your shoes Man, I dig those rhythm and blues I was a lonely teenage broncin' buck With a pink carnation and a pickup truck But I knew I was out of luck The day the music died I started singing(*) Now, for ten years we've been on our own And moss grows fat on a rolling stone But that's not how it used to be When the jester sang for the king and queen In a coat he borrowed from James Dean And a voice that came from you and me Oh and while the king was looking down The jester stole his thorny crown The courtroom was adjourned No verdict was returned And while Lenin read a book on Marx The quartet practiced in the park And we sang dirges in the dark The day the music died We were singing(*) Helter skelter in a summer swelter The birds flew off with a fallout shelter Eight miles high and falling fast Landed foul on the grass The players tried for a forward pass With the jester on the sidelines in a cast Now the half-time air was sweet perfume While sergeants played a marching tune We all got up to dance Oh, but we never got the chance 'Cause the players tried to take the field The marching band refused to yield Do you recall what was revealed The day the music died? We started singing(*) Oh, and there we were all in one place A generation lost in space With no time left to start again So come on Jack be nimble, Jack be quick Jack Flash sat on a candlestick 'Cause fire is the devil's only friend And as I watched him on the stage My hands were clenched in fists of rage No angel born in hell Could break that Satan's spell And as the flames climbed high into the night To light the sacrificial rite I saw Satan laughing with delight The day the music died He was singing(*) I met a girl who sang the blues And I asked her for some happy news But she just smiled and turned away I went down to the sacred store Where I'd heard the music years before But the man there said the music wouldn't play And in the streets the children screamed The lovers cried, and the poets dreamed But not a word was spoken The church bells all were broken And the three men I admire most Are the Father, Son, and the Holy Ghost They caught the last train for the coast The day the music died And they were singing(*)

  8. Re:speed/easy coding on Programming As If Performance Mattered · · Score: 1

    Adhominem eh? :)
    1. I bother to link because I can.
    2. You obviously cannot appreciate the libraries offered and therefore you draw fast and wrongfull assumption about their usefulness (~120 downloads in the past 24 hours)
    3. Award winning it is. Check out this, and this, and this and this and this, or just search this.
    Just because you are incapable of grasping it, that doesn't means that you have the right to bitch about it. (Well, you actually can bitch about it, /. ) For a healthy exercise, do try to optimize any existing algorithm that's designed for *speed*, and to gain, shall we say, 1%, then, you'll surely appreciate 40%.
    f) I know that the webpage isn't perfect, but considering my time spending for university, girlfriend, work, research, weight lifting, reading and optimizing those things I *can* and *love*, I think that the webpage is quite cool for now.
    g) I would bring myself that low to say that you, and whoever moded you up, are idiots.

  9. Re:Followed your link on Programming As If Performance Mattered · · Score: 1

    Its a student-tuition situation :), so instead of spamming people for money, I decided to do something I have skills and experience in.

    The website is new so all of my expectations are yet to be seen if they'll come true.

    To answer your question, my guess (bussiness dictionary: market estimation analysis :) ) was that coders do need fast data algorithms, and I had UltraHash (research paper and everything) prepared for CEC2004 (two prizes), so I started with it and with md5 after that. I noticed that I like that kind of abstract thinking quite a lot (optimization problems and such), so I dug into it.

    IO really dominates the process of working on small chunks, however if you start prefetching your data from the memory in the cache, the effect will be reduced a bit. From my experience,the gain in speed savings is up to 5-10% when accessing linear array, just by telling the processor to load something aforehand.

    As for the target market, there are some things I'm planning to do with that website. I promise they'll be fun to hear/take part in :)

  10. Re:Followed your link on Programming As If Performance Mattered · · Score: 1

    1. Part of the comment. My argument was that performances do matters. I've seen animations for DOS on my old 486 that operates faster with 2D bitmaps than a standard windows start menu on some older PII computers. When coding anything, msot of the code should be done to be fast. On the other hand, when $$$ are there just to do the job quick, it is a whole new story.

    2. My next project is supposed to be either an encryption or a hash algorithm. I still haven't decided though. On the other hand if I hear few more SHA comments I'll make my pick really soon :)

    3. I agree.

    4. I've yet to see that. But we all think we are unique, just like everyone else :)

  11. Re:speed/easy coding on Programming As If Performance Mattered · · Score: 1

    But in every case, it depends on the time available. If you are bussiness, you have to pay development time if you want to improve things. Interestingly though, sometimes, even a small change can yield totaly differnet performance. It happened to me that switching the position of the two lines in the most critical part of the algorithms, changed the total performance by 5%.

  12. Re:speed/easy coding on Programming As If Performance Mattered · · Score: 1

    Mostly, it is time consuming.

  13. speed/easy coding on Programming As If Performance Mattered · · Score: 2, Interesting

    The golden rule of programming has always been that clarity and correctness matter much more than the utmost speed. Very few people will argue with that

    Really? How about the server side of things?

    Shameless bragging: Why don't you take a look at my page to get a whole new view on peformance?

  14. Re:Oh great. on Apple Patented by Microsoft · · Score: 1, Funny

    That depends on "What do you want to breathe today?"

  15. Re:dispute! on Apple Patented by Microsoft · · Score: 0

    I was thinking to reply with 'Great post' or 'Awesome post', but now, I think 'Divine post' will suffice :)

  16. Coming really soon... on Apple Patented by Microsoft · · Score: 4, Funny

    MS Air, the most breatheable air you can find arround. Decreased cost on large volume orders of our EULAir licences.

  17. Re:What kind of passengers? on X Prize Competition Gets New Sponsor, Amended Name · · Score: 1, Funny

    expendable? Just kidding...

  18. Re:Money talks... on X Prize Competition Gets New Sponsor, Amended Name · · Score: 0

    MS SCO ... :))

  19. Is the ship more important... on X Prize Competition Gets New Sponsor, Amended Name · · Score: 4, Funny

    The ANSARI X PRIZE will award $10 million to the first private organization to build and fly a ship that can carry three passengers 100 km (62 miles) into space, return safely to Earth and repeat the launch with the same ship within two weeks

    What about the passengers? Or they really do care only about the ship :)

  20. Chilled out on Missing Matter... Still Missing · · Score: 1

    The new detector is four times more sensitive than any previous experiment. To shield it from high-energy particles from outer space, the machine is based 700 metres underground in an abandoned iron mine in Soudan, Minnesota. The detector is also chilled to within a tenth of a degree of absolute zero to reduce vibrations from surrounding molecules.

    How do they do it?

  21. One day in the near future... on Pictorial and Written History of Bell Systems · · Score: -1, Offtopic

    'This is MS collectibles square'
    'Please don't feed the penguings'

  22. Our reliable servers... on Stop! Website Thief! · · Score: 0

    will mirror your web site abroad for faster access with the local ISP's.
    Guaranteed revenue increase of 1k%
    Apply now!

  23. Re:I'm skeptical. on Do Your $20 Bills Explode In the Microwave? · · Score: 0

    speaking of research fund...:))

  24. RedHat dropped support for users? on Microsoft Proclaims Death of Free Software Model · · Score: 0

    (panicking)

    we are doomed!

  25. Today, as in the Ancient Rome... on SCO Now Willfully Violating the GPL · · Score: 0

    (Colloseum, flames, torches, lions, jaguars, tigers, and a really small gladiator in the middle of the quite hungry wild life)

    ./ emperor: "Let the games,Begin!"

    ...