<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;Ak8NSHgzfyp7ImA9WhRaFEw.&quot;"><id>tag:blogger.com,1999:blog-347582618045055410</id><updated>2012-02-16T19:01:39.687Z</updated><category term="facebook" /><category term="UDS" /><category term="packaging" /><category term="Debian Packaging" /><category term="funny" /><category term="externals" /><category term="bzr" /><category term="ubuntu-planet" /><category term="random" /><category term="Xiphos" /><category term="refit" /><category term="Student Politics" /><category term="googlebuzz" /><category term="life" /><category term="buzz" /><category term="identica" /><category term="twitter" /><category term="mac" /><category term="nestedtrees" /><category term="ubuntu ramblings" /><category term="debian" /><category term="bootexperience" /><category term="jaunty" /><category term="bzr launchpad debian ubuntu packaging" /><category term="UXE" /><category term="HUU" /><category term="ubuntu" /><category term="svn:externals" /><category term="svn" /><category term="crosswire" /><title>Surgut</title><subtitle type="html">a far away cold place for my thoughts</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://blog.surgut.co.uk/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://blog.surgut.co.uk/" /><author><name>Dima</name><uri>http://www.blogger.com/profile/03781709847888802395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="25" src="http://photos1.blogger.com/blogger/3328/2732/640/DSC01359.jpg" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>23</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/tdlk" /><feedburner:info uri="tdlk" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><geo:lat>53.75</geo:lat><geo:long>-0.333333</geo:long><feedburner:emailServiceId>tdlk</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><entry gd:etag="W/&quot;Ak8MSX0-eyp7ImA9WhZUFkk.&quot;"><id>tag:blogger.com,1999:blog-347582618045055410.post-1858510882114091942</id><published>2011-06-09T20:48:00.000+01:00</published><updated>2011-06-09T20:48:08.353+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-06-09T20:48:08.353+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu-planet" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu" /><title>Two factor authentication</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;Two factor authentication, how hard can it be?&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;Two factor authentication has two components: something you know, and something you have. Something you know is usually username&amp;amp;password and gives you the first factor. Something you have is a second factor and it isn't usually implemented.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;One can argue that private/public key encryption is strong, but it's not two-factor authentication into the computer systems. An ssh key or SSL&amp;nbsp;certificate&amp;nbsp;can be password protected, but it's still just a file on the computer usually. And you don't want someone to compromise user's laptop, take as long as they need to decrypt the password and use that to get access to your intranet.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;The criteria are:&lt;/div&gt;&lt;div&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;two-factor authentication&lt;/li&gt;
&lt;li&gt;open standard&lt;/li&gt;
&lt;li&gt;vendor&amp;nbsp;independent&lt;/li&gt;
&lt;li&gt;free software stack available&lt;/li&gt;
&lt;li&gt;secure&lt;/li&gt;
&lt;li&gt;user friendly&lt;/li&gt;
&lt;li&gt;low-cost&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;div&gt;So let's start running down the systems available today for the two factor authentication:&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;ol style="text-align: left;"&gt;&lt;li&gt;Smartcards / Tokens using PKCS #11 API &amp;amp; PKCS #15 standard&lt;/li&gt;
&lt;li&gt;Hardware / Software Tokens using OATH HOTP or TOTP standard&lt;/li&gt;
&lt;li&gt;Yubikey Token with Yubikey Validation standards&lt;/li&gt;
&lt;/ol&gt;Smartcards, while common in everyday live are not very convenient. You need smartcard reader with you, you get authentication prompts from you browser which look different across all platforms. There is cost of buying smartcards &amp;amp; smartcard readers. Not sure how that would work with SSH. Can't use it on your mobile. This is probably a good solution in managed enterprise networks with single sign on implemented with Kerberos. So it's not an easy solution. And I haven't looked much into it.&lt;br /&gt;
&lt;br /&gt;
OATH is Open Authentication initiative behind the one-time password (OTP) authentication using event or time based. It's a simple nice algorithm, which you can read about &lt;a href="http://en.wikipedia.org/wiki/HOTP"&gt;here&lt;/a&gt;. It generates 6-8 digit long one time password using a seed (initial secret) and variable. In event based form it's just a sequential counter, in time based it's the time. There are many hardware and software tokens available on the market. So it's one contender I'm looking into.&lt;br /&gt;
&lt;br /&gt;
YubiKey is a battery-less USB token with touch sensitive button. It simulates a usb keyboard and "types" passwords. It can be configured to produce: 32 character yubikey OTP, 6-8 digit OATH HOTP or long static password. Later yubikeys also added challenge-response functionality as well. The cool thing is that the hardware design and yubikey OTP documentation is published. And all the software around it is Open Source. There isn't another hardware vendor though.&lt;br /&gt;
&lt;br /&gt;
Now implementation details. For my use case I need: central validation server, pam authentication module, over the network authentication, authentication plugins for specific applications (e.g. OpenERP, Drupal, etc.).&lt;br /&gt;
&lt;br /&gt;
For Yubikey: there are multiple opensource validation servers, multiple pam modules (including those that work against validation server over the network), multiple plugins for many applications out there. There is an investment cost for the Yubikeys ($25 each, cheaper if buying in bulk +VAT +Shipping) and you are locked to a single vendor of the keys.&lt;br /&gt;
&lt;br /&gt;
For OATH: found only &lt;a href="http://code.google.com/p/otpd/"&gt;one&lt;/a&gt; validation server, which is a dead work of a dead original... there is &lt;a href="http://www.nongnu.org/oath-toolkit/"&gt;oath-toolkit&lt;/a&gt; with pam module, but it means storing the secret seeds on each machine where you want to authenticate, cause it doesn't talk securely to a validation server over the network.&lt;br /&gt;
&lt;br /&gt;
Underdog is &lt;a href="http://code.google.com/p/yubico-yubiserve/"&gt;yubikey-yubiserve&lt;/a&gt; which is OATH HOTP/YubiKey validation server using YubiKey validation protocol (REST API over SSL with client API signatures). But they aren't HOTP pam modules which know how to talk over YubiKey validation protocol.&lt;br /&gt;
&lt;br /&gt;
I'm thinking to modify c-yubico-pam module to accept OATH HOTP and use yubikey-yubiserve. Then I get open source stack, vendor independence, awesome user experience with yubikey OTP, worse user experience with OATH HOTP, but at least I will be able to mix and match ;-)&lt;br /&gt;
&lt;br /&gt;
ps. fedora project and CERN are using yubikeys, so maybe it's not that bad. any takers for software yubikey generators for JavaME / Android / iPhone / MeeGo / Desktop?&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/347582618045055410-1858510882114091942?l=blog.surgut.co.uk' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=K5Yo8e1QJnU:p1x7es1UiMM:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=K5Yo8e1QJnU:p1x7es1UiMM:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=K5Yo8e1QJnU:p1x7es1UiMM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=K5Yo8e1QJnU:p1x7es1UiMM:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=K5Yo8e1QJnU:p1x7es1UiMM:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=K5Yo8e1QJnU:p1x7es1UiMM:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=K5Yo8e1QJnU:p1x7es1UiMM:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=K5Yo8e1QJnU:p1x7es1UiMM:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/tdlk/~4/K5Yo8e1QJnU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.surgut.co.uk/feeds/1858510882114091942/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.surgut.co.uk/2011/06/two-factor-authentication.html#comment-form" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/1858510882114091942?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/1858510882114091942?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tdlk/~3/K5Yo8e1QJnU/two-factor-authentication.html" title="Two factor authentication" /><author><name>Dima</name><uri>http://www.blogger.com/profile/03781709847888802395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="25" src="http://photos1.blogger.com/blogger/3328/2732/640/DSC01359.jpg" /></author><thr:total>4</thr:total><feedburner:origLink>http://blog.surgut.co.uk/2011/06/two-factor-authentication.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0EGRHk5eip7ImA9Wx9aEUw.&quot;"><id>tag:blogger.com,1999:blog-347582618045055410.post-4258033848659649922</id><published>2011-03-03T00:20:00.000Z</published><updated>2011-03-03T00:20:25.722Z</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-03-03T00:20:25.722Z</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu ramblings" /><title>Thanks Ubuntu</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;I have first used Ubuntu in 2006 after having been burned by RedHat in 1999. It was a surprise that it worked, was much faster than my current OS and allowed me to painlessly install / use: GIMP, LaTeX, Emacs and many electronics CAD tools. Later Ubuntu allowed me to learn a lot about Linux through the ubuntuforums, ubuntu irc channels, help / wiki, developer weeks, code review, etc. I have now got an open-source job because I have these skills.&lt;br /&gt;
&lt;br /&gt;
Many of the above was either directly or indirectly sponsored by Canonical. From the first CD, to fixing bugs, to code review from exceptional Canonical hackers and of course free training sessions. All interaction I had with Canonical employees was very professional and timely. Heck, I've asked for URL-shortening service for launchpad and we have now as in &lt;a href="http://pad.lv/1"&gt;http://pad.lv/1&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
The upstream projects I'm involved in will probably never be part of any revenue questions. And some of them explicitly do not accept donations.&lt;br /&gt;
&lt;br /&gt;
I can defiantly say that Canonical has spent more money on me personally, then the revenue I have brought them. Heck, partially I have a full-time job now because of them. Speaking of which - the company I work for has a good relationship with Canonical. Some of our developers were sub-contracted for initial Ubuntu release and even today we do ad-hoc development for them.&lt;br /&gt;
&lt;br /&gt;
Nothing is free (as in beer). Somebody throughout the years has been sponsoring this: parents, universities, companies, individuals, etc. Who is paying bills for all the bandwidth, disk space, buildbots, that you have ever used? Surely it wasn't yourself all the time.&lt;br /&gt;
&lt;br /&gt;
Debian is a phenomenon. And has been for the past 17 years. Two of directors in my company are Debian Developers, Canonical technical board are all past/present Debian Developers. All of us do share a certain set of common values. Our priorities do shift. I want a roof above my head, food on a table, bandwidth and an OS to run on it. I want to listen to my favourite online radio station in banshee, running gnome, on Ubuntu with back ends running Linux on Amazon cloud. If you yank any of these pieces out, the domino effect kicks in. I fail to see now affiliation fee split between banshee/ubuntu/gnome/amazon can affect any of the four projects in anyway since all four are directly or indirectly inter-dependant on each other.&lt;br /&gt;
&lt;br /&gt;
The moral is, it doesn't matter which part of the community you kiss, you will still get slapped for it.&lt;br /&gt;
&lt;br /&gt;
This "flame war" was actually very boring... I can't wait for the Natty UI freeze to get all the juicy comments, e.g. like in the past about Maverick wallpaper and the buttons on the left and the like ;-)&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/347582618045055410-4258033848659649922?l=blog.surgut.co.uk' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=GBBAL4IqwOY:_6Mxl0-Qkq8:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=GBBAL4IqwOY:_6Mxl0-Qkq8:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=GBBAL4IqwOY:_6Mxl0-Qkq8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=GBBAL4IqwOY:_6Mxl0-Qkq8:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=GBBAL4IqwOY:_6Mxl0-Qkq8:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=GBBAL4IqwOY:_6Mxl0-Qkq8:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=GBBAL4IqwOY:_6Mxl0-Qkq8:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=GBBAL4IqwOY:_6Mxl0-Qkq8:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/tdlk/~4/GBBAL4IqwOY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.surgut.co.uk/feeds/4258033848659649922/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.surgut.co.uk/2011/03/thanks-ubuntu.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/4258033848659649922?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/4258033848659649922?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tdlk/~3/GBBAL4IqwOY/thanks-ubuntu.html" title="Thanks Ubuntu" /><author><name>Dima</name><uri>http://www.blogger.com/profile/03781709847888802395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="25" src="http://photos1.blogger.com/blogger/3328/2732/640/DSC01359.jpg" /></author><thr:total>1</thr:total><feedburner:origLink>http://blog.surgut.co.uk/2011/03/thanks-ubuntu.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CE8DSHk7cSp7ImA9Wx9UE0o.&quot;"><id>tag:blogger.com,1999:blog-347582618045055410.post-4942475129829496800</id><published>2011-02-10T21:16:00.007Z</published><updated>2011-02-10T21:21:19.709Z</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-02-10T21:21:19.709Z</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu-planet" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu" /><title>I got a $job in #FLOSS!</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;So my last post was about me trying to find a job in Open Source. That post generated an email from Tristan Hill who told me that he recently started to work for &lt;a href="http://www.credativ.co.uk/"&gt;Credativ&lt;/a&gt; and that they have positions open. So I've checked it out, looked lovely, but I wasn't so sure about the what type of work I would have to do. In February, I had an interview with Chris Halls and it was a dream come true. I took the job.&lt;br /&gt;
&lt;br /&gt;
Thank you Tristan Hill for reading Ubuntu Planet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Credativ is Open Source company. Job satisfies FSF &lt;a href="http://www.fsf.org/resources/jobs/new/index_html"&gt;open-source job definition&lt;/a&gt;. The company was started in Germany, by a Debian Developer - Dr. Michael Meskes. There are a few other Debian Developers.&lt;br /&gt;
&lt;br /&gt;
Credativ does a lot of 3rd line support around the world. The centre in Germany is 24h, the UK office is not. In the UK we do a lot of Nagios and OpenERP development &amp;amp; support as well as provide OSS training. Relaxed, diverse, challenging and fun =) And you get root ;-) And our marketing manager Irenie White has cakes =) All it takes is a quick chat on jabber to get one!&lt;br /&gt;
&lt;br /&gt;
It was a great feeling that yes you can run Ubuntu on your machine and yes you get root on most of the boxes you need to do your work on. It is a pleasure to come to work everyday! I'm probably easy to please. But it is a really good feeling when you come to the interview and your future manager knows what packages you are maintaining in Debian and what mailing lists you have appeared on and etc. I was also touched by the fact that all equal opportunities statements in the handbook referred to "marital or civil partnership status".&lt;br /&gt;
&lt;br /&gt;
Overall - loads of development, amazing staff, challenging support tickets from sysadmins and everything is in open source.&lt;br /&gt;
&lt;br /&gt;
There are currently 2 Ubuntu Desktop machines in the Office, with other desktops &amp;amp; servers are running Debian Squeeze. But I'm sure it will gradually change to the purple side ;-)&lt;br /&gt;
&lt;br /&gt;
Are you a Debian / Ubuntu developer? Do you program? Are you into Open Source? Do you want to enjoy working with Open Source 9-5? &lt;a href="http://www.credativ.co.uk/about/careers/open-source-developer-job/"&gt;Then apply,&lt;/a&gt; cause we are looking for technical people to join us. If you want to talk about Credativ you can find my IRC/email details on &lt;a href="https://launchpad.net/%7Edmitrij.ledkov"&gt;launchpad&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
My hobby, became my full-time job. I'm a recent university graduate, I'm between 20-25 and only 3% of 200 000 jobs created last year in the UK were full-time... The odds were against me and I made it =)&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/347582618045055410-4942475129829496800?l=blog.surgut.co.uk' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=C9J7F7rKd8M:P58theP6Z54:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=C9J7F7rKd8M:P58theP6Z54:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=C9J7F7rKd8M:P58theP6Z54:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=C9J7F7rKd8M:P58theP6Z54:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=C9J7F7rKd8M:P58theP6Z54:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=C9J7F7rKd8M:P58theP6Z54:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=C9J7F7rKd8M:P58theP6Z54:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=C9J7F7rKd8M:P58theP6Z54:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/tdlk/~4/C9J7F7rKd8M" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.surgut.co.uk/feeds/4942475129829496800/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.surgut.co.uk/2011/02/i-got-job-in-floss.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/4942475129829496800?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/4942475129829496800?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tdlk/~3/C9J7F7rKd8M/i-got-job-in-floss.html" title="I got a $job in #FLOSS!" /><author><name>Dima</name><uri>http://www.blogger.com/profile/03781709847888802395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="25" src="http://photos1.blogger.com/blogger/3328/2732/640/DSC01359.jpg" /></author><thr:total>2</thr:total><feedburner:origLink>http://blog.surgut.co.uk/2011/02/i-got-job-in-floss.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ak8ERHk7fip7ImA9Wx9RGEs.&quot;"><id>tag:blogger.com,1999:blog-347582618045055410.post-5897288276896170132</id><published>2010-12-20T18:13:00.000Z</published><updated>2010-12-20T18:13:25.706Z</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-12-20T18:13:25.706Z</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu-planet" /><title>How did you get your first job in open-source?</title><content type="html">I have graduated with a 2:1 Masters of Engineering in the UK. I am now looking for recent-graduate entry level jobs. I have been involved in Ubuntu development during my spare time over the past years. My current job hunt hasn't been successful yet. So i want to ask:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;How did you get your first job in open-source?&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
I have experience in C/Python/Gtk programming, Ubuntu/Debian Deb packaging as well as Fedora/openSUSE RPM packaging, autotools/CMake/distutils, git/bzr/svn. I am looking for internship, entry level job with prospects of future full-time employment. Ideal position is an open-source C/Python developer on Linux as part of an experienced team. Location: UK, EU, Russia. &lt;br /&gt;
&lt;br /&gt;
This is my story =) Share your story with me!&lt;br /&gt;
&lt;br /&gt;
attach. &lt;a href="http://people.ubuntu.com/%7Edmitrij.ledkov/cv-ubuntu-planet.pdf"&gt;CV&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/347582618045055410-5897288276896170132?l=blog.surgut.co.uk' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=NFf_wJiRZC8:UWi57z0wkhw:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=NFf_wJiRZC8:UWi57z0wkhw:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=NFf_wJiRZC8:UWi57z0wkhw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=NFf_wJiRZC8:UWi57z0wkhw:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=NFf_wJiRZC8:UWi57z0wkhw:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=NFf_wJiRZC8:UWi57z0wkhw:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=NFf_wJiRZC8:UWi57z0wkhw:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=NFf_wJiRZC8:UWi57z0wkhw:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/tdlk/~4/NFf_wJiRZC8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.surgut.co.uk/feeds/5897288276896170132/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.surgut.co.uk/2010/12/how-did-you-get-your-first-job-in-open.html#comment-form" title="5 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/5897288276896170132?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/5897288276896170132?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tdlk/~3/NFf_wJiRZC8/how-did-you-get-your-first-job-in-open.html" title="How did you get your first job in open-source?" /><author><name>Dima</name><uri>http://www.blogger.com/profile/03781709847888802395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="25" src="http://photos1.blogger.com/blogger/3328/2732/640/DSC01359.jpg" /></author><thr:total>5</thr:total><feedburner:origLink>http://blog.surgut.co.uk/2010/12/how-did-you-get-your-first-job-in-open.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkAMQX0_eSp7ImA9WxFUEU4.&quot;"><id>tag:blogger.com,1999:blog-347582618045055410.post-1822820913619160398</id><published>2010-06-21T15:33:00.000+01:00</published><updated>2010-06-21T15:33:00.341+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-06-21T15:33:00.341+01:00</app:edited><title>Psychological report is in, I'm dyslexic</title><content type="html">Bo &lt;span class="goog-spellcheck-word" style="background-attachment: initial; background-clip: initial; background-color: yellow; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial;"&gt;hoo&lt;/span&gt;.... Got to finish&amp;nbsp;dissertation&amp;nbsp;and do well in &lt;span class="goog-spellcheck-word" style="background-attachment: initial; background-clip: initial; background-color: yellow; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial;"&gt;GSoC&lt;/span&gt;.&lt;br /&gt;
&lt;br /&gt;
I wonder if I shall work on my weaknesses or just ignore that in find a job where I can take full advantage of my strengths?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/347582618045055410-1822820913619160398?l=blog.surgut.co.uk' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=IpSblzoOo8g:fwOVYsQfOOg:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=IpSblzoOo8g:fwOVYsQfOOg:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=IpSblzoOo8g:fwOVYsQfOOg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=IpSblzoOo8g:fwOVYsQfOOg:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=IpSblzoOo8g:fwOVYsQfOOg:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=IpSblzoOo8g:fwOVYsQfOOg:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=IpSblzoOo8g:fwOVYsQfOOg:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=IpSblzoOo8g:fwOVYsQfOOg:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/tdlk/~4/IpSblzoOo8g" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.surgut.co.uk/feeds/1822820913619160398/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.surgut.co.uk/2010/06/psychological-report-is-in-im-dyslexic.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/1822820913619160398?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/1822820913619160398?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tdlk/~3/IpSblzoOo8g/psychological-report-is-in-im-dyslexic.html" title="Psychological report is in, I'm dyslexic" /><author><name>Dima</name><uri>http://www.blogger.com/profile/03781709847888802395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="25" src="http://photos1.blogger.com/blogger/3328/2732/640/DSC01359.jpg" /></author><thr:total>1</thr:total><feedburner:origLink>http://blog.surgut.co.uk/2010/06/psychological-report-is-in-im-dyslexic.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUIFQn09fip7ImA9WxFVE00.&quot;"><id>tag:blogger.com,1999:blog-347582618045055410.post-83193413446257468</id><published>2010-06-12T01:45:00.000+01:00</published><updated>2010-06-12T01:45:13.366+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-06-12T01:45:13.366+01:00</app:edited><title>Chromium vs Gnome Panel</title><content type="html">Chromium starts up and opens my pinned tabs: Gmail, Gcalendar &amp;amp; Greader before gnome panel appears... Also network manager sometimes is slow to bring up WiFi even though my home network is set up to be used by all users, resulting in failed to load in chromium.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/347582618045055410-83193413446257468?l=blog.surgut.co.uk' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=nKMteIMj76I:SFSjrNzPrYM:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=nKMteIMj76I:SFSjrNzPrYM:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=nKMteIMj76I:SFSjrNzPrYM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=nKMteIMj76I:SFSjrNzPrYM:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=nKMteIMj76I:SFSjrNzPrYM:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=nKMteIMj76I:SFSjrNzPrYM:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=nKMteIMj76I:SFSjrNzPrYM:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=nKMteIMj76I:SFSjrNzPrYM:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/tdlk/~4/nKMteIMj76I" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.surgut.co.uk/feeds/83193413446257468/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.surgut.co.uk/2010/06/chromium-vs-gnome-panel.html#comment-form" title="8 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/83193413446257468?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/83193413446257468?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tdlk/~3/nKMteIMj76I/chromium-vs-gnome-panel.html" title="Chromium vs Gnome Panel" /><author><name>Dima</name><uri>http://www.blogger.com/profile/03781709847888802395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="25" src="http://photos1.blogger.com/blogger/3328/2732/640/DSC01359.jpg" /></author><thr:total>8</thr:total><feedburner:origLink>http://blog.surgut.co.uk/2010/06/chromium-vs-gnome-panel.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CE8MSHo6cSp7ImA9WxFVEks.&quot;"><id>tag:blogger.com,1999:blog-347582618045055410.post-5812696453217777716</id><published>2010-06-11T14:28:00.000+01:00</published><updated>2010-06-11T14:28:09.419+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-06-11T14:28:09.419+01:00</app:edited><title>Apple booting in a nutshell</title><content type="html">As part of GSoC I need to get an easy tool to create&amp;nbsp;boot able&amp;nbsp;usb sticks from Intel Macs. This past week I've been investigating how Macs do boot. In the process I've wiped my&amp;nbsp;partition&amp;nbsp;table, recovered using &lt;a href="http://www.cgsecurity.org/wiki/TestDisk"&gt;testdisk&lt;/a&gt;, plaid around with rEFIt, mac boot options, NVRAM, efi shell read tons of &lt;a href="http://opensource.apple.com/"&gt;apple source code&lt;/a&gt;, and &lt;a href="http://www.uefi.org/specs/"&gt;UEFI specs&lt;/a&gt;. Overall it's quite complex and fun =). I'll try to document as much as possible of everything I have found out in the rest of this post.&lt;br /&gt;
&lt;br /&gt;
On power-on, BootROM is doing Power-on-Sefl-test and hands over to OpenFirmware on PowerPC machines, or to the EFI bootmanager (as far as I understand) on Intel Macs. The BootROM "knows" about the fancy startup keys, e.g. options key which can passes hints to OpenFirmware &amp;amp; EFI bootmanager on what user wants to do (e.g. clean NVRAM &amp;amp; PRAM, force pop-out cd, perform target-disk mode boot, netboot or present available boot drives).&lt;br /&gt;
&lt;br /&gt;
OpenFirmware later on passes onto BootX and that boots OS 9 or OS X kernels &amp;amp; brings up init-rc / launchd. This is PowerPC. I'll stop talking about PowerPC from now on =)&lt;br /&gt;
&lt;br /&gt;
The EFI bootmanager is the gray screen screen which also produces the &lt;a href="http://www.youtube.com/watch?v=L4h5UUng3l8"&gt;WALL-E sound&lt;/a&gt; (aka mac jiggle). This EFI bootmanager brings up to live some hardware and it can read NVRAM, FAT r/w and HFS+ read-only as well as get onto network. It reads NVRAM to figure out default boot partition, picks that, reads HFS+ headers of that partition to find EFI loader (aka "blessed" loader) and passes onto that to do the rest of initialisation, brings up launchd and gets to the desktop.&lt;br /&gt;
&lt;br /&gt;
This EFI bootmanager after the Boot Camp upgrade (or all recent macs) can also find mbr bootable internal "legacy" systems, emulate BIOS and boot those / make them selectable. And it is a bit stubborn =) it doesn't like identifying my LiveUSB sticks, even though when I jump through the hoops it loads. The Hoops being:&lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;EFI bootmanager -&amp;gt;&lt;/li&gt;
&lt;li&gt;rEFIt -&amp;gt;&lt;/li&gt;
&lt;li&gt;grub-efi -&amp;gt; in grub-efi "appleloader usb" -&amp;gt;&lt;/li&gt;
&lt;li&gt;? EFI bootmanager ? -&amp;gt;&lt;/li&gt;
&lt;li&gt;syslinux/grub-pc from USB stick loads.&lt;/li&gt;
&lt;/ol&gt;&lt;div&gt;Also the EFI bootmanager doesn't "see" regular simple file system efi bootloaders e.g. (/efi/boot/bootia32.efi) and doesn't let me boot those =( although some people reported this to work as well as regular legacy usb-sticks (various random posts on grub-devel &amp;amp; ubuntuforums)&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;What about regular booting of the installed system?&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;Ideally we should be able to put grub-efi on EFI system parition as /Ubuntu/bootia32.efi &amp;amp; /Ubuntu/bootx64.efi and set NVRAM to boot those. That grub probably should just chainload into another grub-pc or grub-efi installed on the root ubuntu partition.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;Or we can modify rEFIt to read ext4 partitions and stick that into system /efi partition.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;What does "bless" tool do on Macs? It can do many things but in general it does this:&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;Sets the HFS+ partition headers with a pointer to a directory/file which should be used to finish efi boot&lt;/li&gt;
&lt;li&gt;Stores in NVRAM default boot device / default efi to load&lt;/li&gt;
&lt;/ul&gt;&lt;div&gt;I haven't looked into hfsplus yet but hopefully it can be used to mimic bless tool to set hfs+ headers to point to custom efi's.&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;Ideally we should be able to access NVRAM from linux to load Ubuntu, the&amp;nbsp;efibootmgr package should be able to do this, but I can't get it to work on my machine yet. The kernel efivars module is not loaded =( and modprobe can't find it either.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;I have loads of pages in my page history / bookmarks. Most of this has been found through trial &amp;amp; error, reading &lt;a href="http://opensource.apple.com/source/bless/bless-71.1/"&gt;bless&lt;/a&gt; &amp;amp; &lt;a href="http://opensource.apple.com/source/BootX/BootX-81/"&gt;BootX&lt;/a&gt; sourcecode, notes from &lt;a href="http://developer.apple.com/mac/library/documentation/MacOSX/Conceptual/BPSystemStartup/Articles/BootProcess.html"&gt;apple&lt;/a&gt;, &lt;a href="http://opensource.apple.com/source/BootX/BootX-81/"&gt;UEFI spec&lt;/a&gt;, grub-devel mailing list, and ubuntuforums.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/347582618045055410-5812696453217777716?l=blog.surgut.co.uk' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=31ZJjtp51OA:GnEx1usR4OY:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=31ZJjtp51OA:GnEx1usR4OY:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=31ZJjtp51OA:GnEx1usR4OY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=31ZJjtp51OA:GnEx1usR4OY:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=31ZJjtp51OA:GnEx1usR4OY:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=31ZJjtp51OA:GnEx1usR4OY:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=31ZJjtp51OA:GnEx1usR4OY:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=31ZJjtp51OA:GnEx1usR4OY:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/tdlk/~4/31ZJjtp51OA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.surgut.co.uk/feeds/5812696453217777716/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.surgut.co.uk/2010/06/apple-booting-in-nutshell.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/5812696453217777716?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/5812696453217777716?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tdlk/~3/31ZJjtp51OA/apple-booting-in-nutshell.html" title="Apple booting in a nutshell" /><author><name>Dima</name><uri>http://www.blogger.com/profile/03781709847888802395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="25" src="http://photos1.blogger.com/blogger/3328/2732/640/DSC01359.jpg" /></author><thr:total>1</thr:total><feedburner:origLink>http://blog.surgut.co.uk/2010/06/apple-booting-in-nutshell.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0ECQ3c7eyp7ImA9WxFWFE4.&quot;"><id>tag:blogger.com,1999:blog-347582618045055410.post-6735582393548591456</id><published>2010-06-01T23:34:00.000+01:00</published><updated>2010-06-01T23:34:22.903+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-06-01T23:34:22.903+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="bzr launchpad debian ubuntu packaging" /><title>In response to bzr-git case study blog</title><content type="html">&lt;a href="http://web.dodds.net/~vorlon/wiki/blog/bzr-git_case_study.html"&gt;This&lt;/a&gt; blog post on Debian Planet, mentions how easy it is to package with bzr-buildded ontop of upstream git repository.&lt;br /&gt;
&lt;br /&gt;
Also there are&amp;nbsp;&lt;a href="https://launchpad.net/bzr-svn"&gt;bzr-svn&lt;/a&gt; and &lt;a href="https://launchpad.net/bzr-hg"&gt;bzr-hg&lt;/a&gt; plugins, and you can request launchpad to &lt;a href="https://help.launchpad.net/Code/Imports"&gt;automatically do imports&lt;/a&gt; of those&amp;nbsp;upstreams&amp;nbsp;every 6 hours and on-demand ;-) and of course you can still push your bzr packaging branch to alioth ;-) if you don't want to tie yourself up to much with launchpad.&lt;br /&gt;
&lt;br /&gt;
Bzr and launchpad designed for collaboration =) &amp;nbsp;especially with awesome &lt;a href="http://ground-control.org/"&gt;ground contol&lt;/a&gt;&amp;nbsp;tool which integrates launchpad into nautilus.&lt;br /&gt;
&lt;br /&gt;
And yes you can associate multiple authors with a commit (if multiple people worked on a debdiff you are merging), and yes you can associate BTS, Launchpad and any bug tracking URL's with a bzr commit. Git can't do that ;-)&lt;br /&gt;
&lt;br /&gt;
Also note launchpad is getting building packages out of recipes, so if your packaging branch is based on top of upstream branch import, you will be able soon request launchpad to merge packaging with upstream on launchpad and build packages into PPA's for daily builds testing.&lt;br /&gt;
&lt;br /&gt;
For Debian stable, you can use &lt;a href="http://build.opensuse.org/"&gt;openSUSE build-service&lt;/a&gt; (see &lt;a href="http://packages.debian.org/osc"&gt;osc&lt;/a&gt; command line tool).&amp;nbsp;Unfortunately&amp;nbsp;I'm not aware of openly available build services for debian testing / unstable yet.&lt;br /&gt;
&lt;br /&gt;
Debian packaging is a social with bzr.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/347582618045055410-6735582393548591456?l=blog.surgut.co.uk' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=4n9EUdq0BDU:S_68Ps_QVJU:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=4n9EUdq0BDU:S_68Ps_QVJU:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=4n9EUdq0BDU:S_68Ps_QVJU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=4n9EUdq0BDU:S_68Ps_QVJU:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=4n9EUdq0BDU:S_68Ps_QVJU:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=4n9EUdq0BDU:S_68Ps_QVJU:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=4n9EUdq0BDU:S_68Ps_QVJU:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=4n9EUdq0BDU:S_68Ps_QVJU:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/tdlk/~4/4n9EUdq0BDU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.surgut.co.uk/feeds/6735582393548591456/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.surgut.co.uk/2010/06/in-response-to-bzr-git-case-study-blog.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/6735582393548591456?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/6735582393548591456?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tdlk/~3/4n9EUdq0BDU/in-response-to-bzr-git-case-study-blog.html" title="In response to bzr-git case study blog" /><author><name>Dima</name><uri>http://www.blogger.com/profile/03781709847888802395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="25" src="http://photos1.blogger.com/blogger/3328/2732/640/DSC01359.jpg" /></author><thr:total>1</thr:total><feedburner:origLink>http://blog.surgut.co.uk/2010/06/in-response-to-bzr-git-case-study-blog.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk4FQnoyfyp7ImA9WxFWE0s.&quot;"><id>tag:blogger.com,1999:blog-347582618045055410.post-303607203017610383</id><published>2010-06-01T00:32:00.001+01:00</published><updated>2010-06-01T05:01:53.497+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-06-01T05:01:53.497+01:00</app:edited><title>GSoC, rEFIt, Eurovision &amp; Britain's Got Talent</title><content type="html">&lt;div style="text-align: center;"&gt;&lt;b&gt;GSoC&lt;/b&gt;&lt;br /&gt;
&lt;img src="http://2.bp.blogspot.com/_2uo1ohD3xO4/TAREzq4B2cI/AAAAAAAAD5E/VeFp_zhkh9k/s320/usb-creator.png" /&gt;&lt;/div&gt;&lt;br /&gt;
Yes, I'm doing GSoC as well =)&lt;br /&gt;
&lt;br /&gt;
I'll be working on improving usb-creator: doing command line frontend, Mac OS X fronend, merge usb-creator with Wubi, and hopefully allowing to customise usb sticks.&lt;br /&gt;
&lt;br /&gt;
I've already fix a &lt;a href="https://bugs.edge.launchpad.net/ubuntu/+source/humanity-icon-theme/+bug/535061"&gt;couple&lt;/a&gt; &lt;a href="https://bugs.edge.launchpad.net/ubuntu/+source/usb-creator/+bug/570174"&gt;of&lt;/a&gt; &lt;a href="https://bugs.edge.launchpad.net/ubuntu/+source/usb-creator/+bug/574089"&gt;bugs&lt;/a&gt; in usb-creator, debranded the package and the debian &lt;a href="http://bugs.debian.org/582884"&gt;ITP&lt;/a&gt;&amp;nbsp;discussion are ongoing. Hopefully we will hit the debian archive soon ;-) and I did swirled branding for debian as well.&lt;br /&gt;
&lt;br /&gt;
Right now, i'm working on command line interface. A few options work and I can create bootable usb-stick from command-line but it's currently in ugly but works state with debug output =)&lt;br /&gt;
&lt;br /&gt;
&lt;div style="text-align: center;"&gt;&lt;b&gt;rEFIt&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;b&gt;ATTENTION &lt;/b&gt;mactel users&lt;b&gt;&amp;nbsp;&lt;/b&gt;there is a new release of rEFIt &lt;a href="http://refit.sourceforge.net/#download"&gt;0.14&lt;/a&gt;&amp;nbsp;download =) if you're ubuntu was getting identified as "legacy" system recently in the rEFIt menu please try that.&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: left;"&gt;Don't forget to click customise during installation and include ext and ReiserFS tools. Also if you are using my wonderful &lt;a href="http://blog.surgut.co.uk/2010/02/refit-humanity-icons.html"&gt;humanity icon theme for rEFIt&lt;/a&gt;, you will need to reinstall it. Download &lt;a href="https://edge.launchpad.net/refit-humanity/+download"&gt;here&lt;/a&gt;.&lt;/div&gt;&lt;br /&gt;
&lt;div style="text-align: center;"&gt;&lt;b&gt;Eurovision&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: left;"&gt;Congratulations Germany ;-) i've voted twice for Lena. BBC&amp;nbsp;commentary&amp;nbsp;was&amp;nbsp;hilarious, but UK will not win this until they allow artists to come up with their own songs, e.g. I'd love to see KT Tunstall or the Script as Eurovision entries for GB.&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;Britain's Got Talent&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: left;"&gt;The guy that swallowed Amanda's ring and locked it to the lock in his&amp;nbsp;stomach&amp;nbsp;and got it back out should have gone through to the finals.&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: left;"&gt;ps. flash embedded videos of Eurovision winner &amp;amp; Britain's Got Talent after the brake&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: left;"&gt;pss. Tesco.com didn't deliver £30 of my shopping. =((( had to call 4 times, and in the end yell over the phone to get a refund.&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;/div&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;object height="340" width="560"&gt;&lt;param name="movie" value="http://www.youtube.com/v/8QSgNM9yNjo&amp;hl=en_GB&amp;fs=1&amp;hd=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/8QSgNM9yNjo&amp;hl=en_GB&amp;fs=1&amp;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;object height="340" width="560"&gt;&lt;param name="movie" value="http://www.youtube.com/v/_uSTIL53UXE&amp;hl=en_GB&amp;fs=1&amp;hd=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/_uSTIL53UXE&amp;hl=en_GB&amp;fs=1&amp;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/347582618045055410-303607203017610383?l=blog.surgut.co.uk' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=a15i3xzk4lE:KSGkyfWAcxw:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=a15i3xzk4lE:KSGkyfWAcxw:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=a15i3xzk4lE:KSGkyfWAcxw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=a15i3xzk4lE:KSGkyfWAcxw:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=a15i3xzk4lE:KSGkyfWAcxw:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=a15i3xzk4lE:KSGkyfWAcxw:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=a15i3xzk4lE:KSGkyfWAcxw:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=a15i3xzk4lE:KSGkyfWAcxw:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/tdlk/~4/a15i3xzk4lE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.surgut.co.uk/feeds/303607203017610383/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.surgut.co.uk/2010/06/gsoc-refit-eurovision-britains-got.html#comment-form" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/303607203017610383?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/303607203017610383?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tdlk/~3/a15i3xzk4lE/gsoc-refit-eurovision-britains-got.html" title="GSoC, rEFIt, Eurovision &amp; Britain's Got Talent" /><author><name>Dima</name><uri>http://www.blogger.com/profile/03781709847888802395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="25" src="http://photos1.blogger.com/blogger/3328/2732/640/DSC01359.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_2uo1ohD3xO4/TAREzq4B2cI/AAAAAAAAD5E/VeFp_zhkh9k/s72-c/usb-creator.png" height="72" width="72" /><thr:total>4</thr:total><feedburner:origLink>http://blog.surgut.co.uk/2010/06/gsoc-refit-eurovision-britains-got.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkEMQnw8eip7ImA9WxFXEUg.&quot;"><id>tag:blogger.com,1999:blog-347582618045055410.post-464915318523037345</id><published>2010-05-18T03:21:00.001+01:00</published><updated>2010-05-18T03:44:43.272+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-05-18T03:44:43.272+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="life" /><category scheme="http://www.blogger.com/atom/ns#" term="funny" /><title>Moved &amp; Funny TED bits</title><content type="html">I've got myself a domain &lt;a href="http://surgut.co.uk/"&gt;surgut.co.uk&lt;/a&gt; and I was hoping I did move my feed correctly without spamming Ubuntu Planet... Well I did reimport the whole blog and kept all the timestamps but the RSS feed got screwed up so I did spam the planet afterall trials and testing. Sorry about the spam =(&lt;br /&gt;
&lt;br /&gt;
I did move my blog from &lt;a href="http://surgut.wordpress.com/"&gt;wordpress.com&lt;/a&gt; to &lt;a href="http://blog.surgut.co.uk/"&gt;blogger.com&lt;/a&gt;&amp;nbsp;for many reasons. Both are hosted services (I can't afford my own hosting) and blogger has more features and is less evil. I do want to be able to edit full stylesheet and include ubuntu countdown banner without paying =) plus I already use my google account for pretty much everything else.&lt;br /&gt;
&lt;br /&gt;
A couple of days ago I've watched a few really fun and interesting &lt;a href="http://www.ted.com/"&gt;TED&lt;/a&gt; talks. While generally they are highly sophisticated and educational here are some of the humorous I've found:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.youtube.com/watch?v=Ysxz5Ug70G0"&gt;Julia Sweeney "The Talk"&lt;/a&gt; - about kids &amp;amp; parenting&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.youtube.com/watch?v=NWUFjb8w9Ps"&gt;Dan Meyer "Math class needs a makeover&lt;/a&gt;"&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.youtube.com/watch?v=1Totz8aa2Gg"&gt;Sebastian Wernicke "Lies, damned lies and statistics"&lt;/a&gt; - TED talk about TED talks&lt;/li&gt;
&lt;/ul&gt;&lt;div&gt;The videos are embedded after the break.&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;object height="385" width="640"&gt;&lt;param name="movie" value="http://www.youtube.com/v/Ysxz5Ug70G0&amp;hl=en_GB&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/Ysxz5Ug70G0&amp;hl=en_GB&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div&gt;&lt;object height="385" width="640"&gt;&lt;param name="movie" value="http://www.youtube.com/v/NWUFjb8w9Ps&amp;hl=en_GB&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/NWUFjb8w9Ps&amp;hl=en_GB&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;object height="385" width="640"&gt;&lt;param name="movie" value="http://www.youtube.com/v/1Totz8aa2Gg&amp;hl=en_GB&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/1Totz8aa2Gg&amp;hl=en_GB&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/347582618045055410-464915318523037345?l=blog.surgut.co.uk' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=jSK2Xtpchz0:7uyH99lrIS0:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=jSK2Xtpchz0:7uyH99lrIS0:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=jSK2Xtpchz0:7uyH99lrIS0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=jSK2Xtpchz0:7uyH99lrIS0:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=jSK2Xtpchz0:7uyH99lrIS0:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=jSK2Xtpchz0:7uyH99lrIS0:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=jSK2Xtpchz0:7uyH99lrIS0:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=jSK2Xtpchz0:7uyH99lrIS0:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/tdlk/~4/jSK2Xtpchz0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.surgut.co.uk/feeds/464915318523037345/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.surgut.co.uk/2010/05/moved-funny-ted-bits.html#comment-form" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/464915318523037345?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/464915318523037345?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tdlk/~3/jSK2Xtpchz0/moved-funny-ted-bits.html" title="Moved &amp; Funny TED bits" /><author><name>Dima</name><uri>http://www.blogger.com/profile/03781709847888802395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="25" src="http://photos1.blogger.com/blogger/3328/2732/640/DSC01359.jpg" /></author><thr:total>3</thr:total><georss:featurename>Hull, UK</georss:featurename><georss:point>53.7443412 -0.3324433</georss:point><georss:box>53.6428232 -0.5659027999999999 53.8458592 -0.09898380000000001</georss:box><feedburner:origLink>http://blog.surgut.co.uk/2010/05/moved-funny-ted-bits.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DU8GRXs6fyp7ImA9WxFXEE8.&quot;"><id>tag:blogger.com,1999:blog-347582618045055410.post-5611059716681589003</id><published>2010-04-29T01:18:00.000+01:00</published><updated>2010-05-16T17:37:04.517+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-05-16T17:37:04.517+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="bzr" /><category scheme="http://www.blogger.com/atom/ns#" term="externals" /><category scheme="http://www.blogger.com/atom/ns#" term="Debian Packaging" /><category scheme="http://www.blogger.com/atom/ns#" term="svn:externals" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu-planet" /><category scheme="http://www.blogger.com/atom/ns#" term="nestedtrees" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu" /><category scheme="http://www.blogger.com/atom/ns#" term="svn" /><title>local svn:externals with bzr and by-reference trees</title><content type="html">&lt;code&gt;&lt;br/&gt;$ bzr branch https://mingw-w64.svn.sourceforge.net/svnroot/mingw-w64/trunk&lt;br/&gt;$ cd trunk/&lt;br/&gt;$ svn proplist -v -R https://mingw-w64.svn.sourceforge.net/svnroot/mingw-w64/trunk | grep externals -C1&lt;br/&gt;Properties on 'svn-checkout/mingw-w64-headers/ddk/include':&lt;br/&gt;svn:externals&lt;br/&gt;ddk svn://svn.reactos.org/reactos/trunk/reactos/include/ddk&lt;br/&gt;&lt;br/&gt;$ bzr branch svn://svn.reactos.org/reactos/trunk/reactos/include/ddk mingw-w64-headers/ddk/include/ddk&lt;br/&gt;$ bzr join mingw-w64-headers/ddk/include/ddk/&lt;br/&gt;$ bzr ci -m "Merging svn:externals"&lt;br/&gt;&lt;br/&gt;$ bzr merge :parent&lt;br/&gt;https://mingw-w64.svn.sourceforge.net/svnroot/mingw-w64/trunk is permanently redirected to https://mingw-w64.svn.sourceforge.net/svnroot/mingw-w64/trunk/&lt;br/&gt;+N  mingw-w64-crt/misc/wcstof.c&lt;br/&gt;+N  mingw-w64-headers/direct-x/include/d3dx9shape.h&lt;br/&gt;M  mingw-w64-crt/ChangeLog&lt;br/&gt;#snip&lt;br/&gt;M  mingw-w64-headers/include/ChangeLog&lt;br/&gt;M  mingw-w64-headers/include/dbghelp.h&lt;br/&gt;All changes applied successfully.&lt;br/&gt;&lt;br/&gt;$ bzr ci -m "merged from upstream svn"&lt;br/&gt;&lt;br/&gt;$ bzr merge svn://svn.reactos.org/reactos/trunk/reactos/include/ddk&lt;br/&gt;M  mingw-w64-headers/ddk/include/ddk/hubbusif.h&lt;br/&gt;M  mingw-w64-headers/ddk/include/ddk/ntddk.h&lt;br/&gt;M  mingw-w64-headers/ddk/include/ddk/ntifs.h&lt;br/&gt;M  mingw-w64-headers/ddk/include/ddk/ntimage.h&lt;br/&gt;M  mingw-w64-headers/ddk/include/ddk/usbbusif.h&lt;br/&gt;M  mingw-w64-headers/ddk/include/ddk/wdm.h&lt;br/&gt;All changes applied successfully.&lt;br/&gt;&lt;br/&gt;$ bzr ci -m "Merged updates from ddk svn:externals"&lt;br/&gt;&lt;/code&gt;&lt;br/&gt;&lt;br/&gt;If you really need to commit back. Create pristine bzr-svn import without joined externals. Merge just the revisions you want to commit and merge that into svn.&lt;br/&gt;&lt;br/&gt;&lt;code&gt;&lt;br/&gt;$ echo "Bzr rocks" &amp;gt;&amp;gt; sure-it-does; bzr add sure-it-does; bzr ci -m "My masive hack"&lt;br/&gt;$ bzr branch :parent ../pristine&lt;br/&gt;$ cd ../pristine&lt;br/&gt;$ bzr merge -r-2..-1 ../trunk&lt;br/&gt;$ bzr ci -m "Bingo"&lt;br/&gt;$ bzr push :parent&lt;br/&gt;&lt;/code&gt;&lt;br/&gt;&lt;br/&gt;But this will invalidate your "joined" clone.&lt;br/&gt;&lt;br/&gt;When bzr people talk about NestedTrees we mean by-reference Nested Trees such that joining a tree doesn't join it's whole history but instead transperatly, rerucsivly commits to correct child branches. With by-reference nested trees you would then be able to push to correct upstreams of all externals code.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/347582618045055410-5611059716681589003?l=blog.surgut.co.uk' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=kG41DDZsvao:hFCmBeYpSTA:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=kG41DDZsvao:hFCmBeYpSTA:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=kG41DDZsvao:hFCmBeYpSTA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=kG41DDZsvao:hFCmBeYpSTA:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=kG41DDZsvao:hFCmBeYpSTA:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=kG41DDZsvao:hFCmBeYpSTA:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=kG41DDZsvao:hFCmBeYpSTA:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=kG41DDZsvao:hFCmBeYpSTA:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/tdlk/~4/kG41DDZsvao" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.surgut.co.uk/feeds/5611059716681589003/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.surgut.co.uk/2010/04/local-svnexternals-with-bzr-and-by.html#comment-form" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/5611059716681589003?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/5611059716681589003?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tdlk/~3/kG41DDZsvao/local-svnexternals-with-bzr-and-by.html" title="local svn:externals with bzr and by-reference trees" /><author><name>Dima</name><uri>http://www.blogger.com/profile/03781709847888802395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="25" src="http://photos1.blogger.com/blogger/3328/2732/640/DSC01359.jpg" /></author><thr:total>3</thr:total><feedburner:origLink>http://blog.surgut.co.uk/2010/04/local-svnexternals-with-bzr-and-by.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkUMQX4_fCp7ImA9WxFXEE8.&quot;"><id>tag:blogger.com,1999:blog-347582618045055410.post-7132466575516084148</id><published>2010-04-10T22:33:00.001+01:00</published><updated>2010-05-16T17:44:40.044+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-05-16T17:44:40.044+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu-planet" /><title>Free &amp; not so free: WebKit2 &amp; iPhone OS 4.0 vs MonoTouch</title><content type="html">&lt;div style="text-align: center;"&gt;&lt;a href="http://www.engadget.com/2010/04/09/apple-announces-webkit2-with-chrome-like-process-splitting/"&gt;&lt;img alt="Steve Jobs announcing Webkit2" height="292" src="http://www.blogcdn.com/www.engadget.com/media/2007/06/dsc_5293.jpg" title="Webkit2" width="440" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;a href="http://www.engadget.com/2010/04/09/apple-announces-webkit2-with-chrome-like-process-splitting/"&gt;Webkit2&lt;/a&gt; looks amazing. Will have to read up about it more =) can I please have it in epiphany - NOW? Please =) this has been covered on LWN as well.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://www.engadget.com/2010/04/08/apples-iphone-lockdown-apps-must-be-written-in-one-of-three-la/"&gt;&lt;img alt="" height="199" src="http://www.blogcdn.com/www.engadget.com/media/2010/04/iphone-4-sdk-sm.jpg" title="iPhone 4.0 preview" width="300" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;br /&gt;
Well well, I can't verify this but iPhone 4.0 SDK &lt;a href="http://www.engadget.com/2010/04/08/apples-iphone-lockdown-apps-must-be-written-in-one-of-three-la/"&gt;limits programming languages&lt;/a&gt; to Javascript (Webkit), C, C++ &amp;amp; Objective-C. Although this is  a large&amp;nbsp;choice, but it makes impossible for&lt;a href="http://monotouch.net/"&gt; C# / MonoTouch&lt;/a&gt; apps to enter the App Store with 4.0 API's =(&lt;br /&gt;
&lt;br /&gt;
What's next Apple? Forcing to use XCode and not allowing apps with an Emacs or Vi mode-lines in the source-code?&lt;br /&gt;
&lt;br /&gt;
Can't wait for Lucid =) Must put the count-down banner on my blog ;-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/347582618045055410-7132466575516084148?l=blog.surgut.co.uk' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=QETm7LrUxoQ:VJ2IX-of3ro:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=QETm7LrUxoQ:VJ2IX-of3ro:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=QETm7LrUxoQ:VJ2IX-of3ro:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=QETm7LrUxoQ:VJ2IX-of3ro:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=QETm7LrUxoQ:VJ2IX-of3ro:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=QETm7LrUxoQ:VJ2IX-of3ro:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=QETm7LrUxoQ:VJ2IX-of3ro:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=QETm7LrUxoQ:VJ2IX-of3ro:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/tdlk/~4/QETm7LrUxoQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.surgut.co.uk/feeds/7132466575516084148/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.surgut.co.uk/2010/04/free-not-so-free-webkit2-iphone-os-40.html#comment-form" title="6 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/7132466575516084148?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/7132466575516084148?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tdlk/~3/QETm7LrUxoQ/free-not-so-free-webkit2-iphone-os-40.html" title="Free &amp;amp; not so free: WebKit2 &amp;amp; iPhone OS 4.0 vs MonoTouch" /><author><name>Dima</name><uri>http://www.blogger.com/profile/03781709847888802395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="25" src="http://photos1.blogger.com/blogger/3328/2732/640/DSC01359.jpg" /></author><thr:total>6</thr:total><feedburner:origLink>http://blog.surgut.co.uk/2010/04/free-not-so-free-webkit2-iphone-os-40.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DU8GRXs5eyp7ImA9WxFXEE8.&quot;"><id>tag:blogger.com,1999:blog-347582618045055410.post-2734492491330266303</id><published>2010-02-19T01:59:00.000Z</published><updated>2010-05-16T17:37:04.523+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-05-16T17:37:04.523+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="bootexperience" /><category scheme="http://www.blogger.com/atom/ns#" term="UXE" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu-planet" /><category scheme="http://www.blogger.com/atom/ns#" term="mac" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu" /><category scheme="http://www.blogger.com/atom/ns#" term="refit" /><title>rEFIt Humanity Icons</title><content type="html">&lt;a href="http://surgut.files.wordpress.com/2010/02/before.png"&gt;&lt;img class="aligncenter size-full wp-image-47" title="Standard rEFIt login screen" src="http://surgut.files.wordpress.com/2010/02/before.png" alt="" width="450" height="337" /&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;If you are familiar with the screen above. This post is for you! I couldn't stand staring at inconsistent icons and despite liking tux a lot I wanted to see ubuntu logo there.&lt;br/&gt;&lt;br/&gt;So I've made a script, converted Humanity icons into Macintosh icns format and made a mac package to install them. See this screen:&lt;br/&gt;&lt;br/&gt;&lt;a href="http://surgut.files.wordpress.com/2010/02/after.png"&gt;&lt;img class="aligncenter size-full wp-image-49" title="After Screenshot" src="http://surgut.files.wordpress.com/2010/02/after.png" alt="" width="450" height="337" /&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;So If you want this boot experience (including gray ubuntu silhouette after you select ubuntu similar to mac's apple)&lt;br/&gt;&lt;br/&gt;Project page: &lt;a href="https://edge.launchpad.net/refit-humanity"&gt;https://edge.launchpad.net/refit-humanity&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Download page: &lt;a href="https://edge.launchpad.net/refit-humanity/+download"&gt;https://edge.launchpad.net/refit-humanity/+download&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Comments, Code, Bugs and Blueprints are welcome =)&lt;br/&gt;&lt;br/&gt;ps. the "screenshots" are actually edited files using themed graphics and same size because rEFIt is not build with screenshot support but it is very close to reality. I don't believe it will be upstreamable to rEFIt cause it's BSD licensed and icons are GPL ...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/347582618045055410-2734492491330266303?l=blog.surgut.co.uk' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=RolrWC7obsc:MZ0CFzM1mcc:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=RolrWC7obsc:MZ0CFzM1mcc:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=RolrWC7obsc:MZ0CFzM1mcc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=RolrWC7obsc:MZ0CFzM1mcc:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=RolrWC7obsc:MZ0CFzM1mcc:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=RolrWC7obsc:MZ0CFzM1mcc:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=RolrWC7obsc:MZ0CFzM1mcc:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=RolrWC7obsc:MZ0CFzM1mcc:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/tdlk/~4/RolrWC7obsc" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.surgut.co.uk/feeds/2734492491330266303/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.surgut.co.uk/2010/02/refit-humanity-icons.html#comment-form" title="9 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/2734492491330266303?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/2734492491330266303?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tdlk/~3/RolrWC7obsc/refit-humanity-icons.html" title="rEFIt Humanity Icons" /><author><name>Dima</name><uri>http://www.blogger.com/profile/03781709847888802395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="25" src="http://photos1.blogger.com/blogger/3328/2732/640/DSC01359.jpg" /></author><thr:total>9</thr:total><feedburner:origLink>http://blog.surgut.co.uk/2010/02/refit-humanity-icons.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DU8GRXs5fSp7ImA9WxFXEE8.&quot;"><id>tag:blogger.com,1999:blog-347582618045055410.post-4279272746611957806</id><published>2010-02-11T23:11:00.002Z</published><updated>2010-05-16T17:37:04.525+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-05-16T17:37:04.525+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="identica" /><category scheme="http://www.blogger.com/atom/ns#" term="buzz" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu-planet" /><category scheme="http://www.blogger.com/atom/ns#" term="googlebuzz" /><category scheme="http://www.blogger.com/atom/ns#" term="facebook" /><category scheme="http://www.blogger.com/atom/ns#" term="twitter" /><title>Push Google Buzz to Twitter, Identi.ca, Facebook and pretty much
anything (updated)</title><content type="html">&lt;div&gt;&lt;strong&gt;(Updated Step 5)&lt;/strong&gt;&lt;/div&gt;&lt;br/&gt;&lt;div&gt;Until Google Buzz supports pushing updates natively here is a quick guide how to push your buzzes to social networking websites.&lt;/div&gt;&lt;br/&gt;&lt;ol&gt;&lt;br/&gt;	&lt;li&gt;Click buzz&lt;/li&gt;&lt;br/&gt;	&lt;li&gt;Click on your name&lt;/li&gt;&lt;br/&gt;	&lt;li&gt;Click "Google Profile"&lt;/li&gt;&lt;br/&gt;	&lt;li&gt;Click on RSS button in your browser to get the feed (http://buzz.googleapis.com/feeds/NNNNN/public/posted where NNNNN long string of numbers from your Google Profile URL)&lt;/li&gt;&lt;br/&gt;	&lt;li&gt;Go to &lt;a href="http://twitterfeed.com"&gt;twitterfeed.com&lt;/a&gt; to set up pushing your buzz feed to Twitter, Identi.ca, Facebook or pretty much to any social site using Ping.fm. &lt;strong&gt;(Make sure to change advanced setting to "1/2 hour" that will actually push updates live as soon as they are buzzed using PubSubHubBub technology. Twitterfeed people will update "1/2 hour" wording to "live" soon. )&lt;/strong&gt;&lt;/li&gt;&lt;br/&gt;&lt;/ol&gt;&lt;br/&gt;&lt;strong&gt;If you still have problems with updates check the feed status. Good status is  "feed status:  Feed Checked OK". If feed is ok then your logins might be wrong or twitterfeed is down =(&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;Good thing twitterfeed supports OpenId and PubSubHubBub for hassle free and near instantaneous publishing from your feed =)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/347582618045055410-4279272746611957806?l=blog.surgut.co.uk' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=Kz8VBCGk6qI:Cq3d7xVwpMw:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=Kz8VBCGk6qI:Cq3d7xVwpMw:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=Kz8VBCGk6qI:Cq3d7xVwpMw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=Kz8VBCGk6qI:Cq3d7xVwpMw:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=Kz8VBCGk6qI:Cq3d7xVwpMw:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=Kz8VBCGk6qI:Cq3d7xVwpMw:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=Kz8VBCGk6qI:Cq3d7xVwpMw:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=Kz8VBCGk6qI:Cq3d7xVwpMw:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/tdlk/~4/Kz8VBCGk6qI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.surgut.co.uk/feeds/4279272746611957806/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.surgut.co.uk/2010/02/push-google-buzz-to-twitter-identica_7024.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/4279272746611957806?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/4279272746611957806?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tdlk/~3/Kz8VBCGk6qI/push-google-buzz-to-twitter-identica_7024.html" title="Push Google Buzz to Twitter, Identi.ca, Facebook and pretty much&#xA;anything (updated)" /><author><name>Dima</name><uri>http://www.blogger.com/profile/03781709847888802395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="25" src="http://photos1.blogger.com/blogger/3328/2732/640/DSC01359.jpg" /></author><thr:total>2</thr:total><feedburner:origLink>http://blog.surgut.co.uk/2010/02/push-google-buzz-to-twitter-identica_7024.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DU8GRXs5fip7ImA9WxFXEE8.&quot;"><id>tag:blogger.com,1999:blog-347582618045055410.post-1427889331689503174</id><published>2010-02-11T17:44:00.002Z</published><updated>2010-05-16T17:37:04.526+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-05-16T17:37:04.526+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu-planet" /><title>LinkedIn &amp; Gmail = Spam</title><content type="html">Hello all&lt;br/&gt;&lt;br/&gt;I've just registered with LinkedIn and it offered to invite people from my Gmail address book. I've used that feature and now regret it cause invitation email have been send out to all Launchpad bugs, questions, merge proposals, mailing lists and BTS bugs.....&lt;br/&gt;&lt;br/&gt;I'm very sorry for all the spam! Please don't block me =(&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/347582618045055410-1427889331689503174?l=blog.surgut.co.uk' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=rdamEBYczYc:-m2IT-lsZ5Y:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=rdamEBYczYc:-m2IT-lsZ5Y:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=rdamEBYczYc:-m2IT-lsZ5Y:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=rdamEBYczYc:-m2IT-lsZ5Y:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=rdamEBYczYc:-m2IT-lsZ5Y:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=rdamEBYczYc:-m2IT-lsZ5Y:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=rdamEBYczYc:-m2IT-lsZ5Y:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=rdamEBYczYc:-m2IT-lsZ5Y:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/tdlk/~4/rdamEBYczYc" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.surgut.co.uk/feeds/1427889331689503174/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.surgut.co.uk/2010/02/linkedin-gmail-spam_7251.html#comment-form" title="11 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/1427889331689503174?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/1427889331689503174?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tdlk/~3/rdamEBYczYc/linkedin-gmail-spam_7251.html" title="LinkedIn &amp;amp; Gmail = Spam" /><author><name>Dima</name><uri>http://www.blogger.com/profile/03781709847888802395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="25" src="http://photos1.blogger.com/blogger/3328/2732/640/DSC01359.jpg" /></author><thr:total>11</thr:total><feedburner:origLink>http://blog.surgut.co.uk/2010/02/linkedin-gmail-spam_7251.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkECR38-fCp7ImA9WxFXEE8.&quot;"><id>tag:blogger.com,1999:blog-347582618045055410.post-5215130516551593694</id><published>2010-02-03T02:12:00.005Z</published><updated>2010-05-16T17:51:06.154+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-05-16T17:51:06.154+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu-planet" /><title>Sveiki Planet Ubuntu!</title><content type="html">Hello Everyone =)&lt;br /&gt;
&lt;br /&gt;
During the last Developer Membership Board meeting I got approved as Ubuntu Contributing Developer &amp;amp; Ubuntu Member. Thank you everyone!&lt;br /&gt;
&lt;br /&gt;
I support &lt;a href="http://www.crosswire.org/"&gt;Crosswire&lt;/a&gt; related packages in Debian &amp;amp; Ubuntu as part of &lt;a href="https://edge.launchpad.net/%7Epkgcrosswire"&gt;~pkgcrosswire&lt;/a&gt; team and I do a few things syncs/merges/bug fixes here and there =)&lt;br /&gt;
&lt;br /&gt;
Although I'm now in Hull, UK studying Engineering I made a political&amp;nbsp;decision&amp;nbsp;to put Latvia on the Ubuntu Members map. I grew up in Latvia, my family still lives there and I spend most of my holidays there =)&lt;br /&gt;
&lt;div style="text-align: center;"&gt;&lt;a href="http://surgut.files.wordpress.com/2010/02/googlemap.png"&gt;&lt;img alt="Dmitrijs Ledkovs on Ubuntu Members map, Riga, Latvia" class="size-big wp-image-28  " height="183" src="http://surgut.files.wordpress.com/2010/02/googlemap.png?w=300" title="Ubuntu Members" width="300" /&gt;&lt;/a&gt;&lt;/div&gt;My other hobbies&amp;nbsp;include&amp;nbsp;opportunistic&amp;nbsp;scientific&amp;nbsp;python programming and volleyball. I'm national volleyball league referee in UK and I play for a few teams as well. Can't wait for the London 2012 Olympics cause I might be a Beach Volleyball Line Judge (finger's crossed).&lt;br /&gt;
&lt;br /&gt;
So please welcome to Ubuntu Planet - Latvia the Country that Sings. Here is an amazing video "Welcome to my Country" about Latvia. The soundtrack is by Brainstorm, probably the most internationally known Latvian Band (Eurovision fans say ooh ;-) )&lt;br /&gt;
&lt;br /&gt;
&lt;div style="text-align: center;"&gt;&lt;object height="385" width="480"&gt;&lt;param name="movie" value="http://www.youtube.com/v/9RuNWWdhHSo&amp;hl=en_GB&amp;fs=1&amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/9RuNWWdhHSo&amp;hl=en_GB&amp;fs=1&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;br /&gt;
ps. Lithuania is our&amp;nbsp;neighbors&amp;nbsp;;-) we are a different country in the Baltic States !&lt;br /&gt;
&lt;br /&gt;
pss. Ubuntu Planet readers youtube video did not get embedded =( open the blog to see it&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/347582618045055410-5215130516551593694?l=blog.surgut.co.uk' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=65U1LkkGYZw:nninVa3iSU0:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=65U1LkkGYZw:nninVa3iSU0:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=65U1LkkGYZw:nninVa3iSU0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=65U1LkkGYZw:nninVa3iSU0:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=65U1LkkGYZw:nninVa3iSU0:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=65U1LkkGYZw:nninVa3iSU0:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=65U1LkkGYZw:nninVa3iSU0:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=65U1LkkGYZw:nninVa3iSU0:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/tdlk/~4/65U1LkkGYZw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.surgut.co.uk/feeds/5215130516551593694/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.surgut.co.uk/2010/02/sveiki-planet-ubuntu_03.html#comment-form" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/5215130516551593694?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/5215130516551593694?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tdlk/~3/65U1LkkGYZw/sveiki-planet-ubuntu_03.html" title="Sveiki Planet Ubuntu!" /><author><name>Dima</name><uri>http://www.blogger.com/profile/03781709847888802395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="25" src="http://photos1.blogger.com/blogger/3328/2732/640/DSC01359.jpg" /></author><thr:total>4</thr:total><feedburner:origLink>http://blog.surgut.co.uk/2010/02/sveiki-planet-ubuntu_03.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DU8GRXs4eCp7ImA9WxFXEE8.&quot;"><id>tag:blogger.com,1999:blog-347582618045055410.post-6562694684456336115</id><published>2009-12-27T22:27:00.002Z</published><updated>2010-05-16T17:37:04.530+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-05-16T17:37:04.530+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Xiphos" /><category scheme="http://www.blogger.com/atom/ns#" term="crosswire" /><title>Xiphos on Mac OS</title><content type="html">Well I have just finished building Xiphos on Mac OS X using jhbuild from &lt;a href="http://gtk-osx.sourceforge.net/"&gt;gtk-osx&lt;/a&gt; project. Just like &lt;a href="http://blogs.gnome.org/jessevdk/2009/06/10/gedit-os-x-for-realz/"&gt;gedit&lt;/a&gt; on Mac I had to use gconf 2.22 for gtkhtml. And it worked like a charm.&lt;br/&gt;&lt;br/&gt;Things are not integrated as nicely yet but hopefully soon there will be a nice bundle to install ;-)&lt;br/&gt;&lt;p style="text-align:center;"&gt;&lt;a href="http://surgut.files.wordpress.com/2009/12/xiphos.jpg"&gt;&lt;img class="size-medium wp-image-25 aligncenter" title="xiphos" src="http://surgut.files.wordpress.com/2009/12/xiphos.jpg?w=300" alt="Xiphos on Mac OS X" width="300" height="194" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/347582618045055410-6562694684456336115?l=blog.surgut.co.uk' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=-Zq5dqlsQJs:HaYA9u4zOFI:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=-Zq5dqlsQJs:HaYA9u4zOFI:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=-Zq5dqlsQJs:HaYA9u4zOFI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=-Zq5dqlsQJs:HaYA9u4zOFI:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=-Zq5dqlsQJs:HaYA9u4zOFI:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=-Zq5dqlsQJs:HaYA9u4zOFI:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=-Zq5dqlsQJs:HaYA9u4zOFI:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=-Zq5dqlsQJs:HaYA9u4zOFI:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/tdlk/~4/-Zq5dqlsQJs" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.surgut.co.uk/feeds/6562694684456336115/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.surgut.co.uk/2009/12/xiphos-on-mac-os_2742.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/6562694684456336115?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/6562694684456336115?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tdlk/~3/-Zq5dqlsQJs/xiphos-on-mac-os_2742.html" title="Xiphos on Mac OS" /><author><name>Dima</name><uri>http://www.blogger.com/profile/03781709847888802395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="25" src="http://photos1.blogger.com/blogger/3328/2732/640/DSC01359.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.surgut.co.uk/2009/12/xiphos-on-mac-os_2742.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DU8GRXs4eSp7ImA9WxFXEE8.&quot;"><id>tag:blogger.com,1999:blog-347582618045055410.post-825197322775205281</id><published>2009-10-23T18:43:00.002+01:00</published><updated>2010-05-16T17:37:04.531+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-05-16T17:37:04.531+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="HUU" /><category scheme="http://www.blogger.com/atom/ns#" term="Student Politics" /><title>Student Politics</title><content type="html">This year I'm Athletic Union Treasurer, voting member of the Sports Zone committee and voting member of HUU council.&lt;br/&gt;&lt;br/&gt;For the past 2 council meetings we did not meet quorum. Leading to a chicken and egg problem:&lt;br/&gt;&lt;ol&gt;&lt;br/&gt;	&lt;li&gt;Loads of things are not ratified and a lot of people are not elected to sit on different committees.&lt;/li&gt;&lt;br/&gt;	&lt;li&gt;Some structural pieces struggled because of this (notably societies).&lt;/li&gt;&lt;br/&gt;	&lt;li&gt;UEC had a proposal to change the quorum pool 50%+1 of the elected council members instead of 50%+1 of the total possible amount of council members.&lt;/li&gt;&lt;br/&gt;	&lt;li&gt;UEC had a hung vote 2 vs 2. And chair of UEC made a deciding vote to pass this SO change such that council will vote on this (ratification vote).&lt;/li&gt;&lt;br/&gt;	&lt;li&gt;At the last minute 2 council members arrive (shortly before the vote).&lt;/li&gt;&lt;br/&gt;	&lt;li&gt;The council then votes 12 (in favour) vs 10 (against) vs 2 (obstension). Prove me wrong, but if not the last minute arrival of 2 people people council voting would have been a hung vote and the chair of council would have to take deciding vote. As far as I'm aware chair of UEC is currently the chair of council, hence there was a possibility that he would have to take deciding vote on the matter twice.&lt;/li&gt;&lt;br/&gt;	&lt;li&gt;When we moved on to first item of the agenda "Election Chair of Council". VP Education stood up, interrupted the council and said "If 6 people will walk out now we won't be quorate again". This leaded to massive walk-out and end of council.&lt;/li&gt;&lt;br/&gt;&lt;/ol&gt;&lt;br/&gt;I have voted against the ratification of the quorum change. My reasoning here is that such controversial decisions shall only be pushed by unanimous backing from all VP's. If four people have a split vote how do expect 24 people not to have a split vote. In these two votes we had a swing of 3 votes that "represented" 21 000 members of HUU.&lt;br/&gt;&lt;br/&gt;Last council showed lack of leadership and team effort from exec team. I did not see "All for one and One for All". Even my beloved HUU president Helen from last year managed to create an image and illusion of united union behind the exec team. And despite the personal differences (and motions of no confidence) IT WORKED.&lt;br/&gt;&lt;br/&gt;And VP Education, in my opinion, was not at his behaviour by discouraging people from representing HUU members who voted for us to be in that room. I ran against 2 other candidates to become AU treasurer with 40+ club presidents going through 2 rounds of voting. I'm not going to betray odd 1000 people who join AU each year &amp;amp; run the teams.&lt;br/&gt;&lt;br/&gt;After further considerations, I will be running for the chair of council this Monday.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/347582618045055410-825197322775205281?l=blog.surgut.co.uk' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=H6AbF1g3p7o:YYzqR6I5bYA:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=H6AbF1g3p7o:YYzqR6I5bYA:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=H6AbF1g3p7o:YYzqR6I5bYA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=H6AbF1g3p7o:YYzqR6I5bYA:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=H6AbF1g3p7o:YYzqR6I5bYA:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=H6AbF1g3p7o:YYzqR6I5bYA:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=H6AbF1g3p7o:YYzqR6I5bYA:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=H6AbF1g3p7o:YYzqR6I5bYA:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/tdlk/~4/H6AbF1g3p7o" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.surgut.co.uk/feeds/825197322775205281/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.surgut.co.uk/2009/10/student-politics_3560.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/825197322775205281?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/825197322775205281?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tdlk/~3/H6AbF1g3p7o/student-politics_3560.html" title="Student Politics" /><author><name>Dima</name><uri>http://www.blogger.com/profile/03781709847888802395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="25" src="http://photos1.blogger.com/blogger/3328/2732/640/DSC01359.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.surgut.co.uk/2009/10/student-politics_3560.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DU8GRXs4eyp7ImA9WxFXEE8.&quot;"><id>tag:blogger.com,1999:blog-347582618045055410.post-5358854305246230153</id><published>2009-08-03T17:23:00.002+01:00</published><updated>2010-05-16T17:37:04.533+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-05-16T17:37:04.533+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu" /><title>Conversation about ubuntu</title><content type="html">I had this conversation with my sibling:&lt;br/&gt;&lt;br/&gt;- Why do you have this other one (Ubuntu)?&lt;br/&gt;&lt;br/&gt;- Because it has freedom.&lt;br/&gt;&lt;br/&gt;- Is that important for you?&lt;br/&gt;&lt;br/&gt;- Yes.&lt;br/&gt;&lt;br/&gt;- And what do they change it and publish it somehow?&lt;br/&gt;&lt;br/&gt;- Yes... and I do too.&lt;br/&gt;&lt;br/&gt;- Ok. Cool.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/347582618045055410-5358854305246230153?l=blog.surgut.co.uk' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=azWN8B2qntY:1plM7HMOW1c:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=azWN8B2qntY:1plM7HMOW1c:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=azWN8B2qntY:1plM7HMOW1c:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=azWN8B2qntY:1plM7HMOW1c:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=azWN8B2qntY:1plM7HMOW1c:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=azWN8B2qntY:1plM7HMOW1c:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=azWN8B2qntY:1plM7HMOW1c:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=azWN8B2qntY:1plM7HMOW1c:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/tdlk/~4/azWN8B2qntY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.surgut.co.uk/feeds/5358854305246230153/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.surgut.co.uk/2009/08/conversation-about-ubuntu_1121.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/5358854305246230153?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/5358854305246230153?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tdlk/~3/azWN8B2qntY/conversation-about-ubuntu_1121.html" title="Conversation about ubuntu" /><author><name>Dima</name><uri>http://www.blogger.com/profile/03781709847888802395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="25" src="http://photos1.blogger.com/blogger/3328/2732/640/DSC01359.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.surgut.co.uk/2009/08/conversation-about-ubuntu_1121.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DU8GRXs4fip7ImA9WxFXEE8.&quot;"><id>tag:blogger.com,1999:blog-347582618045055410.post-9143643551569363227</id><published>2009-01-29T22:54:00.002Z</published><updated>2010-05-16T17:37:04.536+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-05-16T17:37:04.536+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Debian Packaging" /><category scheme="http://www.blogger.com/atom/ns#" term="packaging" /><category scheme="http://www.blogger.com/atom/ns#" term="debian" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu" /><title>Lintian no-symbols-control-file</title><content type="html">This advice has been posted on the debian-mentors mailing list. A quick how to generate symbols file&lt;br/&gt;&lt;br/&gt;$ apt-get source libsword6&lt;br/&gt;$ cd sword-1.5.9&lt;br/&gt;$ debuild binary&lt;br/&gt;$ rm -f debian/*.symbols dpkg-gensymbols*&lt;br/&gt;$ dpkg-gensymbols -plibsword6 -Pdebian/libsword6 | patch -p0&lt;br/&gt;$ mv dpkg-gensymbols* debian/libsword6.symbols&lt;br/&gt;$ perl -pi -e 's/-\d.*//' debian/libsword6.symbols&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/347582618045055410-9143643551569363227?l=blog.surgut.co.uk' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=kWib6M_RSIU:JlTmcEqsOjo:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=kWib6M_RSIU:JlTmcEqsOjo:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=kWib6M_RSIU:JlTmcEqsOjo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=kWib6M_RSIU:JlTmcEqsOjo:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=kWib6M_RSIU:JlTmcEqsOjo:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=kWib6M_RSIU:JlTmcEqsOjo:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=kWib6M_RSIU:JlTmcEqsOjo:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=kWib6M_RSIU:JlTmcEqsOjo:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/tdlk/~4/kWib6M_RSIU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.surgut.co.uk/feeds/9143643551569363227/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.surgut.co.uk/2009/01/lintian-no-symbols-control-file_2335.html#comment-form" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/9143643551569363227?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/9143643551569363227?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tdlk/~3/kWib6M_RSIU/lintian-no-symbols-control-file_2335.html" title="Lintian no-symbols-control-file" /><author><name>Dima</name><uri>http://www.blogger.com/profile/03781709847888802395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="25" src="http://photos1.blogger.com/blogger/3328/2732/640/DSC01359.jpg" /></author><thr:total>4</thr:total><feedburner:origLink>http://blog.surgut.co.uk/2009/01/lintian-no-symbols-control-file_2335.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DU8GRXs_eSp7ImA9WxFXEE8.&quot;"><id>tag:blogger.com,1999:blog-347582618045055410.post-6332663664340397636</id><published>2009-01-29T22:45:00.002Z</published><updated>2010-05-16T17:37:04.541+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-05-16T17:37:04.541+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Debian Packaging" /><category scheme="http://www.blogger.com/atom/ns#" term="packaging" /><category scheme="http://www.blogger.com/atom/ns#" term="debian" /><title>dpkg-shlibdeps: warning: dependency could be avoided</title><content type="html">dpkg-shlibdeps: warning: dependency on $(lib) could be avoided if $(object) were not uselessly linked against it (they use none of its symbols).&lt;br/&gt;&lt;br/&gt;I didn't like this build time warning at all. In the library packaging guide a found a nifty trick, add this line to the debian/rules (this is cdbs, don't know how it is done with debhelper scripts)&lt;br/&gt;&lt;br/&gt;DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS=" -Wl,--as-needed"&lt;br/&gt;&lt;br/&gt;This worked for the executable and I've saved 300 bytes!!!!! Yeah =D&lt;br/&gt;&lt;br/&gt;It didn't work for the library though =( Bummer.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/347582618045055410-6332663664340397636?l=blog.surgut.co.uk' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=svEEQ_2H60U:KyFTlXVQPa4:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=svEEQ_2H60U:KyFTlXVQPa4:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=svEEQ_2H60U:KyFTlXVQPa4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=svEEQ_2H60U:KyFTlXVQPa4:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=svEEQ_2H60U:KyFTlXVQPa4:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=svEEQ_2H60U:KyFTlXVQPa4:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=svEEQ_2H60U:KyFTlXVQPa4:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=svEEQ_2H60U:KyFTlXVQPa4:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/tdlk/~4/svEEQ_2H60U" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.surgut.co.uk/feeds/6332663664340397636/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.surgut.co.uk/2009/01/dpkg-shlibdeps-warning-dependency-could_5726.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/6332663664340397636?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/6332663664340397636?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tdlk/~3/svEEQ_2H60U/dpkg-shlibdeps-warning-dependency-could_5726.html" title="dpkg-shlibdeps: warning: dependency could be avoided" /><author><name>Dima</name><uri>http://www.blogger.com/profile/03781709847888802395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="25" src="http://photos1.blogger.com/blogger/3328/2732/640/DSC01359.jpg" /></author><thr:total>2</thr:total><feedburner:origLink>http://blog.surgut.co.uk/2009/01/dpkg-shlibdeps-warning-dependency-could_5726.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DU8GRXs_eyp7ImA9WxFXEE8.&quot;"><id>tag:blogger.com,1999:blog-347582618045055410.post-8858832469490310479</id><published>2008-12-21T16:40:00.002Z</published><updated>2010-05-16T17:37:04.543+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-05-16T17:37:04.543+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="random" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu" /><title>I've met a Debian Developer</title><content type="html">I've met the only Debian Developer from Latvia. We did keysigning and had a nice chat about Ubuntu, Debian &amp;amp; Life. Hopefully he will sign my key.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/347582618045055410-8858832469490310479?l=blog.surgut.co.uk' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=xTjY1WVVcbk:jn7LWXDSP5w:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=xTjY1WVVcbk:jn7LWXDSP5w:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=xTjY1WVVcbk:jn7LWXDSP5w:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=xTjY1WVVcbk:jn7LWXDSP5w:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=xTjY1WVVcbk:jn7LWXDSP5w:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=xTjY1WVVcbk:jn7LWXDSP5w:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=xTjY1WVVcbk:jn7LWXDSP5w:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=xTjY1WVVcbk:jn7LWXDSP5w:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/tdlk/~4/xTjY1WVVcbk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.surgut.co.uk/feeds/8858832469490310479/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.surgut.co.uk/2008/12/i-met-debian-developer_4172.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/8858832469490310479?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/8858832469490310479?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tdlk/~3/xTjY1WVVcbk/i-met-debian-developer_4172.html" title="I&amp;#39;ve met a Debian Developer" /><author><name>Dima</name><uri>http://www.blogger.com/profile/03781709847888802395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="25" src="http://photos1.blogger.com/blogger/3328/2732/640/DSC01359.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.surgut.co.uk/2008/12/i-met-debian-developer_4172.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DU8GRXs_fSp7ImA9WxFXEE8.&quot;"><id>tag:blogger.com,1999:blog-347582618045055410.post-72115333619047616</id><published>2008-12-17T23:44:00.002Z</published><updated>2010-05-16T17:37:04.545+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-05-16T17:37:04.545+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="jaunty" /><category scheme="http://www.blogger.com/atom/ns#" term="UDS" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu" /><title>Jaunty UDS</title><content type="html">Jaunty UDS has finished. I haven't been there but planet.ubuntu.com provided a good coverage.  Jono Bacon posted on his &lt;a href="http://www.jonobacon.org/?p=1471"&gt;blog &lt;/a&gt;a link to &lt;a href="http://videos.ubuntu.com/uds/jaunty/"&gt;videos&lt;/a&gt; from the Jaunty UDS. You might find &lt;a href="http://summit.ubuntu.com/uds-jaunty/apollinaris/"&gt;schedule&lt;/a&gt; to be helpful while downloading/watching them.&lt;br/&gt;&lt;br/&gt;I couldn't find the most interesting sessions though =( the Upcoming Lauchpad Features, Brainstorm Overview, Becoming MOTU, Python 3000 QA, ext4 and so on. Basically anything that happened in Olympus Mons hall. That's disappointing because there also was a session on Google Apps Engine.&lt;br/&gt;&lt;br/&gt;Maybe we will find it on Google Code YouTube channel or something like that.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/347582618045055410-72115333619047616?l=blog.surgut.co.uk' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=sCuSYGnZ4BE:lMjinyDHv84:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=sCuSYGnZ4BE:lMjinyDHv84:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=sCuSYGnZ4BE:lMjinyDHv84:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=sCuSYGnZ4BE:lMjinyDHv84:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=sCuSYGnZ4BE:lMjinyDHv84:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?i=sCuSYGnZ4BE:lMjinyDHv84:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=sCuSYGnZ4BE:lMjinyDHv84:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/tdlk?a=sCuSYGnZ4BE:lMjinyDHv84:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/tdlk?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/tdlk/~4/sCuSYGnZ4BE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.surgut.co.uk/feeds/72115333619047616/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.surgut.co.uk/2008/12/jaunty-uds_3599.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/72115333619047616?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/347582618045055410/posts/default/72115333619047616?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/tdlk/~3/sCuSYGnZ4BE/jaunty-uds_3599.html" title="Jaunty UDS" /><author><name>Dima</name><uri>http://www.blogger.com/profile/03781709847888802395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="25" src="http://photos1.blogger.com/blogger/3328/2732/640/DSC01359.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.surgut.co.uk/2008/12/jaunty-uds_3599.html</feedburner:origLink></entry></feed>

