Home

Tue, Dec. 22nd, 2009, 11:51 am
Anyone know about Thorium?

I just read this article on the potential use of thorium in nuclear power plants. It gives me that "too good to be true" kind of feeling; according to the article thorium plants would have little waste, low risk of meltdown, and would not produce fuel usable for nuclear weapons. I have no trouble believing the government shut this research down for political reasons, but it seems like there must be some other problem here. Any nuclear physicists in the room care to comment?

Sat, Dec. 19th, 2009, 01:27 pm

15 inches and counting.

Thu, Dec. 17th, 2009, 09:34 pm

Finally some recognition

Wed, Nov. 25th, 2009, 06:47 am
Fundraiser for Darhyl Lyons: A Helping-Hand for a Hometown Hero.



Come enjoy an evening of dance, music and martial arts performances, an eco-fasion show, a silent auction of things from Old Takoma businesses, goody bags, and more. Darhyl leads A Different Drum Drumming circle, works as both staff and board member at the Takoma Co-op, and is a great local guy with big medical bills. All proceeds go directly to Darhyl.


Saturday November 28

7pm

$30/single, $50/couple, $80/group of 4

Tickets: http://funds4darhyl.eventbrite.com

Contradiction Dance Studio, 7014-A Westmoreland Ave, in Old Takoma.

Tue, Nov. 3rd, 2009, 06:11 pm
Takoma Park FTW

I just voted in the first open source, voter verifiable municipal election.
Takoma Park rocks!

Tue, Jul. 21st, 2009, 03:29 pm
Good News from the Bench

A federal appeals court has ruled that DC's roadblocks in Trinidad (the neighborhood in NE DC) were unconsitutional (full story). Trinidad is a rough neighborhood, I go there (at least in passing on my way to H street), and have friends who live there. The homicides were very concerning, and I don't doubt DC AG Nickles when he says the checkpoints were "effective". But the whole point of having a bill-of-rights is that effective law enforcement techniques limit freedom. I'm always glad to see the courts deciding for what is right instead of what is easy (even if it may put me or those I care about at risk).

Wed, Jul. 15th, 2009, 09:29 am
Hydrodynamic Building Set!

I just bought myself a Hydrodynamic Building Set. It's pretty awesome.

Mon, Jul. 13th, 2009, 08:20 am

Hey manko, have you and your young minions discovered TV Tropes yet? (I just found it thanks to today's xkcd, and much like the strip's protagonist could waste all day clicking about).

Tue, Jun. 30th, 2009, 11:50 am
repne scasb

Fun to say and fun to execute.
"Repeat while not equal scan string bytes"
Search for the first instance of the byte ax in the first ecx bytes of the string referenced by edi. Decrements ecx and either increments or decrements edi (based on the df flag of the eflags register) at each iteration.

I've been staring at intel assembly for far too long.

Tue, Jun. 9th, 2009, 09:42 am
Strangely Attractive

This is a followup to yesterdays chaotic image.
I've modified my Processing program to animate the a,b,c, and d parameters.
Try the applet.
To toggle animation on/off for a parameter just hit the corresponding key ('a','b','c', or 'd').

On an unrelated note... [info]nomoresquid, there was a moth in our cat's water bowl last night that seemed to be drowned. But when I picked it out of the water it started twitching in the sink and stood up (it may even have flown off, but I think I squished it). Maybe there was salt in the sink?

ETA: There was a bug in my code, I trampled x before calculating the new y. This is fixed now. Also you can change the number of iterations using '+' and '-'.

Mon, Jun. 8th, 2009, 10:15 am
Cause Nothing Says Monday Morning Like Chaos



Processing Code:

float x = 0.1;
 float y = 0.1;
 float a = -0.5318;
 float b = 2.785;
 float c = 2.685;
 float d = -0.9887;
 
int h   = 800;
int w   = 800;

size(h,w);
background(255);


for(int i=0;i < 1000000;i++){
  x = sin(a*x) + c*sin(a*y);
  y = sin(b*x) + d*sin(b*y);
}

for(int i=0;i < 1000000;i++){
  stroke(0);
  point( (w/6) * (x+ 3) ,(h/6) * (y + 3));
  x = sin(a*x) + c*sin(a*y);
  y = sin(b*x) + d*sin(b*y);
}


You can play with the a, b, c, and d variables to generate different pretty pictures.

(equations copied from Chaos in Wonderland by Clifford A. Pickover).

Tue, May. 19th, 2009, 07:13 am
Staff Class?

