Slashdot Mirror


User: amRadioHed

amRadioHed's activity in the archive.

Stories
0
Comments
4,239
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,239

  1. Re:Banning illegal aliens is shortsighted on Landmark Health Insurance Bill Passes House · · Score: 1

    Citizens aren't the only ones who pay taxes.

  2. Re:What's in it? on Landmark Health Insurance Bill Passes House · · Score: 1

    But our current agricultural industry is heavily subsidized by illegal immigrant labor.

  3. Re:Sign of the times... on Test of 16 Anti-Virus Products Says None Rates "Very Good" · · Score: 1

    Of course you can. What do you think wikipedia is for?

  4. Re:Am I the only one who cares? on Mandriva Linux 2010 Is Finally Out · · Score: 1

    Now that Amarok2 can be customized you can make it look pretty similar to the original Amarok. I miss labels and a few other old features. Also the media player support isn't quite where it used to be, but overall I'd say Amarok2 is getting pretty good. You can't really blame Mandriva for not shipping KDE3 though, it's been unsupported for a few years now. Like it or not KDE4 is KDE.

    Which Mandriva bugs in specific weren't being looked into? My experience with the developers has been they are very responsive, but obviously some obscure bugs aren't going to get the highest priority.

  5. Re:Am I the only one who cares? on Mandriva Linux 2010 Is Finally Out · · Score: 4, Interesting

    It had a few questionable releases around the Mandrake/Mandriva switch, but it's very very good now. From what I've seen it's probably one of the best distros for KDE, better than Fedora and Kubuntu.

  6. Re:Surprised on Mandriva Linux 2010 Is Finally Out · · Score: 4, Funny

    Mandriva is quality free distribution.

  7. Re:In Defense of Artificial Intelligence on IT Snake Oil — Six Tech Cure-Alls That Went Bunk · · Score: 1

    The upper part of that character you mention is the roof radical, so I've always thought the origin has something to do with the safe feeling of being in your home.

    I'm currently studying Chinese for the fun of it, so of course I agree with everything you say about the value of learning languages. The history of many of the hanzi (kanji) characters is an especially interesting part of it for me.

  8. Re:In Defense of Artificial Intelligence on IT Snake Oil — Six Tech Cure-Alls That Went Bunk · · Score: 4, Insightful

    This is not in any way similar to how humans process speech

    How do humans do it?

  9. Re:Threaten to stop the wheel of the world? on Nothing To Fear But Fearlessness Itself? · · Score: 0, Troll

    I wish all the Rayndians would just go Galt already. They're all talk.

  10. Re:atlas yawned on Nothing To Fear But Fearlessness Itself? · · Score: 2, Insightful

    the ones who make their living by making contracts so incomprehensibly complex that people have to hire lawyers just to read the damn things

    Kind of like programmers right? Contracts have to be precise and often complex in order to express what is intended.

  11. Re:Come to California... on Nothing To Fear But Fearlessness Itself? · · Score: 2, Insightful

    Yes, the real problem is our voting system which encourages this lousy bi-partisan system.

  12. Re:Come to California... on Nothing To Fear But Fearlessness Itself? · · Score: 1

    Problem is the most politically motivated people who would vote in your system are the extremists. Our system is lousy, but that's not a good solution.

  13. Re:Android 256MB App Storage Limit on Android 2.0 — Competition Against the iPhone and the Rest · · Score: 5, Informative

    The problem he's referring to is that the combined size of all your apps is 256MB on current phones, this isn't an individual app limit.

  14. Re:Dear content producers... on Hulu Blocks International Access Via Witopia · · Score: 2, Insightful

    How can they be sued if they don't sell in the country where it would be illegal. They can't be sued for someone crossing a border with their product.

  15. Re:Planck length on Intergalactic Race Shows That Einstein Still Rules · · Score: 1

    What do you mean?

  16. Re:Law enforcement isn't a US sports game on UK Law Enforcement Is Against "3-Strikes" · · Score: 1

    That's not a possible unintended consequence, it's an actual one. I just heard last week that a study found an increase in violence used by criminals with 2 strikes against them. It's a really bad idea encouraging criminals to go all in.

  17. Re:Law enforcement isn't a US sports game on UK Law Enforcement Is Against "3-Strikes" · · Score: 1

    Voting for the 3-strikes laws wasn't very young starry-eyed liberal of you.

  18. Re:Don't Defrag on Reliability of PC Flash SSDs? · · Score: 1

    On /. normal English is more unusual than regexps.

  19. Re:unilkely on Laptop Fires On Airplanes · · Score: 1

    When I last flew on Continental last year they were still providing full meals.

  20. Re:They won't on Laptop Fires On Airplanes · · Score: 1

    But as I recall the group didn't do the homework necessary to pull this off and the plot was trumped up for political reasons.

  21. Re:They won't on Laptop Fires On Airplanes · · Score: 1

    It's actually even easier than that. You can easily fit 2 liters of liquid inside your pant legs. The only way you'll get caught is if you're frisked, which is very unlikely. Just make sure you avoid airports with millimeter wave scanners, there aren't that many still.

  22. Re:But what if the do ban laptop batteries? on Laptop Fires On Airplanes · · Score: 1

    Have you ever tried stowing a desktop tower, monitor and keyboard under an airplane seat? I'd say the laptop is still relatively portable even if it needs to be plugged in.

  23. Re:This is great ! on Tilera To Release 100-Core Processor · · Score: 1

    He didn't lose it, he's right. No one in their right mind would, having already typed 'cat /proc/cpuinfo', go back to the beginning of the line and change cat to less when they can just tack '| less' on the end instead. If we're talking about writing a script, then sure. But for one-off commands? No way.

  24. Re:This is great ! on Tilera To Release 100-Core Processor · · Score: 1

    A fast CPU doesn't excuse a bad algorithm. You don't get to 1GHz, and then say 'well, CPUs are fast now, let's use bubblesort instead of quicksort.'

    Bad example. Bubble sort is O(n^2) whereas quicksort is only O(n log n). That's a big difference. OTOH 'cat /proc/cpuinfo | less' and 'less /proc/cpuinfo' are both O(n).

  25. Re:This is great ! on Tilera To Release 100-Core Processor · · Score: 1

    Still more work. PIDs are cheap, we can afford to be lazy.