<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-105765</id><updated>2025-10-14T18:20:01.215+00:00</updated><category term="emacs"/><category term="lisp"/><category term="blogger"/><category term="gtd"/><category term="org-mode"/><category term="ubuntu"/><category term="Nokia-n810"/><category term="blog"/><category term="common lisp"/><category term="linux"/><category term="nokia N8xx"/><category term="politics"/><category term="Humour"/><category term="economy"/><category term="mini-itx"/><category term="smalltalk"/><category term="twitter"/><category term="vivobarefoot"/><category term="wave"/><category term="Eclipse"/><category term="FATE"/><category term="RUP"/><category term="SOA"/><category term="TV"/><category term="android"/><category term="barefoot"/><category term="blog web"/><category term="chromeos"/><category term="clojure"/><category term="collaboration"/><category term="computer-repair"/><category term="crostini"/><category term="cycling"/><category term="downs"/><category term="emacs search"/><category term="exercise powerball"/><category term="film"/><category term="firefox"/><category term="gadgets"/><category term="gnome"/><category term="gnome3"/><category term="html5"/><category term="internet tablet"/><category term="latex"/><category term="nokia n9xx"/><category term="pens"/><category term="photos"/><category term="pratchett"/><category term="python"/><category term="rpg"/><category term="slime"/><category term="software development"/><category term="steampunk"/><category term="steve_jobs"/><category term="stumpwm"/><category term="sugru"/><category term="test"/><category term="time-management"/><category term="time-mgt"/><category term="travel"/><category term="unity"/><category term="xero shoes"/><title type='text'>KBM&#39;s Web Log</title><subtitle type='html'>A web log about anything that comes to mind</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.keithmantell.org/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://www.keithmantell.org/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>kbm</name><uri>http://www.blogger.com/profile/06337300420260025817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>887</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-105765.post-1217606349132222407</id><published>2024-03-26T15:40:00.004+00:00</published><updated>2024-03-26T16:06:51.245+00:00</updated><title type='text'>systemctl for emacs on Ubuntu and debian</title><content type='html'>&lt;p&gt;&lt;span style=&quot;background-color: #eeeeff; color: #111111; font-size: 15px;&quot;&gt;Run systemctl --user enable --now emacs&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Which should give in /usr/local/lib/systemd/user/emacs.service:&lt;/p&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;p&gt;&amp;nbsp;&lt;span style=&quot;background-color: #eeeeff; color: #111111; font-size: 15px;&quot;&gt;[Unit]&lt;/span&gt;&lt;/p&gt;&lt;pre class=&quot;highlight&quot; style=&quot;background: rgb(238, 238, 255); border-radius: 3px; border: 1px solid rgb(232, 232, 232); color: #111111; font-size: 15px; margin-bottom: 15px; margin-top: 0px; overflow-x: auto; padding: 8px 12px;&quot;&gt;&lt;code style=&quot;border-radius: 3px; border: 0px; padding: 1px 0px;&quot;&gt;Description=Emacs text editor
Documentation=info:emacs man:emacs(1) https://gnu.org/software/emacs/

[Service]
Type=simple
ExecStart=/usr/bin/emacs --fg-daemon
ExecStop=/usr/bin/emacsclient --eval &quot;(kill-emacs)&quot;
#Environment=SSH_AUTH_SOCK=%t/keyring/ssh
Restart=on-failure

