Slashdot Mirror


User: anarxia

anarxia's activity in the archive.

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

Comments · 160

  1. Re:What, like x86 instruction set? on Legacy-Free PCs · · Score: 1

    While I agree with most of you said, I disagree on the instruction set comment. A successfull instruction set needs to support basic operations, avoid expensive instructions, and reduce dependencies between instructions. If you have a complex instruction set then you will have lots of trouble pipelining, branch predicting, out-of-order execution, parallel execution and so on.

    Instruction sets are moving from user-friendliness towards hardware-friendliness. VLIW and EPIC cpus are non-trivial to program, whereus the VAX was designed to make programming easier. The VAX was abandoned ages ago...

    Most of your ideas have already been tried. If you want to know more about CPU history I suggest:
    http://www3.sk.sympatico.ca/jbayko/cpu.h tml

    a very good read and should keep you busy for a couple of weeks :)

  2. mmm 7.1 on Windows Media 9 in Digital Theaters · · Score: 1

    Seriously, who needs 7.1? The majority of DVDs out there are 5.1 and most movies simply won't benefit from the extra 2 channels. Let's make 9.1 because more channels sound better! The capability is nice but it's not that useful.

  3. Academic Java programs that don't crash on Public Standards: C# 2, Java 0 · · Score: 1

    Before submitting a Java program make sure you have a try catch(Exception) block somewhere to catch all exceptions. No crash! With C and C++ programs you are pretty much screwed since you have to debug them and catch most of the memory leaks. Seriously though, you can't always blame students for turning in programs with bugs. You can't expect anyone to make a quality program with impossible deadlines.

  4. Re:Community or company? on Mozilla Project Turns 5 · · Score: 1

    good one!

  5. Re:Ironical on Eclipse 2.1 Released · · Score: 1

    The language is open source for the most part, but the license isn't free. You can modify it and use it but you cannot redistribute the modified work without permission from Sun. If you download the JDK from Sun or blackdown.org there is a file called src.zip guess what it has inside...

  6. Re:Whew! on Dell Offers Curbside Computer Recycling · · Score: 1

    I feel depressed. People are throwing away PCs which are better than my current one and what makes it worse is that it the most valuable thing in my appartment. Damn you technology!

  7. Re:I'm new to Linux on Clear Case Roundup · · Score: 1

    What does it have to do with the topic? I can understand that you are happy you are through with Windows but there are plenty of chances in /. to brag about Linux so take it to a more appropriate subject. The fact that you have a family proves that there is another wonderful free something (hint: not linux)

  8. Re:aliens, war? on SETI@Home 2nd Look at Possible Hits · · Score: 1

    Why would anyone need SETI@home to distract people when you have unecessary wars and Hollywood?

  9. Re:Don't get me wrong on XFree86 4.3.0 Released · · Score: 1

    I'd rather wait a couple of months than ending up with (partially) broken X. The new features are cool but nothing I can't leave without.

  10. Re:Yep on Microsoft At Middle Age · · Score: 1

    386 IS 32-bit.