Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Philanthropy (Score 1) 451

It isn't just the end result that is important, it is also the means.

Would we celebrate bank robbers, drug dealers and fraudsters if they were to spend a little of their money on charity? No we wouldn't because that money was gained as the result of illegal and immoral actions.

While Gates was running Microsoft it was found guilty of abusing its desktop monopoly to take out competition in other markets. Arguably their dominant and stagnant position has set back the computing industry many years. Significant amounts of money were made as the result of illegal and immoral actions taken while Mr. Gates was running the show, and this has cost society. Giving a little back now doesn't make it alright.

Comment Re:A lot less safe than I thought (Score 2, Insightful) 1148

I learned a nuclear plant requires active cooling

Yes, it requires active cooling to shutdown cleanly, as in be fit for starting up again in the future.

When the main cooling fails en the backup fails, everyone is screwed.

Not at all. When the cooling fails you get a meltdown, which the containment shell is designed to contain. There is nothing wrong with a contained meltdown as far as safety is concerned. The problem with Chernobyl is that there wasn't a containment shell, and uncontained meltdowns give meltdowns a bad name. The other problem is just the cost of cleaning up the sealed ball you are left with, anything less than a meltdown is vastly easier to deal with using existing processing facilities.

I'm really shocked it's *that* unsafe.

If it wasn't for the containment shell, then fair enough. I'm shocked that Chernobyl didn't have one, they only have to withstand temperatures of 500C, so a good strong steel is more than adequate.

Comment Re:Can be safe, but safety engineering is hard (Score 4, Insightful) 1148

These reactors are designed to be passively safe. When the control rods slide into place the main reaction stops and it is safe to walk away. With them in place and a cooling failure all you will get is a harmless meltdown, which is a low temperature affair where the entire core gets wrecked but is easily contained by the containment shell.

One reason that people are working to maintain adequate cooling is because a meltdown puts the containment shell to the test. This is a test that it should handle with ease as meltdown temperatures are around the 500C mark and the shell can withstand over 2000C, but it would still be better not to have to test it at all.

Another reason is that a wrecked core is a significant financial loss - in terms of the core, all the useful material it still contains, and the difficulty of cleaning it up. If cooling is maintained perfectly then everything can be saved. Even by resorting to sea water for cooling (which makes the core permanently unusable) the system can be cleaned up easily, and the fuel can be reclaimed.

Of course people are still evacuating and for a very good reason. An unparalleled disaster has just wiped out all the backup facilities necessary for a clean shutdown. There is now the potential for a meltdown, which means that the last line of defense (the containment shell) would be tested. As reliable as containment shells have proved to be there is simply no point in taking risks.

Thankfully the work done to maintain cooling means that the meltdown may still be averted, and it is also giving people time to evacuate just in case there is a meltdown and a (very unlikely) containment failure.

Comment Free to play, not to compete (Score 3, Insightful) 106

EA also produce Battle Field Heroes which is free to play. They originally stated that the premium content would be limited to perks, and not give a significant game play advantage. They later decided to change that, so although you can still play for free you are very much limited to being cannon fodder for those that have bought the extremely powerful abilities and weapons.

Why should we expect anything to be different with Lord of Ultima? In this sort of game you can spend months building everything up, and someone else can destroy it in a week, so people are going to feel compelled to buy competitive advantages if they are available.

Free to start but expensive once you are addicted, this is becoming such a common business model it needs its own word.

Comment Re:What bullshit (Score 1) 183

If you are a content creator and you can't make a living, then do something else. There are many jobs I would like to do for a living, but I wouldn't get paid enough (or at all) so I do something else, it is quite straight forward. In fact if this bill goes through I will probably be put out of business (the whole hosting industry in this country will probably be collateral damage) so I will in fact do something else, thanks.

Of course it is a shame that people copy content without paying for it, but it isn't really a problem compared to the problems of other businesses, and certainly not worth breaking something as important as the internet over.

Shops for instance rely on physical goods. It is illegal to steal them, and yet this still happens. Shop owners spend a lot of money on physical security, and insurance in case things get stolen, and yet still don't campaign for the right to have people stopped from going near their shops (i.e. some form of imprisonment) without any proof of actual theft. When comparing "theft of intellectual property" to actual theft it is clear that the content industry has it easy, and this bill is only about alleged infringement, not actual infringement, to make matters far worse.

But now we have an industry that has relatively few problems demanding that the internet is damaged for no good reason, and the people using the internet should pay for this expensive whim. I say no good reason because (1) no one has proved file sharing is actually bad for said industry (2) the industry seems to be doing well despite the global recession, and (3) the only point that really matters: no one has proven that the content industry is more important to more people than a free and open internet.

I can live without TV, without films, without music, and it really wouldn't bother me. If all those industries disappeared overnight then fine, so long, and thanks for all the fish. The internet, however, improves my quality of life so much (as well as providing my income) that I would gladly keep it over the entertainment industry.

Liberty is more important than entertainment.

Comment Re:Ask them (Score 1) 407

To give them a reasonable chance of making a good decision make sure they understand that when development time is limited C is rarely going to produce the fastest results.

Given the obvious (and hopefully obviously wrong to anyone with experience) observation that C is harder to program but runs faster, and Python is easy to program but runs slower, I think a lot of people would go for C because it seems to be better placed for winning the competition.

