Musings of an aging computer nerd hitting 0x32
Odroid: all the open, none of the contract
Note: 2 of this post’s 5 links are now broken — mostly dead 2008–2013 feed-syndication infrastructure (FeedBurner, Gawker, AOL’s old blog network, Pheedo, Yahoo Pipes). Left as originally published.
Ubuntu 10.04

Week 17 Stained Glass
Note: 1 of this post’s 3 links is now broken — mostly deleted or made-private Flickr photos, dead Flickr
farmNsubdomains, and defunct feed-syndication infrastructure. Left as originally published.

Week 17 Stained Glass
Originally uploaded by Alastair Montgomery
One of the stained glass panels my mum made
Day 28 Tired
Note: 2 of this post’s 4 links are now broken — mostly deleted or made-private Flickr photos, dead Flickr
farmNsubdomains, and defunct feed-syndication infrastructure. Left as originally published.

Day 28 Tired
Originally uploaded by Alastair Montgomery
Day 28 of my 365 self portraits project
Crystal 5
Alastair’s Fractals Main Page,
My Shop at CafePress, My Shop at Zazzle Sign My Guestbook
© Alastair Montgomery 2008
Create and manage databases in Linux with Glom
Note: 18 of this post’s 31 links are now broken — mostly dead 2008–2013 feed-syndication infrastructure (FeedBurner, Gawker, AOL’s old blog network, Pheedo, Yahoo Pipes). Left as originally published.
Might be worth a look.
If you’ve ever had to work with a database in Linux you most likely are aware of three or four tools that can handle the task: MySQL, PostgreSQL, PhpMyAdmin, and OpenOffice Base. These are all outstanding applications, but the first two are complex command-line only tools, the third requires a web server, and the last isn’t as robust as some admins will need. But there is another tool that is very flexible and makes creating databases a simple task.
Handbrake 0.94 transcodes DVDs even faster
Note: 33 of this post’s 36 links are now broken — mostly dead 2008–2013 feed-syndication infrastructure (FeedBurner, Gawker, AOL’s old blog network, Pheedo, Yahoo Pipes). Left as originally published.
Looks good :)
Wave Graph
Music Listen Stats from Last.FMNote: 1 of this post’s 4 links are now broken — mostly dead 2008–2013 feed-syndication infrastructure (FeedBurner, Gawker, AOL’s old blog network, Pheedo, Yahoo Pipes). Left as originally published.
Made with Lastfm Extra Stats
From Crystals to Spirals
Initial Design
Created with this scriptstartshape crystals
rule crystals {
crystal { h 81.87 sat 0.8642 b 1.0000 }
crystal { h 81.87 sat 0.8642 b 1.0000 r 90}
crystal { h 81.87 sat 0.8642 b 1.0000 r 180}
crystal { h 81.87 sat 0.8642 b 1.0000 r 270}
}
rule crystal {
blob {}
crystal {s 0.5 y 0.75}
crystal {s 0.5 x 0.75}
}
rule blob {
SQUARE {}
blob {s 0.9 b - 0.1 r 5}
}
Add an extra layer of recursion
startshape gem
rule gem{
crystals {}
gem { s 0.8 r 10 }
}
rule crystals {
crystal { h 81.87 sat 0.8642 b 1.0000 }
crystal { h 81.87 sat 0.8642 b 1.0000 r 90}
crystal { h 81.87 sat 0.8642 b 1.0000 r 180}
crystal { h 81.87 sat 0.8642 b 1.0000 r 270}
}
rule crystal {
blob {}
crystal {s 0.5 y 0.75}
crystal {s 0.5 x 0.75}
}
rule blob {
SQUARE {}
blob {s 0.9 b - 0.1 r 5}
}
Or with this change create a spiral effect
startshape gems
rule gems{
8 * {r 45} gem {}
}
rule gem{
crystals {}
gem { s 0.8 r 10 x 2.5}
}
rule crystals {
crystal { h 81.87 sat 0.8642 b 1.0000 }
crystal { h 81.87 sat 0.8642 b 1.0000 r 90}
crystal { h 81.87 sat 0.8642 b 1.0000 r 180}
crystal { h 81.87 sat 0.8642 b 1.0000 r 270}
}
rule crystal {
blob {}
crystal {s 0.5 y 0.75}
crystal {s 0.5 x 0.75}
}
rule blob {
SQUARE {}
blob {s 0.9 b - 0.1 r 5}
}
Finally add some colour and change the angle
startshape gems
rule gems{
8 * {r 45} gem {h 81.87 sat 0.8642 b 1.0000}
}
rule gem{
crystals {}
gem { s 0.8 r 25 x 2.5 h +25}
}
rule crystals {
crystal { }
crystal { r 90}
crystal { r 180}
crystal { r 270}
}
rule crystal {
blob {}
crystal {s 0.5 y 0.75}
crystal {s 0.5 x 0.75}
}
rule blob {
SQUARE {}
blob {s 0.9 b - 0.1 r 5}
}
Alastair’s Fractals Main Page,
My Shop at CafePress, My Shop at Zazzle Sign My Guestbook




