Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re: Actionable? (Score 1) 350

So do you expect him to be an incel because some women might be offended by a written request for a date? How else is he going to get sex with prostitution outlawed? He's a fat greasy nerd that doesn't exactly have babes beating down the door. Got to cast a net

Nobody has the right to demand sex. Sex isn't an award. And one should be able to go to a tech conference for the tech. It's really not that complicated.

Comment Re:Hey, Apple has browser competition! (Score 3, Insightful) 251

People keep spouting this like it's gospel, and it might be legally correct, but that doesn't make it any less crappy for the consumers. Apple is on the way to be a more evil version of Microsoft when it was worst, and I think the world would be a better place if they were forced to be slightly more open.

Comment Re:"Linux Command Line Tirckery" HA! (Score 4, Insightful) 642

Well... since you didn't bother to limit it to only "simple user tasks".....

for i in * do mv $i `echo $i | tr [:upper:] [:lower:]` done

Done, all the files in that directory are now lower case.

Except:

  • it fails with file names with spaces in them (which shouldn't be anything out of the blue)
  • it fails with file names beginning with "-"
  • it might overwrite in an unwanted way if two files exist with the same name but different case
  • it warns when file is already lowercase

And that's just it. It's another case of "See how easy that was? Oh, we just need to add some quotes. Oh, and -- as an argument for mv. Oh, and -i as an argument for mv. But remember to put -i before --. Everybody knows that." - and yet you created a script that is a text book example of creating a fragile script.

Great default settings are of utter importance and the whole list of the default tools is much influenced by historic (and backwards compatible) reasons. It still leads to different interesting design cases:

  • head and tail are extremely similar but have two different commands. GNU head can't even behave as tail with command switches.
  • most people would want to create soft links (as opposed to hard links) in their daily routine but still have to go through ln -s instead of a command just for soft links. That is not unlike the -o loop example in GP, as a case of "yeah, you should obviously know that".
Government

Verizon Chief Defends AT&T-T-Mobile Merger 128

The proposed merger of AT&T with T-Mobile doesn't impress everyone as a good idea; in particular, Sprint has filed suit to stop the merger, and while hardly a disinterested party, they're not alone in claiming that the resulting megacompany would harm customers. Verizon is taking a different tack; tekgoblin passes along this excerpt: "Verizon Communications chief executive Lowell McAdam has announced that he is supporting the AT&T T-Mobile merger. He warned that the Government has no choice but to let the deal go though unless they want to fix the current spectrum problems. He went on to say 'We need to be very thoughtful on what the impacts would be to the overall industry if this is a way to regulate the industry without actually passing regulation.' The current telcos need more wireless spectrum to continue expanding and operating efficiently so they have resorted to acquiring other companies."

Comment US restricts US companies' sat.photos of Israel (Score 5, Informative) 90

There are some real bizarre laws out there. For instance, United States companies are restricted in the resolution of satellite imagery of Israel.

This is truly bizarre, albeit true. With the passing of the National Defense Authorization Act in 1997, private companies in United States aren't allowed to provide high resolution satellite/aerial imagery of Israel. This restriction boggles my mind for a free country. Not that it matters much longer as other countries such as Turkey are going to provide high-resolution imagery of Israel in 2013.

It could be possible to construct a rudimentary "aerial" view by warping street view imagery (of course several areas and building roofs would not get into that picture) however. So yeah, there are some pretty weird restrictions out there.

Comment Re:"not nearly as well realized as with Flash" (Score 3, Insightful) 110

The real problem with this, is that soon advertisers will start making canvas ads instead of flash ads, and then what have end users really gained? The reason that Flash is hated is mostly because it's been misused. And now it will be easy to misuse HTML5/canvas too.
We can now use Javascript to do the same stuff that flash could for many years. Don't take me wrong. I love programming in javascript, and I like that I can now do these things. But what do normal, non-programming users get out of this? That they don't need a plugin? I'd bet most normal users doesn't even know what is flash and what is not. And the way I see it, the canvas-renderer isn't somehow more magic than the flash-engine. Except that it's built into the browser, but you could argue that you could just as well do that with Flash.

Comment Re:IRONY OVERLOAD (Score 1) 171

Apparently the video requires a browser that supports opening tens of windows and moving them around all over the screen for maximum annoyance.

Not a great sales argument for Chrome.

Technology

Camera Lets You Shift Focus After Shooting 155

Zothecula writes "For those of us who grew up with film cameras, even the most basic digital cameras can still seem a little bit magical. The ability to instantly see how your shots turned out, then delete the ones you don't want and manipulate the ones you like, is something we would have killed for. Well, light field cameras could be to today's digital cameras, what digital was to film. Among other things, they allow users to selectively shift focus between various objects in a picture, after it's been taken. While the technology has so far been inaccessible to most of us, that is set to change, with the upcoming release of Lytro's consumer light field camera."
Government

US House Takes Up Major Overhaul of Patent System 205

Bookworm09 writes "The House took up the most far-reaching overhaul of the patent system in 60 years today, with a bill both parties say will make it easier for inventors to get their innovations to market and help put people back to work. Backed by Obama and business groups, the legislation aims to ease the lengthy backlog in patent applications, clean up some of the procedures that can lead to costly litigation and put the United States under the same filing system as the rest of the industrialized world."

Comment TinEye matched a painting from Google Street View (Score 1) 109

TinEye searches much more than exact images.

I just took a screenshot from Google Street View in The Museum of Modern Art. From the screenshot I cropped out a painting (and didn't even change the perspective) and searched at TinEye which resulted in this search. Colour me impressed. Once again, my image is just a screenshot from a photo taken non-orthogonally at a painting.

TinEye is also extremely useful to help understand a photoshop meme :-)

Government

Large Scale 24/7 Solar Power Plant To Be Built in Nevada 475

RayTomes writes "The Obama administration has provided a loan guarantee of $737 million to construct the first large-scale solar power plant that stores energy and provides electricity 24 hours a day, 7 days a week." This solar power project, a heliostat rather than a photovoltaic system, with a molten salt system to store power as heat for times when the sun isn't shining, will be constructed in Nevada and, says the article, is expected to create "600 construction jobs and 45 permanent positions."

Comment Re:mobile platform (Score 1) 424

Isn't that pretty much like saying: "Actual Windows developers don't seem to share your concern. As I've said before, only Linux fanboys seem to care about Windows' supposed security issues."?

(replace with your favourite OS/kernel/whatnot)

Maybe the developers should care?

Slashdot Top Deals

"I'm a mean green mother from outer space" -- Audrey II, The Little Shop of Horrors

Working...