Tagged Questions

1
vote
1answer
33 views

How can I test my homebrew Nintendo Entertainment System software on real hardware?

A few years ago, I implemented an NES game as a class project, written in 6502 assembly. I only ever ran it on an NES emulator, but I would like to see it run on the real hardware. …
-2
votes
3answers
55 views

Speed of data access…

Which do you think would be faster: A) Reading a file 512 bytes in length on a solid state drive in a directory of 1 billion files B) Selecting a 512-byte column by unique indexe …
0
votes
1answer
30 views

worth it to upgrade from a Dell D830? [closed]

I do Visual Studio development on my employer-issued Dell D830 laptop (see specs). Like many developers, I am ashamed to say, I am quite ignorant of hardware. The main thing I no …
90
votes
446answers
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 …
171
votes
180answers
25k 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
1answer
33 views

Android hardware properties

How can I find hardware properties at runtime? I want to be able to know if the device has a physical keyboard, d-pad, trackball, etc.
26
votes
14answers
888 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 …
4
votes
9answers
422 views

Performance of java on different hardware?

In another SO question I asked why my java programs run faster on AMD than on Intel machines. But it seems that I'm the only one who has observed this. Now I would like to invite …
-3
votes
10answers
224 views

Why do most programmers know nothing about hardware? [closed]

Ok, maybe I'm exaggerating a little in the question, but it's mostly true. I must say that most of the programmers / developers / coders I have worked with in the past didn't reall …
5
votes
4answers
105 views

Arduino: Lightweight Compression Algorithm to store data in EEPROM

I want to store a shitload of data onto my Arduino whith ATmega168/328 Controller, but unfortunately there's only 256KB / 512KB of EEPROM storage. My idea is to make use of an co …
-2
votes
0answers
33 views

Motherboard Drivers for K9N ultra MS 7250 [closed]

Where do i get motherboard drivers for the K9N ultra MS 7250
0
votes
2answers
54 views

How to find if system has attached webcam

Hi all, I want to know if the system has a attached webcam. How should i proceed? I want to do it with java language.
0
votes
3answers
98 views

What’s the best way to find if the processor type is PPC or Intel in Cocoa? (Do I have to use Carbon?)

I need to get it as a string to use elsewhere in the program, I'm not worried about compiler settings. I found HowToGetHardwareAndNetworkInfo on CocoaDev, but it seemed a little i …
8
votes
7answers
170 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 …
1
vote
2answers
69 views

Development Kit suggestions

Hello everyone Working on a PoC of a project that streams data from USB via Wifi: I need a development kit with WLan (preferably 802.11g) and HighSpeed USB device. Don't mind the …

1 2 3 4 5 30 next
15 30 50 per page