Slashdot Mirror


User: Diskena

Diskena's activity in the archive.

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

Comments · 16

  1. Re:Man whose job relies on the scientific method.. on Lawsuit Claims NASA Specialist Was Fired Over Intelligent Design Belief · · Score: 1

    Have you _personally_ seen a troll? Not even when you shave?

  2. Re:Visual editors are for losers. on XFree86 3.3.6 released · · Score: 3

    Dude. Real programmers use

    $ cat > a.out

  3. Re:X as the new gaming standard? Nah... on XFree86 Release Update: 4.0 in Q12000 · · Score: 1

    Unless XFree86 is as easy to install as Windows 98, or if it starts shipping with massive gaming systems, game publishers aren't going to actively port their games to the OS.

    Dude. XFree86 is not an OS.

  4. Re:PERL is becoming heavyweight on Perl Domination in CGI Programming? · · Score: 1

    Now, try to do anything useful in C, without pulling in a single library.

    I can do lots and lots of useful things in C, pulling in just the [single] libc library.
    Now, try to do anything useful in Perl, without pulling in a memory hogging interpreter.
    Btw, ever seen the size of a hello world executable perlcc produces? ~500K on Linux/x86

  5. Bombing Chechnya For Dummies on IDG and 'Trademark Dilution' For Dummies · · Score: 1

    Why wouldn't NATO protect Chechnya from Russia, just like they did to Albania, eh?

  6. Re:Excuse me but... on Everything We've Heard About Columbine is Wrong? · · Score: 1

    And kiddie porn is available on the Internet.
    Therefore, we should ban the Internet.
    Same logic, same reasoning.


    Huh? How much more silly can this get? "Ban kiddie porn on internet" seems a lot more like 'same logic' compared to "ban guns in society".

  7. Shortest C decoder ever on Nitrozac Answers · · Score: 1

    main(){char b[9];while(scanf("%s",b))putchar(strtoul(b,0,2));}

    You perl kiddies eat your heart out.

  8. Re:magic decoder ring on Nitrozac Answers · · Score: 1
    You wussies. I decoded it by hand in less than 5 minutes. Everyone should practice that a little bit:
    • 1. Do a quick binary->hexadecimal conversion. Quite easy, indeed.
    • 2. Remember that 'A' is 0x41 and 'a' is 0x61
    That, and the fact that I am so hopelessly in love with her. I'll be damned.
  9. Colonisable? WTF? on First small planet found outside our solar system · · Score: 1

    Or better still, how likely it is to be Earth-like in ways that might make it colonisable if we were ever able to reach it...

    What is wrong with you people? You make me think the dude in "The Matrix" was right: we're just like a virus.. destroying everything around and then spreading further.

    Why the hell do you want to colonise everything? Isn't it a better idea to stop polluting our own planet? Stop wasting its resources so rapidly?

    Gee, and they picture aliens as evil in those shitty american movies.

  10. Editor of choice for coding? on Interview: Ask Alan Cox · · Score: 1

    Alan,

    it is clear from your diary that you don't use {X,}Emacs nor vi for coding. What is the blessed editor of your preference then?

  11. Re:frame of reference on Brian Paul to join Precision Insight · · Score: 1

    People have been spending billions of sweat and toil earned dollars on video games. Just try to convice me that people do the same with 'digital content creation'...

    Dude, you have no clue how many billions of dollars are involved with the digital content creation, simulations and such. Don't even get me started on the space simulations part or the chemistry stuff.

  12. Re:Writing apps or writing development libraries on Brian Paul to join Precision Insight · · Score: 1

    If I understand correctly, the former x11amp folks are working for 4front now. And yes, Linux is a superior development platform. Heck, even a superior gaming platform once the hardware companies start shipping those DRI modules for XF86 4.x.

  13. Linus is as reachable as always on Linus Puts Shields Up · · Score: 1

    Just put that patch together and mail it to him. Otherwise, what the hell do you want from him? He releases kernels regularly and participates in discussions on the kernel mailing list. What on earth else do you want from him?

  14. Re:BERLIN on Is X The Future? · · Score: 1

    Yes, I remember my enthusiasm after seeing the original Berlin webpage: "Hardware acceleration makes all the difference", "Assembly language is fast" etc. Now it's just an overengineered bloat-vapor-ware.

  15. Re:X windows woes on Ask Slashdot: Comparing the GUIs · · Score: 1

    Repeat after me: X Window System, X11R6.4, XFree86 4.0

    Also, DRI will be a XFree86 specific extension, and its purpose is to allow an efficient OpenGL implementation. It has nothing to do with core X architecture or such.

  16. Wrong. on Carmack On 3D Linux · · Score: 1

    The transport mechanism between a local X client and the X server is not restricted to a Unix socket. The X server vendor is free to implement it as a shared memory queue or such (I believe Accelerated X servers do something of that sort), so this is not a flaw in X architecture.

    Your idea about mmapping the framebuffer and allowing Xlib to deal with it directly is completely flawed, OTOH. First off, it disables use of hardware acceleration, which means performance would drop much more than using a Unix socket for communication with the X server. However, even if you have some sort of plugins for the Xlib which provice acceleration for specific cards, there would have to be a single semaphore for serializing access to the card's accelerator between different X clients.

    People who designed X were not stupid and really, really experienced. X does have flaws, but not where you showed them.

    Anyway, all of the above applies to "classical", 2D operation mode of X. Direct 3D rendering for games is something absolutely different, and your ideas, transformed to some point, are correct :))

    Heck, Precision Insight had them half a year ago :))

    Cheers,
    -diskena