Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Rose-Hulman Institute of Technology FPGA Use (Score 1) 112

I'm in the computer science program at RHIT and we're required to take two courses on computer architecture. In the first course, we implement a simple processor using an FPGA, then we design and build our own. Of course, this is before we learn about pipelining, but it's still a lot of fun. In the prereq course where we learn digital circuits, my section's final project was to build a judging system for a pinewood derby race using an FPGA, and other sections had to do such things as implement an alarm clock. I had a lot of fun doing both and they really made me appreciate digital hardware.
Also, as a fun side note, a roommate of mine last year designed on paper a Brainfuck interpreter that ran off raw Brainfuck ASCII source for the Xilinx FPGA competition, but never built it because he wasn't sure if he could present on Brainfuck without laughing. I wonder if that schematic is still lying around somewhere...

Comment Re:RubyJS (Score 1) 303

You could really call it either. I suppose calling it a translator makes sense given the language analogy, but really all a compiler does is read in some file(s) (usually source code) and emit file(s) based on the input, usually but not always in the form of something executable. So, a source-to-source compiler is still a compiler.

Comment Another Flaw (Score 1) 446

Okay, so people that want the content and have to pay for it are pissed. But what about your customers that don't have Internet access on their console? They're double-screwed even if they bought the game new.

Slashdot Top Deals

No user-servicable parts inside. Refer to qualified service personnel.

Working...