Slashdot Mirror


User: pixel+fairy

pixel+fairy's activity in the archive.

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

Comments · 274

  1. do we REALLY need a word processor? on Sun's StarOffice Release: Not Open Source · · Score: 1
    lyx

    i never wanted look at a "normal" word processor again!

    dont know about the other stuff. never really had need for "office stuff". anyone who insists on a resume in word97 format, i already know i dont want to work for. (mostly because of what that says about them)

  2. when your that young, C shouldnt be a problem on Computer Programming for Everyone · · Score: 1

    python is still probably a better choice,
    but any CS major should learn ansi c.

    im not the only one i know who was programming
    at a young age (i was told 6 maybe 7).

    c++ is complex, but c is simple, and most kids are
    alot smarter than many of you realize. they
    have this amazing ability to pick up stuff and
    learn really fast. we can probably tempt them
    into wanting to write thier own games and stuff...

    The C Programming Language (kernighan & ritche) is
    less than 200 pages without the appendix.

  3. Re:its not that rediculous on SCO Talks About Linux · · Score: 1

    havent you ever heard of people using BSD to run
    sco binaries cause it was more stable? heard
    it many times, but never actually got to see it.

    linux binaries of blender and netscape run fine
    on bsd...

  4. window managers for you 486 on Enlightenment now KDE compliant · · Score: 1

    for window managers, i would look at the smaller
    ones, like wm2, lwm, flwm etc. if you can deal,
    maybe 9wm. fvwm at the most. how much ram you need
    will also depend on the frame buffer (resolution)

    ceretainly NOT enlighenment on that one.

  5. it will be mesa on Brian Paul to join Precision Insight · · Score: 1

    SGI is backing the XF86-4.0/mesa thing. im pretty
    sure they want it to run with that. its well known
    that only a small portion of linux users use
    xig or matrox. why would AW want to alienate them?

    also, since games are already using mesa with acceleration, the conformance precedent is set.

    maya is about $7k for complete and (i think)
    $16k for unlimited.

    the commercial implementation is significant.
    the source of mesa has saved me alot
    of time (and thus, my client alot of money)
    i would certainly not want to be forced into
    a non free (in speech sence) implementation.

  6. all this and only 2x agp? on Apple announces the G4 · · Score: 1

    what gives?

  7. is qt that used? on Feature: Is Open Source for Windows Less Important? · · Score: 1

    i seem to come across more gtk apps than qt.
    i just use whatever toolkit seems appropriate in my silly opinion for the purpose.
    usually as light a toolkit as possible.

  8. is anyone there working on trim curves? on Brian Paul to join Precision Insight · · Score: 1

    mesas biggest drawback is the lack of trim nurbs.
    thats what will keep maya etc. off XF86-4

  9. cant have palm in the name? on Palm Gameboy Emulator update & screens · · Score: 1

    body parts are trademarked? these IP and related
    laws are just getting sIcK!

  10. Re:emacs as an IDE on SGI releases "Jessie" to the Open Source · · Score: 1

    emacs (and xemacs) is the best in my opinion as well, but it is missing a couple things, and
    integrated source browser (and for OO people
    a class browser) so users can do things like take a struct and see where its defined and/or
    where its used, class heirarchys etc...
    it could save alot of time greping when
    you have to fix clients huge messy source trees.

    of course there probably is already elisp out
    there that does this...

    i know cygnus sells a source browser but i dont know if it integrates with emacs or if its under
    GPL (i was under the impression that everything
    they did was GPL but i could not find the source
    for download on thier web site)

  11. its GPL! on SGI releases "Jessie" to the Open Source · · Score: 1

    i just downloaded it, the page and the FTP site
    state clearly that the code is under the GPL!

    im willing to look, but it better be pretty good
    for me to switch from xemacs...

  12. Fonts teehee! on SGI releases "Jessie" to the Open Source · · Score: 1

    actually i found better font support in macOS
    than windows, but i didnt really play much with
    with fonts in either (except in photoshop and
    illustrator). i kinda remember NExTsTeP (i dont
    remember the correct capitalization) having nice
    looking fonts too.

    anyway nexus looks nice, though you have to fiddle
    with emacs (give it the entire font string,
    xfontsel can be a good help with this) and there
    are a few other nice looking fonts...

    methinks part of the problem is in the rendering
    and there also the fact there is no good front
    end to installing fonts in X (that i know of).
    too bad mkfontdir does not work with postscript
    or true type fonts. fonts are still a mess in X.
    anyone know if this will be better in XF86 4.0?

    the only times i think the fonts look bad are with
    style sheets enabled in netscape and a few other
    cases where the font rendering is clearly not anti
    aliased.

  13. and mozilla on What if Red Hat bought SCO? · · Score: 1

    ie is a very real threat to the standards of the
    web/net and indirectly the desktop. for those
    who have not been following along, netscape
    proved that sight designers follow the market
    more than any standards and thus netscape became
    a more important standard than w3.org. it seems
    like ie is currently the most popular browser
    (i dont know if this is true but alot of people
    seem to believe its true) so content developers
    will go with that instead of standards, thus
    locking out others platforms. when they have
    the browser market, then they have the desktop and
    may be able to take the net itself. if i seem
    paranoid, im only rehashing what many of us already know. there has to be an open alternative
    to ie that people will actually want to use!

  14. Re:Proprietary ram may do that one in on Microsoft Bites It On 64-bit Microprocessors · · Score: 1

    so many out here wanted one of those, and
    many did buy them, but many here were also stopped
    by the very expensive proprietary ram which you
    must use in them (and no, i have no reason to
    believe it any faster then PC-100 dimms, twice
    the bandwidth to the ram does not seem to make
    much difference) wether or not this is a case of
    it, sgi is known in the industry to find some way
    of getting more of you money. so some think this
    ram is just sgi back thier old tricks again.

  15. LGPL does not cut it? on Ask Slashdot: What is the Best GUI Framework? · · Score: 1

    why does the LGPL not cut it?

  16. why are most in c++?/alternate language bindings on Ask Slashdot: What is the Best GUI Framework? · · Score: 1

    it seems like a lot of nice toolkits (especially
    fltk) are in c++ and force you to use c++. if
    you write the tool kit (or framework) in c then
    its users can use c or c++ (or python etc).

    this is a practical issue when dealing when doing
    things like writing a gimp plug in (which cannot
    be done in c, thus you cannot use fltk).

    id like to see a good GUI framework in c, themeable, and cross platform. fltk is light and
    cross platform, but its c++. gtk is c, but its
    heavy and only runs on unix. ok, so dont *really*
    care for windows or the mac, i still like having that choice and a well written cross platform
    toolkit could be good for things like berlin or Be.

  17. good for portable etc/ what about the compiler? on 3rd Party PPC Machines from IBM specs · · Score: 1

    the alphas are not that expensive for what your
    getting, especially with the crossbar switch
    which comes with ev6. so on my desktop id rather
    have an alpha(1)

    i would definatly want one of these in a notebook.
    they could also be good for low cost machines.
    between ppc and alpha i see no need for x86.

    [1] kinda depends on compaq here, i cant
    stand how they are holding back speed on gcc in
    a lame attempt to sell more licences of thier unix variant. intel maybe slower, but they are backing
    gcc fully. hey compaq! take a clue here!
    how are the PPC people with gcc?

  18. something thats been on my mind about gnome... on The Future of GNOME · · Score: 1

    thee file manager, be nice to thumbnail images.
    imlib may be good for this, actually id like
    something where it checks for a flag on the mime
    type to run a little prodeure defining how to make
    the icon, the obvious use is to thumbnail
    images, but someone creative may come up with
    other uses too. (render a tiny imges of a 3d file
    with a little logo of that program for example,
    or have different color spreadsheet icons based on
    the rest of the name)

    to anyone who worries about slowing down the file
    managers, switch statements are practically free
    and the time to thumbnail an image is only used
    once (again the ubiquitus .xvpics comes to mind)
    the first time and when the image changes.

    seems like i may get my wish about being able to load an image into an existing gimp process...

  19. Re:This rasies a very good question. on Apple announces Darwin 0.3 · · Score: 1

    certain developers have CDs of rhapsody for x86.
    looks alot like next step...

  20. those are all game cards. on SIGGRAPH '99 OpenGL/Linux BOF Minutes · · Score: 1

    hopefully maya and sgi or hp will be ready by january.

  21. sgi wont release source for GL on 320/540? on SIGGRAPH '99 OpenGL/Linux BOF Minutes · · Score: 1

    find this hard to believe. didnt they learn anything from nvidia and 3dfx? what could
    they possibly gain from this?

    still waiting for maya/linux...

  22. not really, cant play for much time... on Neverwinter Nights Coming to Linux · · Score: 1

    i like games, and the graphics in some of them,
    but i can never play a game for more than a few minutes without mentally disecting how they must
    have done it. think making games be more fun.

  23. information control = thought control on New Cyberlaws · · Score: 1

    dont let it happen.

    lest the thought police come after you
    or our govt. becomes like the chineese govt.

    yes this is a brash statement. the FIRST AMMENDMENT may well be our most precious right.

    wonder if this means ill have to do political shit. i hate politics and all that shit...
    maybe ill just tell the hyper liberal hippies
    i went to collage with... they seem to like all
    that....

  24. my first (and maybe silly) thought on FBI Stops Satellite Phones · · Score: 1

    theres the FBI! what are we paying them for?
    they should not need our help to spy on us or
    whoever they feel like...

    seriously, that thing about speaking in code,
    codes can be figured out. my guess is encryption
    (email, disk, whatever) is how the carefull do it.
    cant be too paranoid...

  25. Re:Photoshop's interface? on Myth II Linux Demo · · Score: 1

    there is a config for gimp 1.0.4 to bee more like
    photoshop, but i dont know where to find it, ive only used it on a friends box.

    to the one who does not like the right mouse button (something i like much better than going all the way to the top of screeen like in photoshop) the devel version has a menu button for all of that in the corner. panning with the middle mouse button is another advantage.