Slashdot Mirror


User: soccerisgod

soccerisgod's activity in the archive.

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

Comments · 580

  1. Re:Bottom line... on German Intelligence Spying On Allies, Recorded Kerry, Clinton, and Kofi Annan · · Score: 1

    The EU is working pretty well? Where? When? How? All I see is a means for governments to get laws (or binding directives, same shit different pile) passed on the EU level that they'd never get through their own legislature, at least not without friction. This way, they'll shamelessly deny ever having known about this and blame everything on the EU, the unfathomable hydra of beaurocracy. I guess in that respect, it works. For some.

  2. Re:Is the complexity of C++ a practical joke? on Interviews: Ask Bjarne Stroustrup About Programming and C++ · · Score: 1

    If someone is hell-bent on writing shitty, unreadable code, it doesn't matter what language they're writing it in. Sure, C++ will give you a few extra tools to commit crimes with, but just using C's preprocessor, you can so massively obfuscate your code so as to make it entirely incomprehensible even without malicious templates and impishly overloaded operators. Is any of that the fault of the language, or are you just blaming it for offering many powerful tools? And have you ever tried debugging or understanding a messy java project with 5000 files that does little more than a properly written C++ project with 20 files? I have. The language doens't matter. In conclusion: blame idiotic programmers, not their tools.

  3. Re:Netflix Time Now? on Babylon 5 May Finally Get a Big-Screen Debut · · Score: 1

    Or they could ask those crazy guys from Finland. Their CGI in such movies as Star Wreck and Iron Sky looks pretty damn convincing, and as I understand it, their budget was pretty small, compared to the result. And for the former, they actually did B5 CGI...

  4. Re: And so it begins... on Babylon 5 May Finally Get a Big-Screen Debut · · Score: 1

    Even after all those years I still hear the voices of the actors in my head as I read that. That's true love 3

  5. Re:Invoking Betteridge's law in 3... 2... 1... on MIT Considers Whether Courses Are Outdated · · Score: 1

    Bro, do you even RTFA?

    Bro, this is slashdot - do you even have to ask?

  6. Re:But but but but the whole POINT ... on Least Secure Cars Revealed At Black Hat · · Score: 1

    An alternative to restoring the bundle is for each user of the "big party line" to "recognize the voice" of those who can give it instructions - and have a list of what instructions each can give it. I won't go into details, but there is ample room for design here. An interloper would be reduced to trying to "mimic the voice" of a talker with enough authority to command the action, or DOSing by "shouting over" legitimate commands.

    Not with CAN. CAN has no concept of a sender address. It is thus impossible to determine where a CAN telegram originated.

  7. Re:AI is always on By 2045 'The Top Species Will No Longer Be Humans,' and That Could Be a Problem · · Score: 1

    That would have been so impressive if at least one of your links worked ;]

  8. Re:Now thats incentive on By 2045 'The Top Species Will No Longer Be Humans,' and That Could Be a Problem · · Score: 1

    The problem is, every time a problem is solved, the definition of true AI changes.

    Did the turing test change recently? Hadn't noticed. Did someone inform Marvin Minsky?

  9. Re:AI is always "right around the corner". on By 2045 'The Top Species Will No Longer Be Humans,' and That Could Be a Problem · · Score: 1

    viruses not virii. You sound like an idiot.

    The problem is, you break doesn't machines much finer then you do the human brain.

    Please stop! I can't take any more of this!

  10. Re:Banks can't be homeless on NSF Researcher Suspended For Mining Bitcoin · · Score: 0

    Calm down, Rumpelstiltskin. Otherwise, someone will probably come and repeatedly kick you in the ass until such time that you agree that every crime should be punished regardless of how it relates to what some Wallstreet assholes did or do.

  11. Re:"comics geek" on Recommendations For Classic Superhero Comic Collections? · · Score: 1

    No true scotsman would read that.

  12. No, that's what's wrong with people claiming to use agile methods and in reality just acting without plan and reason :)

  13. Re:~45yrs of buffer overflows... on GnuTLS Flaw Leaves Many Linux Users Open To Attacks · · Score: 2

    It's a problem because it requires programmers to concern themselves with low-level tedious details that the compiler could handle for them

    So basically your statement can be reduced to is "If you're lazy and stupid, don't use C". I'm fine with that. But I'd like to add that if you're lazy and stupid, don't program at all, become a manager.

  14. Re:It was a joke but perhaps true for some people on Apple Says Many Users 'Bought an Android Phone By Mistake' · · Score: 1

    Perhaps "Sometimes a cigar is just a cigar" :>

  15. Re:~45yrs of buffer overflows... on GnuTLS Flaw Leaves Many Linux Users Open To Attacks · · Score: 2

    C is especially bad because the language doesn't even have a way to talk about the size of an array. When you pass an array to a function, all size info is lost. This sucks.

    How is that a problem? Pass the size in a separate variable. Put the array in a struct and add a member for the size. Or add a function to your struct that returns the size. Whatever. The possibilities are there. If you don't use them because programming in C is less cushy than in other languages, the fault is entirely yours. There is nothing in C preventing you from writing proper code. You just have to do it, with the understanding that it will be more work. But it's hardly impossible.

  16. Re:Basic programming principles what? on GnuTLS Flaw Leaves Many Linux Users Open To Attacks · · Score: 1

    That's exactly the problem. If you think to add features first, security later you have already made a fundamental mistake. Writing secure code is not a matter of adding extra checking later. It means writing good, proper code right from the start. One of the most obvious consequences of that is not to use functions like sprintf at all, but use substitutes that allow and in fact demand proper length checking.

    My $0.05: Of course managers never see a business case for adding security checking later. There is no obvious way it will make the company more money, so something "more important" will take precedent. But on the other hand, not writing secure code right from the start also means the programmer is not making a habit of writing good code. It shows a serious problem with their attitude toward their own work. That is not to say that there won't still be mistakes made, but a lot of them can be prevented right from the start.

  17. Re:Behind the curve on Seattle Approves $15 Per Hour Minimum Wage · · Score: 1

    Perhaps to save you from your own stupidity? After all, one of the responsibilities of any government is to protect its citizens.

  18. Re:Does Size Matter? on Study Finds Porn Exposure Associated With Smaller Brain Region · · Score: 1

    More research required! To the fapmobile!

  19. But but but but but... on Google Foresees Ads On Your Refrigerator, Thermostat, and Glasses · · Score: 1

    If you have ads on your fridge.. and it runs android... You'd have apps, right? But an app on a fridge - wouldn't it keep freezing? :O

  20. Re:Public transit on Swedish Fare Dodgers Organize Against Transportation Authorities · · Score: 1

    It is a socialist country you know.

    I really wonder what you're smoking :)

  21. Re: Wrong concern on Don't Be a Server Hugger! (Video) · · Score: 1

    Then you are an incompetent idiot. I even said HIPAA (properly spelled) in the post you referred to. HIPAA When you can spell it correctly, we might have considered you "familiar" with it. When you can't even spell it correctly in reply to a post that used it spelled correctly, I find it quite hard to believe anything else you say. You obviously rate your skills higher than you can demonstrate.

    I have absolutely no knowledge or opinion on this whole matter, but seeing you argue like and presenting a spelling error as your main argument makes me think you are the idiot :)

  22. Re:In memoriam, on H.R. Giger, Alien Artist and Designer, Dead at Age 74 · · Score: 1

    Probably the same...

  23. Re:Um... on Richard Stallman Answers Your Questions · · Score: 1

    I see what you did there. Nice strawman.

  24. Re:WTF Is A "Feature Phone"? on The Feature Phone Is Dead: Long Live the 'Basic Smartphone' · · Score: 1

    Oh you can still get a super dumb phone that can only do calls. It's those phones with huge keys and an emergency button for elderly people!

  25. Re:WTF Is A "Feature Phone"? on The Feature Phone Is Dead: Long Live the 'Basic Smartphone' · · Score: 1

    For me it is the fact that I don't want to babysit another computer. My telephone should allow me to send and receive messages and calls. Everything else, to me, is superfluous. Is that such a big deal?