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

 



Forgot your password?
typodupeerror
×

Comment Re:I want to see where this goes (Score 2) 364

The evidence shouldn't be too hard to come by. For a while Youtube offered a page showing statistics for your ISP's streaming rate vs other ISPs in the same general area.

I was on FiOS at the time, and the streaming speed was pitiful (could barely stream 360p during peak hours on youtube), while the average in the area was significantly higher. Switched ISPs (yeah, I had a choice at the time), and sure enough, it was all better.

Comment Re:This is getting so old. (Score 4, Interesting) 264

Its a knee jerk overreaction to people being so freagin retarded in this country. If you don't have laws, enforced laws, with teeth, people do whatever to the full extent of what is allowed, with no common sense whatsoever.

Now, everywhere in the world has that issue, but just not to the full extent the US has it (as far as the "first world" goes). I've lived in multiple countries for a number of years, and now I'm in the US, and its just shocking. People smoking while leaning on a no-smoking sign. People screaming on top of their lungs in the street at 3 in the morning. People letting their dog bark for hours while cheering it on. Lines while waiting at a busy bus stop? Hell no! If there's no risk of jail time, not only someone will do it, but a LOT of people will do it.

And people pointing laser pointers at anything and everything.

Its such a ridiculous society that doesn't give a flying duck about their neighbor. EVER. So you end up in a world where everything has to be fucking spelled out with someone in uniform wacking them behind the head all the time like little babies, or they won't apply the slightest bit of common sense.

Comment Re:8.1 !=Start Menu.. Why Win8 was doomed... (Score 1) 516

Until SP3 it had an issue where randomly the registry would get corrupted and it would blue screen at boot, requiring a system restore. It didn't happen often, but no matter your configuration, the longer you used it, the closer to 1 the probability of it happening. The issue was fixed in SP3 and then life was good.

XP also took until SP2 to be bearable... people forget history so quickly.

Comment Re:Touchscreen or don't (Score 1) 516

At the same time, now Powershell (which can be accessed remote and ecnrypted, like a typical Bash over SSH), can do pretty much everything out of the box without needing to add anything (aside a certificate if you want the encrypted part), so you don't really need the UI anyway.

IIS, Exchange, SharePoint, SQL Server etc, all support it just fine, and you can obviously run any command line utility through it for anything that supports it.

Its rare I ever hit RDP on my windows servers anymore. There's no point unless you're dealing with software that seriously needs an update.

Comment Re:Nice, but expensive (Score 2) 29

There's 2 big use cases for desktop virtualization. The common one is to run a ton of desktops of off little hardware, with the idea that most people only read emails and use MS Word all day anyway. Big cost saving.

The other is purely to have desktops centralized in a data center so you can have data center admins deal with them instead of needing (as many) on site tech monkeys.

I worked in companies where it was the later. The users still needed 16+ gb of RAM, dedicated powerful hardware, etc, but now if something blew up, you didn't need to send someone at their desk to fix it, and you could still just move the image to a different machine while the first one was being fixed.

This technology seems very well suited toward the later.

Comment Re:Commits code changes automatically (Score 2) 521

Auto-commit is probably overkill, but: distributed source control.

I commit to my local branch at every semi-reasonable checkpoint, and yeah, after a while my commit messages look like those from that XKCD about git. Every so often I'll push to a private remote branch as a backup.

Then when I squash my commits and push the atomic change to the main repo, yeah, that will be a deliberate, reviewed and well explained commit. But only then.

We're not all on SVN and SourceSafe anymore!

Comment Re:Don't Like 'Em? Don't Do Business With Them (Score 1) 255

and how do you plan to get your free movies over the "innernetz" without doing business with the same monopolies? Who cares about cable TV. Its cable internet that doesn't have an alternative in most places. TV's easy to replace, the internet is getting close (not the same, but slowly creeping up) to being as important as electricity.

Slashdot Top Deals

A list is only as strong as its weakest link. -- Don Knuth

Working...