Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Here I TOTALLY Agree With You (Score 1) 77

Wow, I am so intimidated by the towering intellect of your response.

90% of the stuff you post consists of the following:

PUDGE: [Posts something that any reasonable person would see as implying X]
OTHER: [something based on X]
PUDGE: I didn't say X! [See, I'm so clever!]

I expect such games from a 4-year-old. Coming from an alleged adult, they're just dishonest and tiresome.

Comment Uh, what? (Score 1) 49

They argue that "Brown did not 'transfer' the stolen information as he arguably would have done had he embedded the link on his web page, but merely created a path to files that had already been published elsewhere that were in the public domain."

Non sequitur. The means by which he shared the link is immaterial. If they meant, "as he arguably would have done had he hosted the linked files on his server", then that's what they should have said.

Comment Re:The year of the Linux Tablet (Score 1) 487

Android is still Linux even when you use proprietary closed-source binary blobs too, running that additional software doesn't suddenly make it "not Linux" you fool.

You evidently didn't follow the thread very well, you fool, because it should be obvious that you and I agree 100% on this. Thanks for playing, though.

Comment Re:Too Little, Too Late & MtGox (Score 1) 254

Why in 2014, do I have to decorate variables with '$'?

Not a big fan of variable interpolation, I'm guessing?

Why is the assiciative array syntax take two characters that look a comparison operator?

Don't forget to ask Perl the same question.

Why do I need == and ===?

Because the language is loosely typed. There are other loosely-typed scripting languages that have both of these operators as well.

ANd vaiable confusion between $_GET, $_POST and $_COOKIE

So you would prefer to have them all in one array? Or as global scalars?

Seems to me you're complaining about PHP because it's a scripting language and not C or Java.

Here's a suggestion for you: If you don't like the syntax, or if you want strict typing, use something else. If you don't have a choice in the matter, then maybe you should think about looking for another job. Cheers.

Slashdot Top Deals

Today is a good day for information-gathering. Read someone else's mail file.

Working...