Slashdot Mirror


User: DrBoumBoum

DrBoumBoum's activity in the archive.

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

Comments · 352

  1. Re:Clearly wikileaks must be stopped !!! on Canada Encouraged US To Place It On Piracy List · · Score: 1

    The thing about the villain is they never feel they are the villain because to them there is always a reason for their actions.

    To be fair Socrates formulated that idea about 2400 years ago: "No one does evil intentionally."

    Credit where credit's due.

  2. Re:he's talking about tarballs on Kernel.org Compromised · · Score: 1

    You can even get very interesting bugs through that, like in VBA automatic date conversion that try MDY first then DMY. So you get bugs in your code that only trigger during the first 12 days of each months. How fun! :-)

  3. Re:Script kiddies, seriously China? on Chinese Propaganda Accidentally Reveals Cyberwar · · Score: 1

    Like the "read manual before use" advise carved on the side of (some?) American guns?

  4. Re:Hyperbole on China Praises UK Internet Censorship Plan · · Score: 1
    Well if they blocked each and every communication it wouldn't be very stealth, plus it would defeat the very purpose of snooping in, so let's fix it once for good:

    Meaning: we'll spy on each and every communication, decide which ones we don't like, block them and throw you in jail for it, preventively.

    I think that'll do - the Chinese would be delighted. Shit I should apply for politics or something.

  5. Re:This guy is just blowing smoke. on Cop Seeks Wiretapping Charges For Woman Who Videotaped Beating · · Score: 1

    Also, what do they have to gain from allowing police brutality?

    They need a brutal police force to keep you in line.

  6. Re:This guy is just blowing smoke. on Cop Seeks Wiretapping Charges For Woman Who Videotaped Beating · · Score: 1

    Cops are the sheepdogs and you and me are the sheep, fleeced as suitable. The masters aren't gonna kill the dog that bit a sheep once - it's doing its job and doing it well.

  7. Re:Hyperbole on China Praises UK Internet Censorship Plan · · Score: 2
    Translation for the political speech impaired:

    They're looking at whether it would be right.

    Meaning: we've decided to do it and are looking at a way to have the bill pass; trust us we're good at that. If all else fail there's always the good ol' and very effective "think of the children" card to play.

    They're also specifically considering those communications used to support violence, disorder, or criminal behavior.

    Meaning: we'll spy on and block each and every communication we don't like and throw you in jail for it, preventively. Then you'll enjoy working your way through the courts to challenge the administrative decision.

  8. Re:Read related links on Cisco, US DOJ Fire Another Salvo At Peter Adekeye · · Score: 1

    what can a US citizen do to change this situation?

    Join Cisco's legal team - this will change the situation, at least for himself.

  9. Re:The Road Not Taken on The Most Expensive One-Byte Mistake · · Score: 1

    Actually, I think the real question is Why did the chicken crossed that road?

  10. Re:Now, Come On ... on Swede Arrested For Building Nuclear Reactor · · Score: 1

    yea, there is some evidence that a small dose has beneficial effects

    on other people, preferably random strangers far away.

  11. Re:No on Ask Slashdot: Using Code With an Expired Patent? · · Score: 1

    "What do you mean how? I don't know, like... look casually."

  12. Re:Now, Come On ... on Swede Arrested For Building Nuclear Reactor · · Score: 1

    But I thought radioactivity was good for you?

  13. Re:Internet? on Hackers Could Open Convicts' Cells In Prisons · · Score: 1

    From what I understand the controllers themselves are managed/controlled by Windows, which is how Stuxnet was able to target them. And Stuxnet was able to infiltrate the systems by using the autoplay feature of Windows XP, which is the kind of end-user interface candy that's meant to be helpful to your grandma when you hand her a CD with the wedding photos, not on a industrial system ffs.

  14. Re:Breeder reactor? on Volunteer Towns Sought For Nuclear Waste · · Score: 1

    Beside the proliferation risk everybody's talking about, I think there is also a technological/commercial difficulty that should not be dismissed as negligible. France has tried very hard to build a commercial breeder but gave up eventually, not only or mainly because of protests but because of technical and financial difficulties - it basically was a money drain.

    This is why I resent the smug nuclear apologist crowd on slashdot who seem to believe that commercially viable reprocessing could be available now if only not for that idiot Carter - that's far from a given, the technical difficulties would be huge, possibly on par with nuclear fusion if you see what I mean. And when one mentions solar energy? "The technology is not there yet". Yeah right, talk about rational thinking.

  15. Re:Internet? on Hackers Could Open Convicts' Cells In Prisons · · Score: 1

    And why THE FUCK are they using a Windows OS for this kind of system? I mean controlling a nuclear enrichment facility or a prison security with Windows XP? What kind of marketing bullshit did they use to seal that deal?

  16. Re:The race is rigged on Solar Energy Is the Fastest Growing Industry In the US · · Score: 3, Interesting

    Too bad solar manufacturing is heavily subsidized by the US government

    Or is it?

  17. Re:New favorite unit of measurement on Solar Energy Is the Fastest Growing Industry In the US · · Score: 1

    They do the same thing with oil. Look it up.

    FTFY

  18. Re:As an American on How Do You Keep Up With Science Developments? · · Score: 2, Informative

    I think you got wooshed.

  19. Re:Good old Slashdot on Massive Solar Tower Planned For Arizona · · Score: 1

    He'll have a hard time doing that with that broomstick up his ass.

  20. Re:What about the script kiddies. on FBI Executes Nationwide Raid of Anonymous Members · · Score: 1

    it's cool to be part of a group that causes some shit to happen that makes it on the news.

    Because you think that the numerous suicide-bomb teenagers that are flocking to their doom around the world are motivated any differently? Very interesting indeed, I'd be glad to hear about your take on their thought process.

  21. Re:Facts: Lets be clear on some facts here on Wired Releases Full Manning/Lamo Chat Logs · · Score: 1

    Please somebody mod this guy up.

  22. Re:Why not? on Pastafarian Wins Right To Wear Colander In License Photo · · Score: 1

    Really? That's fucked up. I, for one, am glad my dick was left intact.

    As anybody would.

  23. Re:Why not? on Pastafarian Wins Right To Wear Colander In License Photo · · Score: 1

    Americans do it too, for no religious reason, only for the sheer fun of it.

  24. Re:I don't get it. on Anonymous Releases 90,000 Military E-Mail Accounts · · Score: 1

    That's fine.

  25. Re:Screw vandalism, especially on "soft targets" on The Lesson of Recent Hacktivism · · Score: 1
    Or you could use something like

    CREATE FUNCTION list_items(p_size IN varchar2, p_color IN varchar2, p_brand IN varchar2, ...)
    AS
    SELECT it.*
    FROM item_table it
    WHERE (p_size IS NULL OR it.size = p_size)
    AND (p_color IS NULL OR it.color = p_color)
    AND (p_brand IS NULL OR it.brand = p_brand)
    etc...

    which has the advantage that you ever have only one SQL text in database memory, instead of having the database parse, compile and execute a gazillion different versions.