Slashdot Mirror


User: francium+de+neobie

francium+de+neobie's activity in the archive.

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

Comments · 574

  1. Problem patching open source software? on FireFox as a Security Risk Compared to IE? · · Score: 1, Interesting

    As someone else here mentioned, allowing the installation of Firefox would disrupt the usual patching routines, since the admins want to minimize the number of things to be watched over (i.e. if I let you install Firefox, then besides Microsoft's updates, I have to watch for Mozilla.org's updates too.) I can imagine the admins are already in deep shit with the Microsoftian legion of security flaws, but (un)luckily Microsoft has provided a rather automatic means of unattended update for IT administrators to save the day. Thus, adding Firefox into the equation just doesn't help. Especially when considering that there's no well known mass updating mechanism for Firefox and open source softwares in general. Sure you can write a program to look for the updates, changelogs, and related bugtraqs for you, but you can't expect an MCSE to write a proper program can you? ;^)

    With this in mind, I wonder if open source softwares, despite superior quality to M$'s offerings, are friendly to IT departments? This question is significant since if we can't make our softwares friendly to companies then the average users aren't likely to use them as well. If the answer is negative, how can we tackle this problem?

  2. Re:OMG: TaiKon is Mandarin Chinese for SPACE on China Plans 5-day Manned Space Mission · · Score: 1

    Both Mandarin phrases are acceptable in China. If you really go into the specifics, "Tai Kon Ren"(I doubt if that's the correct pinyin...) means space man in Chinese and the other word (which I forgot the spelling) means someone driving a spaceship. If you say either phrase to a Chinese they know you mean an astronaut - those are just synonyms.

  3. Re:Please, no more "taikonauts"! on China Plans 5-day Manned Space Mission · · Score: 2, Informative

    The word "taikonauts" is invented by western media. If you check the Chinese media websites, they use "astronauts" for the English term.

    Example: Xinhua news international (this is their government news agency so you can't get much more "official" than this)
    What the official Chinese media call their astronauts

  4. Re:Bush on Boosting Your Brain With Batteries · · Score: 0, Flamebait

    He needs a whole nuclear plant connected to his head ;-)

  5. Re:Adaptive Optics? on Telescope Will Have Images 10X Sharper Than Hubble · · Score: 1

    Your method is already being used in astronomy, and it's a kind of interfereometry. Adaptive optics, however, is another wholly different trick.

    btw, the image we get inside the atmosphere is not wobbling, it is blurred. So it's quite different to your case.

    Why Adaptive Optics?

  6. This is not a replacement for Hubble on Telescope Will Have Images 10X Sharper Than Hubble · · Score: 2, Insightful

    While this telescope may have even better resolution power than Hubble, there's another major problem with all ground-based telescopes

    They cannot detect EM waves that's not either visible light or in the radio wave to the far infrared range

    This is because Earth's atmosphere, contrary to what most people would believe, is not transparent to EM waves of all wavelengths. For example, common sense tells us that it blocks almost all extreme UV light. So if you want to observe an object that emits only extreme UV light with a ground-based telescope, you're not gonna see it.

    Another example would be gamma ray bursters. Remember these objects weren't detected until the US sent survillence satellites into space? This is because there's no way you can detect gamma rays that originated from space inside the atmosphere. Granted it's now possible to observe the after-glow of GRBs with ground-based telescopes, GRBs must still be detected from space telescopes beforehand.

  7. Re:Smart guy on Chinese Satellite Crashes Into House · · Score: 1

    If he said "Goddamnit" then "I'm having such a beautiful day!" will appear on the news

  8. Re:It's probably not just me... on IBM Subpoenas Several Companies in SCO Case · · Score: 5, Insightful

    > and in the end good always overcomes evil :)

    This is because the winners wrote the history

  9. Re:Quicktime on EU Releases Microsoft Antitrust Report · · Score: 2

    What are you smoking I wonder? Can I have some?

    > Quicktime opens up faster, plays movies
    > smoother, and PLAYS VIDEO IN THE BROWSER!
    > Windows Media Player simply doesn't do
    > this, it's a standalone application that
    > is too big and clunky.

    it's like I'm alone, but on Windows it is quite definitely WMP that opens up faster, plays more movie formats, and plays video in the browser without a separate setup (since... well... WMP was installed with Windows setup). And WMP is surely not a standalone app it is integrated into Windows deeply. While Quicktime is a very nice app, that's not a reason to fool yourself.

  10. Re:Serious question... on EU Releases Microsoft Antitrust Report · · Score: 3, Informative

    Not exactly

    Despite the fact that Windows is more prone to things like viruses and malwares (which'd not be the case if it's not the dominant OS), its API is a pain in the ass to use compared to POSIX. Their Platform SDK documentation in MSDN isn't very useful either. Yes MSDN is big, but that's just because it includes a lot of useless information that you don't want. The Win32 APIs themselves look ugly compared to POSIX's. Say, for example, I want to do an mmap.

    In Linux, it is:

    void * mmap(void *start, size_t length, int prot , int flags, int fd, off_t offset);

    Simple, elegant.

    In Windows, the function calls stink just from the look of it. /* first */
    HANDLE CreateFileMapping(
    HANDLE hFile,
    LPSECURITY_ATTRIBUTES lpAttributes,
    DWORD flProtect,
    DWORD dwMaximumSizeHigh,
    DWORD dwMaximumSizeLow,
    LPCTSTR lpName
    ); /* then */
    LPVOID MapViewOfFile(
    HANDLE hFileMappingObject,
    DWORD dwDesiredAccess,
    DWORD dwFileOffsetHigh,
    DWORD dwFileOffsetLow,
    SIZE_T dwNumberOfBytesToMap
    );

    You see... I just want a pointer where I can access it as a file. In Windows I need to write more code, memorize more parameters and (just one in this example) data types just to do simple file mapping. In POSIX it's a breeze.

  11. Re:To the Owners/Managers of Any Company on EU Releases Microsoft Antitrust Report · · Score: 1

    No, he booked the switching costs as profit!

  12. Re:so could you use thestalks of corn and other ag on Ethanol From Waste Straw · · Score: 2, Informative

    No, that is different

    When we burn fossil fuels we are releasing the carbon from millions of years ago. These carbon should be non-existent in the present day ecosystem, which is very different from what it was when the dinosaurs were there. So from the present carbon cycle's stand point, burning fossil fuels isn't exactly a closed system.

    However, when we burn the carbon from ag product alcohol, we can be just releasing the carbon from, say, a few months ago. The carbon in the alcohol came from living plants, which in turn got their carbon from the air. This way we aren't releasing any more carbon than what's taken in from the atmosphere. And since the plants used will be grown again in the next crop cycle, they won't be used up either. So we can quite safely see this as a closed system.

  13. Re:what about redundancy on International Space Station Gyroscope Fails · · Score: 1

    The backups are modded -1 Redundant so the Slashdot editors can't see them.

  14. Re:Nice on Ubisoft Signs Deal With U.S. Army · · Score: 1

    And FarCry too, best looking FPS I've seen, albeit the multiplayer sucks ass.

  15. Re:Joke prompting... on Ubisoft Signs Deal With U.S. Army · · Score: 1

    I see him typing...

    "I have no professional training. I already gave my best. I have no regrets at all."

  16. Re: You forgot... on Ubisoft Signs Deal With U.S. Army · · Score: 1

    The great Soviet Russia!!

    How can any experienced Slashdotter miss this phrase in their jokes.

  17. Re:So if your IQ is high on Brain's Cache Memory Found · · Score: 1

    I'd prefer the Itanium salary

  18. Re:first on Projectionists Using Night Vision Goggles in Theaters · · Score: 1

    > when they came for me I didnt say anything, I just decided to spend my money elsewhere.

    You had to, coz you spent it on a lawyer.

  19. Re:Great for warez... on Port Knocking in Action · · Score: 1

    There's no need for ISPs to look for a particular port - that's just a waste of time. Once they've noticed exccessive upstream traffic from you they know there's a problem.

    If there's any use of port knocking for the warez kids, it'd be that they dun want their pub ftp be scanned by some stupid lamers, who'd spend half an hour trying to brute force your ftp by hand.

  20. Re:I sense a change in the force..... on Positive Reviews For Nvidia' GeForce 6800 Ultra · · Score: 3, Informative

    Bad news for you, the ATI X800 will require 2 molex connectors too.

    ATI needs extra power too

  21. To all clueless fanboys taunting the power req. on Positive Reviews For Nvidia' GeForce 6800 Ultra · · Score: 4, Informative

    1. The power consumptions of the last generation nvidia and ati cards are indeed very similar. Please don't say ATI's cards consume less power

    Comparison 1
    Comparison 2

    2. The ATI Radeon X800s will require two power rails also. So stop dreaming about a "power efficient" part and buy a new PSU :(
    ATI needs extra power too

    That said, I'm no fanboy of nVidia or ATI though. The new GF 6800U is still occupying one extra PCI slot and blowing a whole lot of hot air inside the case. Imagine someone put another 100W+ Prescott next to it. I just feel uncomfortable for a GFX card to dissipate so much of heat right next to the CPU. But well... ATI is gonna do that too (except for the two-slot thing)

    If there's any reason I'd look forward towards the X800s, I hope they won't require two slots - that is just inelegant. But based on the two molex connectors on the X800s, and the power consumption of their older parts, I won't hold any hope that ATI would "save power".

  22. Re:Say it often enough, you will be right on 2004: Year of the Penguin? · · Score: 3, Insightful

    Although I like Linux, I'm not as enthusiastic as you. Linux has evolved quickly, but the people haven't changed. You see...

    > - Distros like Xandros "just work"

    But it is not well known yet.

    > - Linux is secure from worms, trojans, viruses

    True, but sadly the average Windows users seems unaware of the fact at all. Even sadder is that some of them can treat a system filled with spywares, viri, crashing and stop working as normal now.

    It is as if they've been force fed 10 years of shit, and now they cannot distinguish between meatsteak and poop. I dunno whether I should laugh or feel sorry when those complete newbies tell me poop is tasty.

    > - Linux runs on modest hardware

    Again, people just don't know that. They're willing to spend $3000 on a top line rig just to run spywares and 3DMark.

    > - Linux is less complex and thus more stable

    On a programmer's perspective, yes. Linux's structure is more understandable and its API is standardized and simplier (i.e. POSIX). Just try to do a file mapping on Win32 API and then Linux and you'll know...

    But for the user, sorry, no. No matter how simple you've made it, they've been accustomed to the Windows environment for years. Unlearning the old usage pattern alone would be hard enough.

    > - Linux has a "cool" factor missing from Windows

    There're plenty of kiddies who think they're "cool" just because they know a few DOS commands.

    > - The IT world's view of Microsoft as "evil" is percolating down to the general public

    There's plenty of people (IT or not) who think Microsoft invented computer, and Bill Gates is a god-send. Just ask a few persons around you.

  23. Re:Will it ever end? on 2004: Year of the Penguin? · · Score: 5, Funny

    Toronto Star posts it every year

    Slashdot posts it every month

    Slashdot wins!

  24. Here is my profit plan on Save a Chatlog... Go to Prison? · · Score: 1

    1. Move to New Hempshire
    2. Post an overused joke to $slashdot
    3. Sue all $slashdotters, I don't like your $browser caching my comments
    4. Profit!!!!!!11

    * Replace $slashdot, $slashdotters, $browsers with whatever online communities and softwares suitable.

    Seriously, this law is nonsense. Anyone with some clues about the Internet knows his comments are often stored in the receivers' computers, whether purposefully or not. If this law is carried out on Slashdot we can all expect reading a lengthy EULA before we can read and post any comments here.

  25. Re:Now I'm interested in one thing... on Implant a Chip in Your Head · · Score: 1

    and that is the ultimate pun ;)