Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:What is MediaGoblin? (Score 1) 22

I think the path of least resistance when it comes to federation would be to make MG compatible with the BuddyCloud MediaServer concept, since BC being based on XMPP already has excellent federation.

Regardless I think this is promising. My hope is that GMG+Federation will some day in the future challenge both Facebook, Youtube and similar sites - which is sorely needed because the contentID-issue at Google has shown that we need a solution where users control their own data.

Comment Re:We need a US base in the Ukraine (Score 1) 623

Bad idea.

This isn't a problem of the U.S. since Ukraine isn't in any way, shape or form affiliated with NATO.

The EU on the other hand might be interested... But intervening with Ukraine at this stage would be enough to provoke Putin and the rest of Russia into World War 3 mode.

That would be a mistake on Putin's part, since barring a full nuclear war, he cannot realisticly win, and even with nukes he can only drag the rest of the world to the dark ages. EU + USA has enough troops to repel all of Russias advances, and then some.

The only thing Russia will accomplish with it's bullying is to make it's neighbours more determined to seek strong alliances; NATO in the west, and probably China/India will create a strong asian alliance in the east. I do not understand why Putin is that stupid.

Comment What is your ideal Copyright system? (Score 4, Interesting) 48

Hi Jonathan!

These days it's quite popular to both bash the copyright system and sue those thieving filesharers to oblivion. I'd like to ask you what you, as an independant musician, think would be a good balance between the creator rights and the public interests? Would it be a RIAA wet dream where all the content is locked up behind paywalls and getting a copy from an unauthorized source, like say a library, would constitute a crime with a minimum of 6 months in jail? Do you believe more in the Pirate Parties vision of abolishing the monopoly on creating copies, but retaining the protection against economic abuse? Or are you more in favor of going full nuclear by abolishing the entire copyright system alltogether? Thank you for all the great songs you have produced over the years!

Comment Re:On the road to replacing DirectX (Score 1) 130

DirectCompute isn't widely used last time I checked, CUDA and OpenCL has far greater mindshare. It's also more or less equivalent to those two technologies. Though granted you must use it for XBox...

DirectSetup is only a minor utility library that only makes sense if you're already using DirectX.

DirectXMath is, likewise, more of a utility library. I consider it a part of D3D, since 90% of the functions only make sense with D3D (and maybe DirectCompute).

So, yeah, revising that list, Direct3D, Direct2D, DirectCompute and DirectWrite.

Comment Re:I don't think it was a malicious mistake. (Score 1) 212

Sometimes you need more fine-grained control than Apache gives you though.

Like, consider an Apache system running three domains at foo.example.com, bar.example.com and baz.example.com. Baz needs CGI scripts, Foo and Bar doesn't.

These days this scenario will probably be solved with three separate virtual machines running from the same master copy (i.e. RO mounted filesystem over local netboot with separate storage partitions), but, yeah...

Comment Re:On the road to replacing DirectX (Score 5, Informative) 130

If you're going to be nitpicky, then yes, it's SDL+OpenGL.

However, the only DirectX system still relevant in Win8.1 is Direct3D. Everything else has been removed;

DirectDraw - Repaced by Direct2D
DirectInput - Replaced by XInput
DirectSound - Replaced by XAudio2
DirectMusic - Legacy MIDI format - also replaced by XAudio2
DirectPlay - A complete joke, replaced by Games for Windows Live and XB Live.
DirectX Media/Media Objects: Deprecated and replaced/removed by all of above

That leaves DirectWrite and Direct2D as the only relevant (and minor) DIrectX components left. So yes, DX is more than a graphics API; these days and for gaming though, the only thing being used is D3D in DX.

Comment Re:Why not open source it? (Score 1) 127

No, the extensions aren't standard, that's true. It's not a perfect solution. But if you want to use a new nifty feature not yet standardised by OpenGL, you do not have to wait for the ARB to get their shit together. You as a developer can use it and then with minimal fuss port your non-standard extension to the standard when it becomes available. DirectX does not have that advantage.

This is a major advantage if some new technology shows up, like say geometry shaders. OpenGL supported geometry shaders from day one - but through proprietary extensions. These then trickled down to the specification. Even if it's invented elsewhere OpenGL can take advantage of it basicly instantly. It's not standard - true - but it's there and if it's a good idea it will most probably become standard.

Similarly, I have no doubt extensions will show up that will implement these new DX inventions, should they prove to be helpful.

Slashdot Top Deals

On the eighth day, God created FORTRAN.

Working...