[Install]
WantedBy=default.target&lt;/code&gt;&lt;/pre&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;span style=&quot;background-color: #eeeeff; color: #111111; font-size: 15px;&quot;&gt;systemctl --user stop emacs&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: #eeeeff; color: #111111; font-size: 15px;&quot;&gt;systemctl --user daemon-reload&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;span style=&quot;background-color: #eeeeff; color: #111111; font-size: 15px;&quot;&gt;systemctl --user start emacs&lt;/span&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.keithmantell.org/feeds/1217606349132222407/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/105765/1217606349132222407?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/1217606349132222407'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/1217606349132222407'/><link rel='alternate' type='text/html' href='http://www.keithmantell.org/2024/03/systemctl-for-emacs-on-ubuntu-and-debian.html' title='systemctl for emacs on Ubuntu and debian'/><author><name>kbm</name><uri>http://www.blogger.com/profile/06337300420260025817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-105765.post-7470136936033301857</id><published>2023-07-28T13:06:00.026+00:00</published><updated>2025-10-14T13:01:55.818+00:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="chromeos"/><category scheme="http://www.blogger.com/atom/ns#" term="crostini"/><category scheme="http://www.blogger.com/atom/ns#" term="emacs"/><title type='text'>Compiling emacs for Crostini/chromeos</title><content type='html'>&lt;h2 id=&quot;org3f3b5a1&quot;&gt;&lt;span class=&quot;section-number-2&quot;&gt;0. Introduction&lt;/span&gt;&lt;/h2&gt;&lt;div&gt;&lt;span class=&quot;section-number-2&quot;&gt;I read an excellent article called &lt;a href=&quot;https://cestlaz.github.io/post/using-emacs-81-elfeed-webkit/#disqus_thread&quot; target=&quot;_blank&quot;&gt;Using Emacs 81 Elfeed Webkit&lt;/a&gt; by Mike&amp;nbsp;&lt;/span&gt;Zamansky.&amp;nbsp; The ability to see more content whilst staying within Emacs is a good idea. Spoiler alert: It turned out to be even better than I thought, in fact, it is my favourite way to consume RSS/Atom.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I also wanted to get a newer version of Emacs than is readily available from standard sources, plus I also wanted to try tree-sitter. Note the is a much fuller explanation of compiling emacs with tree-sitter &lt;a href=&quot;https://www.masteringemacs.org/article/how-to-get-started-tree-sitter&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;; more importantly it gives extensive insight into why you will want it!&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;section-number-2&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;section-number-2&quot;&gt;In summary, it worked, it wasn&#39;t too difficult and I found it fun!&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;section-number-2&quot;&gt;I have highlighted what seemed to be Chromeos specifics in &lt;span style=&quot;color: red;&quot;&gt;red.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;h2 style=&quot;text-align: left;&quot;&gt;&lt;span class=&quot;section-number-2&quot;&gt;1.&lt;/span&gt;&amp;nbsp;Setting up the environment&lt;/h2&gt;&lt;div&gt;I did the following&lt;/div&gt;
&lt;div class=&quot;outline-text-2&quot; id=&quot;text-1&quot;&gt;
&lt;ul class=&quot;org-ul&quot;&gt;
&lt;li&gt;&lt;span style=&quot;color: red;&quot;&gt;setup deb-src entries in /etc/apt/sources.lst. &lt;/span&gt;This can easily be done in the UI of a normal Linux distribution - and it can be done on Chromeos but it seemed more trouble than it was worth!&lt;/li&gt;
&lt;li&gt;sudo apt update&lt;/li&gt;
&lt;li&gt;sudo apt build-dep emacs ; this should install the required dependencies&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;outline-2&quot; id=&quot;outline-container-org9f092f8&quot;&gt;
&lt;h2 id=&quot;org9f092f8&quot;&gt;&lt;span class=&quot;section-number-2&quot;&gt;2.&lt;/span&gt; Get extras&lt;/h2&gt;&lt;div&gt;In addition to tree-sitter and widgets (for reading RSS) I also wanted to have native compilation&lt;/div&gt;
&lt;div class=&quot;outline-text-2&quot; id=&quot;text-2&quot;&gt;
&lt;ul class=&quot;org-ul&quot;&gt;
&lt;li&gt;&lt;span style=&quot;color: red;&quot;&gt;tree-sitter (many full distributions have easier ways of getting this)&lt;/span&gt;&lt;ul class=&quot;org-ul&quot;&gt;
&lt;li&gt;git clone git@github.com:tree-sitter/tree-sitter.git&lt;/li&gt;
&lt;li&gt;make&lt;/li&gt;
&lt;li&gt;sudo make install&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;get xwidgets
&lt;ul class=&quot;org-ul&quot;&gt;
&lt;li&gt;sudo apt-get install libwebkit2gtk-4.0-dev&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;sudo apt install libgccjit-13-dev&lt;/li&gt;
&lt;li&gt;sudo ldconfig&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;outline-2&quot; id=&quot;outline-container-org509f935&quot;&gt;
&lt;h2 id=&quot;org509f935&quot;&gt;&lt;span class=&quot;section-number-2&quot;&gt;3.&lt;/span&gt; Build emacs&lt;/h2&gt;&lt;div&gt;This is standard stuff, with the augmented configure line, which you may wish to vary.&lt;/div&gt;
&lt;div class=&quot;outline-text-2&quot; id=&quot;text-3&quot;&gt;
&lt;ul class=&quot;org-ul&quot;&gt;
&lt;li&gt;git clone -b master git://git.sv.gnu.org/emacs.git&lt;/li&gt;&lt;li&gt;OR &lt;br /&gt;&lt;pre style=&quot;-moz-tab-size: 4; -o-tab-size: 4; background-color: #202020; color: #d0d0d0; tab-size: 4;&quot;&gt;&lt;code class=&quot;language-text&quot; data-lang=&quot;text&quot;&gt;git clone --single-branch --branch=emacs-30 http://git.savannah.g&lt;/code&gt;nu.org/r/emacs.git emacs-29&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;OR&lt;/li&gt;&lt;/ul&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;git pull&lt;/div&gt;&lt;div class=&quot;outline-text-2&quot; id=&quot;text-3&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;git checkout refs/tags/emacs-30.2&lt;/div&gt;&lt;div class=&quot;outline-text-2&quot; id=&quot;text-3&quot;&gt;OR&lt;/div&gt;&lt;div class=&quot;outline-text-2&quot; id=&quot;text-3&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; git fetch origin tag emacs-30.2 --no-tags (to reduce download volume)&lt;br /&gt;&lt;ul class=&quot;org-ul&quot;&gt;&lt;li&gt;checkout required version ( I just went with master and so I am on version 30! It works fine for me but you could be more prudent&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;sudo apt-get build-dep emacs&lt;/li&gt;&lt;li&gt;export CC=&quot;gcc-14&quot; for ubuntu&amp;nbsp; (or 12 on debian)&lt;/li&gt;&lt;li&gt;Install libgccjit-14-dev&lt;/li&gt;
&lt;li&gt;sh autogen.sh&lt;/li&gt;
&lt;li&gt;&lt;p&gt;./configure --without-compress-install --with-native-compilation --with-mailutils --with-tree-sitter&amp;nbsp;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;make (may need to make bootstrap if there are errors)&lt;/li&gt;
&lt;li&gt;sudo make install&lt;/li&gt;
&lt;/ul&gt;&lt;div&gt;If there is a config.h error try &#39;git clean -fdx&#39; then make&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;systemctl stop --user emacs&lt;/div&gt;&lt;div&gt;systemctl --user daemon-reload&lt;/div&gt;&lt;div&gt;systemctl start --user emacs&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;outline-2&quot; id=&quot;outline-container-org749940a&quot;&gt;
&lt;h2 id=&quot;org749940a&quot;&gt;&lt;span class=&quot;section-number-2&quot;&gt;4.&lt;/span&gt; Conclusion&lt;/h2&gt;&lt;div&gt;The above list of commands is quite straightforward and you end up with a nice modern emacs which seemed a bit quicker to me.&amp;nbsp; In reality, the above list was obtained by a lot of trial and error, hence why I am documenting it!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Let me know if you have any questions or comments.&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://www.keithmantell.org/feeds/7470136936033301857/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/105765/7470136936033301857?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/7470136936033301857'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/7470136936033301857'/><link rel='alternate' type='text/html' href='http://www.keithmantell.org/2023/07/compiling-emacs.html' title='Compiling emacs for Crostini/chromeos'/><author><name>kbm</name><uri>http://www.blogger.com/profile/06337300420260025817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-105765.post-2255874186205007057</id><published>2022-03-18T11:35:00.001+00:00</published><updated>2024-06-24T11:52:54.769+00:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="FATE"/><category scheme="http://www.blogger.com/atom/ns#" term="rpg"/><title type='text'>Review of Magonomia: a FATE rpg of Renaissance Wizardry</title><content type='html'>&lt;h3 style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTi7hbnDwLgvp1gllc-o1BL69MkdFfsejvuZCtiZq5ZAtCh72PLkR9MbiPx6-h0jE-o_Rk&amp;amp;usqp=CAU&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;250&quot; data-original-width=&quot;202&quot; height=&quot;355&quot; src=&quot;https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTi7hbnDwLgvp1gllc-o1BL69MkdFfsejvuZCtiZq5ZAtCh72PLkR9MbiPx6-h0jE-o_Rk&amp;amp;usqp=CAU&quot; width=&quot;287&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Summary:&lt;/h3&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;A large ( approx 380 pages) RPG ruleset based on FATE (Core but with Condensed additions)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Published by &lt;a href=&quot;https://shewstone.com/magonomia&quot; target=&quot;_blank&quot;&gt;Shewstone&lt;/a&gt; , available as a PDF and physical book on &lt;a href=&quot;https://www.drivethrurpg.com/product/366281/Magonomia-the-RPG-of-Renaissance-Wizardry&quot; target=&quot;_blank&quot;&gt;Drivethru RPG&lt;/a&gt;. There is also a pay-what-you-like &lt;a href=&quot;https://www.drivethrurpg.com/product/273361/Magonomia-Starter-Rules?manufacturers_id=12962&quot; target=&quot;_blank&quot;&gt;intro scenario&lt;/a&gt; and a free set of &lt;a href=&quot;https://www.drivethrurpg.com/product/273361/Magonomia-Starter-Rules?manufacturers_id=12962&quot; target=&quot;_blank&quot;&gt;starter rules&lt;/a&gt;.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;This book covers Elizabethan England and all PCs are some form of wizard.&lt;/li&gt;&lt;li&gt;I consider this to be a great introduction to FATE with many of the trickier concept of that ruleset explained clearly. As a bonus several aspects of how to play and collaborate are covered including safety tools this is all done is a pragmatic fashion&lt;/li&gt;&lt;li&gt;The layout and art are good, and I had no problem reading the text against the manuscript style background - YMMV&lt;/li&gt;&lt;li&gt;Bottomline: although I haven&#39;t played it yet, I am very glad I got this book.&lt;/li&gt;&lt;li&gt;I aim to revisit this initial review as I learn more! &lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;Context:&lt;/h3&gt;&lt;p style=&quot;text-align: left;&quot;&gt;A few things about me which may help you discern if this review will help you.&amp;nbsp; I love RPGs but don&#39;t get to play them that often.&amp;nbsp; I prefer story-telling RPG to crunchy ones, and as such I like FATE.&amp;nbsp; I have many FATE rulesets.&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;I love the Elizabethan period of history - it was a time of great changes as England emerged from the Middle Ages and started to enter a more modern era. Culture, politics, religion: all were in great flux.&amp;nbsp; John Dee (astrologer), Francis Wallsingham (spy master), Sir Francis Drake (adventurer) are just some of the larger than life characters of this period. Plus Shakespeare and what did happen to Christopher Marlowe?&lt;/p&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;Magic:&lt;/h3&gt;&lt;p style=&quot;text-align: left;&quot;&gt;All the player characters are wizards and there are 5 styles of magic, 5 Sciences: Astrology, Alchemy, Sorcery, Theurgy and Witchcraft. Wizards specialize in just one ( though there are overlaps).&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;FATE has a wonderful Bronze Rule: you can treat anything as if it were a characters, with its own Aspects, Skills, Consequences etc. There are things called Extras&amp;nbsp; which are controlled by a character - well, spells are Extras&amp;nbsp; and follow the Bronze rule. I think this is wonderful; I suspect this is one reason why FATE was chosen to underpin Magonomia.&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;FATE RPG intoduction:&lt;/h3&gt;&lt;p style=&quot;text-align: left;&quot;&gt;This ruleset takes the time and space to introduce role playing games, give advice on how to help the group enjoy themselves, but also how to collaborate, run a campaign and may other things which will help groups new to RPGs in general and to FATE in particular. Hence, despite being a big book it is a good introduction.&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;In addition, there are chapters for the Games Master including plot hooks.&lt;/p&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;Other materials:&lt;br /&gt;&lt;/h3&gt;&lt;p style=&quot;text-align: left;&quot;&gt;To round things out there are chapters on the background of the era, the country, a grimoire, and magical Lore&lt;/p&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;Around the internet:&lt;/h3&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;&lt;ul&gt;&lt;li&gt;Youtube: &lt;a href=&quot;https://www.youtube.com/watch?v=qNYuaz8G4Ro&quot; target=&quot;_blank&quot;&gt;Magonomia Design Discussion&lt;/a&gt; Meet the designers (many of whom worked on Ars Magica)&lt;/li&gt;&lt;li&gt;Youtube: &lt;a href=&quot;http://www.gmsmagazine.com/game-on-tabletop-interview-magonomia-with-author-andrew-gronosky/&quot; target=&quot;_blank&quot;&gt;Magonomia with author Andrew Gronosky&lt;/a&gt; GMSMagazine&lt;/li&gt;&lt;li&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=qNYuaz8G4Ro&quot; target=&quot;_blank&quot;&gt;&lt;br /&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=qNYuaz8G4Ro&quot; target=&quot;_blank&quot;&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=qNYuaz8G4Ro&quot; target=&quot;_blank&quot;&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/h3&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.keithmantell.org/feeds/2255874186205007057/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/105765/2255874186205007057?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/2255874186205007057'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/2255874186205007057'/><link rel='alternate' type='text/html' href='http://www.keithmantell.org/2022/03/review-of-magonomia-fate-rpg-of.html' title='Review of Magonomia: a FATE rpg of Renaissance Wizardry'/><author><name>kbm</name><uri>http://www.blogger.com/profile/06337300420260025817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-105765.post-4305331130496134243</id><published>2022-02-27T17:19:00.002+00:00</published><updated>2022-02-27T17:19:39.148+00:00</updated><title type='text'>Setting up mu4e for gmail for emacs</title><content type='html'>I am doing this in crostini on my Chromebook
&lt;div&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;Setup your gpg certificate if you don&#39;t have one (I used the instructions &lt;a href=&quot;https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;setup &lt;a href=&quot;https://www.passwordstore.org/&quot; target=&quot;_blank&quot;&gt;pass&lt;/a&gt; if not installed&lt;/li&gt;&lt;ul&gt;&lt;li&gt;pass init &amp;lt;userid&amp;gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;Get an application specific password for gmail &lt;a href=&quot;https://myaccount.google.com/security&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Add this password to pass&lt;/li&gt;&lt;ul&gt;&lt;li&gt;pass insert Mail/MyGmail&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;Then setup ~/.mbsyncrc as per this&lt;a href=&quot;https://github.com/daviwil/emacs-from-scratch/blob/629aec3dbdffe99e2c361ffd10bd6727555a3bd3/show-notes/Emacs-Mail-01.org&quot; target=&quot;_blank&quot;&gt; link&lt;/a&gt;&amp;nbsp;(Thank you SystemCrafters!)&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Change userid&lt;/li&gt;&lt;li&gt;Use pass Mail/MyGMail to retrieve the password&lt;/li&gt;&lt;li&gt;I also added MaxMessages to the local channel as the crostini container is small!&lt;/li&gt;&lt;li&gt;Check the certificates path for your distribution (it was fine for debian)&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;Initial sync&lt;/li&gt;&lt;ul&gt;&lt;li&gt;mbsync -a&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;Setup mu4e&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Note that the instructions in the previous link are now out of date...&lt;/li&gt;&lt;li&gt;After installing&lt;/li&gt;&lt;li&gt;mu init -m ~/Mail --my-address=userid@gmail.com&lt;/li&gt;&lt;li&gt;mu index&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;Then follow these &lt;a href=&quot;https://github.com/daviwil/emacs-from-scratch/blob/master/show-notes/Emacs-Mail-05.org&quot; target=&quot;_blank&quot;&gt;instructions&lt;/a&gt; to use mu4e-org&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.keithmantell.org/feeds/4305331130496134243/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/105765/4305331130496134243?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/4305331130496134243'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/4305331130496134243'/><link rel='alternate' type='text/html' href='http://www.keithmantell.org/2022/02/setting-up-mu4e-for-gmail-for-emacs.html' title='Setting up mu4e for gmail for emacs'/><author><name>kbm</name><uri>http://www.blogger.com/profile/06337300420260025817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-105765.post-2973575935746337693</id><published>2018-01-26T19:55:00.003+00:00</published><updated>2018-01-26T19:55:56.375+00:00</updated><title type='text'>Keybase</title><content type='html'>Hopefully this web site is now verified on keybase!</content><link rel='replies' type='application/atom+xml' href='http://www.keithmantell.org/feeds/2973575935746337693/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/105765/2973575935746337693?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/2973575935746337693'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/2973575935746337693'/><link rel='alternate' type='text/html' href='http://www.keithmantell.org/2018/01/keybase.html' title='Keybase'/><author><name>kbm</name><uri>http://www.blogger.com/profile/06337300420260025817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-105765.post-6523424524807346579</id><published>2017-04-21T14:55:00.001+00:00</published><updated>2017-04-21T15:12:36.735+00:00</updated><title type='text'></title><content type='html'>&lt;span class=&quot;html-tag&quot; style=&quot;font-family: monospace; white-space: pre-wrap;&quot;&gt;
&lt;p&gt;&lt;a href=&quot;slack://user?team=ibm&amp;amp;id=keithmantell&quot; class=&quot;btn&quot;&gt;Try slack:// now&lt;/a&gt;&lt;/p&gt;&lt;/span&gt;&lt;br /&gt;

