From: Gabriel Dunne Date: Mon, 20 Feb 2012 01:12:42 +0000 (-0800) Subject: some updates X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=6e606c8194742d49671fe0f59def23928f0c8ec2;p=plog.git some updates --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d38baa --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +aggregate diff --git a/content/code/archlinux_install b/content/code/archlinux_install index fad1226..8c8cc9a 100644 --- a/content/code/archlinux_install +++ b/content/code/archlinux_install @@ -1,11 +1,10 @@ -title = Archlinux Installation +title = DualBoot Archlinux/Windows7 Installation date = 2012-01-02 tags = arch linux windows installation tutorial -- -Behold, a blog to document the process of installing [archlinux](http://www.archlinux.org/). Arch will be sharing the drive with Windows 7, so for the sake of completion, I'll make a note of how to set up a dual boot with the GRUB bootloader. I'll be installing both OS's from scratch, starting with Windows. - +Documentation of the process of installing [archlinux](http://www.archlinux.org/) and Windows 7 in a dual-boot configuration. ## System Specs @@ -19,9 +18,9 @@ Behold, a blog to document the process of installing [archlinux](http://www.arch ## Installing Windows -I installed Windows 7 from a USB stick using Microsoft's [Windows 7 USB/DVD tool](http://www.microsoftstore.com/store/msstore/html/pbPage.Help_Win7_usbdvd_dwnTool). You'll need a computer running Windows 7 already to do this. I booted with the USB drive, and installed Windows on the entire 100GB drive with a single partition. Once installed, via Start Menu > Administrative Tools > Computer Management > Disk Manamagent, select 'Shrink Partition' on the main Windows parition to create another partition for Arch. The default value for the shrink is 50%, so for my setup the value for the new disk size was ~50GB, and that's fine. +Windows was installed from a USB stick using Microsoft's [Windows 7 USB/DVD tool](http://www.microsoftstore.com/store/msstore/html/pbPage.Help_Win7_usbdvd_dwnTool). It's required to create this key from a Windows 7 system. Boot with the USB drive, then install Windows on the drive in a single partition. Windows also creates a System Reserved partition for itself. Once installed, via Start Menu > Administrative Tools > Computer Management > Disk Manamagent, select 'Shrink Partition' on the main Windows parition to create another partition for Arch. The default value for the shrink is 50%, so for my setup the value for the new disk size was ~50GB, which was ideal. -Note about this install. I have an old Linksys (Cysco) WMP54G Wireless PCI Card. Strangely, all the drivers from Linksys/Cysco's website didn't work, but following this [blog post](http://www.phishthis.com/2009/01/16/how-to-install-wmp54g-drivers-on-windows-7-beta-64-bit-or-vista-64-bit/), the generic RALink drivers worked great. +Note about this install. I have an old Linksys (Cysco) WMP54G Wireless PCI Card. Drivers from Linksys/Cysco's website didn't work, but following this [blog post](http://www.phishthis.com/2009/01/16/how-to-install-wmp54g-drivers-on-windows-7-beta-64-bit-or-vista-64-bit/), the generic RALink drivers worked great. @@ -30,7 +29,7 @@ Note about this install. I have an old Linksys (Cysco) WMP54G Wireless PCI Card. I downloading the Core Image via [torrent](http://www.archlinux.org/iso/2011.08.19/archlinux-2011.08.19-core-dual.iso.torrent) from [http://www.archlinux.org/download/](http://www.archlinux.org/download/). This ISO includes all core packages so the system doesn't need to be online to install. -Once downloaded, I followed my [notes](http://quilime.com/code/bootable_iso/) on how to create a bootable ISO onto another USB drive with yet another machine. There are also numerous free tools available to make a bootable ISO on Windows. After booting into Arch with the USB stick, boot into Arch, and type: +Once downloaded, I followed the [notes](http://quilime.com/code/bootable_iso/) on how to create a bootable ISO onto another USB drive with yet another machine. There are also numerous free tools available to make a bootable ISO on Windows. After booting into Arch with the USB stick, boot into Arch, and type:
/arch/setup
@@ -97,7 +96,7 @@ Install Bootloader will install and help you configure the bootloader you select ## Finalizing Installation -Once installed, exit the installer, remove the USB, type `reboot` in the command line, and the system will reboot. If all went well, you should be dropped into a login screen where you can log in with root and the password you chose during install. +Once installed, exit the installer, remove the USB, type `reboot` in the command line, and the system will reboot. You'll boot into a login screen, which you can login with via root. You can create [new users](https://wiki.archlinux.org/index.php/Users_and_Groups) interactively with `adduser`. diff --git a/content/code/filebrowser b/content/code/filebrowser index f037e18..60b81bc 100644 --- a/content/code/filebrowser +++ b/content/code/filebrowser @@ -1,10 +1,7 @@ title = filebrowser date = 2011-06-28 -- -Updated my File Browser PHP script on GitHub. +File Browser PHP script on GitHub. -preview: - - -in use: +demo: media.quilime.com diff --git a/content/journal/2008-11-17_buttons b/content/log/2008-11-17_buttons similarity index 100% rename from content/journal/2008-11-17_buttons rename to content/log/2008-11-17_buttons diff --git a/content/journal/2009-12-13_mandala b/content/log/2009-12-13_mandala similarity index 100% rename from content/journal/2009-12-13_mandala rename to content/log/2009-12-13_mandala diff --git a/content/journal/2009-12-18_taper b/content/log/2009-12-18_taper similarity index 100% rename from content/journal/2009-12-18_taper rename to content/log/2009-12-18_taper diff --git a/content/journal/2010-01-13_relative_time b/content/log/2010-01-13_relative_time similarity index 100% rename from content/journal/2010-01-13_relative_time rename to content/log/2010-01-13_relative_time diff --git a/content/journal/2010-01-22_cone b/content/log/2010-01-22_cone similarity index 100% rename from content/journal/2010-01-22_cone rename to content/log/2010-01-22_cone diff --git a/content/journal/2010-07-01_icosi b/content/log/2010-07-01_icosi similarity index 100% rename from content/journal/2010-07-01_icosi rename to content/log/2010-07-01_icosi diff --git a/content/journal/2010-07-29_icosi b/content/log/2010-07-29_icosi similarity index 100% rename from content/journal/2010-07-29_icosi rename to content/log/2010-07-29_icosi diff --git a/content/journal/2010-12-01_icosi b/content/log/2010-12-01_icosi similarity index 100% rename from content/journal/2010-12-01_icosi rename to content/log/2010-12-01_icosi diff --git a/content/journal/2011-04-29 b/content/log/2011-04-29 similarity index 100% rename from content/journal/2011-04-29 rename to content/log/2011-04-29 diff --git a/content/journal/2011-09-22_arrive b/content/log/2011-09-22_arrive similarity index 100% rename from content/journal/2011-09-22_arrive rename to content/log/2011-09-22_arrive diff --git a/content/journal/2011-09-27_habitat b/content/log/2011-09-27_habitat similarity index 100% rename from content/journal/2011-09-27_habitat rename to content/log/2011-09-27_habitat diff --git a/content/journal/2011-09-28_sriyantra b/content/log/2011-09-28_sriyantra similarity index 100% rename from content/journal/2011-09-28_sriyantra rename to content/log/2011-09-28_sriyantra diff --git a/content/journal/2011-10 16 _beg b/content/log/2011-10 16 _beg similarity index 100% rename from content/journal/2011-10 16 _beg rename to content/log/2011-10 16 _beg diff --git a/content/journal/2011-10-04_dreams b/content/log/2011-10-04_dreams similarity index 100% rename from content/journal/2011-10-04_dreams rename to content/log/2011-10-04_dreams diff --git a/content/journal/2011-10-05_islands b/content/log/2011-10-05_islands similarity index 100% rename from content/journal/2011-10-05_islands rename to content/log/2011-10-05_islands diff --git a/content/journal/2011-10-06_alphabet b/content/log/2011-10-06_alphabet similarity index 100% rename from content/journal/2011-10-06_alphabet rename to content/log/2011-10-06_alphabet diff --git a/content/journal/2011-10-06_dushera b/content/log/2011-10-06_dushera similarity index 96% rename from content/journal/2011-10-06_dushera rename to content/log/2011-10-06_dushera index a753cc2..508b640 100644 --- a/content/journal/2011-10-06_dushera +++ b/content/log/2011-10-06_dushera @@ -6,5 +6,3 @@ draft = true - -dushera diff --git a/content/journal/2011-10-06_overlords b/content/log/2011-10-06_overlords similarity index 100% rename from content/journal/2011-10-06_overlords rename to content/log/2011-10-06_overlords diff --git a/content/journal/2011-10-20_smog b/content/log/2011-10-20_smog similarity index 100% rename from content/journal/2011-10-20_smog rename to content/log/2011-10-20_smog diff --git a/content/journal/2011-10-23_water_is_life b/content/log/2011-10-23_water_is_life similarity index 100% rename from content/journal/2011-10-23_water_is_life rename to content/log/2011-10-23_water_is_life diff --git a/content/projects/audio b/content/projects/.audio similarity index 100% rename from content/projects/audio rename to content/projects/.audio diff --git a/content/projects/egg b/content/projects/.egg similarity index 100% rename from content/projects/egg rename to content/projects/.egg diff --git a/content/projects/stars b/content/projects/.stars similarity index 98% rename from content/projects/stars rename to content/projects/.stars index 7ae96ec..8bad75f 100644 --- a/content/projects/stars +++ b/content/projects/.stars @@ -1,6 +1,5 @@ title = Stars data = 2007 -template = project -- diff --git a/content/projects/statement_2007 b/content/projects/.statement_2007 similarity index 100% rename from content/projects/statement_2007 rename to content/projects/.statement_2007 diff --git a/content/projects/tessellated b/content/projects/.tessellated similarity index 100% rename from content/projects/tessellated rename to content/projects/.tessellated diff --git a/content/projects/.web b/content/projects/.web new file mode 100644 index 0000000..d5ed7f9 --- /dev/null +++ b/content/projects/.web @@ -0,0 +1,35 @@ +title = Web +date = 2007 +-- + + +A network of dots and lines interacts with itself in a single mesh. Depth determines audio volume. Intersections, connections and line-length determine tones. Similar tones and chord groups are designated with additional web lines and connections. You are able to interact with each web line as the strings of an instrument, each tone resonating through its connections. + + + +written in c++ + + + + + + + + + + +
+ + + +
+ + + +
+ + + +
+ + diff --git a/content/projects/aero b/content/projects/aero index 29483d3..3c36527 100644 --- a/content/projects/aero +++ b/content/projects/aero @@ -1,7 +1,6 @@ title = aero date = 2007 thumb = http://portfolio.quilime.com/2008/aero/thumb.png -template = project -- diff --git a/content/projects/boat b/content/projects/boat index 36318ef..e8147d1 100644 --- a/content/projects/boat +++ b/content/projects/boat @@ -1,6 +1,5 @@ title = boat date = 2007 -template = project -- @@ -18,7 +17,3 @@ template = project - - -boat -*photo timelapse* diff --git a/content/projects/bodyneg b/content/projects/bodyneg index be647d1..da8727f 100644 --- a/content/projects/bodyneg +++ b/content/projects/bodyneg @@ -1,7 +1,6 @@ title = bodyneg date = 2008 thumb = http://portfolio.quilime.com/2008/bodyneg/thumb.png -template = project -- diff --git a/content/projects/dots b/content/projects/dots index 6f8d2fc..57ebc55 100644 --- a/content/projects/dots +++ b/content/projects/dots @@ -1,6 +1,5 @@ title = dots date = 2007 -template = project -- diff --git a/content/projects/icarus b/content/projects/icarus index 0ec0843..384fc8b 100644 --- a/content/projects/icarus +++ b/content/projects/icarus @@ -1,7 +1,6 @@ title = icarus date = 2007 thumb = http://portfolio.quilime.com/2008/icarus/thumb.png -template = project -- diff --git a/content/projects/rattle b/content/projects/rattle index 46d9f9c..0422b6d 100644 --- a/content/projects/rattle +++ b/content/projects/rattle @@ -22,5 +22,5 @@ date = 2008

rattle
-synthesiser (interactive) +interactive software

diff --git a/content/projects/rattles b/content/projects/rattles index 8636883..01ea726 100644 --- a/content/projects/rattles +++ b/content/projects/rattles @@ -1,7 +1,6 @@ title = Rattles date = 2006 thumb = http://portfolio.quilime.com/2008/rattle/thumb.png -template = project -- Particles are jostled and shaken as in a rattle. The sonic possibilities of their collisions and movement are given freedom and sonic depth via software. diff --git a/content/projects/sempernull b/content/projects/sempernull index dbd2894..ceadcd1 100644 --- a/content/projects/sempernull +++ b/content/projects/sempernull @@ -23,5 +23,50 @@ tag = video installation

sempernull
-

+ + +An exploration of infinite/finite space. The user transitions between macro and micro environments of mathematically infinite scale, limited only by computer processing power. As the viewer moves through multiple spaces, their scope and perspective widends and transcends while space becoms infinitely big and infinitely small simultaneously. + +*non-interactive software* + + + + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + diff --git a/content/projects/synony b/content/projects/synony index d5f5b9a..2ac02b9 100644 --- a/content/projects/synony +++ b/content/projects/synony @@ -20,8 +20,7 @@ thumb = http://portfolio.quilime.com/2008/synonymovement/thumb.png -

-synonymovement -
-video installation -

+ +synonymovement +*non-interactive software* + diff --git a/css/style.css b/css/style.css index d6ee141..09d2c90 100644 --- a/css/style.css +++ b/css/style.css @@ -1,19 +1,20 @@ body, table { font-size: 12px; - font-family: monaco, sans-serif; - line-height:1.5em; + font-family: arial, monaco, monospace; + line-height:1.6em; } body { - background:#212121; + background:rgb(25, 25, 25); padding:0; margin:0; color: #ddd; } a { - color:rgb(42, 88, 235); - text-decoration:underline; + outline:none; + color:rgb(42, 128, 235); + text-decoration:none; } a img { border:0; @@ -32,16 +33,34 @@ h1 { padding-top:0; margin-top:0; margin-bottom:30px; + +} +h1 a { + background:#121212; +display:block; + margin-left:-1.5em; + padding-left:1.5em; +} +h1 a:hover { + color:#ddd; +background:#333; } h1, h2, h3, h4, h5, h6 { font-weight:normal; - color:#fff; + color:#666; font-size:12px; } -h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { +h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { + display:block; text-decoration:none; color:#fff; } +h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { +background:#161616; +} +h1 a:hover { + +} ul, li { margin:0; padding:0; list-style-type:none; @@ -55,7 +74,7 @@ ol li { blockquote { font-family:serif; font-style:italic; - font-size:1.2em; + font-size:1.45em; line-height:1.3em; margin:0; padding:0; @@ -63,16 +82,21 @@ blockquote { pre, code { color:#df0; line-height:1.3em; - font-family: Consolas,"Andale Mono",Monaco,Courier,"Courier New",Verdana,sans-serif; + font-family: monaco, monospace; padding:1px 5px 2px; - background:#121212; + background:#090909; border-radius:4px; } pre { padding:10px 30px; } +table, td, tr { + margin:0; + padding:0; +} #content { + margin-top:20px; padding-left: 160px; padding-bottom: 20px; } @@ -91,7 +115,7 @@ pre { top:0; left:0; padding:20px; -background:rgba(33,33,33,0.9); +background:rgba(25,25,25,0.3); } #nav a { } @@ -115,22 +139,27 @@ background:rgba(33,33,33,0.9); } .entry h1 { - margin-bottom:40px; + margin-bottom:5px; } -#content h1, .entry h1 a { +.entry h1 a { display:block; - background:#f09; - padding-left:1em; } .entry h1 a:hover { - background:rgba(255,0,153,.7); } .entry h2 { margin-top:40px; } .entry .metadata { - margin-top:30px; + + margin-bottom:30px; + color:#444; +} +.entry .metadata a { + color:#444; +} +.entry .metadata a:hover { + color:#999; } .entry .metadata .tags li { display:inline-block; @@ -142,7 +171,9 @@ background:rgba(33,33,33,0.9); .archive li { - border-bottom:1px dotted #363636; + padding-bottom:5px; + margin-bottom:5px; + border-bottom:1px dotted #555; } .project { @@ -155,7 +186,7 @@ background:rgba(33,33,33,0.9); height:100px; border:1px dotted #000; overflow:hidden; - background:#eee; + } @@ -169,6 +200,6 @@ background:rgba(33,33,33,0.9); } ul.image { - background:#fff; + background:#131313; padding:20px; } diff --git a/templates/entry.html.tpl b/templates/entry.html.tpl index 9591536..e26f83d 100644 --- a/templates/entry.html.tpl +++ b/templates/entry.html.tpl @@ -10,8 +10,6 @@ + diff --git a/templates/index.html.tpl b/templates/index.html.tpl index fed7e26..14a72f6 100644 --- a/templates/index.html.tpl +++ b/templates/index.html.tpl @@ -10,26 +10,31 @@ + +
include_template('nav.html.tpl') ?> diff --git a/templates/nextprev.html.tpl b/templates/nextprev.html.tpl index a5be037..55041d6 100644 --- a/templates/nextprev.html.tpl +++ b/templates/nextprev.html.tpl @@ -1,10 +1,24 @@ + + + + + +

+ + + - prev + +

+ + - next + +
+
diff --git a/templates/project.html.tpl b/templates/project.html.tpl index c76e637..62e8ca1 100644 --- a/templates/project.html.tpl +++ b/templates/project.html.tpl @@ -6,7 +6,7 @@ diff --git a/templates/projects.html.tpl b/templates/projects.html.tpl index dcd2097..e2e8da2 100644 --- a/templates/projects.html.tpl +++ b/templates/projects.html.tpl @@ -13,15 +13,41 @@

projects

- +
+ + + + + + + + +
diff --git a/templates/single.html.tpl b/templates/single.html.tpl index d03a616..e9b5f8a 100644 --- a/templates/single.html.tpl +++ b/templates/single.html.tpl @@ -13,9 +13,28 @@ if (isset($entry['config']['template'])) { $this->include_template($entry['config']['template'] . '.' . $this->response_format . '.tpl'); } - else { - $this->include_template('entry.html.tpl'); - } + else { ?> + +
+ +

+ +

+ +
+ +
+ + + +
+ + +