Tagged Questions

The physical components of a computer. Please specify the model of your hardware in your question.

learn more… | top users | synonyms

66
votes
48answers
13k views

What's your ideal multiple-monitor setup for programming?

Jeff Atwood is often expounding the benefits of triple monitor setups for developers, and I have to say I agree with him. However, we are about to take on a good number of new developers and are ...
49
votes
19answers
19k views

What's the cheapest mac development box possible?

Simple question really, I would like to learn some cocoa, primarily for playing around with the Iphone SDK, but first i need a mac. Macs are expensive, but I don't know at what point an old mac moves ...
42
votes
58answers
16k views

Mouse for programmer [closed]

We have discussed keyboards. But take a look at the small piece of plastic to the right (or left :) ) of your beloved keyboard! This humble creature helps you to draw nice forms, and click all around ...
39
votes
13answers
1k views

Cool Hardware/Devices that can be programmed in .NET?

I'd love to start writting managed code for external devices and sensors. Are there any devices that come to mind that can be coded against using .NET? Any suggestions? Edit: The main thing I'm ...
35
votes
16answers
1k views

Why is number 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 better choice, or is ...
35
votes
12answers
10k views

Best Laptop keeping Visual Studio in mind

I loved this post by ScottGu which made me think a bit about Hard drive speeds and how it is linked to Visual Studio performance. Since it is a bit older post, I would like to hear from you (serious ...
34
votes
36answers
17k views

One large monitor or dual-monitor setup?

Let's say I have a certain budget to buy the displays for my development setup. With that budget I can either buy one larger monitor with a higher resolution or two smaller monitors and set them up in ...
32
votes
25answers
2k views

How do you back up your development machine?

How do you back up your development machine so that in the event of a catastrophic hardware malfunction, you are up and running in the least amount of time possible?
29
votes
9answers
1k views

Multithreaded paranoia

This is a complex question, please consider carefully before answering. Consider this situation. Two threads (a reader and a writer) access a single global int. Is this safe? Normally, I would ...
28
votes
26answers
3k views

How do you keep your Windows development machine from slowing down?

After using Windows for some time, any computer can begin to suffer from "Slow Computer Syndrome", or "winrot", so I am interested to hear what you are doing to prevent this. I am not looking for ...
28
votes
45answers
5k views

What's the coolest hack you've seen or done? [closed]

As programmers, we've all put together a really cool program or pieced together some hardware in an interesting way to solve a problem. Today I was thinking about those hacks and how some of them are ...
25
votes
73answers
6k views

What's the coolest machine you've ever worked on? [closed]

What's the most exotic, coolest, unique, or interesting machine you've worked on? Most of us work on machines with x86 architectures using some Windows or Linux variant. I'm sure there are those of ...
25
votes
11answers
2k views

How do I convince my boss to buy nice big monitors for the developers?

What's the best way to convince management that buying nice big monitors for developer workstations is worthwhile? (Whether big monitors actually are worthwhile is totally irrelevant, I'd like to ...
24
votes
15answers
1k views

Multithreading: What is the point of more threads than cores?

Perhaps this is a total noob question, but: I thought the point of a multi-core computer is that it could run multiple threads simultaneously. In that case, if you have a quad-core machine, what's ...
20
votes
3answers
314 views

How to program to old game consoles? [closed]

I want to know how to program to old game consoles for fun. Can I use a programming language such as C? Will I have to use assembly? I do not know any console compiler, assembler or API. I will need ...
20
votes
19answers
7k views

Best way to learn how to use FPGAs

In next weeks probably I will have some little FPGA to play with. I have a programmer background (C, C++, Java mostly) and some (very) limited experience in electronics. What are the best tools to ...
19
votes
3answers
4k views

How to tell if your code is running on an iPhone or an iPhone3G?

I am trying to determine if my code is running on an iPhone or an iPhone3G. My first try was to use the UIDevice class in UIKit, but both iPhone and iPhone3G return the same responses: ...
19
votes
4answers
21k views

Virtual Serial Port for Linux

I need to test a serial port application on Linux, however, my test machine only has one serial port. Is there a way to add a virtual serial port to Linux and test my application by emulating a ...
18
votes
21answers
3k views

Optimal OFF THE SHELF development machine

I've been getting a high end dell xps laptop or desktop every 12-16 months for the last 8 years. I'm really satisfied with the actual hardware and price, but I'm getting very annoyed by their ...
17
votes
10answers
634 views

Where can I start with programmable Hardware?

I've had a desire to learn at least a tiny bit about programming hardware for quite some time now and thought I'd ask here to get some starting points. I am a reasonably accomplished programmer with ...
17
votes
26answers
4k views

What's inside an ideal developer workstation? (Obsolete from Feb '09)

My office is in dire need of new workstations. They've come to me as the "kid who plays games" so I'm pretty in touch with whats new and hot, but not necessarily whats ideal for workstation class ...
15
votes
2answers
6k views

How to fast get Hardware-ID in C#?

I need in my license Program use hardware id ,I tried use WMI,but it still slow . I need Cpu,HDD,Motherboard info.
15
votes
27answers
1k views

Throwing hardware at software problems – Which way do you lean?

There is a strong case out there for companies who are experiencing scaling problems with their current architecture to simply spend $$$ on cutting edge hardware to achieve the performance and scale ...
15
votes
8answers
8k views

CUDA vs FPGA?

I am developing a product with heavy 3D graphics computations, to a large extent closest point and range searches. Some hardware optimization would be useful. While I know little about this, my boss ...
14
votes
1answer
423 views

How can I find out if a device has a vibrator?

I have a device of which I don't know if it has a vibrator. Is there a way to query for the availability of the vibrator?
14
votes
10answers
870 views

