Slashdot Mirror


User: noselasd

noselasd's activity in the archive.

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

Comments · 528

  1. Re:Who uses Xlib on freedesktop.org xlibs 1.0 Released · · Score: 1

    They use the xlibs to communicate with the X server. In simple terms, they provide a C interface to the X (and lots of releated X mechanisms) protocols.
    I see very little of the slowness everyone trolls about, though if you want to improve it, one should implement some better redrawing algorithms in the toolkits. And write some better gfx card drivers. Though that is hard, graphics is hard. And vendors do seldom hand out hardware specs to everyone.

  2. vs XFree86 ? on freedesktop.org xlibs 1.0 Released · · Score: 4, Interesting

    One more question. Whats the diffrence between the freedesktop xlibs, and the xlibs in XFree86 ? I understand they forked from XFree at one point. What did they change/improve ?

  3. Little used ? on freedesktop.org xlibs 1.0 Released · · Score: 3, Informative

    Virtually every toolkit out there uses xlib. It really isn't
    "little used", but rather key part of the whole *nix desktop.

  4. Good. on Homebrew Linux For PS2 Planned? · · Score: 3, Insightful

    Nice. I bought a Playstation 2, but cannot develop , much less distribute any software for it without paying $$ to Sony
    Not even use it for much but playing dvds and expensive games.
    I very much welcome projects like this.
    Ok, Sony did release a Linux kit for it, they get credit for that.
    But what if the what we see on the game consoles today is the PC future ?
    That is, vendor lock-in, paying big fees to get specification and development information. And even bigger fees to the vendor to produce
    distributable media for it... lets hope not.

  5. Good, on Man Page Project Can Now Use Official POSIX Docs · · Score: 2

    Does that mean well get some docs on the pthreads rwlocks and posix semaphores ? Just yesterday I needed them, and sadly discovered they were missing ,(

  6. Re:Forgive my ignorance... on Linux Now Booted On GameCube System · · Score: 2, Informative

    For fun ?

  7. Re:Hopefully... on X.org and XFree86 Reform · · Score: 1

    There already is a standard. www.freedesktop.org, now you only need applications to implement them without bugs.

  8. CasESEnsivity iS gOod. on Who Needs Case-Sensitivity in Java? · · Score: 4, Insightful

    When I make a class Person {..} I want the other developers to use
    Person person = new Person(..); not
    person person = new perSon();

    It also becomes a mess when you have some people write
    If(something){
    }
    later you see IF or if.
    Case sensivity preserves sanity and helps enforce coding standard.
    It's a good thing, learn to deal with it.

  9. Re:linux at nasa on Mars Rover Rolls And Turns · · Score: 2, Interesting

    According to some JPL people in #maestro , they use Sun boxes with Solaris, though seldom with CDE.

  10. Burgers ? on Safer Means Of Disposing Of Mad Cows · · Score: 1

    Why don't we just continue and do what we do today, make hamburgers of 'em. ? ;)

  11. Re:complete, sure on You Are Here (On Earth) · · Score: 2, Insightful

    And since there is no last digit of pi, the whole thing is ofcourse useless to discuss.

  12. Re:Useless, but... on NASA Scientists Get Custom 24h39m-per-day Watches · · Score: 2, Insightful

    Useless to the public, yes. To the NASA people working with Mars, very useful.

  13. Re:intrigue on Mars Rover Sniffs First Hint of Water? · · Score: 1

    If you do some calculations based on the martian atmosphere pressure and gravity, liquid water have no trouble existing. In the present environment, it will mostly stay frozen though.

  14. Re:A win for open source on 2003: Year of Apache · · Score: 1

    But what about intranet sites ? Most companies I've visited runs one or
    more intranet sites. And they seem to run lots of diffrent things. Would
    be nice to get some statistics on those.

  15. Re:Google? on Open Source Symbolic Math Packages? · · Score: 1

    he said *symbolic*

  16. The martian sky IS RED. on Colorization of Mars Images? · · Score: 2, Insightful

    Ok, wether or not NASA does false colorization of the pictures I cannot tell.
    However it IS well known among scientists that does not base their work at false colored pictures that the martian sky is red at day, and blue at sunset/sunrise. It really doesn't take that long time with google to
    find some facts from trusted sources on thatone.

  17. Re:Not to flame, but "NO SHIT!" on Interesting Planet Apparently Heating Its Star · · Score: 1

    1. Why
    2. Do you have any idea how big jupiter is ? it BIG. e.g the orange spot/storm commonly seen on jupiter images is the size of earth

  18. No problem on WhenU.com Enjoined From Competing Pop-Ups · · Score: 4, Insightful

    For the unfortunate friends and family that run Windows, I always install adaware and do a scan of their computer every once in a while.
    http://www.lavasoftusa.com/
    It seems to take care of the adware kazaa installs, and most others.
    Reccomended for every windows user, should be "mandatory" like antivirus software.

  19. s-lang on Lightweight Scripting/Extension Languages? · · Score: 1

    I find s-lang a very nice extension language. www.s-lang.org

  20. Thor on Best BBS Memories? · · Score: 1

    Does anyone remember Thor ? It was an offline message reader/controller for Amiga and worked with AmiBBS. Somewhat similar to a mail client today, where you could download messages, filelists, etc, read them offline, reply, and upload them on the next connect. It rocked.

  21. SunRPC ;) on Do We Need Another OO RPC Mechanism? · · Score: 2, Interesting

    Well I reccomend the good old time SunRPC.
    It doesnt have 1. though that depends on what you mean by
    "object oriented". I sense you want do export your C++ objects ;) There are other ways of doing OO..
    It is somewhat lacking in 4 and 5 , though GSS-RPC will give you both. It is also not that difficult to implement authentication providers for sunrpc.. And for those that hate the portmapper, you don't have to use it. Another + is that it's small and fast. And you can do rpc over unix domain sockets, easing the pain to create custom protocols for interproces communication on the local box.

  22. Re:Does 7 really rule out XML? on Do We Need Another OO RPC Mechanism? · · Score: 4, Informative

    When I experimented with SOAP, it was around 60% metadata, and the bytes sent by the protocol were 600% more than the equivialent done with SunRPC.
    (That was for one particular application, others will vary.)

  23. Re:Just wait... on FreeBSD Ports Collection Breaks 10,000 Ports · · Score: 1

    So, one should not write GUI apps ? afaik posix doesn't standarize a GUI.
    There is Motif in the SUS specification though..

  24. Use - on Do-It-Yourself Internet Archiving? · · Score: 2, Informative
  25. Re:not just against a windows domain on Linux Workstations in a Windows Domain? · · Score: 2, Informative

    Well, there is a somewhat hole in bringing various things together, there are however may such things on linux. NIS is one. LDAP another common one, often used together with kerberos. Its perfectly doable, as I have a small network here using ldap for storing user information and kerberos for authentication and single signo on of services. Works amazingly well.http://www.bayour.com/LDAPv3-HOWTO.html provides a rather extensive howto. It's for debian, using RedHat/Fedora I found the patching and building from source unneeded.