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

 



Forgot your password?
typodupeerror
×

Comment Re:Open source games (Score 1) 33

1. This is mostly done already in either case. If you look at, for example, Unity3D, you work pretty much entirerly with scripts. Today most professional games have a scripting engine and have had it for the last 15 years, since the decoupling benefits are tremendous. Performance wise, game logic isn't heavy unless we're talking physics calculations - But even then much can be offloaded on the GPU using OpenCL or similar technologies.

2. Basicly some token encryption and maybe some proprietary DRM extensions. DRM is, however, all about delivering a crippled product to your customers while letting pirates have a complete and fully functional product.

3. Consoles: See SteamBox, OUYA. But yes, definitely - as long as no AAA games are open source, there is no incentive to develop for it. If you're a small-time developer though, chances are you won't ever get onto the console market in any case. One could of course dual-license, but yeah...

Comment Re:You only need 2 (Score 1) 574

Actually, for any given router hop you need, at the very least, four addresses.

Provided your network looks like this:

  { } ---> [A] <---> [B] <---- { }

The network AB is called 192.168.0.252 and contains four public addresses:

Interface A (192.168.0.253/30)
Interface B (192.168.0.254/30)
Network name (192.168.0.252/30)
Network broadcast (192.168.0.255/30)

So, you would be wrong. :)

Comment Re:Open source games (Score 1) 33

Actually, the model of Open Source Games is really solid. Atleast for Single Player games.

The reason why that model works is because you're giving away essentially the whole of the source codebase. But textures, 3D maps, specific game scripting for levels (when pressing button X, Y happens) isn't free.

The only proprietary bits, in other words, are the content itself. Think of it as releasing an Open Source e-reader but selling the books separately.

Comment Re:CGN, perhaps? (Score 1) 574

These "arm-chair engineers" are actually very smart people working with real-world networking scenarios all the time. I refuse to believe that the specs they have come up with are that much different to implement from IPv4.

The reality, here, is that the problem lies in economics of scale. The large network companies do not have the incentive to fund research to develop a carrier-grade IPv6 hardware-based router that can be produced in scale, since everyone is still IPv4.

ISPs are starting to feel the burn. CGNs are horrible and, in the long run, the biggest threat to network neutrality, yes even larger than the ISPs themselves.

I wish someone could kickstart a hardware-only IPv6 router with a software IPv4 under an open spec, let the chinese copy it tenfold and watch as fast, cheap IPv6-routers starts rolling in. But that's probably not ever going to happen...

Comment Re:Too much inclusion (Score 2) 196

In the short term, this is true. Including countries with lesser living standards will cost the EU as a whole.

In the mid-term (10-25 yrs), these countries will adopt some practices from EU-regulation, get an influx of highly educated workers that start to build up the country, all the while exporting cheap labor (both goods and services meaning immigrants coming to clean your house).

In the long term (25+ yrs) we will see a strong economic country with high education and living standards. Not including these countries in the EU is very shortsighted thinking IMO.

I do however agree that the EU cannot expand further until the economy is fixed - unfortunately the Euro is tanking very hard right now, but it may yet be possible to fix it, somehow. Don't blame it all on the poor countries though, that's just racist.

Comment There goes the neighborhood (Score 2) 90

Ah, I remember when Microsoft did the same thing with the OpenGL ARB and more or less poisoned it, leaving OpenGL for dead once they had completed their mission. Also, W3C, Java and pretty much every other standard group they've sabotaged^H joined usually end up the same way.

So forgive me if I see this as yet another attempt at killing off open standards.

More reading

Comment Re:Non-free Nvidia driver already at 4.4 (Score 4, Insightful) 100

Non-free AMD driver is also up there somewhere. Can't find exact version for Linux but whatever, it's probably at 4.2 or later.

The problem is more that MESA only supports 3.3 - But the free drivers (e.g. Nouveau) does NOT support 3.3 so AMD is actually better at the moment. I do believe Nouveau will get 3.3 support soon however.

The real news here, though, is that performance of the free drivers are catching up to the proprietary drivers. That means AMD can ditch the proprietary drivers completely within a couple of years - which, if they can stay afloat that long, means great news for us Linux desktopers! :)

Comment Re:Abolish it. (Score 1) 154

I do not believe in a total abolishment of copyright. It does three things well:

1. Protect the authors' right to recognition by making it illegal to claim another persons work as your own.
2. Protect the authors' reputation by allowing the author to veto any use of his work that may damage his or her reputation.
3. Protect the author from unwanted commercial exploitation by granting every author a monopoly over each and every copy of their work, for a limited time.

However, the means it does to accomplish these protections - by granting every author a monopoly - is simply outdated. One cannot have that kind of control anymore, if ever. Everyone on the internet is their own printing press, but also their own authors nowadays.

If, instead, an author may have the right to all profit-driven earnings derived from his work for a limited time, as well as the right to recognition and reputation for life + 25 years, then we still preserve the original purpose of copyright - but all of a sudden we get rid of the unwanted side effects of the law that makes millions of people into criminal scum ready for jail as soon as the government gets around to prosecuting you. I find that a much better solution.

Comment Re:ONE movie? (Score 1) 366

And clearly by making an illegal copy you are enriching yourself.

Yes, making. Not taking.

If it's illegal to create something in order to enrich yourself, then by gods, ban home cooking - who knows how many restaurants are getting robbed from their rightful income by all those families having the gall to create their own food, and cheaper than the restaurant food?

Or what about those growing their own spices in the garden? Clearly, they do not need to buy spices then, so they enrich themselves. Off with their heads!

I could go on, but I think my point is made...

Comment Re:No surprise in the collapse (Score 1) 475

Ah, but you are missing one important detail about BTC/LTC etc.

While we can move to an alternate currency, that currency in and of itself will need some valuation at some point. How are you going to evaluate this new currency?

Everyone might move to WTFCoin, FooCoin or WhateverCoin tomorrow. But moving to these currencies would be equally useful as, say, monopoly money.

A currency is not valued in some arbitrary number but rather the (perceived) value of that currencys financial backbone. The US Dollar is based on the oil, the Yuan is based on China's economy, and the Euro is based on the European economy (or rather, the countries involved in the EMU union). What is WhateverCoin based upon?

So far it seems that BTC is a "digital gold standard" while LTC is "The silver to BitCoins gold" and therefore directly dependent on BTC. See?

Slashdot Top Deals

Old programmers never die, they just hit account block limit.

Working...