Why do computers work in binary?

I have done some searching but have not found a truly satisfactory answer. As a developer i want to invest the necessary time in understanding this, thus i am looking for a complete explanation on ...
14
votes
4answers
336 views

What alarm/access hardware can I control from *NIX?

Okay, so not strictly a programming question BUT the point is I want to integrate my new building's business access/alarm system into the rest of my *NIX setup at my business. I do NOT want to use ...
14
votes
4answers
396 views

Estimating process energy usage on PCs (x86)

I'm trying to come up with a heuristic to estimate how much energy (say, in Joules) a process or a thread has consumed between two time points. This is on a PC (Linux/x86), not mobile, so the ...
14
votes
14answers
588 views

How to tell an IP address with 4 LEDs?

I am developing a net-managed device with the .NET Micro Framework. Since the idea is to have a bunch of devices in an office, sometimes it is necessary for the user to know the IP address of a ...
14
votes
11answers
14k views

Is MacBook Air suitable for occasional Dev Work? (Ruby, Objective C, Cocoa)

Will a MacBook Air have enough horsepower for occasional development in Ruby? Objective C? Cocoa? Are there any other major limitations with doing this? Notes: I hook it up to a large Monitor. I ...
13
votes
21answers
2k views

How do I get rid of a hard disk without exposing my source code?

What is the proper way to dispose an old hard disk which contains my source code and other intellectual property? I was about to throw it away in the recycle box but thought better to check it with SO ...
12
votes
25answers
715 views

Code that causes physical effects in hardware?

A couple of years ago, I remember reading about an academic project that executed a specific sequence of instructions whose effect was to cause the targeted processor to catastrophically overheat and ...
12
votes
4answers
2k views

How are interrupts handled by dual processor machines?

I have an idea of how interrupts are handled by a dual core CPU. I was wondering about how interrupt handling is implemented on a board with more than one physical processor. Is any of the ...
12
votes
7answers
2k views

Why is float division slow?

What are the steps in the algorithm to do floating point division? Why is the result slower than say, multiplication? Is it done the same way we do division by hand? By repeatedly dividing by the ...
12
votes
12answers
1k views

What are good options for beginning hardware programming using high-level languages?

I got interested in hardware programming lately and I was wondering what would be the best choice for me as an electronics amateur. I'm not looking for low-level programming in assembler and creating ...
12
votes
4answers
21k views

C# little endian or big endian?

In the documentation of hardware that allows us to control it via UDP/IP, I found the following fragment: In this communication protocol, DWORD is a 4 bytes data, WORD is a 2 bytes data, BYTE is ...
12
votes
11answers
17k views

Optimal RAID setup for SQL server

We have an SQL 2005 database backend for our website, currently about 10GB in size. There are a lot more reads than writes, though I don't have the exact statistics. We're upgrading our database ...
12
votes
9answers
2k views

Extending battery life on laptop while programming? [closed]

I often program outside away from power, how can I extend the battery life in my laptop to let me program longer without having to "return to base" Specifically for a MacBook Pro.
11
votes
3answers
116 views

Unstable qubits at high speeds

I recently started programming the experimental UniCoRNS (unified correlation renormalized N-Space) computer. I am having certain difficulties obtaining stable reading at 3 GHz threshold. It ...
11
votes
10answers
626 views

Looking for Hardware that will easily interface with my .NET code

I'm a .NET C# developer looking to do some hardware interfacing/programming. I just want something super simple to mess around with. I have done one of those basic stamp projects, but I want ...
11
votes
10answers
872 views

Hardware Assisted Garbage Collection

I was thinking on ways that functional languages could be more tied directly to their hardware and was wondering about any hardware implementations of garbage collection. This would speed things up ...
11
votes
4answers
2k views

How to detect if any specific drive is a hard drive?

In C# how do you detect is a specific drive is a Hard Drive, Network Drive, CDRom, or floppy?
11
votes
25answers
2k views

What's your development setup? (Talking right now to my boss)

How do I tell my boss, that I need endless cpu power to automate my daily job? By the way, what's your setup, now in sep, 2008. How fast disks? How much memory? How many cores? How big screen? ...
10
votes
6answers
535 views

C-to-hardware compiler (HLL synthesis)

I try to make an survey/history of all C-to-hardware compilers. For all that dont know them: they take C code then translate it into some hardware description language (like VHDL or Verilog), which ...
10
votes
5answers
1k views

in Delphi7, How can I retrieve hard disk unique serial number?

Hi I want to retrieve HDD unique (hardware) serial number. I use some functions but in Windows Seven or Vista they don't work correctly because of admin right. Is it possible retrieve it without run ...
10
votes
4answers
1k views

Hardware for .NET Micro Framework

I would like start with .NET Micro Framework as my hobby project. What hardware devices would you recommend for that? Is there something like list of all hardware with support .NET Micro Framework?
10
votes
3answers
1k views

Sizing and Capacity Planning Tips and How-to

I am often asked to perform sizing and capacity planning for our clients. When our clients buy our products (basically J2EE web applications), they often ask what hardware they will need to run those ...
10
votes
6answers
3k 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 article presenting the ...
10
votes
8answers
3k views

Tool for drawing timing diagrams

Recently as I am working with the hardware design group developing an ASIC. And I am drawing a lot of timing diagrams for which I am using Microsoft EXCEL to draw them, as it is easy to import to word ...
10
votes
17answers
3k views

Building a Computer around Programming? [closed]

I'm a Computer Science student and have about a year left to graduate. My current computer is getting a little crummy and I'm looking to build my next system. My question, is there certain things ...

1 2 3 4 5 22