Slashdot Mirror


User: GaelTadh

GaelTadh's activity in the archive.

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

Comments · 20

  1. Whisper Mode on Crashed Helicopter Sparks Concern Over Stealth Secrets · · Score: 1

    So all those crazy conspiracy theorists were right.
    We DO have black helicopters with whisper mode.
    http://www.youtube.com/watch?v=1xf17mCO1Rs#t=3m27s

  2. Re:Pfff. We live off an ECONOMY, not some ecosyste on 94 New Species Described By CA Academy of Sciences · · Score: 1

    Yet you get modded insightful +2 and are 1st visible comment.
    I don't know what to say except .... well done :)

  3. Re:Don't encourage the crackers... on Nintendo's Homebrew-Blocking Update Hacked · · Score: 1

    It's so weird to read an argument when only one side gets modded high enough for me to see :)

  4. Re:Depends on how much you need to address at once on How Big Should My Swap Partition Be? · · Score: 1

    Yes and what do we call the place where this virtual memory resides ? Swap. So if you have 4GB ram and 8GB of swap you will be unable to map a file that is 20GB, I think overcommit might help you in the short term but from my use it is very dangerous.

  5. Re:Depends on how much you need to address at once on How Big Should My Swap Partition Be? · · Score: 1

    Yes it is true for 64 bit AFAIK

  6. Re:Depends on how much you need to address at once on How Big Should My Swap Partition Be? · · Score: 1

    Sure you don't map into regular swap but you cannot address more than swap and physical.

  7. Depends on how much you need to address at once on How Big Should My Swap Partition Be? · · Score: 1

    One other thing to consider when setting swap is the amount of memory you will need to address at once. Linux can't map more than physical and swap combined so if you are going to be mmaping 80GB files you'll need at least 80GB between swap and physical memory.

  8. Re:so who are you at war with? on SCOTUS Grants Guantanamo Prisoners Habeas Corpus · · Score: 1

    I would hesitate to under estimate the anti-american feelings that the current administration has created overseas. Even among those countries that used to be home to american loving populations have turned.

    As an irish person living and working in america (legally) I get to experience this first hand whenever I go home. What used to be questions like "What's it like over there ? I want to go" have become "How can you stand it over there ? I never want to go"

    I think that these sentiments were cemented when Bush was re-elected. In the first election it was assumed that the presidency was stolen. But when Kerry was defeated the general feeling was that "The Americans are doing this to themselves". So there is very little pity or understanding left.

    I try to educate people when I go home that not every american wants to kill them and siphon the gas from their car but few believe.

  9. Re:I don't get it. on Antigua May Be Allowed To Violate US Copyrights · · Score: 2, Interesting

    Yes but Japan can prove that the countries that it bans beef imports from have had CJD in their beef stock and Japan has not. So that in banning beef imports from those countries it is protecting its citizens from harm that that may come from eating beef from those countries but can guarantee that the same risks are not in play when you eat Japanese beef. The US must prove that allowing US citizens to gamble on international sites is much worse that gambling on US sites ( off track betting, internet lotto ).

  10. 4 8 15 16 23 42 on The Numbers Stations Analyzed, Discussed · · Score: 5, Funny

    four eight fifteen sixteen twentythree fortytwo

  11. Simple .. just vote against the incumbent on Is An Uninformed Vote Better Than No Vote? · · Score: 1

    Politicians are like baby's diapers ... they need to be changed regularly.

  12. Aren't they protected by the DMCA on YouTube Leaves Google Vulnerable? · · Score: 1

    Don't the DMCA safe harbor provisions protect google in the event of copyright infringement ? Even if it's not a clear cut case; the part about financial benefit seems to leave them a little open; it does provide material for google with it's massively deep pockets to lawyer their way out of it.

  13. Re:What ID is actually about on Using Copyrights To Fight Intelligent Design · · Score: 1

    1. Take one big ball of dirt. (5.9742 × 10^24 kilograms should do it) 2. Place ball 1AU from nearest M class star. 3. Add moon. 4. If life developes let cool for 4.5 Billion years. 5. If there is a single species of life on the ball of dirt then macro-evolution is false. ....

  14. Re:A++ and ++A are NOT the same on Overloading and Smooth Operators · · Score: 1

    Sure but the call for a++ should be { b = a; //Creates a copy ! a.next(); return b; } and ++a { a.next(); return a; } //No copy created

  15. A++ and ++A are NOT the same on Overloading and Smooth Operators · · Score: 4, Insightful

    Contrary to the article that states that a++ and ++a can be aliased to one call a.next() this is not how it should be done:
    a++ needs to return the value of a BEFORE it is incremented
    ++a needs to return the value of a AFTER it is incremented
    Sorry for the rant, I've just spent too long working with programmers that didn't know the difference
    (Not at my current job mind you ...)

  16. But wait ! on J. Allard Responds to Hard Drive Criticism · · Score: 4, Insightful

    Without a harddrive how am I supposed to install linux on it and turn it into a cheap media center that runs mame ?

  17. Re:Where's the market? on Video iPod Oct 12? · · Score: 1

    Portable video has demonstratably taken off. UMD movie sales for the PSP are taking off like wildfire and they are just a shadow of whats to come.
    A video ipod that connected to the home pvrs would do well in this market and if there were some way of getting the umd videos onto it as well it'll explode.

  18. Students leaving engineering but no shortage ? on Why Students Are Leaving Engineering · · Score: 1

    If students are leaving engineering but there is no shortage of geeks, maybe there just isn't the same demand that there once was. Or maybe people don't see engineering as a cash cow anymore.
    So only students who have an interest in engineering enroll and complete the courses. I wonder what the numbers of high schoolers taking science and higher math are.

  19. VOIP callcenters on VoIP Going Wireless · · Score: 5, Funny

    VOIP is really kicking ass in the callcenter world and wireless voip will undoubtably follow suit. Hopefully this doesn't mean that the dell service rep answering your call is in starbucks :)

  20. Re:Two camps on Better Web Apps With Ajax · · Score: 1

    If you haven't seen it yet the splunk log analysis engine is a really neat use of ajax. Theres a live demo up on the site so you can check it out without having to go and install it.

    ( Fulldisclosure : I do work for splunk but I still think that the gui and engine rock ! )