Category Archives: Hardware

A computing machine

As mentioned previously, I’ve been trying my hand at Verilog — a language for designing electronic circuits. This post discusses the next project I attempted: a Central Processing Unit. Magic of computation A CPU is the part of a computer … Continue reading

Posted in Hardware, Programming | Tagged , , | Leave a comment

Learning Verilog

Over my summer break I learned Verilog. Verilog is a hardware description language: it’s a kind of programming language in which, instead of providing a sequence of instructions for updating a computer’s state, or composing an expression that evaluates a … Continue reading

Posted in Hardware, Programming | Tagged , | 2 Comments

Cluster size experiment

After getting the SSD for my system, I’ve been able to repartition the existing HDD into a data-only drive. I typically have a small partition for general files (basically my documents and source code), and a big one for large … Continue reading

Posted in Hardware, Programming | Tagged , , | Leave a comment

New SSD

A couple of Fridays ago, a solid state drive — the 256GB Crucial M4 — on which I’d been keeping my eye became available again at a reasonable price, so within a few minutes I placed an order. It arrived … Continue reading

Posted in Hardware, Rants | Tagged , , , | Leave a comment

World Backup Day again!

It was World Backup Day a few days ago, and for once Slashdot managed to warn us about it ahead of time. Well done to them, and I hope it’s a policy they apply for future events. (For a moment … Continue reading

Posted in Hardware | Tagged | 1 Comment

Water cooling

A mere 12 months after beginning to gripe about my machine’s loudness, I’ve done something about it. I’ve installed water cooling. And the machine actually still boots and runs. :O

Posted in Hardware, Reviews | Tagged , , | 1 Comment

Minor hardware improvements and plans

Pretty minor indeed: some obscure hardware parameters are now more impressive, but no noticeable changes to performance.  Well, you can’t put a price on bragging rights…

Posted in Hardware | Tagged , , , | Leave a comment

Time for a vacuum?

A graph of CPU, Motherboard and Graphics card temperatures so far this year. Since getting this machine I’ve been collecting hardware measurements from it. I thought I should try to see if there are any trends developing.

Posted in Hardware | Tagged , , | 1 Comment

Open Hardware Monitor logging and fan control

I’ve updated my OHM working copy to r314, and generated a patch that adds the two features mentioned previously: Periodic logging of all sensor data to CSV. Control of GPU fan using a reference temperature.

Posted in Hardware, Programming | Tagged , | Leave a comment

GPU temperature control

Open Hardware Monitor has been running (via a scheduled task) on my machine, since I discovered it in February.  It collects data on the 36 sensors in my system, and logs it every 5 seconds.  I’m generally pretty happy with … Continue reading

Posted in Hardware, Programming, Science | Tagged , , | 3 Comments