Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Land of the free (Score -1, Redundant) 580

Or when I pull up in my driveway and see that someone is already inside my home or garage, I should just let them finish stealing whatever they'd like and file a report. That's what insurance is for, right? Just let the thieves, crooks, and dopeheads have free reign because people like you want to call me a "wussy". Got news for ya, boss. Real life exists outside of your gated community and sleepy suburban burgs. Lots of us live in the real world, and real shit happens all day, every day.

Yep pretty much. Just because someone is robbing you doesn't mean there is a need to kill them. You just said you have insurance so you don't have any liability until you pull out that gun.

Comment Re:Compared to Azure (Score 1) 94

I mean I'm an Oracle FMW developer working with several Oracle servers having serious uptime and SLAs but even then, hiccups happen. A good developer programs with the expectation that not everything will work smoothly and so long as not everything breaks at once I could have a DB fall off the face of the earth or a server get shot and we'd still chug along with minimal perceived downtime.

Submission + - Could Google's Test of Hiding Complete URLs in Chrome Become a Standard? (hothardware.com)

MojoKid writes: The address bar in a Web browser has been a standard feature for as long as Web browsers have been around — and that's not going to be changing. What could be, though, is exactly what sort of information is displayed in them. In December, Google began rolling-out a limited test of a feature in Chrome called "Origin Chip", a UI element situated to the left of the address bar. What this "chip" does is show the name of the website you're currently on, while also showing the base URL. To the right, the actual address bar shows nothing, except a prompt to "Search Google or type URL". With this implementation, a descriptive URL would not be seen in the URL bar. Instead, only the root domain would be seen, but to the left of the actual address bar. This effectively means that no matter which page you're on in a given website, all you'll ever see when looking at the address bar is the base URL in the origin chip. What helps here is that the URL is never going to be completely hidden. You'll still be able to hit Ctrl + L to select it, and hopefully be able to click on the origin chip in order to reveal the entire URL. Google could never get rid of the URL entirely, because it's required in order to link someone to a direct location, obviously.

Comment Re:So ... they re-invented Asp.Net? (Score 1) 230

ASP.NET requires a heavy application server.

As a Java EE developer I'd advocate the benefits of proper application servers/infrastructure but ASP/Java are slow to release languages. You need infrastructure and planning while PHP is a great language for systems that don't have huge reliance requirements and need the project done yesterday. (and even then obviously Facebook has managed to make it very reliable).

Additionally ASP.NET (with C# as you didn't specify) is statically typed. Even the "var" type is resolved at compile time to the base class of whatever it's first instantiation returns.

Slashdot Top Deals

All seems condemned in the long run to approximate a state akin to Gaussian noise. -- James Martin

Working...