Slashdot Mirror


User: YA_Python_dev

YA_Python_dev's activity in the archive.

Stories
0
Comments
293
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 293

  1. Re:As usual... on Good bye Dark Matter, Hello General Relativity · · Score: 1
    I'm not against it, but it seems to be taken on faith that the universe should be simple and elegant.

    Please look at this image. This has been possible only because we live in an universe that is apparently regulated by very few and relatively simple laws.
    And apparently we are able to understand them.

    Yes: this is a surprise to many that think about it.

  2. Re:My question: on Good bye Dark Matter, Hello General Relativity · · Score: 1
    ... grativational "signals" making their way through the universe?

    Those "signals" are the gravitational waves and the Smart 2 and Lisa (ESA/NASA) missions will search for them and measure their speed, among other things.

    More informations from the Wikipedia: gravitational radiation and speed of gravity.

  3. WMD in Italy on Google Earth Used to Find Ancient Roman Villa · · Score: 1
    Nearby - wtf is this?
    http://maps.google.com/maps?ll=44.893298,10.365418 &spn=0.006426,0.007318&t=k&hl=en

    Oops! You were not supposed to see this... ok, I admit that we in Italy are producing a lot of WMDs against the evil Free America.

    But, please, don't tell it to your president! :-)

  4. Link to the exact location on Google Earth Used to Find Ancient Roman Villa · · Score: 4, Informative
    Yah I just noticed I linked to the map view rather then the satellite view.

    Yeah, right. FYI this is the link to the exact location.

  5. Re:That's completely false. on Unpatched Firefox Flaw May Expose Users · · Score: 1
    Affected Products:
    Mozilla Firefox version 1.0.6 and prior

    I know what they have written, but I (and other /. readers) was unable to actually reproduce the crash, at least with Firefox 1.0.6 under GNU/Linux.

    Maybe it's a Windows-only problem? Or this affects really only Fx 1.5beta1?

  6. Re:Works only in Fx 1.5beta1, 1.0.6 is not affecte on Unpatched Firefox Flaw May Expose Users · · Score: 1
    Flaw is present in firefox 1.0.6. except the way to triget it isent a '-' but a string of 0xad see hex view of www.security-protocols.com/firefox-death.html

    I have tried the above page with Fx 1.0.6 under Linux and it doesn't crash at all. Maybe it's windows-only?

  7. Works only in Fx 1.5beta1, 1.0.6 is not affected! on Unpatched Firefox Flaw May Expose Users · · Score: 2, Insightful

    This flaw is only present in Firefox 1.5beta1, 1.0.6 is not affected.

    So if you are worried just keep using the stable version until at least the next beta release and be happy.

  8. Why those patents? on CA Releases Patents to OSS · · Score: 3, Interesting
    The actual list of patents can be found at CA's website

    This seems a pretty strange list to me: someone knows why they have chosen those 14 patents? They have a specific application/library in mind?

  9. Wrong aspect ratio with mplayer on Earth Departure Movie From MESSENGER Spacecraft · · Score: 3, Informative

    If you watch this with mplayer (at least version 1.0pre7), it will wrongly assume that the aspect ratio is 4:3. Just use the -noaspect option.

    I don't know whose fault this is, but I suspect that the movie is badly encoded.

  10. Re:180 degrees? on Google Instant Messenger Coming Really (or Not?) · · Score: 5, Informative
    Not anymore...

    Yeah: it still works, you just need to send at least the start of a valid Jabber stream. Instead of "?" try sending:

    <stream:stream to='talk.google.com' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>
  11. Re:It's real: it's a Jabber server! on Google Instant Messenger Coming Really (or Not?) · · Score: 2, Informative

    Try something like this (works under GNU/Linux, I think it should work under Windows too):

    echo "<stream:stream to='talk.google.com' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>" | nc -v talk.google.com 5222

    If all else fails, you can type (or paste) the line yourself to netcat or telnet.

    Hope this helps.

  12. It's real: it's a Jabber server! on Google Instant Messenger Coming Really (or Not?) · · Score: 5, Informative

    This time is not a rumor!

    Try it for yourself. Send a string like:

    <stream:stream to='talk.google.com' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

    to talk.google.com, port 5222. It will respond with a valid RFC 3920 (Jabber) stream!

  13. Bittorrent video of the 3rd Phoenix flight on Europe to Join Russia Building Next Space Shuttle · · Score: 1

    Just FYI: the Europeans have already flight-tested a prototype of another winged spacecraft, but this is a launcher: the Hopper.

    It will probably succeed the Ariane 5 and launch both manned and unmanned upper stages, so maybe it can also be used to launch the Kliper.

    The prototype is called the Phoenix and has completed several unpowered landing tests. Here's a link to a torrent of the spectacular video of the third flight from an onboard camera!

  14. Link for the European Aurora programme on Europe to Join Russia Building Next Space Shuttle · · Score: 1

    Sorry, I forgot to include a link for the solar system exploration programme, Aurora.

  15. Not official until December on Europe to Join Russia Building Next Space Shuttle · · Score: 1

    It's still not official until the December 2005 European ministers meeting that will decide about the Kliper project and the Aurora programme for the exploration of the solar system (yes: it's the European equivalent of the "Moon, Mars and beyond").

    And yeah: the Kliper is supposed to be even cheaper than the Soyuz, per seat.

  16. Complete study for a human mission from ESA on The Mathematics of a Trip to Mars? · · Score: 1

    A mission scenario for a human mission to Mars from the European Space Agency: includes a detailed analysis of advantages and problems for the three typical trajectory solutions.

  17. Re:Java, then assembly language on Best Language for Beginner Programmers? · · Score: 1
    Java: - Is not too verbose (Hello World is not daunting)

    May I suggest you to try to write an hello world program in Python, Ruby, Basic and Perl and then compare them with the smallest hello world that you can get in Java?

    Languages like C, C++, Java and C# have some uses, but even a simple hello world requires a lot of black magic for a novice.

  18. Python on Best Language for Beginner Programmers? · · Score: 1

    I think we will have a bit more good programmers if they start to learn programming with Python: concentrate on the algorithms not on irrelevant details.

  19. Re:s/GPL/BSD/ on HP Calls For Sun and IBM to Remove OS Licenses · · Score: 1
    ... put those apps under the BSD license instead. That way folks can use your program without their hands being tied. They can even make a product out of it, make some money, and feed changes/improvements back into the program.

    I don't know what you mean with "hands tied", but you can do all the things you list with both the BSD and the GNU GPL license... the only things you can't do with the GPL is use someone's else code in closed source/proprietary apps without authorization from the author(s).

    But you can "make some money" by selling GPLed commercial software, if someone want to buy it. (Don't confuse proprietary with commercial software!)

  20. There is a lot of confusion... on HP Calls For Sun and IBM to Remove OS Licenses · · Score: 2, Informative

    There is a lot of confusion around there about what exactly is open source, free, copyrighted and/or proprietary software.

    I suggest to everyone to read the Free Software Definition and the FAQs about the GNU GPL.

    Yeah, even if you don't like RMS read them: they are very informative!

  21. ESA is planning to do this on It isn't Easy Being Green and Getting to LEO · · Score: 1
    Electromagnetic launchers are practical NOW.

    FYI: ESA (the European Space Agency) is planning to use a hybrid approach in its next-generation launcher, the Hopper with a 4 km magnetic track (a prototype, the Phoenix, has already flown).

  22. Anybody who uses a car... on It isn't Easy Being Green and Getting to LEO · · Score: 1

    Anybody who uses a car cannot whine about environmental impact of the space shuttle: there are at least hundreds of millions of cars used every day in the world and only three space shuttles that fly a few times a year!

  23. Re:What should be done. on Firefox Greasemonkey Extension Security Problem · · Score: 1
    Even after you've installed an extension, you shouldn't be forced (by Firefox) to accept any and all behaviour it tries to produce. I should be able to install a toolbar and prevent it from calling home, for example.

    Those things already exist: they are called web pages and can do anything that is not dangerous. The extensions are used if you need more and you trust the code that does it.

  24. BT video of the EP press conference on EU Says No To Software Patents · · Score: 2, Interesting

    You can download the full European Parliament press conference after the vote with this torrent (AVI file (DIVX), 48 minutes).

    Magnet URI for Azureus (remove the space before the last two chars):

    magnet:?xt=urn:btih:Y4PBCQWFLXEPSTSTNVRW536VAKTZKM PL

    It's very interesting because it shows that the MEPs really know what this is all about and most of them have a position surprisingly similar to the FFII!
    Josep Borrell (EP President) and Michel Rocard (MEP) speak very clearly about what's wrong with software patents, the Council of the European Union, the European Commission, Microsoft, etc.

    Unfortunately the first 4 minutes are only translated in Italian, but all the important things are in English.

    Please after completing the download continue to seed as long as possible.

  25. Re:And let me guess...... on Microsoft to Release AJAX Framework · · Score: 1
    XmlHttpRequest is a non-standard technology at the moment.

    Yeah, but it will become a standard soon: it's in the Web Applications 1.0 working draft from the Web Hypertext Application Technology Working Group.

    And this is a very good thing, because all the non-IE browsers will hopefully have a compatible implementation (today every browser is slightly different for anything that is not used by gmail :-().