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

 



Forgot your password?
typodupeerror

Comment Re:Banned. (Score 1) 67

> Did the advisor not check the student's work?

The student made up the data, claiming if came from a legitimate source. Other than independently trying to get that same data from the same source and verifying it, how exactly do you 'check the work?'

The review is typically focused on how the data is processed and if the conclusions follow logically from the data presented. If you just make shit up at the very start it can be very difficult to catch or prove short of completely redoing the study - which is in fact how a most fraud is caught, when someone tries to replicate a study's results and fails.
=Smidge=

Comment Banned. (Score 5, Interesting) 67

This should be a career-ending move. Demonstrating this level of dishonesty should bar him from holding a graduate degree of any kind, really, let alone anything in scientific research.

Increasing and enforcing standards is needed, but also higher standards mean nothing if there are no consequences. Make it clear that this kind of nonsense will obliterate your academic career.
=Smidge=

Comment Re: No safety needed (Score 2) 111

They don't have the authority to arbitrarily decide where to put fracking wells either. Or mines, or oil rigs, or chemical factories...

In fact they technically get permits to do basically everything everything they do. Or at least that used to be the case when the EPA actually meant something. Never stopped them from completely fucking everything up to save money though, did it? And I bet you know it.

I guarantee that if any of these get built and fails, the way the public finds out about it is someone noticing a spike in cancer rates.
=Smidge=

Comment Re:It could (Score 2) 218

> Have grade-separated tracks that go above or below the roads.

Easier said than done.

Grade for typical trains is something like 2% or less, so raising a railway high enough to get over a roadway needs almost a quarter mile of track on either side minimum, so for a single rail bridge you just created at a half mile of impassible wall and cut a whole neighborhood in half. Automotive roads are better but still limited in a similar way. maybe triple the grade/a third the distance but you're still making a huge barrier.

So if you need to get through a town without having grade crossings you're basically stuck building the *entire* thing 14+ feet in the air, including the stations, which is outlandishly expensive both to build and to maintain.
=Smidge=

Comment Re:Stay off my PC! (Score 1) 41

Gaming exclusively on modern consoles on grounds that games for Linux or Windows are presumed malware means you'll probably get indie games years late or never. This is because it takes time for an indie developer to build enough of a reputation in the industry to become eligible to buy a devkit for a modern console.

Unless by consoles, you mean things like the NES and Genesis, which are still getting brand-new indie games decades after Nintendo and Sega stopped supporting them.

Comment Re:C/C++ code covers more complex legacy code (Score 3, Interesting) 37

I'm not a die-hard fan of C++, I do prefer Rust to it if forced to choose, but my greenfield choice is C-like options. However, this Rust fanboy stuff is super off-putting. There is much more to programming than memory safety, in fact, the overwhelming majority of defects are not related to memory safety. Rust isn't a magic bullet that writes bug-free code, careless devs can write bad code in Rust. Rust can and does crash, it's not bulletproof, it just makes it harder for you to work around the compiler when it comes to memory.

Comment Re:TIOBE vs Github (Score 2) 97

Wait, VB is still around?

Also, Java needs to go the way of COBOL. Java was once a language with a lot of promise, then Struts and Springs came along and decided it would be even better with a large dollop of XML and DI on top. Everybody knows nothing is more stable and maintainable than hot-swappable runtime dependencies glued together by XML files. That's the point I relegated it to the trash pile of history.

I don't have strong opinions of C#, but I don't think it's a pretty language, largely because it carries a lot of the baggage of its time trying to out-Java Java. It reminds me of what Swift has become, a good concept that is more suited to serving its masters than relevance as a general-purpose language. I don't see C# ever overtaking C/C++/Python, but Java, sure, I don't think anybody will shed a tear that day except maybe the consulting shops seeing their cash cow lose ground.

Comment Re:"ALI" of it? (Score 1) 88

Say your reactor has a neutron injector on a rotor. The fission fuel has started vibrating, creating a feedback loop that could cause the reaction to become unstable. Running the rotor in reverse would change the pattern of incident neutrons just enough to stop the vibration. And the way you make a rotor go the other way is by reversing the polarity of its drive current.

That's the best that I could ground this technobabble off the top of my head.

Slashdot Top Deals

Consider the postage stamp: its usefulness consists in the ability to stick to one thing till it gets there. -- Josh Billings

Working...