Slashdot Mirror


User: the_germ

the_germ's activity in the archive.

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

Comments · 43

  1. Re:Germans are sure strange on French Government Bans Term 'E-Mail' · · Score: 1

    "elektronische Post" is just the translation! It's never used in common language!
    As some other poster pointed out "admin" can mean a lot of things in English - not just "network administrator"; in German we also use the word "Admin" and it always means "Netzwerkadministrator" here.

    In Germany we don't have the "tradition" to invent our own words for these things. We just use English words mostly. Unlike the French who translate almost everything.

  2. Could be illegal in some countries... on Instant Messaging Giveaway · · Score: 5, Interesting

    In Germany a company cannot hold up a lottery where only users of it's product can participate.

    So if for example Coca-Cola puts some random numbers on the inside of their bottles and makes some kind of lottery of it, it must provide the same winnning chance to people who just call in though they haven't bougth the product (and not obtained a number).

    So Microsoft would need to provide the same chance for getting the bucks to everyone who's using another IM as well.

    Don't know how it's handled in other countries, but I think it's like that in many European countries.

    ---------

  3. Re:Billion...? on Oldest Planet Ever Discovered · · Score: 2, Informative

    It's 10^9 of course. The universe is about 14*10^9 years old, so it cannot be 10^12.

    I agree that one should stop the confusion about what billion or trillion actually mean, though.

    In German a billion is 10^12 and a trillion is 10^18. In English it's 10^9 and 10^12. Don't know how other languages handle this.

  4. Re:FBI on Russians Order Mobile Phone Encryption Removed · · Score: 2, Informative

    They didn't shut down the phone system, just the encryption!
    The 'standard FBI procedure' would probably be the same, but without letting anybody know. So nobody would riot - most of the people wouldn't even notice the encryption shut off.

  5. Re:Good Enough on Motherboard Audio Comes Of Age · · Score: 1

    It's probably because the framerate is not constant, but is going down in graphics intensive scenes.
    I think an average of 130 fps in Q3A will sometimes go down to about 20-25 fps while a 200 fps system will still provide more than 30-40 fps. So that's probably the difference you're talking about.
    You probably couldn't tell the difference between constant 130 vs. constant 200 frames.
    We're getting a little bit off-topic here, though.

  6. Re:Holy see, Batman! on Los Angeles Gets Own TLD · · Score: 2, Interesting

    Well, it's not entirely correct, but it's not incorrect either.
    The Yugoslav republic of Montenegro uses the Euro as its official currency (although they are a federal state of Yugoslavia, the Yugoslav Dinar is not an official currency there).

    Have a look at the Factbook page for Yugoslavia.

  7. This is NOT about DLLs! on Microsoft to End DLL Confusion · · Score: 4, Informative

    This has nothing to do with DLLs, but with .NET components. Read the article carefully!
    A .NET application can bind to a specific version of a component, but that's not even news - it already exists in .NET 1.0 and some aspects of it were already available in COM years ago.
    The only aspect of it that has to do with DLLs is that .NET components are usually exported from DLLs, but this won't solve any of the problems with 'normal' DLLs.

  8. Re:hmm, whats a 'DLL'? on Microsoft to End DLL Confusion · · Score: 1

    Hm, if you use BeOS, you will have shared objects (.so files) like many other unix like systems (Linux, FreeBSD, QNX, ...).
    Shared objects are almost the same as DLLs.

  9. The GPL is not the only OS license! on Slides Of Microsoft Anti-GPL Advocacy · · Score: 2, Insightful

    One of the main points in M$'s argumentation is that the GPL hurts the industry, because you cannot write commercial apps based on GPL software, but the GPL is not the only Open Source license and most reasonable OS libraries are licensed under the LGPL or similar licenses that allow developing commercial software.

    Open source developers simply have to choose an appropriate license for their project when they start. And if they find out that they chose wrong there is still the possibility to change the licensing terms. A very prominent example for such a license change is the Wine project that changed it's license from X11-like to LGPL recently.

    If a company finds an OS library useful for their own project, but they cannot use it, 'cause it's GPL, they can still contact the author and ask for different licensing terms. They'll probably have to pay for that then, but they'd have to pay for a commercial product, too. So even GPL'd libraries are not really a hurdle for commercial software development. A good example for such dual licensing is ReiserFS, which is published under the GPL, but sold under different licensing terms to companies that want to use it commercially.

  10. GNU/Darwin on OS X on x86? · · Score: 1

    MacOS X is based on GNU/Darwin which is currently being ported to x86.
    Darwin is a BSD-like kernel based on Mach 3.0. So there shouldn't be a lack of apps or so.

  11. Re:NOT complettely WINE & Red Hat 7 issues on Wine Runs Word 2000 And Excel 2000 · · Score: 1

    GCC 2.96 is an ALPHA compiler. They shouldn't have used it in their distribution - ther are too many bugs in it.
    Look at gcc.gnu.org for more info.

  12. eMail on "e-mail" vs "email" · · Score: 1

    I write eMail! Looks nice!

  13. Re:This is why Science is dangerous. on Optical Black Holes in the Lab · · Score: 1

    Didn't we talk about OPTICAL BLACK HOLES. RTAF - read the announcement first! I think a bucket would do for containment.

  14. An English page on House Passes Digital Signature Bill · · Score: 1

    I've found an English page on which they desribe that a RSA key was cracked using 400 MIPS-years in 1995 and that they think a company spending big efforts on it can crack every 512 bit RSA encryption. Look at: PGP Attacks

  15. It was cracked on House Passes Digital Signature Bill · · Score: 1

    I think you should have a look at the following (German) page: http://www.iks-jena.de/mitarb/lutz/security/pgpfaq .html#3.5 I didn't find an english page so fast, sorry. They say something about the 'blacknet' key (a PGP key) which was cracked in 3 months (and that was 5 years ago).

  16. Re:PGP Signatures? on House Passes Digital Signature Bill · · Score: 1

    I've heard that they cracked a PGP enc file in a few weeks on a cluster in Germany. Take a few years of development and every little i12x86 can do this in a few hours. Or take the El'Gamal encryption - it was said to be as secure as PGP and now - cracked!

  17. Everything can be hacked on House Passes Digital Signature Bill · · Score: 1

    I think that everything can be hacked (what did they say about DVD?) and that therefore it's somewhat dangerous to can sign everything digitally.

  18. Porting the thing on Amiga DirectoryOpus 4 Released Under GPL · · Score: 1

    I downloaded the code and will have a look at it (which might result in me porting it to GCC, but that's not really probable). If it's not too hard to port I might cope with it. But it'll probably be a CygWin port (which then should be easy to port to Linux or so). But don't count on me at all for now! We'll see.