Slashdot Mirror


User: Hentes

Hentes's activity in the archive.

Stories
0
Comments
3,315
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,315

  1. They should shut down some of them on Japan's Nuclear Energy Industry Nears Shutdown · · Score: 4, Informative

    Many of the Japanese nuclear plants are old unsecure BWRs, they should start working on safer ones so they can shut them down in 10 years.

  2. Re:Alternatives? on Japan's Nuclear Energy Industry Nears Shutdown · · Score: 3, Insightful

    The difference between them is that Japan doesn't have fossil fuels either.

  3. Nicer than we think? on Humans Are Nicer Than We Think · · Score: 1

    Feeling uneasy watching someone smash a baby for no reason only proves that most humans a not psychotic murderers. I don't know what the author thinks of humans but this is certainly below my expectations.

  4. It's not profitable, so they won't on NASA Boss Says Mars Colonization Will Be Corporate Only · · Score: 3, Insightful

    Corporations only care about projects that have a good chance of profits in 5-10 years, which is why private spacecraft are only in LEO. Space exploration is something that might be very important 100 years later, but today it's mostly an expensive scientific project. Which is why corporations aren't interested in it, and why it has to be pioneered by governments. What this statement really means is that NASA has no intentions in a manned Mars mission.

  5. Re:Avatar II: In 2D! on The Tech Behind James Cameron's Trench-Bound Submarine · · Score: 1

    Not Avatar, the reason he went under sea is to film Titanic 2.

  6. Not that frightening on FBI Warns Congress of Terrorist Hacking · · Score: 1

    If terrorists would start hacking instead of blowing up civilians, would it really be that bad?

  7. Re:Development costs? on 2000x GPU Performance Needed To Reach Anatomical Graphics Limits For Gaming? · · Score: 1

    Don't worry, most studios don't spend much on salaries, the big costs are marketing and management.

  8. Re:No on LED's Efficiency Exceeds 100% · · Score: 2

    Yeah it's not the first law it violates but the second.

  9. Re:My comment is thus on Rep. Darrell Issa Requests Public Comments On ACTA · · Score: 2

    The European entertainment industry is owned by American companies. Although you are right about Japan, Sony plays a major part in these legislations.

  10. Re:For free? on Try Your Programming Skills In Space: DARPA Satellite Programming Challenge · · Score: 1

    On the other hand you get to program a friggin spacecraft that collects space junk. For many people the coolness factor might be more than enough of a compensation.

  11. Re:Attach a solar sail on What To Do About an Asteroid That Has a 1 In 625 Chance of Hitting Us In 2040? · · Score: 1

    I guess the idea behind magsails is that a magnetic field, unlike a sail, doesn't have to be carried and then painfully deployed, thus the only thing limiting its size is the power available. But in case of an asteroid, there are no such concerns, because there are plans of "painting" the asteroid with reflective dust, using the rock itself as a sail.

  12. Re:umm why? on Anonymous Defaces Panda Security Site · · Score: 1

    I think they did it for the lulz.

  13. Lisp is a bad example on New Programming Languages Come From Designers · · Score: 1

    Lisp is, in fact, the perfect example of why academia can screw up language design. It needed garbage collection, an interpreter, higher-order functions and tons of other techniques that weren't available at the time. And even after the first interpreter was coded, it was far too slow for any practical application. It wasn't until the eighties that these technologies have developed to a level to allow for optimal interpreters. Which is why the claim that academia always try to design for efficiency is wrong, with their supercomputers and funds for dedicated Lisp machines they didn't need efficiency.

    There are also languages today designed by academics, and a rise of programmers in language design is simply caused by the fact that nowadays everyone has a PC, and thus everyone has the means to design a language.

  14. Re:Doomed on New Programming Languages Come From Designers · · Score: 1

    You complain about lack of innovation yet discard syntax changes as "ugly" and don't care about semantic changes as they all "compile to the same machine code". The fact that you are not interested in new things doesn't mean they don't exist.

    Does your language compile to the target? Does your language run and compile from your development host?

    When do you live? These problems are nonexistent. Real languages are all crossplatform (maybe except C#).

    To an extent, OOP is just a formalisation of things that function programmers have been doing for decades into a space-saving syntax.

    OOP is much more than that. True, can implement encapsulation in many languages like Javascript does, but that doesn't make it an OO language. The real power of OOP comes from inheritance and polymorphism, and the OO way of coding that focuses on the data rather than the algorithm.

    Similarly for other "paradigms" of programming.

    You have already mentioned logical(Prolog), but maybe you haven't heard of functional(Haskell), message-passing(Smalltalk) or stack-based(Forth) languages.

    Basically, if you wanted, you could rewrite a C pre-processor to compile any of those languages directly to C syntax, and vice-versa. There's nothing "new", just some "shiny" things.

    As C is Turing-complete, you can rewrite any language compiler in it, and true enough many new languages have compilers that produce intermediate C code. On the other hand, you can't rewrite an interpreted language in C.

    Things haven't moved on since C, really. Sure, we've prettied up the syntax, clarified some edge-cases, added some libraries, etc. but it's all just spit-and-polish on a language made in the 60's. The fact we use those slightly-cleaner versions for the vast majority of software today (including the compilers of most of those other languages) means that there really wasn't any huge paradigm shift, or change in the way we work, or need to move on.

    While it's true that most languages are still imperative, what we need is not a new low-level paradigm. Most low-level problems are already solved, the real advances are in higher-level concepts. Memory management, concurrency, modularity, persistance and portability are the things where the new languages are strong at.

    The only thing I think might change the way we work in quantum computing. That's going to need a serious rethink and redesign in order for people to "program" them effectively. But, you know what? I have a suspicion that the first practical languages for that will be "C with knobs on".

    Quantum computing will enable mass paralellisation and nonlinear programming. Many new languages are good at those, but C is not even close. I seriously doubt that there will be a C-like language for quantum computing.

  15. Re:Attach a solar sail on What To Do About an Asteroid That Has a 1 In 625 Chance of Hitting Us In 2040? · · Score: 1

    Solar sails use radiation pressure, not solar wind.

  16. Re:I approve on Cell Phone Jamming Devices Enjoy an Increase In Popularity · · Score: 3, Insightful

    But sadly that is only a partial solution. There are also jerks on the bus who dare to talk to each other. Sadly, in this case phone jamming doesn't work, you have to gag them individually. But that still isn't enough, most buses/subways have engines that are even louder than talking people. I still haven't figured out a way to stop those engines, but I'm working on it...

  17. Re:A buck an hour ... on The Worst Job In the Digital World · · Score: 2

    Welcome to the face of globalization, where the rush to the bottom has given us jobs that pay only 1/10 of a McJob.

    I'm pretty sure that in Morocco McDonald's doesn't pay 10$/hour. Even here in eastern Europe they only pay about 2$/hour.

  18. Re:This is why we need to improve science educatio on Growth of Pseudoscience Harming Australian Universities · · Score: 1

    The problem is that these alternative therapies are being practiced and taught without first being subjected to scientific evaluation -- it is anyone's guess as to whether or not these treatments are actually effective.

    Chinese medicine has detailed models

    although they are incompatible with western science which is why many are sceptical about them. But western medicine isn't that scientific either, it's still mostly an empirical field. The majority of modern medication was first found in plants by trial and error, not derived from predictions of a rational model.

    These scientists are objecting to the teaching of treatments that have no evidence to support their use

    A thousand years of folk knowledge is plenty of statistical evidence.

  19. Re:Adverse Events on New Interface Could Wire Prosthetics Directly Into Amputees' Nervous Systems · · Score: 1

    If they still have at least one hand, just put an off switch on it.

  20. Re:Were they hackers from 1985? on Hackers Nab Unreleased Michael Jackson Tracks From Sony · · Score: 1

    It might come as a surprise but there are also people listening to music that is hundreds of years old.

  21. Re:Including a large number from Michael Jackson on Hackers Nab Unreleased Michael Jackson Tracks From Sony · · Score: 1

    Of course not, it was only copied and the original version is still there.

  22. Re:Rushing?! For What?! on Math Textbooks a Textbook Example of Bad Textbooks · · Score: 1

    So this is how it works in America? In that case, excuse my ignorance.

  23. Re:Pissing people off on The Vortex Gun Coming Soon To a Protest Near You · · Score: 1

    How do you suppose to disperse people without pissing them off? Every tool can be used for good and bad. Not all demonstrators are peaceful, and crowd control is necessary during riots, to prevent an aggressive minority from vandalising the city. Letting a mob do whatever they want leads exactly to that might-makes-right anarchistic scenario you seem to be against.

  24. Re:Rushing?! For What?! on Math Textbooks a Textbook Example of Bad Textbooks · · Score: 1

    But teachers decide which books their students have to use.

  25. Re:Rushing?! For What?! on Math Textbooks a Textbook Example of Bad Textbooks · · Score: 1

    Exactly. The problem is not that there aren't good textbooks, but the teachers who only buy the newest shiniest crap. But when a teacher is incompetent then the book is the least of the problems.