Slashdot Mirror


User: alphapartic1e

alphapartic1e's activity in the archive.

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

Comments · 35

  1. OpenGL on Could Doom 3 be a Xbox Exclusive? · · Score: 4, Interesting

    Umm... id Software games have always been OpenGL based. Seeing how the XBox only supports Direct3D, and I don't seen why John Carmack would waste the time porting the entire codebase to Direct3D.

  2. Hmm... on Are Printers What They Used To Be? · · Score: 1

    My parents happen to own a Brother HL-1440 and they think it's terrific. I think the printer was bought back in 1998. Still running fine after I binged on it for printing out numerous essays and applications. I think the printer's quality is what you can expect for a sub-$500 piece of electronic gadgetry. I work--no frills--but for the price, it's Okay.

    I also have a coder friend that also has a Brother laster printer and I don't think I've ever heard him complain about it ever. Maybe you're expecting too much?

  3. Logical move for AMD on AMD and Fujitsu Spin Off Static Memory Giant · · Score: 1

    AMD has had a history of not just working with processors, such as flash memory. It would only seem logical that AMD would expand revenues through market expansion.

  4. GL/DX or C/C++? on OpenGL 2.0: Chasing DirectX · · Score: 3, Interesting

    I'm a CS student with very limited experience with both OpenGL/DirectX, but does the fact that OpenGL's association with C and DirectX's with C++ affect some developers' support for that library?

  5. armweak on Serious IIS Hole; Minor X Bug · · Score: 0, Funny

    That's one small bug for open source, one giant bug for microsoftkind.

  6. E3 inspiration on RTFM = Read the Funny Manual? · · Score: 0

    maybe they just need some "manual babes," ala. E3 style.

  7. Re:Release? on FreeBSD 4.6 Release Delayed · · Score: 0

    You assfuck, most production users install binary builds, and releases are the most stable way to do this.

  8. maybe too fast? on Formula 1 Design · · Score: 1

    If mass-production automobile design could develop at this rate, we may very well see the "software phenomenon" in cars. Anyone care for a BMW 328i Version 2.2 Release V with Service Pack 6a?

  9. oh, the consumerism.... on Gifts For Geeks · · Score: 1

    Looks like even geeks now are overtaken by consumerism... Most of the items on the list are consumer electronics, which, personally, I live fine without. I computer and a few books on the shelf is good enough for me, buddy. -alpha out

  10. Re:Two steps backwards on Could LaTeX Replace HTML? · · Score: 1

    I have to use LaTeX in my EE classes, and I have to say that it is NOT superior to HTML. First of all the syntax is hard to type. Where are in HTML, you use tags, in LaTeX, you have to use \blah{foo} tags. This wouldn't be so bad if the tags were standarized. There are 2-3 tags sometimes for one same function, and these tags are based on certain builds of the compiler. That's right, you have to compile the .tex code after you type it in Emacs. This is really time consuming when you have to write, compile, and view in GSview, find out that you forgot to italicize that word, go back to Emacs, recompile, and then use GS. Also, on Solaris, you have to compile from .tex to .dvi, and then from .dvi to .ps. Waste of time! HTML is much faster in terms of formating text.