Home

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

Mon, Feb. 9th, 2009, 01:12 pm

Reposted from [info]chilimuffin, primarily for the benefit of [info]kiaroskuro:

snapped up happily from g-kate.... far too much suffering and propagation of misinformation has occurred because of this man's falsification of his data. When herd immunity falls, it's usually not the kids of the Jenny McCarthys who suffer.....

MMR doctor Andrew Wakefield fixed data on autism

by Brian Deer
The Sunday Times
February 08, 2009

THE doctor who sparked the scare over the safety of the MMR vaccine for children changed and misreported results in his research, creating the appearance of a possible link with autism, a Sunday Times investigation has found.

Confidential medical documents and interviews with witnesses have established that Andrew Wakefield manipulated patients’ data, which triggered fears that the MMR triple vaccine to protect against measles, mumps and rubella was linked to the condition.

The research was published in February 1998 in an article in The Lancet medical journal. It claimed that the families of eight out of 12 children attending a routine clinic at the hospital had blamed MMR for their autism, and said that problems came on within days of the jab. The team also claimed to have discovered a new inflammatory bowel disease underlying the children’s conditions.

However, our investigation, confirmed by evidence presented to the General Medical Council (GMC), reveals that: In most of the 12 cases, the children’s ailments as described in The Lancet were different from their hospital and GP records. Although the research paper claimed that problems came on within days of the jab, in only one case did medical records suggest this was true, and in many of the cases medical concerns had been raised before the children were vaccinated. Hospital pathologists, looking for inflammatory bowel disease, reported in the majority of cases that the gut was normal. This was then reviewed and the Lancet paper showed them as abnormal.

Despite involving just a dozen children, the 1998 paper’s impact was extraordinary. After its publication, rates of inoculation fell from 92% to below 80%. Populations acquire “herd immunity” from measles when more than 95% of people have been vaccinated.

Last week official figures showed that 1,348 confirmed cases of measles in England and Wales were reported last year, compared with 56 in 1998. Two children have died of the disease.

With two professors, John Walker-Smith and Simon Murch, Wakefield is defending himself against allegations of serious professional misconduct brought by the GMC. The charges relate to ethical aspects of the project, not its findings. All three men deny any misconduct.

Through his lawyers, Wakefield this weekend denied the issues raised by our investigation, but declined to comment further.

Sun, Jan. 25th, 2009, 04:26 pm
Odd

This morning I found a pair of green rubber lab safety gloves on the floor of my study. Neither erin, nor I own a pair of green rubber lab safety glvoes.
Curious.

ETA: Or maybe yesterday I unpacked the beer brewing kit my sister gave me and it included a pair of green rubber lab safety gloves for sanitizing things. It's a possibility; but far less interesting than spooky lab techs sneaking into my house in the middle of the night to do some chemistry and then forgetting a pair of gloves.

Sat, Jan. 24th, 2009, 07:26 pm
Code Blog

I started a blog for posting "interesting" code. Most readers of my lj are unlikely to be particularly interested. But some of you may be. So check it out: Code Dump

Wed, Jan. 14th, 2009, 01:36 pm
All Too Familiar



(taken from xkcd originally published under Creative Commons Attribution-nonCommercial license).

20 most recent