Additions:
- jabber/XMPP, reversed: com, dot, poorcoding, dot, wrudm, at, art.
Deletions:
- jabber/XMPP, reversed: ru, dot, xmpp, at, billgates.
Additions:
Contact Details
- e-mail, reversed (parse it yourself!): com, dot, poorcoding, at, art.
- jabber/XMPP, reversed: ru, dot, xmpp, at, billgates.
Additions:
Ahoy. Recent ramblings are usually found on my
blog∞ (
∞).
Deletions:
Ahoy. Recent ramblings are usually found on my
blog∞ (
∞).
Additions:
Ahoy. Recent ramblings are usually found on my
blog∞ (
∞).
Deletions:
Ahoy. Recent ramblings are usually found on my
blog∞ (
∞.
Additions:

Arfonzo J. Coward
Ahoy. Recent ramblings are usually found on my
blog∞ (
∞.
Deletions:
art's abode
- Woe is me.
Hi guys, this site is not going to be updated anymore, for now. I have opted to use Windows Live Spaces instead. Why? To be honest, I don't have time/any desire to maintain WordPress anymore. Lazy as fuck, I know, I know.
So long csoft blog, and thanks for all the ...
- dadadodo for lulz and profit
Ok, so I reckon my first attempt at dissociation wasn't so great. Recently, I compiled all my IRC logs from 2004 to current, and ran it through for some better results (having pored through the other 99.9% utter mumbo-jumbo it generates).
Three hundred odd megabytes of IRC banter...
-rw-r--r-- 1 art art ...
- Some peace and quiet
It's nice to get along with your neighbours. Yesterday I spent 2 hours listening to one of ours--again. He is a 3-time ex-convict, recovering crack addict, formerly homeless, used-to-be-gangsta, etc.. Ever met those types of people who just have to talk loudly, no matter what? How about those types that ...
- Recursively cat’ing all files in a directory
$ cat `find /directoryname -type f`
- Vista SP1 RTM
Got my paws on the RTM of Vista SP1 yesterday night, and upgraded earlier today off a mostly-clean 6000 build, without a hitch. Apart from rebooting a handful of times and taking about 2 hours on a new notebook, I haven't run across any problems yet.
SUA SP1 also works (and ...
- Calibrating Finger Input
In Vista, if you have a capable screen, you can input not only with Wacom ("Penabled") pens, but also with your finger. If you find that the calibration settings are completely off (which they seem to be by default), run in console as administrator:
tabcal novalidate
- boo network code: simple telnet/web server
Shamelessly modified from the boo example sources, but it's enough to get you started:
import System.IO
import System.Net
import System.Net.Sockets
server = Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp)
server.Bind(IPEndPoint(IPAddress.Any, 8200))
server.Listen(1)
while true:
socket = server.Accept()
using stream=NetworkStream(socket, true):
print(StreamReader(stream).ReadLine())
writer=StreamWriter(stream)
writer.WriteLine("Ahoy, this server is running: ${shell('booc', '')}")
writer.WriteLine("${shell('cat', '/proc/cpuinfo')}")
writer.Flush()
MSDN's System.Net Namespace docs might could also be of use. ...
- boo versus ruby
Here's a document I ran across today which details some of the specific differences in the two languages. Just one of the many glorious tidbits:
Boo uses CLR threads, which generally map one-to-one to kernel threads and therefore exploit multiple processors and are fully preemptive.
In contrast, Ruby uses lightweight threads - ...
- Installing Linux on an UltraSparc 10 via serial console
Aye, the Ultra 10 (Model 440) finally came in yesterday.
Headless mode install definitely works--here's how:
Get your Linux media burnt. Ensure your bootloader settings support serial console I/O (I tried using a nightly ubuntu-server/sparc .iso).
Get your serial console working with your Ultra 10. You will need a DB9 (com) port, which ...
- some cut up theory
Some intriguing outputs from dadadodo and various online bits of text. Can you guess the source/theme for any of these output sets? Lulz.
Donate to boycott, of Yahoo, support the Us killing many Hamas attacks on his or libraries and various other things; or application the underlying message with A recording ...
Additions:
Deletions:
art's abode
- Woe is me.
Hi guys, this site is not going to be updated anymore, for now. I have opted to use Windows Live Spaces instead. Why? To be honest, I don't have time/any desire to maintain WordPress anymore. Lazy as fuck, I know, I know.
So long csoft blog, and thanks for all the ...
- dadadodo for lulz and profit
Ok, so I reckon my first attempt at dissociation wasn't so great. Recently, I compiled all my IRC logs from 2004 to current, and ran it through for some better results (having pored through the other 99.9% utter mumbo-jumbo it generates).
Three hundred odd megabytes of IRC banter...
-rw-r--r-- 1 art art ...
- Some peace and quiet
It's nice to get along with your neighbours. Yesterday I spent 2 hours listening to one of ours--again. He is a 3-time ex-convict, recovering crack addict, formerly homeless, used-to-be-gangsta, etc.. Ever met those types of people who just have to talk loudly, no matter what? How about those types that ...
- Recursively cat’ing all files in a directory
$ cat `find /directoryname -type f`
- Vista SP1 RTM
Got my paws on the RTM of Vista SP1 yesterday night, and upgraded earlier today off a mostly-clean 6000 build, without a hitch. Apart from rebooting a handful of times and taking about 2 hours on a new notebook, I haven't run across any problems yet.
SUA SP1 also works (and ...
- Calibrating Finger Input
In Vista, if you have a capable screen, you can input not only with Wacom ("Penabled") pens, but also with your finger. If you find that the calibration settings are completely off (which they seem to be by default), run in console as administrator:
tabcal novalidate
- boo network code: simple telnet/web server
Shamelessly modified from the boo example sources, but it's enough to get you started:
import System.IO
import System.Net
import System.Net.Sockets
server = Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp)
server.Bind(IPEndPoint(IPAddress.Any, 8200))
server.Listen(1)
while true:
socket = server.Accept()
using stream=NetworkStream(socket, true):
print(StreamReader(stream).ReadLine())
writer=StreamWriter(stream)
writer.WriteLine("Ahoy, this server is running: ${shell('booc', '')}")
writer.WriteLine("${shell('cat', '/proc/cpuinfo')}")
writer.Flush()
MSDN's System.Net Namespace docs might could also be of use. ...
- boo versus ruby
Here's a document I ran across today which details some of the specific differences in the two languages. Just one of the many glorious tidbits:
Boo uses CLR threads, which generally map one-to-one to kernel threads and therefore exploit multiple processors and are fully preemptive.
In contrast, Ruby uses lightweight threads - ...
- Installing Linux on an UltraSparc 10 via serial console
Aye, the Ultra 10 (Model 440) finally came in yesterday.
Headless mode install definitely works--here's how:
Get your Linux media burnt. Ensure your bootloader settings support serial console I/O (I tried using a nightly ubuntu-server/sparc .iso).
Get your serial console working with your Ultra 10. You will need a DB9 (com) port, which ...
- some cut up theory
Some intriguing outputs from dadadodo and various online bits of text. Can you guess the source/theme for any of these output sets? Lulz.
Donate to boycott, of Yahoo, support the Us killing many Hamas attacks on his or libraries and various other things; or application the underlying message with A recording ...