Slashdot Mirror


User: stikves

stikves's activity in the archive.

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

Comments · 350

  1. Re:Important? on Evolution Bug-Hunt! · · Score: 1

    Because it is supposed to be what you have listed above and also slashdot community is interested in linux companies.

  2. Re:Hella cool!!! on XFree86 Drivers For Solaris · · Score: 1

    Check the site again. If you want CD's mailed to you its $40 (not $75 they dropped the prices). But if you want to "burn" .iso's yourself its $0! (Excluding internet access and CD-R cost)

  3. Re:I'll get hammered, but Internet Explorer 6 is o on KOffice 1.1 Rolls Out · · Score: 1
    You'll not get hammered, but you'll get rejected!



    2001-08-28 17:00:30 Internet Explorer 6 is released. (articles,news) (rejected)

  4. Re:And this is a good thing? on Quicktime In Linux · · Score: 1
    Sorenson codec is very "CPU" intensive. 128 MB of RAM and a Diamond Stealth III does not mean anything but did you try that file on say ... PII 500, or something like that?


    This is true for DivX also. Have you also tried running a 640x480 DivX on your PC?

  5. Re:Is this a good idea on Quicktime In Linux · · Score: 1
    Well for an avarage "VB" programmer your statement is true.


    But if I know that I can write my program on windows with VB/Delphi/VC++ and it will be supported "badly" on other platforms via emulation and it will be "painful" to be ported to other "hardware" (mac, ps2, xbox, sun), I would better use portable tools (kylix, gtk, sdl, gcc). This is especially true for "game" programming. (hey! blizzard hear this!)


    The problem is not people relying on emulation for "other" platforms. The problem is people are not "aware of" other platforms and porting possibilities.


    If (game) companies had known that SDL, OpenGL and OpenAL along with gcc or kylix would to their work, they would not use DirectX, and MFC.

  6. Re:Is this good? on Quicktime In Linux · · Score: 1
    There are alredy many good thing on linux side. check opendivx site for example. The open divx -- which is supposed to be better than Divx ;) -- has native Linux support.


    It does not end here. There is also ffmpeg (also on opendivx site). it supports video capture, playback and "streaming". It supports major formats (MS MPEG4: Windows Media, DivX, MPEG1, MPEG2, Open DivX, Real).


    The problem is not "having" the tools ready. The problem is making companies "install and use" them.


    (By the way I did not like the way you beg for karma :)

  7. Re:fallacy... on Booting A PIII System In .8 Seconds · · Score: 1

    Yes it's possible. Read my comment above...

  8. Re:About time - was able to do this _years_ ago on Booting A PIII System In .8 Seconds · · Score: 1
    Actually linux boots in less than one second. If you ever looked at the boot logs, you'll see the line


    INIT version xxx booting...


    This means that OS is ready at that point but is starts loading support programs (daemons, etc). If you ever modify /etc/lilo.conf to add [append = "init=/bin/sh"], you'll see what i mean.


    The the time after 0.8 + 1.0 secs is occupied by scripts. The scripts does three things (mainly):

    • Loading modules
    • Loading daemons
    • Configuring software and hardware environment.

    So if you were to make a MP3 player, you can modify init=/bin/mp3boot.sh which contains:

    #!/bin/sh
    /sbin/depmod -a
    /sbin/modprobe emu10k1
    /sbin/mount /usr /mp3
    /usr/bin/mp3123 /mp3/*

    this will boot in 4 secs with that BIOS
  9. Re:.8 sec... SO? on Booting A PIII System In .8 Seconds · · Score: 1
    Yeah, it's definately faster than 0.8 secs. because you start booting linux in 0 secs. (Even no lilo).


    But i head that it required you to reboot the machine if it booted "before" HDDs were up! (I do not know the current situation. I haven't checked it for more than a year).

  10. Re:For those interested in doing this: on Booting A PIII System In .8 Seconds · · Score: 1
    Slackware 5.4???


    There has never been slackware 5.x or 6.x! It jumped from 4.x to 7.0!


    (I assume you meant 4.5)

  11. Re:dateline on Mozilla Moves Into 2002? Maybe. · · Score: 1
    Hey! Did you read the comments above?


    People all agree that mozilla is pretty complete now! The only thing that's needed is the developers "satisfaction".

  12. Re:Why 1.0? on Mozilla Moves Into 2002? Maybe. · · Score: 1

    No microsoft understood that versions like 1, 2 do not seem pretty. And they bumped it to 2000!

  13. Also on news.com on IBM Creates 1st Single Molecule Computer Circuit · · Score: 1
    This article is also on news.cnet.com.


    (In case you may want to check)

  14. Re:No, that is the point... on Make Your Own DSL · · Score: 1
    Wait a minute! Your formula 30 customers x 60KBit each = 1800 Kbit is wrong!


    First of all, your customers will not be online always at the same time. Also when tey are online, they will not be constantly downloading. How much bandwidth did you use to download this slashdot page, and how much are you using to "read" it?


    Face it man, %90 of the time your pipe is not used. (I mean an avarage person, not a person using BearShare or something else. THIS is the main reason ISPs ban file sharing programs)

  15. Performance... on Why Redhat Choose ext3 For 7.2 · · Score: 1
    It may not be an objective research but RefiserFS homepage (namesys.com) claims that reiser defeats ext2 on performance.


    I assume that since ext3 only adds journaling to ext2, reiser is "faster" than ext3 also.


    Again this is the claim of reiser people.

  16. What should I do? on The Real History of the GUI · · Score: 0, Offtopic
    It seems like nobody has sned comments to this article, yet.


    Should I read the article or send a first-post? I am not sure?


    I should read the article first, then send a post.


    No! I cannot resist. Anyway...

  17. Re:Thought Police on RMS Accused Of Attempting Glibc Hostile Takeover · · Score: 1

    Actually you NEED the C library. Because most of the programs you use are dynamically linked. This means they will not even RUN without C library. (I'm talking about /lib/libc.* not /usr/lib/libc.* which is for COMPILING)

  18. Re:Because... on What is Happening with OpenGL? · · Score: 1
    SDL has already been ported to consoles. Also I think proting mesa would not be so difficult.


    MESA is free software why don't you port it?

  19. Why do they mention C with C++? on Java To Overtake C/C++ in 2002 · · Score: 2, Informative
    What about C? Many "serious" work is done with C, and it seems it will take more than one year for this to change.

    Look at all those OS kernels and low level software. Is there there any way that Linus will throw away his kernel for a Java replacement?

    Ok, I hear your arguments. But it is not about choice of language. It's about choice of model.

    In C, you're developing in structured programming model. In C++ you're developing for object oriented programming model. C is the best known language in its model. It has easily killed BASIC, PASCAL or any other competitior. And Java is a very strong language in its arena it seems like it will be able to kill C++ in a year (as the article says) and any other competitor (Smalltalk, ObjectPascal) is already out of the way.

    But until we change the way this machines operate object oriented model will not dominate. Thus in a few years we may see KDE replaced with Java version. But it's unlikely to see Linux replaced by JOS (http://www.jos.org) in even twice that period.

  20. It may sell well on PDAs... on Palm To Purchase Be's IP · · Score: 5, Insightful
    [begin irrelevant]

    Have you noticed that most of the OS vendors are trying to be UNIX like.

    Take NT for example. With 2K it introduced many "new" concepts like "mounting", "symbolic links", and "telnet daemon". With Cygwin, it becomes a very good "development" environment.

    BeOS, QNX and alike are trying to be (semi) POSIX compliant from the beginning.

    [end irrelevant]

    OS'es need three basic things: development environment, applications, and drivers. Surely BeOS did not lack in terms of first two. Because it was able to run GCC and many other free software

    But BeOS surely failed in driver support. Mine and my friends' Be adventure was short because of driver issues.

    The conclusion is: Since there is (almost) no driver issue on PDAs, BeOS may suit very well on them. I do not know how much Palm integrate from Be kernel, but they will surely use Be applications and development environment. With the addition of the PalmOS emulator (currently downloadable from their site) we may see many free software development on *nix for Palm.

  21. Re:SGI is dead. on OpenGL 1.3 Spec Released · · Score: 1
    I was talking about CAVE, which is a virtual reality system.

    Currently I am trying to develop some software for it. It runs on machine costing $1,000,000 with 20 CPUs. (you may check this page)

  22. A little bit offtopic but... on OpenGL 1.3 Spec Released · · Score: 4, Informative
    Some people claim the death of opengl, while others want the community to keep it alive.

    But the "evil" API Direct3D is already (mostly) available for Linux. Haven't you heard of trasgaming (http://www.transgaming.com/)?

    They are currenly working on D3D port to WINE.

    (If you don't know, their license is not fully "free", but they will make it "free" when they get enough "support".)

    [ By the way, I don't think opengl will die anytime soon. Because "serious" graphics work is not only "games". have you used SGI? they do not support D3D or whatsoever ]

  23. Re:It can happen on Don't Forget That Worms Happen Everywhere · · Score: 1
    You're right. Once our department's server was hacked. It had a line:

    60000 tcp nowait root /bin/sh contained in /etc/inetd.conf (the format may not be correct). The sysadmin was not able to catch that for a long time.

    (NO! I did not hack the machine. I juct found out it was hacked).

    Not only an avarage user, but also experienced sysadmin may fail to secure their systems.

  24. Let's toast this! on Linux Turns 10 · · Score: 0, Redundant
    Long live Linux!

    (And R.I.P my karma)

    Hey! what do you expect? This is a cyber birthday party, and everbody is posting "lame" comments
    :)
  25. Re:PS2 for...what? on X-server for PS2 · · Score: 1

    Dreamcast is dead now. Better let's wait for Nokia terminal...