Slashdot Mirror


User: m50d

m50d's activity in the archive.

Stories
0
Comments
6,913
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6,913

  1. Re:Nomenclature... on Mozilla Firefox 1.0.7 DoS Exploit · · Score: 1

    No, anything that stops (or denies) the service (the user being able to see the webpage) is a DoS

  2. Re:Nomenclature... on Mozilla Firefox 1.0.7 DoS Exploit · · Score: 1
    Servers <=> Service <=> Denial Of Service.

    An attractive interpretation but not correct - simplest counterexample is that it's called a local DoS if you can crash a box with a local account.

  3. Re:So... on Mozilla Firefox 1.0.7 DoS Exploit · · Score: 0, Offtopic
    (goatse is a bigger "exploit" and generally leads to complete machine shutdown/restart as you attempt to hide it from your colleagues)

    Combine the two. Get firefox to display goatse and then freeze like that. For some people the instinct is alt-leftarrow rather than alt-f4.

  4. Re:Who cares? on Mozilla Firefox 1.0.7 DoS Exploit · · Score: 2, Informative
    How is this any different from this, which effectively locks up *all* current browsers?

    It doesn't lock up links (which has a lovely "kill script" button on any javascript dialog) and I'm told opera will let you simply close the tab.

  5. Re:Topic title is confusing on Mozilla Firefox 1.0.7 DoS Exploit · · Score: 1
    I think a little reading comprehension would be in order.

    Nah, parent just made the stupid mistake of assuming the submitter would actually RTFA before writing his summary, or the even stupider mistake of thinking the editor might actually check the facts before posting the story.

  6. Re:Nomenclature... on Mozilla Firefox 1.0.7 DoS Exploit · · Score: 3, Informative
    A browser that can be crashed is a very bad thing, but suggesting this is some sort of "Denial Of Service" attack, is just semantics. It doesn't crash the box, and it doesn't flood/break the network. Every other service on your machine runs as normal. That's not a Denial Of Service by the usual definition of the term.

    Yes it is. If you did exactly the same thing to, say, apache or proftpd or mysql - don't crash the box, don't break the network, every other service runs normal - it would be a DoS. Calling this attack a DoS provides some very important information - it doesn't allow execution of arbitrary code, just locks up the browser. The only thing that's possibly unusual here is applying the term to a client rather than a server program, but a DoS is absolutely the correct term.

  7. Re:The King and the Chalice (only for Experts!) on Your Favorite Math/Logic Riddles? · · Score: 1
    The difference is that infinity isn't just a big number. If the prisoners start with only a finite number of visits, they're never going to manage to visit the king an infinite number of times.

    What do you mean by the "Start with only a finite number of visits"?

    It has relevance to the problem because the OP has stated accurately a constraint upon the king.

    Yes, but the constraint could be stated much more understandably and still be accurate.

  8. Re:Small RAM footprint on Nokia Engineers on KHTML · · Score: 2
    Was anyone else surprised that the key reason for using KDE components was the small footprint of the rendering engine? I had not considered KDE terrible in this regard, but I am shocked that it is considered superior to the alternatives.

    The kde javascript engine is incredibly slow (straight rendering is faster than anything OSS, but once you hit heavy javascript it slows to a crawl), so I'm glad there's something it's good at in compensation.

  9. Re:Warning on Nokia Engineers on KHTML · · Score: 1
    try using Kedit next time your X doesn't want to play...

    It actually works fine with qt/embedded. If you've managed to screw both your X and your framebuffer then yes, you're in trouble, but if you screw up your terminal badly enough you can make vim unusable too.

  10. Re:Cool... BUT (there's always a BUT) on Nokia Engineers on KHTML · · Score: 1
    1. Is this an appropriate GUI system to be using in such memory-deficient devices? I believe we we find out soon...

    If you're talking about qt, it's where trolltech makes a lot of their money, so they must be doing something right. If you mean khtml, they say in TFA that the reason they chose it over (for example) gecko is its low memory requirements.

  11. Re:Learn to use a period on Deadly Version of Bird Flu Found in Romania · · Score: 1

    That sig is not supposed to make sense, it was made by following the instructions in someone else's sexually reproducing sig.

  12. Re:I thought Vim was a finished project on Vim 6.4 Released · · Score: 1
    And if it lacks a feature, just write a plugin for the same. If you ask me this is how softwares must be developed - in a fully modular manner.

    No, no, no. If the program is missing a feature, you add the feature to the program. Plugins are nice but should never be an excuse to be missing features.

  13. Re:Interesting Model Breakdown... on A Comparison of Solaris, Linux, and FreeBSD Kernel · · Score: 1

    A possible explanation: Linux started out as a kernel for Linus' 386, and was only ported to other architectures later. If the Solaris people knew they were supporting two architectures from the get-go, maybe they made a proper, well designed/architectured abstraction layer, while Linux's is more ad-hoc "do what we have to to get it running".

  14. Re:Bugggg fix only. nice on Vim 6.4 Released · · Score: 2, Insightful
    No no no. The features are being added in the 7.x branch, which you can get from CVS. 6.x is purely for maintenance (ie bugfixes). This is a mixed blessing... It means 6.x is extremely stable, but if you want new goodies like spellchecking and intelligent autocompletion, you have to switch to the CVS only branch.

    For a piece of basic system software, it's more important that there's a stable branch that's actually stable. Now if only Linus would see things this way.

  15. Re:Don't Panic on Deadly Version of Bird Flu Found in Romania · · Score: 2, Insightful

    My god man, learn to use an apostrophe properly. I can't stand to look at that post.

  16. Re:The King and the Chalice (only for Experts!) on Your Favorite Math/Logic Riddles? · · Score: 1
    "Finite but unbounded", not "infinite".

    What's the difference in this case? Does it have any relevance to the problem?

    The OP's description may be accurate but it adds nothing and simply confuses the nonmathematical reader.

  17. Re:Riddle on Your Favorite Math/Logic Riddles? · · Score: 1

    It's so unfair!

  18. Re:Knight's reward on Your Favorite Math/Logic Riddles? · · Score: 1

    Actually, there is a switch strategy that does better than 50/50. Basically you pick a distribution, and if the average is better than what you've currently got, you switch.

  19. Re:0^0 on Your Favorite Math/Logic Riddles? · · Score: 1

    Why do people say 0^0=0? 0^1 and 0^2=0, yes, but 0^-1 and 0^-2 don't, wheras -1^0 and -2^0 still =1.

  20. Re:The King and the Chalice (only for Experts!) on Your Favorite Math/Logic Riddles? · · Score: 1

    The king only gets k flips, so the chalice isn't randomized.

  21. Re:The King and the Chalice (only for Experts!) on Your Favorite Math/Logic Riddles? · · Score: 1

    I think he means every prisoner must be called in an infinite number of times (if the thing goes on forever), and was trying to appear clever by using fancy words.

  22. Re:A True/False Oldie but Goodie on Your Favorite Math/Logic Riddles? · · Score: 1

    It's not a parodox, Epimenides is a liar because Bob the Cretan tells the truth.

  23. Re:Keeping my skills fresh on Your Favorite Math/Logic Riddles? · · Score: 1

    Do you mean the quadratic formula?

  24. Re:Gaming freaks indeed. on Dual GeForce 7800 GT SLI Single Card Performance · · Score: 1
    Beyond that, what games push the card? WoW? Doom 3? Half-life 2? Add in Far Cry and UT, and that's pretty much it for 3D games. If you spend that same amount of money on any console, you can buy more than double those number of games.

    Not with that much detail. The next generation might make it, but the current consoles aren't quite there. And I'm quite capable of spending all my free time playing UT. If you want to be good at a game it needs to be your primary game or at least your primary genre.

  25. Re:Quick and Dirty solution on Cross-Site Scripting Worm Floods MySpace · · Score: 2, Insightful
    while (1) {alert("nope!");} Will DOS any browser in use today. You'll have to kill it via some OS level functionality,

    Not links, any javascript dialog has an extra button "kill script". I wish the supposedly more featureful alternatives would adopt this simple improvement.