1
vote
2answers
31 views
Getting started with HDLs from regular programming
Hello, I've always kinda wanted to make my own microprocessor.. I've read http://stackoverflow.com/questions/632698/how-can-i-make-my-own-microcontroller .
I tried multiple times …
6
votes
4answers
108 views
Why does multithreaded file transfer improve performance?
RichCopy, a better-than-robocopy-with-GUI tool from Microsoft, seems to be the current tool of choice for copying files. One of it's main features, hightlighted in the TechNet arti …
91
votes
449answers
15k views
What was your first home computer?
What was your first home computer? The one that made you "fall in love" with programming.
There are 300+ entries, many (most?) of which are duplicates.
As with all StackOverfl …
1
vote
4answers
40 views
What disk layout works fastest for Visual Studio development?
So my laptop hard drive reported a bad cluster last week, which is never a good sign.
I'm going to be shopping for a hard disk, and I may as well plump for the upgrade to Windows …
171
votes
179answers
26k views
Keyboard for programmers
I'm trying to improve my working environment and I'm still searching for that perfect keyboard that practically types bug-free code all by itself. At the moment I'm using a Logitec …
1
vote
6answers
72 views
Java Hardware Interrupt Handling
I would like to know if it is possible to automatically invoke a Java method when a hardware interrupt is raised.
0
votes
0answers
39 views
How to get info about my network software & hardware ? [closed]
I have a lot of computers in my network and i need to get info about the software and hardware installed on all of them Is there any software to make such network inventory and au …
1
vote
3answers
63 views
Best Book on Bit Magic
Hi,
I'm continiously impressed with the bitmagic used in chess engines, 3dgames and other highly optimized codebases.
I've tried to read about IEEE and the article at topcoder, but …
27
votes
14answers
962 views
Why is amount of bits always(?) a power of two?
We have 8-bit, 16-bit, 32-bit and 64-bit hardware architectures and operating systems. But not, say, 42-bit or 69-bit ones.
Why? Is it something fundamental that makes 2^n bits a …
1
vote
1answer
74 views
Do bitwise operations distribute over addition?
I'm looking at an algorithm I'm trying to optimize, and it's basically a lot of bit twiddling, followed by some additions in a tight feedback. If I could use carry-save addition …
0
votes
4answers
95 views
Input from 4 different mice
I need to build a simple app that takes (click only) input from 4 USB mice connected in addition to the built-in touchpad on a notebook. My preferred operating system for this setu …
0
votes
3answers
60 views
Need advice on new development system and OS
Hi,
I am going to be starting a new job soon and the company has previously had hobbyist developers working on their applications and as such not had to worry about supplying equi …
0
votes
4answers
61 views
Relation between USB and PCI
Hi,
I m bit confused by the following statement in linux device drivers book.
http://www.linuxdriver.co.il/ldd3/
13.2. USB and Sysfs To help understand what this long device p …
0
votes
0answers
52 views
Low power compliance specific to programmers [closed]
For a long time, I know that Energy Star program has been around as a compliance program for electronic gadgets. Mostly related to IT.
If possible, Can we enumerate all such compl …
0
votes
0answers
15 views
WMI: How to differentiate between Wireless mouse and touch screen
I am using Win32_PointingDevice class to detect mice connected to the system. I ran my device discovery script on a machine which has touch screen. The discovery shows up with 3 po …
