[Qt-interest] [slightly OT] Null device with Qt
alexander golks
alex at golks.de
Fri Apr 1 17:14:13 CEST 2011
good morning!
please see attachment for the datasheet of the random access write-only memory
which can also be used as null device in case you don't have one on your board.
hope this helps, too!
alex
> Date: Fri, 1 Apr 2011 12:56:57 +0200
> From: "Konrad Rosenbaum" <konrad at silmor.de>
> Subject: [Qt-interest] [slightly OT] Null device with Qt
> To: qt-interest at qt.nokia.com
> Message-ID:
> <fe0fa7abb314ee740ef0c00b84beb359.squirrel at squirrel.six.silmor.de>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
>
> since I have been working on this for several weeks, I'll share it with
> you in the hopes that it is useful.
>
> Null devices (Linux/Mac: /dev/null; Windows: \\.\NUL) are those little
> silvery chips on the mainboard (usually with type IDs like "MHZ1234***")
> that collect used up bits (like after shift operations, dropped memory
> pages, etc.). Those bits get recycled the next time the CPU requires fresh
> ones. Of course some waste does collect in the null device - and on modern
> machines this can happen pretty fast. The waste bits are usually blown out
> of one of the fans at the back of the machine, although all modern null
> devices have the ability to package excess waste bits ready for network
> transport to professional bit recyclers.
>
> It turns out it is pretty easy to access the null device with Qt and to
> send those bits on their way to an environmentally friendly afterlife.
>
> Source is appended (needs Qt 4.7).
--
UNIX always presumes you know what you're doing. You're the human being,
after all, and it is a mere operating system.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: datasheet.jpg
Type: image/jpeg
Size: 180919 bytes
Desc: not available
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110401/6482d2c1/attachment.jpg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110401/6482d2c1/attachment.bin
More information about the Qt-interest-old
mailing list