Hey DC Area LJ folks.
Any of you interested in taking an intro to staff manipulation (both grip & contact) class?
I'm trying to put one together for the summer session at contradiction dance. To get the slot I need at least 5 students. Anyone interested please let me know what day/time would be most convenient for you. Currently earlier in the week looks more likely (monday, tuesday, or wednesday evening). I have received a vote for saturday afternoon, but that would require finding a sub or cancelling at least two classes.

Sun, May. 10th, 2009, 10:43 am
Hey MaxMSP lovers

I just happened upon Pure Data, an open source alternative developed by the original designer of the Max language. I have no idea how good it is (and am not really in a position to evaluate it what with the musical illiteracy and all). Just thought someone out there might be thinking "damn, I love MaxMSP but it is really expensive/won't run on my platform"

Fri, Apr. 24th, 2009, 06:51 am
It's Official



We're Takoma Park hippies.

Thu, Apr. 16th, 2009, 07:56 pm
Bacon Lance

Because everything is better with bacon

Tue, Apr. 7th, 2009, 12:13 pm
Obama's DOJ

This is very disturbing.

Tue, Apr. 7th, 2009, 10:58 am

aaron@jabberwock$ uname -a
Darwin jabberwock.wonderland 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:39:01 PST 2008; root:xnu-1228.9.59~1/RELEASE_PPC Power Macintosh
aaron@jabberwock$ ssh dodo
Last login: Tue Apr 7 06:50:01 2009 from jabberwock.wonderland
aaron@dodo$ uname -a
IRIX64 dodo 6.5 01062343 IP30
aaron@dodo$ logout
Connection to dodo closed.
aaron@jabberwock$ ssh walrus
Last login: Mon Sep 24 11:53:26 2007 from jabberwock.wond
(c)Copyright 1983-2000 Hewlett-Packard Co., All Rights Reserved.
(c)Copyright 1979, 1980, 1983, 1985-1993 The Regents of the Univ. of California
(c)Copyright 1980, 1984, 1986 Novell, Inc.
(c)Copyright 1986-1992 Sun Microsystems, Inc.
(c)Copyright 1985, 1986, 1988 Massachusetts Institute of Technology
(c)Copyright 1989-1993 The Open Software Foundation, Inc.
(c)Copyright 1986 Digital Equipment Corp.
(c)Copyright 1990 Motorola, Inc.
(c)Copyright 1990, 1991, 1992 Cornell University
(c)Copyright 1989-1991 The University of Maryland
(c)Copyright 1988 Carnegie Mellon University
(c)Copyright 1991-2000 Mentat Inc.
(c)Copyright 1996 Morning Star Technologies, Inc.
(c)Copyright 1996 Progressive Systems, Inc.
(c)Copyright 1991-2000 Isogon Corporation, All Rights Reserved.


RESTRICTED RIGHTS LEGEND
Use, duplication, or disclosure by the U.S. Government is subject to
restrictions as set forth in sub-paragraph (c)(1)(ii) of the Rights in
Technical Data and Computer Software clause in DFARS 252.227-7013.

Hewlett-Packard Company
3000 Hanover Street
Palo Alto, CA 94304 U.S.A.

Rights for non-DOD U.S. Government Departments and Agencies are as set
forth in FAR 52.227-19(c)(1,2).
bash-2.04$ uname -a
HP-UX Quake B.11.11 U 9000/785 2001788831 unlimited-user license
bash-2.04$ logout
logout
Connection to walrus closed.
aaron@jabberwock$ rsh caterpillar
Password:
Last login: Tue Apr 7 07:54:45 from jabberwock.wonde
aaron@caterpillar$ hostinfo
Mach kernel version:
NeXT Mach 3.3: Tue Jul 13 10:33:44 PDT 1999; root(rcbuilder):mk-171.14.obj~22/RC_m68k/RELEASE_M68K

Kernel configured for a single processor only.
1 processor is physically available.
Processor type: MC680x0 (68040)
Processor speed: 33 MHz
Processor active: 0
System type: 5
Board revision: 0xf
Primary memory available: 96.00 megabytes.
Default processor set: 45 tasks, 71 threads, 1 processors
Load average: 0.06, Mach factor: 0.93
aaron@caterpillar$ logout
rlogin: connection closed.
aaron@jabberwock$

Fri, Feb. 20th, 2009, 12:09 pm
DIY 1980s Supercomputer

This is really cool.

Mon, Feb. 9th, 2009, 09:42 pm
Video

20 most recent