Slashdot Mirror


User: Goaway

Goaway's activity in the archive.

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

Comments · 4,507

  1. Re:Anti-CAPTCHA tools only help the Blind on Open Source Image De-Noising · · Score: 1

    Sorry about that, but spamming is a big enough problem at this point that there will always be collateral damage no matter what is done. It's entirely accidental that with CAPTCHAs, it's mostly blind people. If it wasn't them, it would be someone else. Talking about "discriminazi admins" is just ridiculous hyperbole and helps nobody. If you want to be angry, be angry at the spammers who force admins into choosing between cutting out some percentage of their users, or having their site completely ruined.

  2. Re:Amiga had all processors on the main board on The CPU Redefined: AMD Torrenze and Intel CSI · · Score: 1

    Quoting from a few posts up in the discussion:

    And then it was sold together with a fitting OS, so you got computer and software as a complete functioning machine in stead of many loose ends in a PC.

  3. Re:Amiga had all processors on the main board on The CPU Redefined: AMD Torrenze and Intel CSI · · Score: 1

    I don't think you understood at all what this particular branch of the discussion is about.

  4. Re:Thats great new's! on The CPU Redefined: AMD Torrenze and Intel CSI · · Score: 0, Offtopic

    Slashdot "editors" do not "edit" the submissions. According to CmdrTaco, this makes Slashdot "more real".

  5. Re:Amiga had all processors on the main board on The CPU Redefined: AMD Torrenze and Intel CSI · · Score: 1

    You want that, get a Mac.

    Seriously, I did, and it's feeling just like the old days.

  6. Re:All I have to say is... on Sun May Be Warming Both Earth and Mars · · Score: 1

    Science sure makes less mistakes than you.

  7. Re:In defence of PHP on Month of PHP Bugs Has Begun · · Score: 1

    I guess you simply are a hopeless elitist, then. I see no reason to continue the argument.

  8. Re:In defence of PHP on Month of PHP Bugs Has Begun · · Score: 1

    So your entire argument is to blame the users instead of the product?

    And I am ignoring your "existing codebase" blathering because it is quite frankly not an interesting discussion in any way. So you're already stuck in the bog due to making a bad decision at the start - what does that have to do with the merit of one language over another?

  9. Re:In defence of PHP on Month of PHP Bugs Has Begun · · Score: 1

    Actually yes there is trick it's called a QA department

    Yes, lots of people writing code in their parents' basements have a QA department. Brilliant idea.

    Let me guess you are C hater

    I have written hundreds of thousands of lines of code in C. It is one of my favourite languages.

    My original point is that it's not just a matter of picking the "best" language.

    No, it's about not picking the worst language - in this case, PHP.

  10. Re:Trying to have her cake and eat it too? on Hacker Defeats Hardware-based Rootkit Detection · · Score: 1

    Girls threaten his utter manliness.

  11. Re:In defence of PHP on Month of PHP Bugs Has Begun · · Score: 1

    So the real problem here is inexperienced programmers not the language

    So do you have a trick to make all programmers suddenly experienced? No? Well, how about we have programming languages try to catch their worst mistakes in the meanwhile?

  12. Re:Woo! on Sun May Be Warming Both Earth and Mars · · Score: 1

    Let's all give a big hand to Captain Obvious here! Stellar work!

  13. Re:descover? on When a CGI Script is the Most Elegant Solution · · Score: 1

    Maybe there is some kind of reason for them not editing, I dunno!

  14. Re:All I have to say is... on Sun May Be Warming Both Earth and Mars · · Score: 1

    Thank you for that oh-so-relevant comment. We are all happy you took the time out of your busy day to make this important statement.

  15. Re:Legal in own home? on Download And Burn Movies Available Soon · · Score: 1

    I agree - I'm not hurting anybody with these pipe bombs I build and sell in home. Everybody involved in the transaction consents to me making and selling them!

  16. Re:descover? on When a CGI Script is the Most Elegant Solution · · Score: 1

    The "editors" do not "edit" articles. This make Slashdot "more real", according to CmdrTaco.

  17. Re:Woo! on Sun May Be Warming Both Earth and Mars · · Score: 1

    And since the sea is over ten kilometers deep, a change of sea level of ten meters is less than 0.1%! It is completely negligible, so why are people worrying?

  18. Re:All I have to say is... on Sun May Be Warming Both Earth and Mars · · Score: 5, Insightful

    Christ, man. This is not POLITICS or ETHICS or anything where OPINIONS is all that counts. This is SCIENCE.

    I'll call a man crazy if he disagrees that the Earth orbits the sun, and it is not just because he disagrees with my "opinion".

  19. Re:Legal in own home? on Download And Burn Movies Available Soon · · Score: 4, Insightful

    I SAY WHAT IS LEGAL IN MY OWN HOME.

    The preferred argument of wife-beaters everywhere!

  20. Re:In defence of PHP on Month of PHP Bugs Has Begun · · Score: 1

    Right because not paying attention to security is what every programmer should do. Language doesn't make a secure program the programmer does.

    So it is totally pointless for Java, or for that matter PHP, to protect against buffer overflows in the language? That is a utterly idiotic argument. Of course you can write insecure code in any language, but that doesn't mean it doesn't matter that it's much easier to accidentially make code insecure in one language than it is in another.

    Especially when PHP's biggest market is inexperienced programmers, there is no excuse for the incredibly shoddy design and all the traps it contains that will make your code insecure if you do not know exactly what you are doing, such as the mysql functions which are just imported straight from C. No other language is so crazy as to do that.

  21. Re:In defence of PHP on Month of PHP Bugs Has Begun · · Score: 1

    it can be a trial and error game to escape/unescape strings etc

    This is absolutely critical to get right in PHP, or you will most likely be toast. And it is not easy.

  22. Re:In defence of PHP on Month of PHP Bugs Has Begun · · Score: 1

    That's not an answer. In fact, it's worse than a non answer. A language should let you create an application as insecure as you want it to be. It's not the job of a language to be secure, it's the job of a programmer to write applications that are secure, and the underlying platform/codebase to do what is says on the tin.

    This is true of C, and no other langauge. It is very much the job of the language to take the burden of security off the programmer and implement as much as possible of it automatically. The only exceptions are low-level code and absolutely speed-critical code. A dynamic language like PHP is neither, and there is no exccuse for endangering programmers and users by doing things like directly importing C APIs for database access. No other dynamic language is so crazy as to do this.

  23. Re:In defence of PHP on Month of PHP Bugs Has Begun · · Score: 1

    I cannot see why I should learn RoR, or Perl, when I have what works.

    Because it is painfully obvious that you have no idea what you are doing, and thanks to PHP's lack of secuirty measures against inexperienced programmers, you are very likely creating tons of highly vulnerable programs.

    Other languages tend to have much more secure APIs, letting you get away with not paying as much attention to security. Do yourself a favour and switch to one of them.

  24. Re:Bad XML on A Free XML-Based Operating System · · Score: 1

    Future-proof? Not nearly! You are assuming that commands will always be represented as simple strings! A much more comprehensive format would be something along the lines of:

    <commandline><command><executable><shellpath>grep< /shellpath></executable></command><args><regex>stu ff</regex><filespec>*< /filespec></commandline>

    This way, not only are you prepared for handling commands that are not defined by simple executables, but you can also use multiple ways of defining the location of an executable, such by a simple shell path, an absolute path, an URL for a remote host, a torrent source, and so on!

  25. Re:Made it easier for ... on Wordpress 2.1.1 Release Compromised by Cracker · · Score: 1

    The reason one has editors, normally, is to catch such mistakes and fix them before the thing is published. Of course, Slashdot "editors" do not do any actual "editing".

    It makes Slashdot "more real", according to Taco!