-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
167 lines (140 loc) · 8.37 KB
/
index.html
File metadata and controls
167 lines (140 loc) · 8.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!DOCTYPE html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --><!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]--><!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]--><!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]--><!-- Consider adding a manifest.appcache: h5bp.com/d/Offline --><!--[if gt IE 8]><!--><html class="no-js" lang="en">
<!--<![endif]--><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<!-- Use the .htaccess and remove these lines to avoid edge case issues.
More info: h5bp.com/b/378 --><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Lightmind</title>
<meta name="description" content="A blog about metaphor, ruby, software development, symbolic modelling and flexibility.">
<meta name="author" content="Rupert Meese">
<!-- Mobile viewport optimized: j.mp/bplateviewport --><meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="/css/mine.css">
<link href="/css/jquery.tweet.css" rel="stylesheet">
<link rel="dns-prefetch" href="//ajax.googleapis.com">
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<!-- All JavaScript at the bottom, except this Modernizr build incl. Respond.js
Respond is a polyfill for min/max-width media queries. Modernizr enables HTML5 elements & feature detects;
for optimal performance, create your own custom Modernizr build: www.modernizr.com/download/ --><script src="/js/libs/modernizr-2.0.6.min.js"></script>
</head>
<body>
<div id="container">
<header><div id="navbar">
<ul>
<a href="/"><li>home</li></a>
<a href="/about.html"><li>about</li></a>
<a href="/small-thoughts.html"><li>small thoughts</li></a>
</ul>
</div>
<div id="hdr_img">
<a href="/">
<img src="/img/output-on-switch-80.png"></a>
</div>
<h1>
<a href="/">
<span id="op">Output</span><span id="cl">: </span><span id="on">On</span>
</a>
</h1>
<h2>
Rupert Meese's Blog of Software, Ruby, Metaphor and Machine Psychophenomenology Goodness
</h2>
<div class="clear"></div>
</header><div id="minor">
<div class="tweet"></div>
</div>
<div id="main" role="main">
<article class="first"><h1>
<a href="/2011/11/building-open-qwaq.html">Building Open Qwaq</a> <span>Nov 28 2011</span>
</h1>
<h2 id="a_failed_attempt">A failed attempt</h2>
<p>This post documents a <em>failed</em> attempt to build openqwaq for ubuntu. I got far enough for it to be of value for anyone else who attempts this and <em>perhaps</em> you will get different and better results. Skip down to the last paragraphs if you just want to understand at what point the attempt failed.</p>
<div class="more"><a href="/2011/11/building-open-qwaq.html">read on »</a></div>
</article><article class=""><h1>
<a href="/2011/11/academic-work.html">Academic Work</a> <span>Nov 19 2011</span>
</h1>
<p>As a practitioner and dreamer I recognise Kahil Gibran’s identification “work is love made visible” (). I am still attempting to understand how and how much academic work embodies this idea.</p>
<blockquote>
<p><strong>On Work</strong><br><em>Kahlil Gibran</em><br></p>
</blockquote>
<div class="more"><a href="/2011/11/academic-work.html">read on »</a></div>
</article><article class=""><h1>
<a href="/2011/11/google-notebook.html">Replacing Google Notebook</a> <span>Nov 10 2011</span>
</h1>
<h1 id="notebook_is_going">Notebook is Going!</h1>
<p>The shocking news is that Google notebook is going tomorrow and do not have a replacement. Each notebook is going to be exported to Google Docs but the really strange thing is that when the export happens each of the notes looses the date and time that it was created. To my mind this is incredible. If I just wanted some text I would have kept it in a document in the fist place. Surely the whole point of a notebook is to record when you were thinking all of the small things!</p>
<div class="more"><a href="/2011/11/google-notebook.html">read on »</a></div>
</article><article class=""><h1>
<a href="/2011/11/satisfying-blog.html">In Search of a Satisfying Blog Platform</a> <span>Nov 5 2011</span>
</h1>
<h2 id="i_only_wanted_a_simple_blog">I only wanted a simple blog</h2>
<p>I suppose that it is quite typical. I set out to start a simple blog to write about the many interesting things that I get involved with. Simple - go to <a href="http://wordpress.com">wordpress.com</a> and voilà! A Blog! Great, but I was going to be putting quite a number of code excerpts into the posts and wanted to be sure that syntax highlighting in multiple languages would work. It’s easy with a wordpress plugin but less so on wordpress.com as it does not support custom css/html in the template. According to <a href="http://heisencoder.net/2009/01/adding-syntax-highlighting-to-blogger.html">this great guide</a> to syntax highlighting in blogger <a href="http://www.blogger.com">Blogger</a> does support editing the template HTML and so I created a blog there as well to compare the two.</p>
<div class="more"><a href="/2011/11/satisfying-blog.html">read on »</a></div>
</article>
</div>
<aside><h2>
<a href="/archives">Articles</a>
</h2>
<ol>
<li>
<a href="/2011/11/building-open-qwaq.html">Building Open Qwaq</a> <span>Nov 28</span>
</li>
<li>
<a href="/2011/11/academic-work.html">Academic Work</a> <span>Nov 19</span>
</li>
<li>
<a href="/2011/11/google-notebook.html">Replacing Google Notebook</a> <span>Nov 10</span>
</li>
<li>
<a href="/2011/11/satisfying-blog.html">In Search of a Satisfying Blog Platform</a> <span>Nov 5</span>
</li>
</ol>
<h2>
<a href="/tags">Tags</a>
</h2>
<ul>
<li>
<h5>software</h5>
<ul>
<li><a href="/2011/11/satisfying-blog.html">In Search of a Satisfying Blog Platform</a></li>
</ul>
</li>
<li>
<h5>other</h5>
<ul>
<li><a href="/2011/11/satisfying-blog.html">In Search of a Satisfying Blog Platform</a></li>
</ul>
</li>
<li>
<h5>writing</h5>
<ul>
<li><a href="/2011/11/google-notebook.html">Replacing Google Notebook</a></li>
<li><a href="/2011/11/academic-work.html">Academic Work</a></li>
</ul>
</li>
</ul></aside><footer><a href="http://disqus.com" class="dsq-brlink">comments supported by <span class="logo-disqus">Disqus</span></a>
</footer>
</div> <!--! end of #container -->
<!-- JavaScript at the bottom for fast page loading -->
<link href="http://fonts.googleapis.com/css?family=Terminal+Dosis:400,800" rel="stylesheet" type="text/css">
<script type="text/javascript" src="/js/clearbox.js?dir=/js/clearbox" charset="UTF-8"></script><!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline --><script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script><script>window.jQuery || document.write('<script src="js/libs/jquery-1.6.2.min.js"><\/script>')</script><script language="javascript" src="/js/jquery.tweet.js" type="text/javascript"></script><script type="text/javascript">
jQuery(function($){
$(".tweet").tweet({
username: "ruemeese",
avatar_size: 32,
count: 5,
query: "ruemeese || #de2011",
loading_text: "loading tweets..."
});
});
</script><!-- scripts concatenated and minified via build script --><script defer src="/js/plugins.js"></script><script defer src="/js/script.js"></script><!-- end scripts --><script>
window._gaq = [['_setAccount','UA-2613906-11'],['_trackPageview'],['_trackPageLoadTime']];
Modernizr.load({
load: ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js'
});
</script><!-- Prompt IE 6 users to install Chrome Frame. Remove this if you want to support IE 6.
chromium.org/developers/how-tos/chrome-frame-getting-started --><!--[if lt IE 7 ]>
<script defer src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
<script defer>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
<![endif]-->
</body>
</html>