</content><link rel='replies' type='application/atom+xml' href='http://www.keithmantell.org/feeds/6523424524807346579/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/105765/6523424524807346579?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/6523424524807346579'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/6523424524807346579'/><link rel='alternate' type='text/html' href='http://www.keithmantell.org/2017/04/blog-post.html' title=''/><author><name>kbm</name><uri>http://www.blogger.com/profile/06337300420260025817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-105765.post-659703185747086330</id><published>2013-07-20T21:35:00.001+00:00</published><updated>2013-07-20T21:35:56.491+00:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="test"/><title type='text'>Test</title><content type='html'>&lt;p&gt;Test post/publish&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.keithmantell.org/feeds/659703185747086330/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/105765/659703185747086330?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/659703185747086330'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/659703185747086330'/><link rel='alternate' type='text/html' href='http://www.keithmantell.org/2013/07/test.html' title='Test'/><author><name>kbm</name><uri>http://www.blogger.com/profile/06337300420260025817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-105765.post-2758742107945105335</id><published>2013-04-27T06:41:00.001+00:00</published><updated>2013-04-27T08:15:06.359+00:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="barefoot"/><category scheme="http://www.blogger.com/atom/ns#" term="vivobarefoot"/><category scheme="http://www.blogger.com/atom/ns#" term="xero shoes"/><title type='text'>Minimalist Running</title><content type='html'>&lt;h3&gt;
My running history&lt;/h3&gt;
&lt;div&gt;
At school I was a sprinter and loathed cross-country runs. &amp;nbsp;In my low 20s (and sporadically thereafter) I tried jogging which I found a) boring and b) gave me shin splints.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
To address the shin splints I went to specialist running shops and was given heavy pronation (anti-pronation?) shoes - but promptly got injured again.&lt;br /&gt;
&lt;br /&gt;
Many years later I am still struggling to run any distance. &lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;
Enter&amp;nbsp;minimalist&amp;nbsp;shoes&lt;/h3&gt;
&lt;div&gt;
I noticed the 5 fingers shoes and wondered about trying them. &amp;nbsp;I didn&#39;t find any locally and then I saw this post on G+ &amp;nbsp;by &lt;a href=&quot;https://plus.google.com/+TimOReilly/posts/2g6JjjJP7mX&quot; target=&quot;_blank&quot;&gt;Tim O&#39;Reilly&lt;/a&gt;: he caught his little toe with painful results. &amp;nbsp;Down in the comments someone mentioned &quot;&lt;a href=&quot;http://www.vivobarefoot.com/uk/&quot; target=&quot;_blank&quot;&gt;Vivobarefoot&lt;/a&gt;&quot;; I did a search and found a pair on amazon for a special offer. &amp;nbsp;It was obviously &quot;a sign&quot;, so I got some:&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://ecx.images-amazon.com/images/I/314xo0LzhpL.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://ecx.images-amazon.com/images/I/314xo0LzhpL.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
I went off for a walk/run: 30 seconds run every 3 minutes (though it was just walk after the first 20 minutes!). &amp;nbsp;It was great - I felt really good, the birds sang in the sky......&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
For the second walk/run I went out with my wife, who runs 3 times a week. This was a mistake - pushed a bit too far and had terrible&amp;nbsp;Achilles&amp;nbsp;pains the next day. And basically that meant walking only for 4 months - every attempt to run triggered the Achilles again.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;
Minimalist walking&lt;/h3&gt;
&lt;div&gt;
So I felt it was time to do a gentler form of exercise for a while: walking. Where do I do most walking?&amp;nbsp; At work: to, from and around the park at lunchtime. &amp;nbsp;The Airmesh above were fine but after a while I felt the need to have something less showy (and reserve the Airmesh for the gym); enter the Vivobarefoot Ra:&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.vivobarefoot.com/media/catalog/product/cache/6/image/9df78eab33525d08d6e5fb8d27136e95/s/s/ss13_mens_ra_black_34_1.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;http://www.vivobarefoot.com/media/catalog/product/cache/6/image/9df78eab33525d08d6e5fb8d27136e95/s/s/ss13_mens_ra_black_34_1.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
I now have 2 pairs of these: blue canvas and black leather.&amp;nbsp; Both very nice and usable at the office.&amp;nbsp; I had to &quot;sugru&quot; the inner heel of the canvas pair as they chafed a little.&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
So now I get to gently stretch my achilles for hours a day.&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;h3&gt;
Back to running?&lt;/h3&gt;
Right now I am going back to walk/running (60-90second run, 3 minute walk) - so far so good.&amp;nbsp; To do that over the winter I got a pair of Vivobarefoot Trails which I use when walking the dog.&amp;nbsp; Again excellent: nice broad toe box, more traction, highly waterproof (which surprised me).&amp;nbsp; I my look at some Breathos if summer ever arrives.&lt;br /&gt;
&lt;h3&gt;
Summer?&lt;/h3&gt;
Did I mention summer?&amp;nbsp; Towards the end of last summer I got a pair of Vivobarefoot Achilles:&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcScPu7I-0jbdkqHd43yA-LxdTEBIyFP1DUElHJyfWZAV1KC1vfHAA&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcScPu7I-0jbdkqHd43yA-LxdTEBIyFP1DUElHJyfWZAV1KC1vfHAA&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
A distinctive design! I find them comfortable but I have not used them much yet!&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;h3&gt;
Vivobarefoot &lt;/h3&gt;
I know the above will make me appear a Vivobarefoot fan boy - this would be correct!&amp;nbsp; Their shoes are great, they have varied designs, I like their efforts to be green and to &lt;a href=&quot;http://trainingclinic.vivobarefoot.com/&quot; target=&quot;_blank&quot;&gt;provide education&lt;/a&gt; to help people transition to minimal footwear with less chance of injury&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;h3&gt;
Xero Shoes&lt;/h3&gt;
That said I have just got a pair of &lt;a href=&quot;http://xeroshoes.com/&quot; target=&quot;_blank&quot;&gt;Xero Shoes&lt;/a&gt;&amp;nbsp; huraches (from &lt;a href=&quot;http://xeroshoes.co.uk/&quot; target=&quot;_blank&quot;&gt;Xero Shoes UK&lt;/a&gt; actually):&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://cdn.xeroshoes.com/wp-content/uploads/2012/10/Kit-Complete5-300x300.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://cdn.xeroshoes.com/wp-content/uploads/2012/10/Kit-Complete5-300x300.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Again a summer shoe.&amp;nbsp; I have assembled them, and learned to tie them - which was fun.&amp;nbsp; Getting the tension right is a bit of an art but I think I am there now.&amp;nbsp; As with the Achilles I look forward to more sunshine!&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;h3&gt;
Conclusion&lt;/h3&gt;
So that was a whirlwind tour of my growing minimalist shoe collection.&amp;nbsp; Important points:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Transition carefully!&amp;nbsp; I have found being able to wear minimalist shoes at work and mainly walking to be a great way of training my feet.&amp;nbsp; This is especially important for the older ones, and those who do a lot of running miles in heavy-weight running shoes.&lt;/li&gt;
&lt;li&gt;You don&#39;t have to have the 5 fingers! Vivobarefoot and others make relatively normal looking shoes (Achilles excepted) which are easier to fit and can cut down on one form of injury.&amp;nbsp; That said many people love VFFs.&lt;/li&gt;
&lt;li&gt;The minimalist shoe community is great. &lt;/li&gt;
&lt;/ul&gt;
So hopefully this will be the summer where I complete my transition to minimalist running and not just walking - I&#39;ll&amp;nbsp; let you know!&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://www.keithmantell.org/feeds/2758742107945105335/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/105765/2758742107945105335?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/2758742107945105335'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/2758742107945105335'/><link rel='alternate' type='text/html' href='http://www.keithmantell.org/2013/04/minimalist-running.html' title='Minimalist Running'/><author><name>kbm</name><uri>http://www.blogger.com/profile/06337300420260025817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-105765.post-118512788430113725</id><published>2013-03-30T09:30:00.000+00:00</published><updated>2013-04-27T06:00:57.628+00:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="emacs"/><title type='text'> Emacs Conf, 30th March 2013, London</title><content type='html'>&lt;h2&gt;
&lt;/h2&gt;
&lt;h3&gt;
Intro&lt;/h3&gt;
So a slightly belated write-up of my Saturday jaunt up to the Big Smoke.&lt;br /&gt;
&lt;br /&gt;
Just so you know, I really use Emacs mainly for org-mode but I am also playing with Common Lisp ( is slime/swank) and Clojure (via nrepl).&amp;nbsp; I am not a power user, and have not done any elisp except twiddling with init.el.&lt;br /&gt;
&lt;br /&gt;
Why did I go? I fancied a day out, hoped to learn some new stuff and to be at the first Emacs Conf so I could tell my grandchildren (for the record my children didn&#39;t care!)&lt;br /&gt;
&lt;br /&gt;
Did it meet those expectations (except the last!): yes, and more!&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
Venue&lt;/h3&gt;
I can claim another first - never been to Mornington Crescent tube station ( which is just north of London&#39;s Euston (main station for the North of the UK).&lt;br /&gt;
&lt;br /&gt;
The venue ( 2nd Floor, Centro 3) belonged to &lt;a href=&quot;http://www.forwardtechnology.co.uk/&quot; target=&quot;_blank&quot;&gt;Forward&lt;/a&gt; and was great: auditorium, canteen area with a plentiful supply of beverages.&amp;nbsp; A big shout out to them and &lt;complete id=&quot;goog_1732054167&quot;&gt;@&lt;/complete&gt;&lt;a href=&quot;http://twitter.com/Jon_Neale&quot; rel=&quot;me&quot;&gt;Jon_Neale&lt;/a&gt; in particular for supporting this conference.&lt;br /&gt;
&lt;br /&gt;
There were issues with the streaming so not all talks were recorded for posterity; there is an explanation &lt;a href=&quot;http://www.reddit.com/r/emacs/comments/1bap92/emacsconf_live_stream_currently_in_progress/c968s80&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;.&amp;nbsp; As someone said on that thread - this was a free conference done by a first-time organising team, so these things happen...&amp;nbsp; That said people are pulling together with audio, video from phones, and (obviously) the side decks ( or org files!) etc.- all is not lost!&lt;br /&gt;
&lt;br /&gt;
Alex Simic (+Aleksandar Simic) led the organising team and was the MC.&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
The weird internet life&amp;nbsp;&lt;/h3&gt;
A couple of odd things:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;At work I know only one other person who uses emacs - but here everyone was taking notes in it!&amp;nbsp; (except me who thought he&#39;d be smart by just taking the Galaxy S3, when I could have completely re-engineered my init.el by the time I left!!)&lt;/li&gt;
&lt;li&gt;This was the worst case for me so far of meeting people who I have seen on vimeo/you tube, read on Twitter/G+/blogs etc. but you have never spoken to before. I felt I knew them, they wondered who I was. Luckily nearly everyone was very approachable so I felt they were best buddies by the time I left.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
Keynotes&lt;/h3&gt;
Sacha Chua and John Wiegley did a joint Keynote.&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Sacha did a a fantastic &quot;Why Emacs is so great&quot; presentation to an emacs conference - everyone loved it and everyone around where I was seemed to learn something new from it; no mean feat to 100 emacs experts (well, 99).&lt;br /&gt;
&lt;br /&gt;
Sacha is a person of boundless enthusiasm!&lt;br /&gt;
&lt;br /&gt;
John did a history of Emacs and its antecedents together with personal anecdotes of his own.&amp;nbsp; Sounds as if it would be a dry topic but I learned some new stuff and he delivered it in an amusing and engaging way.&lt;br /&gt;
&lt;br /&gt;
A great start to the conference!&lt;br /&gt;
(Audio &lt;a href=&quot;https://archive.org/details/EmacsConf201301KeynoteBySachaChuaAndJohnWiegley&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;)&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
Other Highlights&lt;/h3&gt;
Nic Ferrier &lt;a href=&quot;https://gist.github.com/nicferrier/5278913&quot; target=&quot;_blank&quot;&gt;talked&lt;/a&gt; in his usual entertaining and unique style about loads of stuff: emacswiki, elnode, the nature of lazy collaboration and more! Oh and he used org mode for his notes.&lt;br /&gt;
&lt;br /&gt;
Dimitri Fontaine spoke about &lt;a href=&quot;https://github.com/dimitri/el-get&quot; target=&quot;_blank&quot;&gt;el-get&lt;/a&gt; which is the package system I tend to use as a preference - partly because I found it first, it worked on Emacs 23 and it can use other package systems as methods.&amp;nbsp; Dimitri, Nic and Steve (&quot;Luna Sandles&quot;) Purcell also gave an interesting panel on package managers and resisted over complicating the domain!&lt;br /&gt;
&lt;br /&gt;
Sam Aaron talked about &lt;a href=&quot;https://github.com/overtone/emacs-live/blob/master/packs/dev/foundation-pack/init.el&quot; target=&quot;_blank&quot;&gt;emacs-live&lt;/a&gt; (pointer to foundation packages). As one of the oldest people there I needed to get home for an early bedtime, so I missed his emacs driven music performance (with free beer and pizza!) later on.&lt;br /&gt;
&lt;br /&gt;
But really there is almost too much to mention (sorry if you didn&#39;t get an explicit mention) - a very good day!&lt;br /&gt;
&lt;h3&gt;
Other information&lt;/h3&gt;
Sacha&#39;s sketch notes: http://experivis.com/collection/emacsconf2013/ &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.keithmantell.org/feeds/118512788430113725/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/105765/118512788430113725?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/118512788430113725'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/118512788430113725'/><link rel='alternate' type='text/html' href='http://www.keithmantell.org/2013/03/emacs-conf-30th-march-2013-london.html' title=' Emacs Conf, 30th March 2013, London'/><author><name>kbm</name><uri>http://www.blogger.com/profile/06337300420260025817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total><georss:featurename>London Borough of Camden, Greater London, UK</georss:featurename><georss:point>51.537246787796221 -0.13617038726806641</georss:point><georss:box>51.536012287796218 -0.13869188726806642 51.538481287796223 -0.1336488872680664</georss:box></entry><entry><id>tag:blogger.com,1999:blog-105765.post-685134355621764655</id><published>2012-12-23T11:10:00.000+00:00</published><updated>2012-12-23T11:10:20.806+00:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="sugru"/><category scheme="http://www.blogger.com/atom/ns#" term="vivobarefoot"/><title type='text'>Vivibarefoot and Sugru</title><content type='html'>I am a great fan of both&amp;nbsp;&lt;a class=&quot;g-profile&quot; href=&quot;http://plus.google.com/106086712518372609222&quot; target=&quot;_blank&quot;&gt;+VIVOBAREFOOT&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a class=&quot;g-profile&quot; href=&quot;http://plus.google.com/104123162554715788915&quot; target=&quot;_blank&quot;&gt;+sugru&lt;/a&gt;&amp;nbsp;.&lt;br /&gt;
&lt;br /&gt;
I will write more on my experiences with minimalist shoes, but I have now acquired a number of pairs of Vivobarefoot&#39;s shoes and love all of them.&lt;br /&gt;
&lt;br /&gt;
The one problem pair were the &lt;a href=&quot;http://www.vivobarefoot.com/uk/ra-canvas-navy.html&quot; target=&quot;_blank&quot;&gt;Vivobarefoot Ra&lt;/a&gt; (Blue, canvas) - look good, can be worn to work(although the white sole is definitely &quot;business casual&quot;), but after a while the heel rubbed on the edge.&lt;br /&gt;
&lt;br /&gt;
I am happy to report that a &quot;smear&quot; of blue sugru around the rear edge of the shoe seems to have done the trick; it was tested by the local Xmas disco!</content><link rel='replies' type='application/atom+xml' href='http://www.keithmantell.org/feeds/685134355621764655/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/105765/685134355621764655?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/685134355621764655'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/685134355621764655'/><link rel='alternate' type='text/html' href='http://www.keithmantell.org/2012/12/vivibarefoot-and-sugru.html' title='Vivibarefoot and Sugru'/><author><name>kbm</name><uri>http://www.blogger.com/profile/06337300420260025817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-105765.post-1749835620702414789</id><published>2012-06-20T06:37:00.001+00:00</published><updated>2024-02-03T21:36:35.140+00:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="emacs"/><title type='text'>The future of Emacs and humanity</title><content type='html'>&lt;div&gt;&lt;p&gt;&quot;But ... Emacs will still be there, waiting. It will be there when the icecaps melt and the cities drown, when humanity destroys itself in fire and zombies, when the roaches finally achieve sentience, take over, and begin using computers themselves - at which point its various Ctrl-Meta key-chords will seem not merely satisfyingly ergonomic for the typical arthropod, but also direct evidence for the universe&#39;s Intelligent Design by some six-legged, multi-jointed God.&quot; &lt;a href=&quot;http://kieran.healy.usesthis.com/&quot;&gt;Kieran Healy &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hilarious and insightful! Personally, I think it will be some form of octopus that inherits the earth, but tellingly a mutated version of the last line will still apply.&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdjQstzxmMHGJA3ZNFxxnGs12SmHiF6lSFNzpEKv42sB28xaNietLDYVh82p0LdiUaavznWYPrF7EAoAQ6VEdHD8lNOfl7cApw-kpWzWMsV8ZYFTdDdfeV57usI4IzF_9TVf2F1V-Fs7jmJf9Wy3RDAJDuM2M3rEAF5qxejfl3twg6K9gLE8rT/s284/emacs-user.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img alt=&quot;Emacs octopus using a keyboard&quot; border=&quot;0&quot; data-original-height=&quot;177&quot; data-original-width=&quot;284&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdjQstzxmMHGJA3ZNFxxnGs12SmHiF6lSFNzpEKv42sB28xaNietLDYVh82p0LdiUaavznWYPrF7EAoAQ6VEdHD8lNOfl7cApw-kpWzWMsV8ZYFTdDdfeV57usI4IzF_9TVf2F1V-Fs7jmJf9Wy3RDAJDuM2M3rEAF5qxejfl3twg6K9gLE8rT/s16000/emacs-user.jpeg&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;Found at&amp;nbsp;https://www.deviantart.com/earlcolour/art/emacs-user-at-work-195326745&lt;br /&gt;&lt;a href=&quot;http://creativecommons.org/licenses/by-nc-nd/3.0/&quot; rel=&quot;license noopener noreferrer&quot; style=&quot;background-color: #06070d; border: 0px; font-family: devioussans02regular, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;メイリオ, meiryo&amp;quot;, &amp;quot;ヒラギノ角ゴ pro w3&amp;quot;, &amp;quot;hiragino kaku gothic pro&amp;quot;, sans-serif; font-feature-settings: inherit; font-kerning: inherit; font-optical-sizing: inherit; font-size: 14px; font-stretch: inherit; font-variant-alternates: inherit; font-variant-east-asian: inherit; font-variant-numeric: inherit; font-variant-position: inherit; font-variation-settings: inherit; line-height: inherit; margin: 0px; padding: 0px; text-align: start; text-decoration-line: none; vertical-align: baseline;&quot; target=&quot;_blank&quot;&gt;Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 License&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;/p&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.keithmantell.org/feeds/1749835620702414789/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/105765/1749835620702414789?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/1749835620702414789'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/1749835620702414789'/><link rel='alternate' type='text/html' href='http://www.keithmantell.org/2012/06/future-of-emacs-and-humanity.html' title='The future of Emacs and humanity'/><author><name>kbm</name><uri>http://www.blogger.com/profile/06337300420260025817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdjQstzxmMHGJA3ZNFxxnGs12SmHiF6lSFNzpEKv42sB28xaNietLDYVh82p0LdiUaavznWYPrF7EAoAQ6VEdHD8lNOfl7cApw-kpWzWMsV8ZYFTdDdfeV57usI4IzF_9TVf2F1V-Fs7jmJf9Wy3RDAJDuM2M3rEAF5qxejfl3twg6K9gLE8rT/s72-c/emacs-user.jpeg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-105765.post-4835587188555209221</id><published>2012-04-04T10:49:00.001+00:00</published><updated>2012-04-04T10:55:53.919+00:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="film"/><category scheme="http://www.blogger.com/atom/ns#" term="pratchett"/><title type='text'>Terry Pratchett Going Postal</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://ecx.images-amazon.com/images/I/51msK+BBQ2L._SL500_AA300_.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://ecx.images-amazon.com/images/I/51msK+BBQ2L._SL500_AA300_.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;a href=&quot;http://sprng.me/drsni&quot;&gt;Terry Pratchett Going Postal&lt;/a&gt;: I just bought the Blue ray of this and got round to watching it last night.&amp;nbsp; And I very much enjoyed it !&lt;br /&gt;
&lt;br /&gt;
I have read and liked many of the books: The Colour of Magic had me LOL which is rare for a book.&amp;nbsp; But I only &quot;quite enjoyed&quot; the TV films of&amp;nbsp; Colour of Magic and The Hogfather.&amp;nbsp; Great cast, super production values, but not Really Funny(tm).&amp;nbsp; Quite Funny(tm).&lt;br /&gt;
&lt;br /&gt;
Going Postal had a great cast, great production values, great timing ( except perhaps the ending was a bit rushed).&amp;nbsp; David Suchet was splendidly evil!.&amp;nbsp; I thought that Jeremy Irons could not be bettered as Lord Vetinari, but Charles Dance was great ( and had a very prominent part cf. Colour of Magic). Clare Foy (&quot;Little Dorrit&quot; says my wife) as Adora Belle Dearheart and&amp;nbsp; Richard Coyle as Moist Von Lipwig(!) were also superb.&amp;nbsp; Tamsin Greig, Steve Pemberton - the list goes on and on!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
So I hope this met with commercial success so that other Discworld novels will be brought to our screens.</content><link rel='replies' type='application/atom+xml' href='http://www.keithmantell.org/feeds/4835587188555209221/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/105765/4835587188555209221?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/4835587188555209221'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/4835587188555209221'/><link rel='alternate' type='text/html' href='http://www.keithmantell.org/2012/04/terry-pratchett-going-postal.html' title='Terry Pratchett Going Postal'/><author><name>kbm</name><uri>http://www.blogger.com/profile/06337300420260025817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-105765.post-2438427881148663749</id><published>2012-02-14T14:46:00.001+00:00</published><updated>2012-02-14T14:46:29.600+00:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="gnome3"/><title type='text'>Gnome 3 update</title><content type='html'>I am still enjoying Gnome 3.&amp;nbsp; However, issues ( I think with my ATI driver) on my home machine have led me to upgrade to Ubuntu 12.04 (alpha!).&amp;nbsp; This has gone very well, and seems very reliable - I hpe it stays that way.&lt;br /&gt;
&lt;br /&gt;
I am making use of &lt;a href=&quot;https://extensions.gnome.org/&quot; target=&quot;_blank&quot;&gt;Gnome extensions&lt;/a&gt; anfd have found several useful ones - even though they are to put back some Gnome 2 items (like trash cans window bar)&lt;br /&gt;
&lt;br /&gt;
One thing that I am missing is having the &quot;hot corner&quot; duplicated on a second screen. In fact i would like the top bas also duplicated on the 2nd screen! Any pointers welcomed.</content><link rel='replies' type='application/atom+xml' href='http://www.keithmantell.org/feeds/2438427881148663749/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/105765/2438427881148663749?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/2438427881148663749'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/2438427881148663749'/><link rel='alternate' type='text/html' href='http://www.keithmantell.org/2012/02/gnome-3-update.html' title='Gnome 3 update'/><author><name>kbm</name><uri>http://www.blogger.com/profile/06337300420260025817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-105765.post-525853314176164230</id><published>2011-11-21T19:39:00.001+00:00</published><updated>2011-11-21T19:58:04.282+00:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="gnome"/><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu"/><category scheme="http://www.blogger.com/atom/ns#" term="unity"/><title type='text'>Gnome 3 - recommended</title><content type='html'>Well, this is interesting - some famous people (Linus Torvalds, Mark Shuttleworth) plus folks I respect at work have a real downer on &lt;a href=&quot;http://www.gnome.org/gnome-3/&quot; target=&quot;_blank&quot;&gt;Gnome 3&lt;/a&gt;.


I installed it today (3.2.1) whilst trying to get something else to work, and gave it a try.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;And I think it is great.  It looks good, performs well, and is highly usable.&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Mouse to the top left of the screen (or press Windows key) gives thumbnails of the running apps (Activities-&amp;gt; Windows)&amp;nbsp;&lt;/li&gt;
&lt;li&gt;or you can click on Applications to get a list of apps, which are categorised (All,&amp;nbsp;Accessories, Games etc.).&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Hit the Windows key and start typing: this searches for Apps or Contacts (I wonder if it can be made to search for files?)&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Also on the Activities screen is a dock which shows favourites.  It looks very similar to the Unity side bar except it doesn&#39;t pop up irritatingly when you put the mouse over it whilst trying to use the windows max/min/close buttons which are on the left in Unity.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;max/unmax is just double clicking on the windows top bar&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;&amp;nbsp;So I was getting used to Unity, and could see where Canonical were going with it.  But it seems to me that Gnome 3 is here now and working well - recommended!!&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;(PS: Using Ubuntu 11.10 on Lenovo W520)</content><link rel='replies' type='application/atom+xml' href='http://www.keithmantell.org/feeds/525853314176164230/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/105765/525853314176164230?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/525853314176164230'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/525853314176164230'/><link rel='alternate' type='text/html' href='http://www.keithmantell.org/2011/11/gnome-3-recommended.html' title='Gnome 3 - recommended'/><author><name>kbm</name><uri>http://www.blogger.com/profile/06337300420260025817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-105765.post-9025669941651445637</id><published>2011-10-08T15:33:00.003+00:00</published><updated>2011-10-08T16:04:40.059+00:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="steve_jobs"/><title type='text'>Steve Jobs and the WWW</title><content type='html'>&lt;div&gt;&lt;a href=&quot;http://www.infoq.com/news/2011/10/steve-jobs-contribution&quot;&gt;Fascinating background&lt;/a&gt; on Steve Jobs influence on software engineering with things such as hypercard.&amp;nbsp; What I didn&#39;t know was that Tim Berner-Lee used a NeXT machine! &lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.keithmantell.org/feeds/9025669941651445637/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/105765/9025669941651445637?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/9025669941651445637'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/9025669941651445637'/><link rel='alternate' type='text/html' href='http://www.keithmantell.org/2011/10/steve-jobs-and-www.html' title='Steve Jobs and the WWW'/><author><name>kbm</name><uri>http://www.blogger.com/profile/06337300420260025817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-105765.post-1472786745553892939</id><published>2011-08-22T17:00:00.002+00:00</published><updated>2011-08-22T17:50:38.637+00:00</updated><title type='text'>Thoughts on reducing delivery cycles</title><content type='html'>&lt;div&gt;Mary Poppendick:&lt;a href=&quot;http://www.leanessays.com/2011/07/how-cadence-determines-process.html&quot;&gt;LeanEssays: How Cadence Predicts Process&lt;/a&gt; makes some excelent points about the efficiency of delivery from requirement to delivery of thesupporting feature.&amp;nbsp; Along the way she mentions Kent Beck and the affects of reducing the release cycle on sales, support etc. Close to my own heart at present is automated testing and a mention of the book Specification by Example&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.keithmantell.org/feeds/1472786745553892939/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/105765/1472786745553892939?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/1472786745553892939'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/1472786745553892939'/><link rel='alternate' type='text/html' href='http://www.keithmantell.org/2011/08/thoughts-on-reducing-delivery-cycles.html' title='Thoughts on reducing delivery cycles'/><author><name>kbm</name><uri>http://www.blogger.com/profile/06337300420260025817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-105765.post-6499928276889618658</id><published>2011-07-28T15:51:00.001+00:00</published><updated>2011-07-28T15:51:53.525+00:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="android"/><title type='text'>Android tablet</title><content type='html'>&lt;div&gt;&lt;p&gt;I have dipped my toe in the tablet pond. I have got an Advent Vega, a &amp;#163;200 Android tablet.&amp;#160; Cheap price but the processor and screen are great.&lt;/p&gt;
&lt;p&gt;I have upped the rom to include Android Market,and have gradually added more Apps.&lt;/p&gt;
&lt;p&gt;Have had a couple of glitches where the wi-fi stopped, the screen rotation was 90degrees out, and reboots gave an error.&amp;#160; Backup system works!&lt;/p&gt;
&lt;p&gt;Why Android rather than Apple? USB port, SDcard, terminal.......&lt;/p&gt;
&lt;p&gt;The Vega does not look as sexy as an iPad, but I am happy with its function!&lt;/p&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.keithmantell.org/feeds/6499928276889618658/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/105765/6499928276889618658?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/6499928276889618658'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/6499928276889618658'/><link rel='alternate' type='text/html' href='http://www.keithmantell.org/2011/07/android-tablet.html' title='Android tablet'/><author><name>kbm</name><uri>http://www.blogger.com/profile/06337300420260025817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-105765.post-6362120254607111500</id><published>2011-07-01T09:42:00.001+00:00</published><updated>2011-07-01T09:42:34.638+00:00</updated><title type='text'>Limits of data</title><content type='html'>&lt;p&gt;&lt;a href=&quot;http://onefte.com/2011/07/01/experience-of-a-corporate-lifetime/&quot;&gt;1.0FTE&lt;/a&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.keithmantell.org/feeds/6362120254607111500/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/105765/6362120254607111500?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/6362120254607111500'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/6362120254607111500'/><link rel='alternate' type='text/html' href='http://www.keithmantell.org/2011/07/limits-of-data.html' title='Limits of data'/><author><name>kbm</name><uri>http://www.blogger.com/profile/06337300420260025817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-105765.post-7902732124259784880</id><published>2011-06-28T22:53:00.001+00:00</published><updated>2011-06-28T22:53:32.614+00:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="latex"/><title type='text'>LaTeX: More Than Just Academic Papers and Theses</title><content type='html'>I have long been a fan of Latex for large complex documents.  Over the years I have found that it can do more, even for small documents.  &lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;However, this presentation is awesome: &lt;a href=&quot;http://latex-my.blogspot.com/2011/06/l-t-e-x-more-than-just-academic-papers.html&quot;&gt;Malaysian LaTeX User Group: LaTeX: More Than Just Academic Papers and Theses&lt;/a&gt;.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;The breadth of things Latex can do is fantastic, and the quality is great.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;Great presentation.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.keithmantell.org/feeds/7902732124259784880/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/105765/7902732124259784880?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/7902732124259784880'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/7902732124259784880'/><link rel='alternate' type='text/html' href='http://www.keithmantell.org/2011/06/latex-more-than-just-academic-papers.html' title='LaTeX: More Than Just Academic Papers and Theses'/><author><name>kbm</name><uri>http://www.blogger.com/profile/06337300420260025817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-105765.post-3813123496207480132</id><published>2011-06-02T10:43:00.002+00:00</published><updated>2011-06-02T11:41:31.484+00:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="emacs"/><title type='text'>weblogger.el</title><content type='html'>Just trying out another blog entry system from emacs!</content><link rel='replies' type='application/atom+xml' href='http://www.keithmantell.org/feeds/3813123496207480132/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/105765/3813123496207480132?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/3813123496207480132'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/3813123496207480132'/><link rel='alternate' type='text/html' href='http://www.keithmantell.org/2011/06/just-trying-out-another-blog-entry.html' title='weblogger.el'/><author><name>kbm</name><uri>http://www.blogger.com/profile/06337300420260025817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-105765.post-5870121562929153286</id><published>2011-05-17T21:27:00.002+00:00</published><updated>2011-05-17T21:58:51.631+00:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="emacs"/><category scheme="http://www.blogger.com/atom/ns#" term="org-mode"/><title type='text'>Phil Windley&#39;s Technometria | Capture Mode and Emacs</title><content type='html'>Finally got round to setting this up: &lt;a href=&quot;http://www.windley.com/archives/2010/12/capture_mode_and_emacs.shtml&quot;&gt;Phil Windley&#39;s Technometria | Capture Mode and Emacs&lt;/a&gt;: &quot;Capture Mode and Emacs&quot;.&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;Very easy to add anything to an org-mode file from anywhere.  I will have to look at the time-date hierarchy and see whether and how to add to the workflow. &amp;nbsp;In addition to the elements in Phil&#39;s video, of course &amp;nbsp;C-c C-l to store a link is also available&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.keithmantell.org/feeds/5870121562929153286/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/105765/5870121562929153286?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/5870121562929153286'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/5870121562929153286'/><link rel='alternate' type='text/html' href='http://www.keithmantell.org/2011/05/phil-windleys-technometria-capture-mode.html' title='Phil Windley&#39;s Technometria | Capture Mode and Emacs'/><author><name>kbm</name><uri>http://www.blogger.com/profile/06337300420260025817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-105765.post-7926477527145061442</id><published>2011-05-16T20:12:00.003+00:00</published><updated>2011-06-20T12:34:36.744+00:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="common lisp"/><category scheme="http://www.blogger.com/atom/ns#" term="lisp"/><title type='text'>Quicklisp needs more love</title><content type='html'>To hear the GigaMonkey Overlord is to obey!!&lt;br /&gt;
Quicklisp is fantastic: &lt;a href=&quot;http://www.quicklisp.org/&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: red;&quot;&gt;lisp libraries&lt;/span&gt;&lt;/a&gt;.  In all seriousness this is &lt;b&gt;THE&lt;/b&gt; way to install many excellent lisp libraries in a way which also takes care of dependencies.</content><link rel='replies' type='application/atom+xml' href='http://www.keithmantell.org/feeds/7926477527145061442/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/105765/7926477527145061442?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/7926477527145061442'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/7926477527145061442'/><link rel='alternate' type='text/html' href='http://www.keithmantell.org/2011/05/quicklisp-needs-more-love.html' title='Quicklisp needs more love'/><author><name>kbm</name><uri>http://www.blogger.com/profile/06337300420260025817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-105765.post-611391625806320170</id><published>2011-05-02T18:01:00.001+00:00</published><updated>2011-05-02T18:01:33.959+00:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="common lisp"/><title type='text'>Buildapp - Create executables with SBCL</title><content type='html'>&lt;a href=&quot;http://xach.com/lisp/buildapp/&quot;&gt;Buildapp - Create executables with SBCL&lt;/a&gt; -cool!</content><link rel='replies' type='application/atom+xml' href='http://www.keithmantell.org/feeds/611391625806320170/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/105765/611391625806320170?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/611391625806320170'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/611391625806320170'/><link rel='alternate' type='text/html' href='http://www.keithmantell.org/2011/05/buildapp-create-executables-with-sbcl.html' title='Buildapp - Create executables with SBCL'/><author><name>kbm</name><uri>http://www.blogger.com/profile/06337300420260025817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-105765.post-538031950625182538</id><published>2011-04-06T09:47:00.002+00:00</published><updated>2011-04-06T09:54:02.422+00:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="emacs"/><title type='text'>Emacs goes Hollywood</title><content type='html'>&lt;blockquote&gt;&lt;a href=&quot;http://jtnimoy.net/workviewer.php?q=178&quot;&gt; &lt;i&gt;&quot;I was tickled that I got emacs into a block buster  movie.&quot;&lt;/i&gt;&lt;/a&gt;&lt;/blockquote&gt;Couldn&#39;t happen to a nicer editor!!</content><link rel='replies' type='application/atom+xml' href='http://www.keithmantell.org/feeds/538031950625182538/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/105765/538031950625182538?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/538031950625182538'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/538031950625182538'/><link rel='alternate' type='text/html' href='http://www.keithmantell.org/2011/04/emacs-goes-hollywood.html' title='Emacs goes Hollywood'/><author><name>kbm</name><uri>http://www.blogger.com/profile/06337300420260025817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-105765.post-4399795337723545557</id><published>2011-03-02T15:20:00.000+00:00</published><updated>2011-03-02T15:20:38.289+00:00</updated><title type='text'>Using the commandline network utilities from Emacs | Mastering Emacs</title><content type='html'>&lt;a href=&quot;http://www.masteringemacs.org/articles/2011/03/02/network-utilities-emacs/&quot;&gt;Using the commandline network utilities from Emacs | Mastering Emacs&lt;/a&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I should have known!!&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.keithmantell.org/feeds/4399795337723545557/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/105765/4399795337723545557?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/4399795337723545557'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/105765/posts/default/4399795337723545557'/><link rel='alternate' type='text/html' href='http://www.keithmantell.org/2011/03/using-commandline-network-utilities.html' title='Using the commandline network utilities from Emacs | Mastering Emacs'/><author><name>kbm</name><uri>http://www.blogger.com/profile/06337300420260025817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>