However, code normally has bottlenecks, so 95% of run time will be spent in 5% of the code. Optimizing the parts that aren't bottlenecks is a severe waste of time, and will surely affect your competition results. Anyone who knew what they were doing and wanted to win would (1) write the bulk in a high level language, (2) use a profiler and identify the bottle necks (3) spend their time trying to find better algorithms at the bottle necks, (4) finally optimize the code at the bottlenecks, pushing it to a lower level language if skill and time allowed.

Going with the OP's original inclination would work well here. Python can be used for stages 1-3 and will give students time to try more algorithms on the all important stage 3. For stage 4 you can use c to create a dll/so and use the ctypes library to drive it directly from Python. If anyone stumbles at this stage then it isn't too much of a problem, they already have a viable entry they can submit and be proud of from the end of stage 3, this extra bit is just for the really talented to go for 1st place.

Not only would this approach give the students an advantage in the competition, but also a really good idea of how to tackle projects in the real world too.

Comment Re:They physically own the box (Score 1) 236

We set up an authorized SSH key on every VPS at provisioning time, and tell our customers about it. However, as you state, having access is one thing and having permission to use that access is another entirely. We will only access a customer's VPS with their explicit consent, to do anything else would be immoral and illegal.

This would be quite different if it was a managed VPS, as that implies permission, otherwise how would the hosting provider be able to manage it? However, it does not seem to be the case here.

If the host found that the VPS was doing anything against their TOS (they suspected malware, and could have confirmed that from the network traffic) then the proper cause of action would be to notify the customer, and if they deemed it necessary they could have cut it off from the network until the customer responds. Attempting to gain unauthorized access is not the right approach, it is a quick way to lose customers and it is also illegal just about anywhere with computer crime laws.

Comment Re:Does XEN have a future? (Score 1) 88

Xen and KVM are completely different types of virtualization solution. The supposed rivalry between the two is largely bad journalism, not rooted in anything to do with the platforms themselves.

How is that? They both support full virtualization, and they both support paravirtualization for things like networking and disks (they even use the same protocols for this - virtio). Most of the debate I have seen regarding the two is whether it is better to have a specialized hypervisor (Xen) or use a general purpose, but heavily developed and very much optimized, hypervisor (Linux). The performance benchmarks are six of one and half a dozen of the other so this debate doesn't seem overly relevant.

If you want to run a single physical computer with multiple operating system instances, such as replacing a bank of servers with a single machine, Xen is your guy. If you want to run VMs under Linux, KVM is your friend. Conflating the two is like comparing... well, to use a car analogy, for this is Slashdot, a railroad with a tractor trailer.

I'm not sure why you think this is the case, I consider them to be pretty much equivalent. The reason we use KVM is because Xen wasn't up to date enough to run on our brand new hardware. KVM does a fine job as a Xen replacement, and we have been using it as such for years.

Comment Re:Christ, AGAIN!? (Score 4, Funny) 296

But we were all told about the 10 ARM netbooks that would appear on the market by Q3 2009. It is now Q4 so they must exist, and you must be wrong.

I'm pretty sure this is a Microsoft stunt to make their market share look better. If you can't make geeks buy Windows, then make sure they don't buy anything at all because of all the sweet smelling vapourware on the perpetual horizon. Then again I'll blame them for most things, including a sock I lost.

Comment Re:Lyrics distract (Score 3, Interesting) 1019

Or listen to swedish death metal, there might be lyrics at some imaginary level, but nothing I can discern. Literally something to scream along to.

One place I worked had a guitar we could use when we wanted. Again, no lyrics, just people quietly playing away to the best of their ability, easily drowned out by headphones if necessary.

There is something about the rhythm, pace and harmony of playing on a guitar for half an hour that seemed to help me make the right changes to the code when I went back to the computer. This was a place where the importance of making the right changes (and preferably only the right changes) was well understood.

Comment Re:Similar support was in Tru64 years ago. (Score 1) 166

You can achieve live migration with iSCSI and AoE too, and if you use a SAN you will probably continue to use one of these network block device protocols.

What DRBD does it make it relatively simple to set up a redundant SAN, using commodity hardware, from which you can export iSCSI devices etc.

Of course if you are going to use local storage for your VPSs it is just as easy to set DRBD up on those hosts and forgo any network block device layer on top of it. Dual primary mode makes live migration in this scenario particularly convenient.

Comment Re:Similar support was in Tru64 years ago. (Score 4, Interesting) 166

I'm not about to dismiss your experience, but things have changed over the last 15 years so it might not be as relevant as it once was.

In that time processors have become much faster, memory has become much cheaper, commodity servers have also become much cheaper and a lot of software has become free. While that has happened hard disks have become only a little faster. As a result many people consider custom hardware for driving those disks to be unnecessary - generic hardware is more than fast enough and is significantly cheaper.

There might still be some compelling reasons to go with expensive redundant SAN equipment, but for many situations a couple of generic servers full of disks and running Linux and DRBD will do an admirable job. The bottleneck will most likely be the disks or the network, both of which can be addressed by spending some of the vast amount of money saved by not going with typical enterprise solutions.

Comment VNC (Score 1) 302

If you have somewhere to host them you could set up some VNC servers running a desktop and all the applications they need. Two people can share the same VNC desktop so you can do the joint development. What this doesn't do is coordinate things at all, but for that I would suggest VOIP as it doesn't need mouse or keyboard input.

One bonus is that they don't have to set up much software, just a VNC client and a VOIP client. Setting up the VNC servers is easy too, you only need to get a host installed with all the right software and then run as many VNC servers as you need on top of that.

Slashdot Top Deals

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

Working...