Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:No? (Score 1) 185

The thing about scientific computing is that scientists like to write MPI and Fortran. They just love that shit. And they are traditionally really resistant to any new programming model. So when you tell them they need to start using XYZ instead of MPI so their programs can actually complete at exascale *before* hardware failure, they get unhappy and instead implement things like checkpoint/restore that takes 70% of the runtime. Source: I work in HPC.

Comment Re:Virtual Android devices? (Score 1) 39

A "virtual android device" is an instance of Android-x86 running in a KVM virtual machine, which takes advantage of hardware virtualization instructions to give better performance. You could take the same software and install it on a desktop PC, assuming Android-x86 includes the appropriate drivers.

Comment Re:It's not just drugs. Sometimes it's culture, to (Score 1) 333

At least at my school, it was clearly (and frequently) explained what plagiarism is and exactly what happens if they find you pulling that kind of stuff. Now, maybe if you come in as a 3rd year or something like that you might be able to miss all the talks, but I think any school would be extremely remiss if they neglected to give that sort of orientation to incoming foreign students.

As a personal anecdote, semi-related, my girlfriend is from India. She has a cousin back home who is paying somebody to attend college for her, so she can get a teaching degree. It blew my mind that yes, it's considered acceptable to do this--her whole family knows, and at least the ones over there don't see any problem with it.

Comment Re:MeeGo? (Score 1) 109

It should actually be easier than Android. MeeGo seems much more of a standard Linux system, and Inferno already supports Linux/arm systems. It's up to you to run Inferno as an app on top of the MeeGo graphical layers, or to strip things down to the kernel/utilities layer and build from there, like we did.
Cloud

Submission + - Cloud starting to look like big data center (itworld.com)

DillyTonto writes: According to a story on ITWorld, the cloud computing market as a whole is starting to look like one big data center. Diagram it and you have OSI layers, hardware, software, middleware, storage, desktop management — the whole schmear, but spread out across the whole Internet.
Two problems: You can get your whole data center from the cloud, but having different elements provided by different companies, separated by hundreds of miles, makes coordination harder. Second: There are so many new players, underfunded players and big companies wanting to rope customers in for more than one service at a time that the whole industry is ripe for consolidation.
So what happens if you hire 15 companies for SAAS, DAAS, Paas, etc, build a lot of data-center capabilities in the cloud hoping standards will catch up so you can migrate workloads or SAAS data from one cloud to another, then watch those companies all get bought up by bigger companies with no incentive to get their systems talking to someone else's and are too big to take your complaints seriously?

Comment Re:Oracle? (Score 2) 192

I have helped write non-trivial programs in Go. It's quite pleasant. I think the big reason Google hasn't bothered to provide "adequate tooling" is the developers. That is, I think many of the creators and big users prefer to just work with a plain text editor rather than an IDE. There's a reasonably decent Emacs mode for Go, but it's readable enough without any syntax highlighting, and gofmt will fix your indentation and such for you. As for the debugger, well, there's http://blog.golang.org/2010/11/debugging-go-code-status-report.html (very old but even then they already had GDB support going), but as the first line says, "When it comes to debugging, nothing beats a few strategic print statements to inspect variables or a well-placed panic to obtain a stack trace", which is all I ever used to debug my Go code--and found it reasonably painless! Oh, and regarding generics--I'm not sure they'll ever go in. It is proposed CONSTANTLY on the mailing list, and Pike et al always indicate that they're not interested.

Comment Re:If it's within the rules, it's within the rules (Score 2, Interesting) 895

Of interest in the "players set the rules" topic is LambdaMOO, where players actually sent in petitions which became ballots which were voted on and implemented. Frequently, a ballot to permanently shut down the game was submitted; luckily, they never passed. Other ballots would include changes in quota policy, new user policy, etc.

Slashdot Top Deals

You knew the job was dangerous when you took it, Fred. -- Superchicken

Working...