DEFCON 16 [Part 1]
Aug. 13th, 2008 09:46 amA few photos from this weekend. The ones of the clouds are part of a panorama I shot on top of a mountain, at sunset, with a large thunderstorm on the side opposite the sun. It should be awesome looking — it certainly was in person.

This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.
( Click Here for 26 Photos )
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.
DEFCON 16 Caravan
Aug. 5th, 2008 12:22 pmIs anyone organizing a bay-area caravan to DEFCON this year? (I didn't find anything here: https://forum.defcon.org/index.php)
If not, does anyone want to car pool with me on like, Thursday-ish?
I'm kinda,
If not, does anyone want to car pool with me on like, Thursday-ish?
I'm kinda,
mehon attending DEFCON this year, but I haven't missed once since DEFCON 3.
Travel Plans
Jul. 24th, 2008 10:20 amSo, Aug 1-3, I'm going to be up in Eugene, OR for Faerieworlds 2008, and then next week, from 08/08/08 to Aug 10 I'll be in Las Vegas, NV for DEFCON 16, I think I'm going to skip Black-Hat this year, cause I'm just not getting enough out of it for the price. (The next time I go, I'll probably be presenting my research.)
And then… Aug 25-Sep 1 is Burning Man!
Back in June, a button got pressed somewhere, and I started to obsess over Burning Man; I was having dreams every night about it for several days in a row. This year I plan on taking it easy, and not building anything big, and not camping with a theme camp, and basically not doing any physical labor, or having any great responsibilities. I'm thinking that my contribution to Burning Man this year will be documenting it through photography.
Stuff to bring:
I'm considering rigging up some kind of plastic covers for my cameras (mostly the lenses), so that they don't get completely impregnated with dust. (If you saw my old D200 you know what I mean.) The D300 body is dust and water-proof, but my 50mm f/1.4 lens isn't — It started making crunching noises when autofocusing by about Wednesday of burn. I saw another photographer on the playa a year or two ago, who had their camera inside a plastic shower cap, with rubber bands around the lens and stuff. The only part exposed was the objective surface of the lens. I might do that.
And then… Aug 25-Sep 1 is Burning Man!
Back in June, a button got pressed somewhere, and I started to obsess over Burning Man; I was having dreams every night about it for several days in a row. This year I plan on taking it easy, and not building anything big, and not camping with a theme camp, and basically not doing any physical labor, or having any great responsibilities. I'm thinking that my contribution to Burning Man this year will be documenting it through photography.
Stuff to bring:
- Food that doesn't require cooking, and 35 Gal. of water
- Fur coats, furry boots, and brightly colored clothes that I'll never be able to use for anything else again.
- Bicycle(s) and parts.
- Camera gear.
- Goggles and dust masks. (Sunscreen, Lip gloss, garbage bags, etc.)
- Bright blinking flashing glowing things.
I'm considering rigging up some kind of plastic covers for my cameras (mostly the lenses), so that they don't get completely impregnated with dust. (If you saw my old D200 you know what I mean.) The D300 body is dust and water-proof, but my 50mm f/1.4 lens isn't — It started making crunching noises when autofocusing by about Wednesday of burn. I saw another photographer on the playa a year or two ago, who had their camera inside a plastic shower cap, with rubber bands around the lens and stuff. The only part exposed was the objective surface of the lens. I might do that.
Black Hat/Defcon
Jul. 30th, 2007 03:09 amI'm leaving for Las Vegas in a few hours. Should arrive late Monday night, or early Tuesday morning.
Completely unrelated, but if like me, you keep hitting this bug in FreeBSD 7.0-CURRENT-200706:
You can tune the following variables as a temporary work around:
kern.maxvnodes="400000" in /etc/sysctl.conf
And in /boot/loader.conf:
vfs.zfs.zil_disable="1"
vfs.zfs.prefetch_disable="1"
vfs.zfs.arc_max="83886080"
vm.kmem_size_max="536870912"
There's also a
Completely unrelated, but if like me, you keep hitting this bug in FreeBSD 7.0-CURRENT-200706:
panic: kmem_malloc(131072): kmem_map too small: 332410880 total allocated
cpuid = 0
KDB: enter: panic
[thread pid 129 tid 100058 ]
Stopped at kdb_enter+0x32: leave
db> bt
Tracing pid 129 tid 100058 td 0xc66c1200
kdb_enter(c0a1d26c,0,c0a3b084,e8c6eaec,0,...) at kdb_enter+0x32
panic(c0a3b084,20000,13d03000,e8c6eb2c,c1474088,...) at panic+0x124
kmem_malloc(c147108c,20000,2,e8c6eb7c,c08d3270,...) at kmem_malloc+0x215
page_alloc(0,20000,e8c6eb6f,2,2c6eb88,...) at page_alloc+0x27
uma_large_malloc(20000,2,c0767be7,2,d0e71228,...) at uma_large_malloc+0x50
malloc(20000,c678f060,2,e8c6ec4c,c676a709,...) at malloc+0x108
zfs_kmem_alloc(20000,2,e8c6ec4c,c67590ce,20000,...) at zfs_kmem_alloc+0x20
zio_buf_alloc(20000,d0e71228,1,0,cf17dad4,...) at zio_buf_alloc+0x19
vdev_queue_io_to_issue(e8c6ec68,0,c678c88a,13f,c6daeee4,...) at vdev_queue_io_to_issue+0x1ce
vdev_queue_io_done(d7b64228,e8c6ece4,e8c6ece4,e8c6ecf8,c6711da0,...) at vdev_queue_io_done+0xaa
vdev_geom_io_done(d7b64228,0,c6787cad,33d,48c615da,...) at vdev_geom_io_done+0x12
taskq_thread(c67d00cc,e8c6ed38,c0a19ce2,324,c66be970,...) at taskq_thread+0x140
fork_exit(c6711c60,c67d00cc,e8c6ed38) at fork_exit+0xf1
fork_trampoline() at fork_trampoline+0x8
--- trap 0, eip = 0, esp = 0xe8c6ed70, ebp = 0 ---
db>
You can tune the following variables as a temporary work around:
kern.maxvnodes="400000" in /etc/sysctl.conf
And in /boot/loader.conf:
vfs.zfs.zil_disable="1"
vfs.zfs.prefetch_disable="1"
vfs.zfs.arc_max="83886080"
vm.kmem_size_max="536870912"
There's also a
Memory modified after freepanic in mtrash_ctor, called from uma_zalloc_arg, called from the malloc at zfs_kmem_alloc+0x20. I haven't had any time to look into this or report it. I was doing a
zpool replace pool /dev/ad8 /dev/ad6at the time.
I didn't take all of these photos obviously;
buckminst was my surrogate photographer. I probably should have brought my other camera up on stage, for shots from up there too, but oh well...
( I'll take alcohol poisoning for $400... )
( I'll take alcohol poisoning for $400... )