Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

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.
Internet Explorer

Microsoft Launches New "Get the Facts" Campaign 524

ko9 writes that Microsoft has re-launched its "'Get the facts' campaign, in an attempt to promote Internet Explorer 8. It contains a chart that compares IE8 to Firefox and Chrome. Needless to say, IE8 comes out as the clear winner, with MS suggesting it is the only browser to provide features like 'privacy,' 'security,' 'reliability.' It even claims to have Firefox beat in 'customizability.'"

Comment Not particularly efficient... (Score 1) 88

Compare the FAH systems to BlueGene/P. BlueGene is made up of System-on-Chip PowerPC computers, stuck on DIMM-like cards and then put into arrays, which go into racks, etc. Hugely power efficient, in part because each system doesn't maintain a disk and other crap.

On the other hand, your home computer is inefficient in terms of both heat, power, and space, because it has to run all the other hardware stuff you don't have in a proper supercomputer.

Comment Re:Low (Score 1) 674

Real computer science students (and the computer engineering students who end up taking the classes too) are smart enough to pick up Unix as they work through the CS courses. It's a good idea to have one or two class sessions to talk about Unix, but having actual Unix courses seems rather silly.

So yeah, if they're teaching a full course on just using Unix, it's probably IT.

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...