PedroDiogo_ | 13 years ago | on: FPGA x86 Processor
PedroDiogo_'s comments
PedroDiogo_ | 13 years ago | on: How to Destroy an Arduino
All I can say is that once, while programming one of these ATMegas, I accidentally swapped VDD and GND and left it there for 2/3 minutes. The chip got very hot and I burnt my finger but once I left the chip cool I was able to program it again and after 2 years it is still working.
PedroDiogo_ | 14 years ago | on: Learning VIM while playing a game
I'm using a Macbook Air with Mac OS X Lion and Google Chrome and the gameplay is very smooth.
PedroDiogo_ | 14 years ago | on: Pirate Bay hosting machines on cheap, small drones
Such devices would need to return land on a regular basis even if helped by solar panels. The costs of maintaining a significant number of this nodes floating would be considerable.
Also the delay on the communications would also be significant compared to a normal server. If you take the low computational power of a Raspberry Pi and put it with a 100Mbps radio (effective data rate would be less), the result would be a very slow website.
PedroDiogo_ | 14 years ago | on: Tell HN: You should pay me $250 to build something for you.
Best of luck for you :)
PedroDiogo_ | 14 years ago | on: Reverse engineering the Mac ‘breathing’ LED
I bet Macs don't generate analog voltages to fade the LED, it would be expensive.
PedroDiogo_ | 15 years ago | on: Steve Wozniak wrote BASIC for the Apple computer in binary
I've done it for school projects, where we had a simple processor that had to be "programmed" this way. Sure I didn't have to implement a BASIC interpreter, but I know how hard it is to debug.
PedroDiogo_ | 15 years ago | on: Show HN: My summer project - simulated CPU built from NAND gates
We had to use VHDL, and also used some predefined ports, so we hadn't to create everything from nand gates like you are trying to do. The book we used was "Computer Architecture: A Quantitative Approach" by Hennessy & Patterson.
PedroDiogo_ | 15 years ago | on: ASCII Table in C.
If this is his final EE project as said on the page, in my opinion the main focus of the project is to have a working proof of concept of an implementation of a X86 processor on a FPGA.
He wouldn't have the time to build a fully ready to market X86 processor all by himself, I think.