Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:An unemployed LAWYER was perhaps.... (Score 1) 554

Most people I know spend every minute they're at the computer wishing that the software they have to use was better, smarter, more efficient and more adapted to their way of working.

Actually most people I know either go "I'm just not a computer person" and leave it at that, or think they are already experts, but have no desire to improve the software they're using, just to brag about how good they are for assigning static IPs on a Windows machine, and are happy that they know how to do those things.

But regardless, it is still a choice. It's completely up to them if they want to invest the time and effort into learning programming and making a difference. Most people do the cost-benefit calculation, decide it's not worth it, and that's fine.

In fact, there's nothing that says people have to use computers at all. They make life a lot easier for most of us, but there are plenty of people who don't care, and get along fine without them.

People do not have this luxury when it comes to matters of law. You must comply, whether you like it or not. Educated or not, we're all supposed to obey the law.

Finally, failure to understand programming means some idle whining that the menus on this program suck, or that application takes too long to load. Failure to understand law means you get trapped with severe penalties for not abiding by rules you didn't even know existed. Be realistic.

Comment Re:Keep Reading... (Score 1) 162

Funny? Informative!

If we can control a bug with electrodes, it's not unfeasible that an arachnid could be controlled by chemicals from larva.

Rather scary, actually. It makes me proud to be a big mentally strong human being - which in truth, can get knocked out by about 50mg of some chemicals. :P

Comment Re:inherently insecure? (Score 1) 229

The usual "haven't really used PHP, but read enough rants to know it".

1. Culture. For a long time the mysqli library did not allow the use of parameterized queries leading to the unhealthy culture of concatenating or interpolating sql queries and even "require" arguments.

That's the first version of mysqli from 2003. In line 148 you'll find: "PHP_FUNCTION(mysqli_bind_param)". Mysqli had it since the beginning.

3. super-weak type system, meaning that you can never trust what you expect to be an integer to be just that.

If its type is int it's an int. Nothing unexpected. Or do you mean you can't trust HTTP, because a client could send nonnumerical values in a header that should be numeric. You see it's usual on the web to have everything transfered as string and PHP is made for this usecase. But if you don't have data from outside you don't have these uncertainness.

4. stupid attempts to accomodate developers and save LOCs by introducing "magic quotes", superglobals and the ability to "automagically" map query parameters to global variables.

One thing are mistakes made years ago. The other is not breaking existing code in a minor version. Someone still using stuff like magic quotes has turned it on on purpose or wouldn't read any warning anyway.

4. The fact that PHP is merely a glue layer, relying on binary extensions written in C with the usual buffer overflows, memory corruptions etc.

PHP isn't just a glue layer at least since PHP 5. And if C is so bad, what are all the other scripting languages written in?

Comment How's this going to work?? (Score 5, Insightful) 143

Obviously, if MSFT is interested in "Yahoo Search" as an effort to mount a challenge against Google, it isn't really interested in Y!'s technology, but rather its traffic. Obviously, that traffic flows mostly from visits to www.yahoo.com.

Now, if MSFT, say, goes through and buys just the Yahoo Search division, it sounds like Yahoo is free to go become a content/media/etc. company free of worrying about Google and search.

My question: who gets domain over the homepage, Yahoo.com? If Yahoo retains Yahoo, but MSFT owns the little search box on the page, then who decides how prominently the search is featured on the homepage, how it is integrated into the content, etc.? Yahoo would have incentive to make the content front and center, and who cares about the search box...

It might be hard for MSFT to integrate all of Yahoo, but it's even harder for MSFT to integrate part of Yahoo...

I still expect a full acquisition to occur. Whether its $32, $33, or $34 or something else, we'll see...

Comment And on the plus side. of plus-size.. (Score 5, Funny) 1083

Weighing more makes us harder for the aliens to suck out of our cars, the reserves mean we'll last longer in the coming famine years, and if any skinny little vegans give us any lip, all we gotta do is sit on 'em to quash the noise...
Seriously, extreme obesity is a darwin rule in action, usually - nobody wants to breed with us, and heart disease/stroke usually kill us "early" - rather like gay marriage, if you don't like 'em, don't join 'em, otherwise, back off: It's hard enough living in a world that wasn't built for us without having some smug, self-righteous ass-hat making comments because, while normal, we don't fit average... only made the worse when it's people who want their particular outside-of-average needs respected who fail the tolerance test...
Censorship

Submission + - Flickr Censorship Debate Rages On (thomashawk.com)

An anonymous reader writes: Beginning last Wednesday, Flickr users in Germany, Hong Kong, Singapore and South Korea all had their accounts downgraded to "safe viewing" only by Yahoo's popular photo sharing site Flickr. What followed was a loud backlash, particularly from Germans, against the site. Their main photo explore page was flooded with protest photos and now over 3,000 comments have been left in a popular forum on the topic. Flickr denies the censorship charges and cites instead local laws that are preventing them from allowing these 3 countries and city complete access to photos on Flickr. Flickr Photographer Thomas Hawk provides an update on the status of this issue as well as a YouTube video reporting in more depth about what has gone on. http://thomashawk.com/2007/06/update-on-censorship -problem-on-flickr.html

Slashdot Top Deals

This file will self-destruct in five minutes.

Working...