Slashdot Mirror


User: aled

aled's activity in the archive.

Stories
0
Comments
1,216
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,216

  1. Re:No video in the link on Collapse of Quantum Wavefunction Captured In Slow Motion · · Score: 1

    No, no, It's a bug in Intel codecs. They are going to fix it for their next gen CPUs.

  2. Re:Blacklists and signing applets on Java Update Implements Whitelists To Combat 0-Day Hacks · · Score: 1

    Recent Java updates, for around the past year or so, have been increasingly draconian in their security measures.

    Well, considering that Oracle has been consistently bashed here in Slashdot and other sites because of the security problems with applets and client side Java I would think that is very reasonable for them to increased greatly security.

  3. Re:It's not element 115 on Un-Un-Pentium On Your Periodic Table of the Elements? · · Score: 1

    Yeah but by the standard model protons are composed of 3 quarks so you may want to use floating point for something.

  4. Re:so... on Un-Un-Pentium On Your Periodic Table of the Elements? · · Score: 1

    Scientists are really looking for the element that would induce mutant super powers by exposition.

  5. Re:so... on Un-Un-Pentium On Your Periodic Table of the Elements? · · Score: 1

    ...which would revolutionize landfills, since they would have fewer contributions. Sheesh, do I have to explain everything here?

    What do you mean? EXPLAIN! EXPLAIN!

  6. Re:Too late for me. on The Old Reader To Close Public Site In Two Weeks (Unless It Doesn't) · · Score: 1

    I'm using both The Old Reader and Commafeed. Both are similar. I liked The Old Reader design a little better but Commafeed had less unplanned downtime. Commafeed is also open source so you can run your own instance if you want to.

  7. Re:tt-rss on The Old Reader To Close Public Site In Two Weeks (Unless It Doesn't) · · Score: 2

    Redhat provides a quick start for Tiny Tiny RSS in its public cloud (Openshift) for free. I didn't try nor use it but some may find it useful so you don't need to run own server.

  8. Re:You want obfuscated code? on 22nd International Obfuscated C Code Contest Starts Thursday 1 Aug 2013 · · Score: 1

    Just code in VB.

    So you didn't even looked at the contest site right? read some previous winners entries and come back then.
    There is a reason that there is not a VB obfuscated contest.

  9. Re:Detecting Mutation on Breakthrough In Detecting DNA Mutations Could Help Treat Cancer, TB · · Score: 1

    People with no mutation to hide have nothing to fear. What could go wrong?

  10. Re:Why not more than a clone of Windows and Office on A Year of Linux Desktop At Westcliff High School · · Score: 1

    Please explain the features of Flexisheet that would put it in anyone shopping list. I could only find a domain for sale, a Sourceforge project with no released files and a CVS repository and also it seems only runs in Mac OSX.

    About LyX, I guess most people wouldn't want it a little rough, wouldn't them? From the site:

    It does look a bit rough, but don't worry, because the output will be fine

    I think most people would want to edit text, not mathematical formulas for LaTeX and science papers which seems to be the main focus of this editor. It may be very good for that for all I know.

  11. Re:Gawd on Love and Hate For Java 8 · · Score: 1

    Someone is using FORTRAN for life critical control systems? really? FORTRAN?
    There are much more use cases that don't need that kind of hard real time constraint in today world. Even phones can run over more high level languages.

  12. Re:Gawd on Love and Hate For Java 8 · · Score: 1

    You are either absolutely right or absolutely wrong. Or in between.

  13. Re:Unsigned int on Love and Hate For Java 8 · · Score: 1

    So does Java support unsigned integers (words) yet ?

    Quite how anything can profess to be a "programming language" without the concept of an unsigned integer is simply beyond me.

    There, there. I put a link for you: Shakespeare Programming Language.
    You are welcome.

  14. Re:The Doctor on Current Doctor Who Warns Against Facebook · · Score: 1

    Lord President Rassilon to be more precise.

  15. Re:*AHEM* on When Space Weather Attacks Earth · · Score: 1

    You might note that in any way I tried to correct your post. Just pointing to plausible causes for simultaneous global extinction. I was going for +1 informative.
    BTW "probably" sounded good IMHO.

  16. Re:Duh. on Current Doctor Who Warns Against Facebook · · Score: 1

    Outside world? what outside world?

  17. Re:*AHEM* on When Space Weather Attacks Earth · · Score: 1

    Astronomical events could do that easily. For example a big asteroid collision, direct hit by long gamma ray burst, change in (supposedly) cosmical constants and others.

  18. Re:Good idea on NASA Wants To Bring Back Hunks of Mars In Future Unmanned Mission · · Score: 1

    Of course they... wait a minute, false is upside down or upside up?

  19. Re:Good idea on NASA Wants To Bring Back Hunks of Mars In Future Unmanned Mission · · Score: 2

    And remember, never send any military surplus drones to Mars!

    Why not? they very safe. Just be sure to set the 'KILL' switch to 'false'... And hope the programmers read the DailyWTF site. Hope real hard.

  20. Re:Mid 2020s or 2030s? on NASA Wants To Bring Back Hunks of Mars In Future Unmanned Mission · · Score: 2

    We could instead send small robots that can build anything on site when arrive, even self replicate themselves. We would call them 'replicators'.
    What could go wrong?

  21. Re:Faster than Light? on Quantum-Tunneling Electrons Could Make Semiconductors Obsolete · · Score: 4, Interesting

    Found this on wikipedia:

    http://en.wikipedia.org/wiki/Faster-than-light#Faster_light_.28Casimir_vacuum_and_quantum_tunnelling.29

    Faster light (Casimir vacuum and quantum tunnelling)

    Raymond Y. Chiao was first to measure the quantum tunnelling time, which was found to be between 1.5 to 1.7 times the speed of light.

    Einstein's equations of special relativity postulate that the speed of light in a vacuum is invariant in inertial frames. That is, it will be the same from any frame of reference moving at a constant speed. The equations do not specify any particular value for the speed of the light, which is an experimentally determined quantity for a fixed unit of length. Since 1983, the SI unit of length (the meter) has been defined using the speed of light.

    The experimental determination has been made in vacuum. However, the vacuum we know is not the only possible vacuum which can exist. The vacuum has energy associated with it, unsurprisingly called the vacuum energy. This vacuum energy can perhaps be changed in certain cases.[38] When vacuum energy is lowered, light itself has been predicted to go faster than the standard value c.

  22. Re:gprof (and anything under the sun.) on Ask Slashdot: How To Start Reading Other's Code? · · Score: 1

    +1 to parent.

    I used ecipse, doxygen, nm, dot to understand code. Understand, control, refactor, repeat is the main method. The details vary from project to project.
    If something is too complex to understand try to isolate it. Maybe you will need to replace it later. Modular code is your friend.
    Very important: make small changes and commit them often so you can backtrack if you make a misstep. Use your favorite version control tool. I used hg+svn but use whatever you like best. Prefer to commit atomic changes, for example single changes in functionality, so you can undo one thing without breaking another.
    I don't use source navigator since more than 10 years but I don't think you'll need it with Eclipse+doxygen.
    FIrst add documentation and small changes. I use to add doxygen comments and convert old K&R code to ansi c o c++ first to gain type checking without changing any semantic.

  23. Re:Who's killing the Italians? on Citrix Founder and Key OS/2 Player Ed Iacobucci Dead At 59 · · Score: 1

    From TFA:

    Born in Argentina and schooled in systems engineering at Georgia Tech

    Italian last names are pretty common in Argentina.
    And as others pointed out Pavarotti has already died.
    As a joke was pretty lame.

  24. We have discovered a new, lower state. Its called Slashdot editing.

    I would refute you but I have no energy.

  25. Re:ORACLE = One Raging Asshole Called Larry Elliso on Oracle Discontinues Free Java Time Zone Updates · · Score: 1

    There is an ongoing project for development of a python front end for GCC. I don't know its current status but it most be experimental.
    Also there is the Java implementation of Python, JPython. By virtue of running over the JVM Just In Time compiler Python code gets compiled to native code in runtime eventually.
    I can understand your point about C but the lastest C++ compilers are looking real good for the same job, even if you limit yourself to a subset of C++. I have been converting some old libraries and small apps from C to more modern C++ using mostly strings and maps and I can report that is much safer and readable than C. Just using std::string to replace char*s have been a pleasure in security gained, even if std::string is not very nice.
    Practically hadn't needed pointers in most cases.