Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Makes sense really (Score 1) 346

Everyone knows it's the lack of search data that caused Bing to initially suggest (and probably still does) Windows when typing in something related to Ubuntu or Linux. I mean seriously, how are they supposed to know what you want from terms like Linux or Ubuntu. What do those even mean?

Just for the record, Bing's first page of search results for Ubuntu and Linux are quite reasonable. Can't speak to what they returned in the past...

Comment Re:Interface Design on slashdot (Score 1) 951

I have no idea why they couldn't come up with a better solution for the door: Locking it would be very easy. Even better, by removing the door handles it would be very clear that the door can't be used.

Because perhaps that door is the way to a safe exit during a fire (or rampaging co-worker). During which time it would be inconvenient to try to figure out who has the key or to find a door handle to open it.

I'm not disagreeing with your claim that a sign is not going to work, just pointing out that a simple solution isn't always feasible.

Comment I don't get it (Score 1) 292

This whole SVG versus XAML thing never made sense to me. The two seem incredibly similar.

Consider SVG:

path d="M153 334 C153 334 151 334 151 334 C151 339 153 344 156 344 C164 344 171 339 171 334 C171 322 164 314 156 314 C142 314 131 322 131 334 C131 350 142 364 156 364 C175 364 191 350 191 334 C191 311 175 294 156 294 C131 294 111 311 111 334 C111 361 131 384 156 384 C186 384 211 361 211 334 C211 300 186 274 156 274" style="fill:white;stroke:red;stroke-width:2" /

and the equivalent XAML:

Path Data="M153 334 C153 334 151 334 151 334 C151 339 153 344 156 344 C164 344 171 339 171 334 C171 322 164 314 156 314 C142 314 131 322 131 334 C131 350 142 364 156 364 C175 364 191 350 191 334 C191 311 175 294 156 294 C131 294 111 311 111 334 C111 361 131 384 156 384 C186 384 211 361 211 334 C211 300 186 274 156 274" Fill="White" Stroke="Red" StrokeThickness="2" /

The two are so similar a simple Perl script could easily do the conversion. So why the resistance to support SVG by Microsoft? (Certainly the implementation is trivial given the Silverlight codebase). And why the hating on XAML? It seems obvious that its feature set was heavily influenced by SVG.

Let's merge the two (or not) and move on to more important things.

Comment Re:Ok, give me a list (Score 1) 466

Oh man! You wouldn't believe the absolutely amazing incredible movies they have waiting for distribution... once, of course, they can ensure that they won't be pirated. Because once you see the fantastic shit they got waiting for us, you're going to want a copy. Hell, everyone is going to want a copy -- it's that good! But of course, we first have to make sure that everyone who worked on the projects (from the actors to the janitors) get properly compensated. It will all be worth it! Honest! Trust them.

Comment Re:But UAC works perfectly fine at frustrating me! (Score 1) 843

Just recently had to edit the Host file. (Local DNS file). Could not save it because of UAC, and didn't get a UAC prompt either, had to give up and disable UAC first.

No need to do that. Right click on the editor program of choice and choose Run As Administrator. You can now edit (and save!) your hosts file.

If this is something you do often you can create a shortcut (click Advanced on the Shortcut tab to set run as admin).

Comment Re:No reason Microsoft couldn't do it (Score 1) 233

I'm not sure how you get from "a lot of things that resemble SVG" to "trivial for MS to support". Just because the output has similar features doesn't mean the back-end is anything alike.

Except that you can take SVG data, change the formatting slightly (e.g. with a Perl script), feed it into XamlPad and get your vector output displayed. I'd say that was fairly trivial.

Comment Re:Windows Home Server + Jungle Disk (Score 1) 611

Wow. Suggesting a Windows solution on Slashdot. Brave man (excuse the assumption that you are male, but I like my odds). You're also right on the money. It's pretty much configure and forget. The best part is that the restore is pretty fast and painless. Backing up is easy... backing up in such a way that you can easily and reliably restore is the trick and WHS succeeds at this.

Comment Why use it for 3D? (Score 2) 124

Using it to produce 3D video seems gimmicky and, as someone pointed out, who wants to look at everybody wearing 3D glasses? I think a better use would be to use the two cameras to allow calculation of distances and then replace everything beyond a certain distance. Sort of a green screen effect but without the green screen. Now that would be useful (and cool).

Slashdot Top Deals

For God's sake, stop researching for a while and begin to think!

Working...