Slashdot Mirror


User: hummassa

hummassa's activity in the archive.

Stories
0
Comments
2,076
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,076

  1. Re:So simple, we might as well do it. on Transmeta To Add 'NX' Antivirus Feature To Chips · · Score: 1

    unless you just adjust the stack with proper parameters and set the return address to something you know is in real code space and will work with said parameters.... mmm....

  2. OT: your current .sig on Transmeta To Add 'NX' Antivirus Feature To Chips · · Score: 1

    /earth is 98% full. move everyone you can to /luna or /mars

  3. Re:This is cool on Fathers of Linux Revealed: Tooth Fairy & Santa Claus · · Score: 1

    I passed the Holy Weeks from 1976 to 1980 trying to figure out how in the world could a mammal that fucks a lot could lay eggs made of chocolate and what the fsck all of that had to do with the ressurection of the Christ or the diaspora of the Jews (from Egypt? I don't remember anymore).

  4. Re:NO! on Can Cell Phones Ignite Gasoline Vapors? · · Score: 1

    You tried hard not to look at the part where I wrote: "they tried a lot of gas concentrations" to no avail. But the other poster was more clever: they forgot to make the dummy *answer* the phone.

  5. NO! on Can Cell Phones Ignite Gasoline Vapors? · · Score: 5, Informative

    You are not telling the story in hope that people follow the link.
    Here it goes, short version: they tried, they tried hard, to make a cell phone ignite gasoline vapours... and they failed miserably. They put the stuff in a closed environment, tested many concentrations of gas vapour, nothing worked.
    The only way this happens is static electicity near the fuel entrance

  6. I don't know what you are talking about. on Higher Education for Mentally Handicapped? · · Score: 2, Interesting

    Higher education makes a world of difference. I wish I knew some way to get this to that guy... Some way to get the "learn how to think". Anyway, in some points, you're not that wrong. Programming is about math, but is about language, too. And intuition. I have an interesting project that will need some hands, I'll try to keep him posted.

  7. Re:Is this worth a story? on Safari Falls Victim to Remote Code Exploit · · Score: 1

    Would you click on it?

  8. Lucky me on Linus Not The Father Of Linux, According to Report · · Score: 1

    In this jurisdiction, parternity is an inalienable, imprescritible, constitutional right.

  9. Re:New p2p on Inferno 4 Available for Download · · Score: 2

    >> The problem with Java is that its GUI toolkit is slow.

    > Oh, I see... could that possibly be because it's written in Java? ;)

    No, the problem with the Java GUI / other std libraries toolkits is that they are bloated. As in: they mount very deeply in the top of each other, for the sake of consistency, but... this means every time you take one, you take the whole family.

  10. Re:Yeah ... RIGHT on The Security Risk of Keyboard Clicks · · Score: 1

    Now go change every single ATM keyboard.

  11. my bank's ATM's and Internet smart keyboards on The Security Risk of Keyboard Clicks · · Score: 1

    Already do something like this. Each time you access and it asks for you PIN, it does something like this:

    Enter your PIN: [______]
    [ 1 or 7 ] [ 3 or 9 ] [ 4 or 5 ] [ 6 or 8 ] [ 2 or 0 ]

    and the numbers alternate positions randomly.

  12. In writing.... on Corporate Work in the US vs. Canada? · · Score: 1

    I always use USofAn. you-zoe-fan, has a nice pronounce too.

  13. 1. this should be a nice idea not for a hd driver, on What Makes a Good CD/DVD Duplicator? · · Score: 1

    but for a filesystem; and
    2. my 100kb word documents were translated into 10kb OOo documents. :-)

  14. Re:You don't need a Java to C++ book on Learning C++ for Java Programmers? · · Score: 2, Informative

    Bruce Eckel's Thinking in C++ will help, also...

  15. I find it hilarious that... on Does a DVI KVM Solution Exist? · · Score: 2, Funny

    The fscking /. editors don't google "DVI KVM" and send the results to the submitter

  16. Re:I call BS! on Who's Behind the Shower Curtain? · · Score: 1

    "about 80 percent of Germans come from the same country as Adolph Hitler."
    From Austria?

  17. Whitelists and mailing-lists on Gmail Addresses For Sale · · Score: 2, Interesting

    If Google is smart (and I think they can be) they will have a special mailing-list processing in place. Suppose they get 1000 people subscribed to, for instance, debian-devel; what would you like to store if you were Google? one or one thousand copies?

  18. Precisely my point. on Intel Chief: Don't Call Us Benedict Arnold CEOs · · Score: 1

    And let us move freely towards better places of employment. Even the USofA, if it becomes again a better place of employment (currently it's not). Hmm, great concept. Free movement of goods, services, and people. I'll patent it.

  19. Yes they are. on Intel Chief: Don't Call Us Benedict Arnold CEOs · · Score: 1

    All the India IT/teleco workers would be OUT OF JOBS if it wasn't for the USofA outsourcing. Want a job? Move to India and start living it the same standard of living and Indian programmer lives.

  20. And people popping the bubbles... on Build Your Own Monowheel · · Score: 1

    would get a really, really funny voice .... :-)

  21. Re:Worthless article on Koalas Gone Wild · · Score: 4, Funny

    Condoms?

  22. SOMEBODY MOD DOWN THIS SUBTLE TROLL. on Miguel de Icaza on Mono, Ximian/Novell, XAML · · Score: 1

    -6 Flamebait

  23. the problem with the USPTO on Microsoft Patents Timed Button Presses · · Score: 1

    They grant patents that should obviously not be granted and claim they are overworked. This kind of patent should have been dismissed by the front door clerk. The patent applicant, if it wants, could challenge the dismissal ... IN COURT.
    Repeat with me:

    if( overworked ) dismiss_patent_request(); // quick

  24. Quicksort (OT?) on A Glance At Garbage Collection In OO Languages · · Score: 1

    the reason quicksort is great is that its most internal loop is very tight... two incs, a cmp and maybe a swap data. all others sort algorithms have more complicated inner loops. so, even if the complexity is O(n log n) in the medium case and O(n^2) in the worse case, quicksort wins because its constant k*(n log n) is smaller than, p.ex., mergesort's j*(n log n)

  25. Re:Why is Sun an Open Source Sweetheart, anyway? on Criticizing Sun's Java Desktop System · · Score: 0

    Is it a good, elegant language? No. it's verbose and utterly klutzy. It's the XXi century's COBOL.