Slashdot Mirror


User: divec

divec's activity in the archive.

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

Comments · 1,045

  1. socialist countries can be rich ... on Why Linux Makes Sense for India · · Score: 2

    France was quite rich when I last checked. (India is not, and never has been, communist)

  2. India / China interesting cases on Why Linux Makes Sense for India · · Score: 2

    Most people in India can't read anything which can be written in ASCII. This is not true in Peru (Spanish) or AFAIK any of your other examples. Right now, software is generally bad at handling text which is not ASCII-ish (i.e. "Romaniform", so Greek and Russian are OK). The first Operating System to have good support for a non-romaniform language will be a big step in the history of computers, in my opinion. If it's going to be a Free operating system then it's even bigger news in this community. So I think the story is interesting, and relevant.

  3. Maybe it's correct in Indian English ... on Why Linux Makes Sense for India · · Score: 1

    ... but even if it's not, then picking somebody up about a single word is harsh.

  4. I don't get your point ... on Why Linux Makes Sense for India · · Score: 1

    ... are you saying it's harder to translate stuff into Indian languages than out of German? Or that Linux has more English in it than German?

  5. perl plugin, or freeamp on XMMS 1.0.0 Released · · Score: 1

    You can use the perl plugin for xmms to control it from the command line. Alternatively, you could get Freeamp, which is GPL and has a command-line interface (as well as a graphical one).

    If you use freeamp, the syntax is:

    freeamp -ui freeampcmd blah.mp3

  6. Re:LAW worshiping is worse on Jon Johansen on ABC World News Tonight · · Score: 1

    > If you are black, female or jewish, look back to your ancestors

    I think even males usually have some female ancestors.

  7. Mozilla renders widgets using its layout engine on Mozilla M13 (Alpha Version) is Out! · · Score: 1

    It's quite a clever idea, makes the UI standard across all platforms. Of course, the drawback is that you lose your GTK themes.

  8. Don't attack previous poster's spelling on SGI Gives Open Source some OpenGL Love · · Score: 1

    He specifically says he is a "deltic" and asks you to forgive the spelling. Some people just *can't* spell, it's no good complaining to them if there's nothing they can do about it. Or did you just not read the sig?

  9. "Avoid" ... on Slash v0.9 Released · · Score: 1

    ... is a book which avoids using the letter "e" throughout. Dunno if it has "8" in it, but I imagine it does have adjectives.

  10. I think it was sarcasm on Slash v0.9 Released · · Score: 1

    I think the original poster was being sarcastic, and mocking the many people who really have been saying things like that.

  11. J++ manual is a bit deceitful on Judge Reinstates Java Injunction Against Microsoft · · Score: 2

    The manuals for J++ don't make it clear that J++ is not Java. (They are cleverly worded). As a result, people will test java programs with J++, expecting them to work on any Java JVM, and inadvertantly they get their codebase locked into using J++.

    This doesn't seem to have been the relevant point in the court ruling, but it's the reason *I* think J++ "pollutes" Java.

  12. lots of dos software available on Interview: Learn About the FreeDOS Project · · Score: 0

    There is more software available for dos than for any other OS (except windows 95). Many businesses rely on legacy apps which are only available for dos. 90% of desktop computers around today run on a dos kernel of some sort (this includes windows 95).

    Note that freedos is not a dos emulator, but a free implementation of dos. dosemu is the dos emulator.

  13. dosemu doesn't *need* freedos ... on Interview: Learn About the FreeDOS Project · · Score: 2

    ... it will work with most other versions of dos, including DRDOS 7.x, MSDOS 6.x and (i believe) Windows 95 DOS. Of course, these aren't free software. freedos is a bit different in design from msdos/drdos, for example it has a \bin directory which contains dos programs, and other unix-like directories. Also, you don't need dosemu to use freedos! It might seem obvious, but if you have an old 386 with msdos 3.3, and you want to be able to have partitions > 32 mb, then freedos could be a good bet. (For the price of msdos you could buy a new (second-hand) computer).

  14. "debian's method" of keeping current on Linux 2.3.40 released · · Score: 1

    >[...] debian's method where you have no clue what's happening ...

    I've never found that to be a problem. Either you set your system to track "stable", in which case you get a major upgrade about once a year, or you set it to track "unstable" or "frozen", in which case everything updates very often but might be broken once in a while.

    If they make the proposed changes to de-emphasise the importance of "releases", then it'll be more like FreeBSD's method.

  15. Log in, set "highest scores first" ... on Linux 2.3.40 released · · Score: 1

    ... then search for "Score:3", or just use page down.

  16. How many "common theives" get >4 years jail? on Kevin Mitnick Free Today · · Score: 1

    I think it's fairly clear that Kevin got a ridiculously harsh sentence, in a country where murderers sometimes get less.

  17. You should not be charged with theft. on Kevin Mitnick Free Today · · Score: 1

    If you walk around my house without nicking/damaging anything, then you should not be called a thief.

  18. Like a junkie being banned from all shops ... on Kevin Mitnick Free Today · · Score: 1

    But imagine if your hypothetical junkie served a prison sentence, then was released, but was not allowed to go into any shops. It's the same kind of thing. There are plenty of computers (e.g. wristwatch, or non-networked PC with no floppy drive, only a CDROM) from which Kevin could do no harm. This isn't about protecting the public, this is about making life unlivable for Kevin. If you think he should be punished more, then maybe he should have a longer prison sentence. But banning him from "using computers" stops him from getting on with his life in a harmless manner, which is what being "free" is all about.

  19. Hard to know much about closed-source NT! on FreeBSD VM Design · · Score: 1

    Mr Dillon knows more about FreeBSD than anyone outside Microsoft can know about NT, because he has the source. If NT reacts to things in stupid ways, Mr Dillon *can't* show you the bit of source code where the mistake/oversight was programmed in. I think he was probably talking more about fundamental design flaws, rather than bugs in, say, TCP/IP, which anyone could make.

  20. Kernel-mode GUI is single-user only. on FreeBSD VM Design · · Score: 2

    NT has a single-user, kernel mode GUI. Since nearly everything you can do in NT needs the GUI, that means only one person can use an NT machine at once. People writing apps today may assume only one person is using the computer at once. So any future multi-user version of Windows may have severe difficulties running today's apps.

  21. Lower-case / capital letters for filenames on FreeBSD VM Design · · Score: 1

    NT is hopeless at handling filenames case-sensitively. You can create a file called HELLO.TXT and when looking at a directory^H^H^H^H folder listing, the filename will be printed in capitals. Now try creating a file called hello.txt, or Hello.TXT, or HeLlO.TxT. It won't let you. Even though it remembers that the original filename was in capitals, it thinks the new filename is the same.

    This can be problematic if you want to copy files from a unix machine, e.g. mirroring a web page, where there may be two different files called CONTENT.html and content.html, because one of them will get overwritten.

  22. Corel can only deliver for x86, they need wine. on Corel Draw 9 for Linux Needs Beta Testers · · Score: 2

    Corel probably can't afford to completely rewrite their office suite, they're using Wine to avoid binning all their old code. And since wine is x86 specific, that means they can only deliver x86 apps. (A native x86 FreeBSD version, on the other hand, would probably be quite straightforward for them to produce. But FreeBSD can run linux binaries, so they probably won't bother)

  23. Mozilla M12: 5MB, fast rendering, out now. on Linux Web Browsers Reviewed · · Score: 1

    Ok, so it still loads slow, but that's probably debugging stuff which is to be expected in alpha stuff.

  24. Re:What happened to hotjava on Linux Web Browsers Reviewed · · Score: 1

    >... Jeb ... or whatever his name is ... looks like Tux run over with a steam roller

    Heh, lol. Duke it is. Ever noticed that he also looks just like HP's "Doctor Deskjet"?

  25. JIT. or Moore. on Linux Web Browsers Reviewed · · Score: 1

    dive