<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Stickybit Blog</title>
		<link>http://www.stickybit.se/blog/</link>
		<atom:link href="http://www.stickybit.se/blog/" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title>War Game - A Linux hacking contest!</title>
			<link>http://www.stickybit.se/war-game-a-linux-hacking-contest/</link>
			<description>&lt;p&gt;&lt;span class=&quot;visualHighlight&quot;&gt;A Stickybit War Game&lt;/span&gt; is all about letting your creativity excersise your knowledge of security and your skills with Linux to the extreme. Participate as a team or play it the hard way on your own but remember only one can be the winner.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;When: &lt;/strong&gt;25/3 17.00&lt;strong&gt;&lt;br /&gt;Where: &lt;/strong&gt;Stickybit's office, Gustav Adolfs torg 10a, Malm&amp;ouml;&lt;strong&gt;&lt;br /&gt;How: &lt;/strong&gt;Friendly help is provided as the doors open at 16.00&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;left&quot; src=&quot;http://www.stickybit.se/assets/Uploads/blogbilder/bugsbutterflies.png&quot; width=&quot;468&quot; height=&quot;137&quot; alt=&quot;&quot; title=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;While this first and foremost is about fun, there is a reminder of something important in this. The War Game challenges proves how bugs can turn in to serious security flaws to escalate user access. In your day job, it is your duty to avoid these mistakes. On this night, it is your task is to find these flaws and exploit them.&lt;/p&gt;
&lt;p&gt;It is also a social activity and interaction with other contestants is not only allowed, we actively encourage it and we will provide ample supplies of bewerages and Pizza to make sure that this happens. In this sense, your skills as a collaborator, deal maker or perhaps shadier and more deceitful aspects of your persona may come in handy in addition to good knowledge in Linux, C programming and scripting.&lt;br /&gt;&lt;br /&gt;You will hack around in Linux shells and play with unknown binaries so common debugging skills and tools like strace, gdb or anything else on a Linux client machine that you can think of will likely make a huge difference. And there's the Internet..&lt;/p&gt;
&lt;p&gt;We will have a lot of fun and we hope that you will join us. Please contact christoffer@stickybit.se and book a seat!&lt;/p&gt;</description>
			<pubDate>Wed, 17 Mar 2010 10:59:00 +0100</pubDate>
			
			
			<guid>http://www.stickybit.se/war-game-a-linux-hacking-contest/</guid>
		</item>
		
		<item>
			<title>Verksamhetsberättelse för 2009</title>
			<link>http://www.stickybit.se/verksamhetsber-ttelse-f-r-200/</link>
			<description>&lt;p&gt;B&amp;ouml;rjan av 2009 utm&amp;auml;rktes av nedsk&amp;auml;rningar och tillbakah&amp;aring;llna investeringar i &amp;Ouml;resundsregionen vilket kom att pr&amp;auml;gla v&amp;aring;rt verksamhets&amp;aring;r. Efterfr&amp;aring;gan f&amp;ouml;r konsulttj&amp;auml;nster p&amp;aring; s&amp;aring;v&amp;auml;l den lokala som den regionala marknaden f&amp;ouml;ll tillbaka samtidigt som priserna pressades.Stickybit har trots r&amp;aring;dande l&amp;auml;ge h&amp;auml;vdat sig v&amp;auml;l och f&amp;ouml;retagets konsekventa satsning p&amp;aring; att leverera h&amp;ouml;gkvalificerade tj&amp;auml;nster och specialistkonsulter ger resultat i tider d&amp;auml;r allt h&amp;aring;rdare prioriteringar g&amp;ouml;rs. Stickybits oms&amp;auml;ttning blev 11.9 Mkr och vinsten 0.4 Mkr.&lt;/p&gt;</description>
			<pubDate>Fri, 12 Mar 2010 12:54:00 +0100</pubDate>
			
			
			<guid>http://www.stickybit.se/verksamhetsber-ttelse-f-r-200/</guid>
		</item>
		
		<item>
			<title>Load balancing PostgreSQL in the Amazon cloud</title>
			<link>http://www.stickybit.se/load-balancing-postgresql-in-the-amazon-cloud/</link>
			<description>&lt;p&gt;We've been working on an internal project for quite some time that among other things involves a ReSTful web service backed by a PostgreSQL database.&lt;br /&gt;&lt;br /&gt;Our &quot;production&quot; installation is deployed in the Amazon EC2 cloud, with the idea that this gives us maximum flexibility to scale up resource investment dynamically with demand.  However, in such a deployment PostgreSQL becomes both a potential bottleneck and SPOF (Single Point of Failure).  While at its current phase in development we don't see any indication that we will be reaching a performance ceilings any time soon, this is still a concern for any large-scale roll out.&lt;/p&gt;
&lt;p&gt;During our development we looked into a number of tools / methods to remove or at least reduce the potential bottleneck and SPOF aspects of a PostgreSQL backend.  These included many options from the well established myriad of solutions out there, such as bucardo, pgcluster, pgpool-II, and slony-I. We had a pretty good idea of our requirements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt; No requirements or major constraints on application/schema design.&lt;/li&gt;
&lt;li&gt;No SPOF for write operations (asynchronous replication would be okay though).&lt;/li&gt;
&lt;li&gt;Load-balanced read operations.&lt;/li&gt;
&lt;li&gt;Support for recent (8.3, 8.4) versions of PostgreSQL and PostGIS.&lt;/li&gt;
&lt;li&gt;Authentication and encryption support.&lt;/li&gt;
&lt;li&gt;Open Source.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Unfortunately, most of the tools we evaluated failed at least one of the above criteria.  Most notably, many made assumptions about a having secure local physical network for the &quot;clustering&quot;.  This would&lt;br /&gt;allow for various low-level networking techniques to perform load balancing, and also be necessary for the lax security requirements that many of the solutions have.  For example, not all solutions allow for encryption between nodes, and others even require passwordless (i.e. &quot;trust&quot;) authentication!  Others require configuration of shared block devices or use of other utilities that impose their own set of problems for a cloud environment (like memcached).&lt;/p&gt;
&lt;p&gt;We felt that pgpool-II came the closest in this regard, and additionally the application was quite simple conceptually.  It didn't, however, have support for the built-in OpenSSL features found in PostgreSQL, but otherwise we were quite happy with its featureset.  However, after conferring with the upstream authors it was indicated that this was a feature they wanted to have in a future release, so we decided to continue evaluating it.&lt;/p&gt;
&lt;p&gt;In our first deployment, as a proof of concept, we set up a rather complicated system of SSH tunnels (maintained active via upstart jobs spawning autossh sessions) to secure the node-to-node communications. While quite complicated and a pain to administer, it worked and did not produce any noticiable degradation in performance.&lt;/p&gt;
&lt;p&gt;So after returning from vacation, I sat down and spent a couple days hacking together a basic implementation and sent it to the pgpool developers' mailing list.  After a bit of back and forth and some peer review, the patches have now been committed and the feature will be included in the next release.&lt;/p&gt;
&lt;p&gt;I'm now putting the finishing touches and a fairly detailed &quot;how-to&quot; document for setting up an EC2/PostgreSQL/pgpool-II deployment.  In the process a few other ideas for new features to pgpool-II have come up (and a I've even found a bug or two!)--but in any event the next release of pgpool-II should be good news for anyone wanting to deploy a scalable PostgreSQL implementation in the cloud.&lt;/p&gt;</description>
			<pubDate>Tue, 02 Feb 2010 15:23:00 +0100</pubDate>
			
			
			<guid>http://www.stickybit.se/load-balancing-postgresql-in-the-amazon-cloud/</guid>
		</item>
		
		<item>
			<title>Even old dogs can still learn about TCP and UDP stacks...</title>
			<link>http://www.stickybit.se/even-old-dogs-can-still-learn-about-tcp-and-udp-stacks/</link>
			<description>&lt;p&gt;Besides netstat, lsof and tcpdump I've not got a new tool in the collection. Christoffer showed me the &lt;em&gt;ss&lt;/em&gt; command the other day while we were trying to understand the load on the DesignSync server.&lt;/p&gt;
&lt;p&gt;Slightly different than netstat and seems to be considerably faster, ss can provide information about:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;All TCP sockets.&lt;/li&gt;
&lt;li&gt;All UDP sockets.&lt;/li&gt;
&lt;li&gt;All established ssh / ftp / http / https connections.&lt;/li&gt;
&lt;li&gt;All local processes connected to X server.&lt;/li&gt;
&lt;li&gt;All the tcp sockets in state FIN-WAIT-1 and much more.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;br /&gt; See &lt;a href=&quot;http://www.cyberciti.biz/tips/linux-investigate-sockets-network-connections.html&quot;&gt;http://www.cyberciti.biz/tips/linux-investigate-sockets-network-connections.html&lt;/a&gt; for more info and examples.&lt;/p&gt;</description>
			<pubDate>Fri, 11 Dec 2009 15:33:00 +0100</pubDate>
			
			
			<guid>http://www.stickybit.se/even-old-dogs-can-still-learn-about-tcp-and-udp-stacks/</guid>
		</item>
		
		<item>
			<title>Stickybit headline på EE-Times</title>
			<link>http://www.stickybit.se/stickybit-headline-p-ee-times/</link>
			<description>&lt;p class=&quot;documentDescription&quot;&gt;&lt;span&gt; EE Times huvudnyhet handlar om sex europeiska start-ups som nominerats av Sophia Antipolis Micro Electronics forum till &amp;aring;rets innovationspris. Ett av de utvalda bolagen var (du gissade det) Stickybit och d&amp;aring; i synnerhet Stickybit Licensetracker &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;L&amp;auml;s artikeln &lt;a href=&quot;http://www.eetimes.eu/220200209&quot;&gt;h&amp;auml;r&lt;/a&gt; Nedan f&amp;ouml;ljer en kort profil av EE Times&lt;/p&gt;
&lt;p&gt;For thirty years, EE Times has been the electronics industry newspaper of record. It has broken the stories that shaped the electronics world, and described the technical implications and trade-offs with thoughtful analysis and compelling opinion. For more than 150,000 design and development engineers and technical managers in North America, EE Times in print is a &quot;must read&quot; each week.&lt;/p&gt;</description>
			<pubDate>Tue, 29 Sep 2009 16:47:00 +0200</pubDate>
			
			
			<guid>http://www.stickybit.se/stickybit-headline-p-ee-times/</guid>
		</item>
		
		<item>
			<title>Stickybit Solutions, en innovativ Start-Up</title>
			<link>http://www.stickybit.se/stickybit-solutions-en-innovativ-start-up/</link>
			<description>&lt;p class=&quot;documentDescription&quot;&gt;&lt;span&gt; Stickybit Solutions med programvaran Licensetracker &amp;auml;r utvalda som start-up f&amp;ouml;retag till &amp;aring;rets SAME konferens den 22-23 september i Sophia Antipolis i Frankrike. Stickybit Licensetracker monitorerar anv&amp;auml;ndandet av dyra programlicenser bland annat inom forskning och utveckling och d&amp;auml;rigenom kan f&amp;ouml;retagen reducera sina programkostnader med upp till 25 % &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;ndash; &lt;strong&gt;SAME &amp;auml;r en &amp;aring;rlig konferens f&amp;ouml;r europeiska elektronikbolag d&amp;auml;r alla m&amp;ouml;ts f&amp;ouml;r att diskutera och analysera nya r&amp;ouml;n inom design och tillverkning av mikroelektronik. Det &amp;auml;r ett stort erk&amp;auml;nnande f&amp;ouml;r oss att blir utvalda och &amp;auml;nnu ett bevis p&amp;aring; att Stickybit Licensetracker &amp;auml;r en mycket efterl&amp;auml;ngtad programvara, s&amp;auml;ger Erik K&amp;ouml;rling, marknadschef p&amp;aring; Stickybit Solutions. &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Stickybit Licensetracker &amp;auml;r resultatet av m&amp;aring;nga &amp;aring;rs erfarenhet fr&amp;aring;n globala f&amp;ouml;retags sv&amp;aring;righeter att kontrollera och optimera anv&amp;auml;ndandet av dyra programlicenser fr&amp;auml;mst inom forskning och utveckling. I princip alla f&amp;ouml;retag &amp;auml;r &amp;ouml;verlicensierade vilket inneb&amp;auml;r stora extra kostnader. Stickybit Solutions har nu marknadsf&amp;ouml;rt Licensetracker i drygt sex m&amp;aring;nader och flera europeiska och asiatiska f&amp;ouml;retag har redan valt att prova systemet.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;- 	V&amp;aring;ra kunders egna bed&amp;ouml;mningar s&amp;auml;ger att de kan spara upp till 25 % av sina programkostnader f&amp;ouml;rsta &amp;aring;ret och 2-4% f&amp;ouml;ljande &amp;aring;r vilket bekr&amp;auml;ftas av de stora unders&amp;ouml;kningsbolagen. Konjunkturen g&amp;ouml;r &amp;auml;ven att bolagen beh&amp;ouml;ver omorganisera och d&amp;aring; m&amp;aring;ste &amp;auml;ven alla programlicenser anpassas vilket oftast &amp;auml;r sv&amp;aring;rt n&amp;auml;r det g&amp;auml;ller denna typ av licenser d&amp;auml;r ingen har &amp;ouml;verblick, s&amp;auml;ger Erik K&amp;ouml;rling&lt;/p&gt;
&lt;p&gt;&amp;nbsp;SAME &amp;auml;r ett &amp;aring;rligt tv&amp;aring;dagars forum som fokuserar p&amp;aring; design och tillverkning inom mikroelektronik. SAME organiseras av Nice Chamber of Commerce och sponsras av m&amp;aring;nga stora bolag som ARM, Cadence, Mentor Graphics, Infineon, ST-Ericsson, Synopsys och Texas Instruments. Start-up f&amp;ouml;retagen f&amp;aring;r egen monter, flera bokade kundm&amp;ouml;ten, en egen produktpresentation och mycket extra marknadsf&amp;ouml;ring.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Stickybit Licensetracker monitorerar alla programlicenser som hanteras via licensservers, dvs. i princip alla licenser som m&amp;auml;ts med antal samtidiga anv&amp;auml;ndare, och samlar in informationen till en gemensam databas. Ur detta kan man bland annat enkelt se vem som anv&amp;auml;nder vad, hur m&amp;aring;nga licenser som finns lokalt, regionalt och globalt samt enkelt f&amp;ouml;rdela kostnader baserat p&amp;aring; verkligt anv&amp;auml;ndande. Dessutom varnar systemet n&amp;auml;r man n&amp;auml;rmar sig h&amp;ouml;gt utnyttjande och n&amp;auml;r licensavtal beh&amp;ouml;ver f&amp;ouml;rnyas.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;F&amp;ouml;r mer information kontakta:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;Erik K&amp;ouml;rling&lt;/strong&gt;&lt;/span&gt;&lt;span&gt;, marknadschef, telefon: 0733 520&amp;nbsp;520, e-post: &lt;/span&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;a href=&quot;mailto:erik.korling@stickybit.se&quot;&gt;&lt;span&gt;erik.korling@stickybit.se&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;L&amp;auml;s mer om SAME 2009 p&amp;aring; &lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;a href=&quot;http://www.same-conference.org/&quot;&gt;www.same-conference.org&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;L&amp;auml;s mer om Stickybit Licensetracker p&amp;aring; &lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;a href=&quot;http://www.licensetracker.se/&quot;&gt;www.licensetracker.se&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Stickybit Solutions&lt;/strong&gt; utvecklar och s&amp;auml;ljer Licensetracker f&amp;ouml;r monitorering av hur stora f&amp;ouml;retag anv&amp;auml;nder sina programlicenser fr&amp;auml;mst inom forskning och utveckling. Licensetracker &amp;auml;r byggt f&amp;ouml;r att klara globala organisationers krav med stora datavolymer, m&amp;aring;nga anv&amp;auml;ndare, komplexa organisationer och varierande kvalitet p&amp;aring; datan&amp;auml;t. Licensetracker utvecklas tillsammans med v&amp;aring;ra kunders &amp;ouml;kande krav. St&amp;ouml;rsta kunden inom elektronikomr&amp;aring;det monitorerar idag &amp;ouml;ver 200.000 licenser med 2.400 features &amp;ouml;ver tre kontinenter&lt;/p&gt;</description>
			<pubDate>Mon, 17 Aug 2009 13:37:00 +0200</pubDate>
			
			
			<guid>http://www.stickybit.se/stickybit-solutions-en-innovativ-start-up/</guid>
		</item>
		
		<item>
			<title>Överväldigande response på DATE 09</title>
			<link>http://www.stickybit.se/date2009/</link>
			<description>&lt;p class=&quot;documentDescription&quot;&gt;Fem intensiva dagar i Nice d&amp;auml;r vi p&amp;aring; DATE 09 konferensen visade upp och ber&amp;auml;ttade om Stickybit Licensetracker f&amp;ouml;r hundratals m&amp;auml;nniskor fr&amp;aring;n jordens alla h&amp;ouml;rn gav resultat bortom vad vi v&amp;aring;gat hoppas p&amp;aring; och vi &amp;auml;r nu i kontakt med forkningscenter och f&amp;ouml;retag inom nanoteknik, flygindustrin, konsumentelektronik, energi, bilindustri.&lt;/p&gt;
&lt;p class=&quot;documentDescription&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;documentDescription&quot;&gt;Sj&amp;auml;lva utst&amp;auml;llningen i konferenscentret Acropolis varade i tre dagar och bortsett fr&amp;aring;n att byggnaden blockerades under ett par timmar av v&amp;auml;nlig men tungt bev&amp;auml;pnad fransk polis d&amp;aring; v&amp;aring;r utst&amp;auml;llning r&amp;aring;kade sammanfalla med ett bes&amp;ouml;k av president Nicolas Sarkozy s&amp;aring; gick allt galant.&lt;/p&gt;
&lt;div class=&quot;newsImageContainer&quot;&gt;
&lt;p class=&quot;discreet&quot;&gt;Vi &amp;auml;r mycket tacksamma f&amp;ouml;r all respons vi har f&amp;aring;tt fr&amp;aring;n m&amp;auml;nniskorna vi m&amp;ouml;tt och vi jobbar nu f&amp;ouml;r fullt f&amp;ouml;r att tillm&amp;ouml;tesg&amp;aring; alla f&amp;ouml;rfr&amp;aring;gningar.&lt;/p&gt;
&lt;/div&gt;</description>
			<pubDate>Thu, 30 Apr 2009 21:02:00 +0200</pubDate>
			
			
			<guid>http://www.stickybit.se/date2009/</guid>
		</item>
		
		<item>
			<title>Nytt avtal för Licensetracker</title>
			<link>http://www.stickybit.se/nytt-avtal-f-r-licensetracker/</link>
			<description>&lt;p class=&quot;documentDescription&quot;&gt;&lt;span&gt; Ett v&amp;auml;rldsledande f&amp;ouml;retag inom microelektronik har tecknat avtal f&amp;ouml;r Stickybit Licensetracker som initialt &amp;auml;r v&amp;auml;rt &amp;euro;130.000 om &amp;aring;ret. &lt;/span&gt;&lt;/p&gt;
&lt;div id=&quot;parent-fieldname-text&quot; class=&quot;plain&quot;&gt;
&lt;p&gt;Kunden som ser stor potential i att integrera Stickybit Licensetracker med processer f&amp;ouml;r ink&amp;ouml;p och kostnadskontroll planerar f&amp;ouml;r en successiv utbyggnad under de n&amp;auml;rmaste &amp;aring;ren. Vi &amp;auml;r mycket glada &amp;ouml;ver framg&amp;aring;ngen och det ger r&amp;aring;g i ryggen att i h&amp;aring;rd konkurrens vinna en f&amp;auml;rsk aff&amp;auml;r i den f&amp;ouml;r oss mycket viktiga EDA (Electronic Design and Automation) sektorn s&amp;auml;ger marknadschef Erik K&amp;ouml;rling.&lt;/p&gt;
&lt;/div&gt;</description>
			<pubDate>Wed, 04 Feb 2009 13:41:00 +0100</pubDate>
			
			
			<guid>http://www.stickybit.se/nytt-avtal-f-r-licensetracker/</guid>
		</item>
		
		<item>
			<title>Verksamhetsberättelse för Stickybit Solutions 2008</title>
			<link>http://www.stickybit.se/verksamhetsber-ttelse-f-r-stickybit-solutions-200/</link>
			<description>&lt;p&gt;Under h&amp;ouml;sten rekryterades Erik K&amp;ouml;rling som Chief Marketing Officer f&amp;ouml;r Stickybit Solutions med uppdrag att utveckla den skandinaviska marknaden f&amp;ouml;r Stickybit Licensetracker. Erik kommer n&amp;auml;rmast fr&amp;aring;n Enovation d&amp;auml;r han som marknadschef medverkade till att f&amp;ouml;retaget vann CutTheWire Award 2006 och Guld-mobilen 2007. Tidigare har Erik verkat i ledande befattningar i Syncron och SYSteam samt produktf&amp;ouml;retaget Eloge AB som Erik byggde upp under 1990-2002.&lt;/p&gt;
&lt;p&gt;&amp;Auml;garskapet av Stickybit Solutions AB, tidigare hel&amp;auml;gt dotterbolag till Stickybit AB, &amp;ouml;verf&amp;ouml;rdes till det nybildade &amp;auml;garbolaget F&amp;amp;F Holding AB.&lt;/p&gt;
&lt;p&gt;Ett incitamentsprogram f&amp;ouml;r nyckelpersoner knutna till Stickybit Solutions AB klubbades i Juli 2008 och implementerades en m&amp;aring;nad senare. F&amp;amp;F Holding AB kvarst&amp;aring;r som majoritets&amp;auml;gare med 91% av aktieinnehavet i Stickybit Solutions AB.&lt;/p&gt;
&lt;p&gt;Produkten Stickybit Licensetracker utvecklas aktivt i symbios mellan kunders behov och f&amp;ouml;retagets strategiska satsning p&amp;aring; att &amp;ouml;ka tillg&amp;auml;ngligheten till information i R&amp;amp;D intensiv verksamhet.&lt;/p&gt;</description>
			<pubDate>Wed, 28 Jan 2009 14:39:00 +0100</pubDate>
			
			
			<guid>http://www.stickybit.se/verksamhetsber-ttelse-f-r-stickybit-solutions-200/</guid>
		</item>
		
		<item>
			<title>Verksamhetsberättelse för Stickybit 2008</title>
			<link>http://www.stickybit.se/verksamhetsber-ttelse-f-r-stickybit-200/</link>
			<description>&lt;p&gt;2008 var ett &amp;aring;r som tidigt visade tecken p&amp;aring; konjunkturavmattning d&amp;auml;r kundf&amp;ouml;retag startade f&amp;auml;rre projekt och konsoliderade sina portf&amp;ouml;ljer. I finanskrisens sp&amp;aring;r uppstod ett beslutsvaccum medan industrin som helhet utv&amp;auml;rderade sina positioner i en ny verklighet. Stickybits konsultaff&amp;auml;r utvecklades n&amp;aring;got svagare &amp;auml;n &amp;ouml;nskat men i det stora hela var 2008 ett bra &amp;aring;r. Vi ser att f&amp;ouml;retagets konsekventa satsning p&amp;aring; h&amp;ouml;gkvalificerade specialister ger resultat d&amp;aring; v&amp;aring;ra kunder ger oss fortsatt f&amp;ouml;rtroende i tider d&amp;auml;r allt h&amp;aring;rdare prioriteringar g&amp;ouml;rs.&lt;/p&gt;
&lt;p&gt;Bolagets grundare Fredrick Rybarczyk och Filip K&amp;ouml;rling bildade &amp;auml;garbolaget F&amp;amp;F Holding AB till vilket Stickybit AB &amp;ouml;verf&amp;ouml;rdes under h&amp;ouml;sten. &amp;Auml;ven dotterbolaget Stickybit Solutions &amp;ouml;verf&amp;ouml;rdes till det nybildade &amp;auml;garbolaget.&lt;/p&gt;
&lt;p&gt;Under h&amp;ouml;sten 2008 utn&amp;auml;mndes Sean Finney till Chief Open Source Officer. Syftet med utn&amp;auml;mningen &amp;auml;r att fokusera f&amp;ouml;retagets l&amp;ouml;pande arbete med fri och &amp;ouml;ppen mjukvara och &amp;ouml;ka konkurrenskraften p&amp;aring; detta omr&amp;aring;de.&lt;/p&gt;</description>
			<pubDate>Wed, 28 Jan 2009 14:35:00 +0100</pubDate>
			
			
			<guid>http://www.stickybit.se/verksamhetsber-ttelse-f-r-stickybit-200/</guid>
		</item>
		
		<item>
			<title>Erik Körling CMO för Stickybit Solutions</title>
			<link>http://www.stickybit.se/erik-k-rling-cmo-f-r-stickybit-solutions/</link>
			<description>&lt;p class=&quot;documentDescription&quot;&gt;&lt;span&gt;Erik K&amp;ouml;rling har tilltr&amp;auml;tt som Chief Marketing Officer f&amp;ouml;r Stickybit Solutions med uppdrag att utveckla den skandinaviska marknaden f&amp;ouml;r Stickybit Licensetracker. Erik kommer n&amp;auml;rmast fr&amp;aring;n Enovation d&amp;auml;r han som marknadschef medverkade till att f&amp;ouml;retaget vann CutTheWire Award 2006 och Guld-mobilen 2007. &lt;/span&gt;&lt;/p&gt;
&lt;div id=&quot;parent-fieldname-text&quot; class=&quot;plain&quot;&gt;
&lt;p&gt;Vi &amp;auml;r mycket glada att ha en person med Eriks kapacitet i teamet och  Erik rivstartar genom att ta &amp;ouml;ver p&amp;aring;g&amp;aring;ende kundprojekt i Sverige. Vecka  sju &amp;aring;ker vi till Oslo f&amp;ouml;r att tillsammans med svenska exportr&amp;aring;det inleda  lanseringen Stickybit Licensetracker p&amp;aring; norska marknaden. &lt;br /&gt; &lt;em&gt;&lt;br /&gt;&quot;Trots r&amp;aring;dande konjunkturl&amp;auml;ge lyckas vi mycket v&amp;auml;l med att f&amp;ouml;ra ut v&amp;aring;rt budskap om att satsa p&amp;aring; beslutsst&amp;ouml;dssystem f&amp;ouml;r mjukvaruresurser som nyttjas inom R&amp;amp;D. En f&amp;ouml;r kunderna attraktiv aff&amp;auml;rsmodell i kombination med riktigt snabb avkastning har &amp;ouml;ppnat d&amp;ouml;rrarna in till v&amp;auml;rldsledande svenska f&amp;ouml;retag&quot;&lt;/em&gt; s&amp;auml;ger Erik. &lt;br /&gt; &lt;br /&gt;Tidigare har Erik verkat i ledande befattningar i Syncron och SYSteam  samt produktf&amp;ouml;retaget Eloge AB som Erik  byggde upp under 1990-2002.&lt;/p&gt;
&lt;/div&gt;</description>
			<pubDate>Fri, 02 Jan 2009 13:52:00 +0100</pubDate>
			
			
			<guid>http://www.stickybit.se/erik-k-rling-cmo-f-r-stickybit-solutions/</guid>
		</item>
		
		<item>
			<title>Framgångar för Stickybit Licensetracker</title>
			<link>http://www.stickybit.se/framg-ngar-f-r-stickybit-licensetracker/</link>
			<description>&lt;p class=&quot;documentDescription&quot;&gt;&lt;span&gt; H&amp;ouml;stens lansering av Stickybit Licensetracker har renderat i n&amp;auml;rmast &amp;ouml;verv&amp;auml;ldigande respons fr&amp;aring;n svenska storf&amp;ouml;retag. Vi lyckas verkligen med att f&amp;ouml;ra ut v&amp;aring;rt budskap om att satsa p&amp;aring; beslutsst&amp;ouml;dssystem f&amp;ouml;r mjukvaruresurser som nyttjas inom R&amp;amp;D. F&amp;ouml;r n&amp;auml;rvarande bedrivs flera nya f&amp;ouml;rstudier och utv&amp;auml;rderingar tillsammans med f&amp;ouml;retag som &amp;auml;r v&amp;auml;rldsledande inom sina respektive industrier. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&quot;Vi erbjuder ett system som p&amp;aring; n&amp;aring;gra minuter l&amp;aring;ter v&amp;aring;ra kunder r&amp;ouml;ra sig fr&amp;aring;n global &amp;ouml;verblick ner till detaljerad projektanalys av hur centralt distribuerade mjukvarulicenser brukas&quot;&lt;/em&gt; s&amp;auml;ger Fredrick Rybarczyk VD f&amp;ouml;r Stickybit.&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;visualHighlight&quot;&gt;Vikten av att f&amp;aring; koll p&amp;aring;&lt;/span&gt; den mjukvara som anv&amp;auml;nds i storf&amp;ouml;retagens forskning och utvecklingsverksamhet kan ha mycket stor betydelse f&amp;ouml;r v&amp;aring;ra kunders aff&amp;auml;rsverksamhet. Redan kostnaderna f&amp;ouml;r mjukvaruverktyg som utvecklas f&amp;ouml;r specifika syften motiverar noggrann m&amp;auml;tning av resursutnyttjande och eliminering av sl&amp;ouml;seri. V&amp;aring;ra erfarenheter visar dock att kunderna snabbt l&amp;auml;r sig att anv&amp;auml;nda information fr&amp;aring;n Stickybit Licensetracker f&amp;ouml;r att optimera utnyttjande av flaskhalsresurser i verksamheten.&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;visualHighlight&quot;&gt;Stickybit Licensetracker utvecklas aktivt&lt;/span&gt; och vi h&amp;aring;ller en takt p&amp;aring; en ny release var &amp;aring;ttonde m&amp;aring;nad i nul&amp;auml;get. 2.2 versionen som sl&amp;auml;pptes f&amp;ouml;r en m&amp;aring;nad sedan &amp;auml;r framtagen i symbios mellan kunders behov och f&amp;ouml;retagets strategiska satsning p&amp;aring; att &amp;ouml;ka tillg&amp;auml;ngligheten till information i R&amp;amp;D intensiv verksamhet.&lt;/p&gt;</description>
			<pubDate>Thu, 27 Nov 2008 15:57:00 +0100</pubDate>
			
			
			<guid>http://www.stickybit.se/framg-ngar-f-r-stickybit-licensetracker/</guid>
		</item>
		
		<item>
			<title>Python för sysadmins</title>
			<link>http://www.stickybit.se/python-f-r-sysadmins/</link>
			<description>&lt;p&gt;Om du inte vet skillnaden mellan en&lt;em&gt; list comprehension&lt;/em&gt; och en &lt;em&gt;generator&lt;/em&gt;, aldrig uttalat yield&amp;nbsp; (det r&amp;auml;knas inte att du spelar upp scenen med den svarte riddaren fr&amp;aring;n &lt;em&gt;Monty Python and the Holy Grail&lt;/em&gt;) eller skrivit egna iteratorer, s&amp;aring; &amp;auml;r tiden kommen. Ladda ner David Beazleys utm&amp;auml;rkta tutorial &lt;a href=&quot;http://www.dabeaz.com/generators-uk/index.html&quot;&gt;Generator Tricks for Systems Programmers&lt;/a&gt;.&lt;/p&gt;</description>
			<pubDate>Mon, 24 Nov 2008 15:51:00 +0100</pubDate>
			
			
			<guid>http://www.stickybit.se/python-f-r-sysadmins/</guid>
		</item>
		
		<item>
			<title>Presentation av Arduino</title>
			<link>http://www.stickybit.se/presentation-av-arduino/</link>
			<description>&lt;p class=&quot;documentDescription&quot;&gt;&lt;span&gt; Sean Finney, Stickybits Cief Open Source Officer har bjudit in David Mellis f&amp;ouml;r att presentera Arduinoprojektet. Arduino &amp;auml;r ett komplett inbyggt system d&amp;auml;r s&amp;aring;v&amp;auml;l h&amp;aring;rdvaran och mjukvaran &amp;auml;r Open Source och David har jobbat med Arduinoplattformen sedan dess skapelse. &lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;newsImageContainer&quot;&gt;&lt;a id=&quot;parent-fieldname-image&quot; href=&quot;http://www.stickybit.se/news/presentation-av-arduino/image/image_view_fullscreen&quot;&gt; &lt;img class=&quot;newsImage&quot; src=&quot;http://www.stickybit.se/news/presentation-av-arduino/image_mini&quot; alt=&quot;Presentation av Arduino&quot; title=&quot;Presentation av Arduino&quot; width=&quot;200&quot; height=&quot;139&quot; /&gt; &lt;/a&gt;
&lt;p class=&quot;discreet&quot;&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&quot;parent-fieldname-text&quot; class=&quot;plain&quot;&gt;
&lt;p&gt;This Thursday we will have a special guest speaker, David Mellis, who will give a talk about the Arduino project.&amp;nbsp;&lt;/p&gt;
&lt;table border=&quot;0&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;br /&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments.&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;The talk is at 16:00 SHARP, please keep in mind that David is coming from Copenhagen :) David will give an overview of the project, its history, and then talk about developing on the boards and perhaps show some examples.&lt;/p&gt;
&lt;p&gt;Then (and this is where it gets fun!), we will split into teams and try to hack something together using some arduino starter kits, and whatever else we can think of.&amp;nbsp; The teams will be assigned by a completely arbitrary and undemocratic fashion, in the hopes of creating a nice distribution of skill levels and backgrounds in each group.&lt;/p&gt;
&lt;p&gt;The teams can stay around the office for as long as they like,&amp;nbsp; it is safe to assume that some form of food/drink will also be made available, or we may go out after hacking for a bit, depending on interest levels.&amp;nbsp;&amp;nbsp; You can also take your teams' boards home with you if you'd rather work on the project later on.&lt;/p&gt;
&lt;p&gt;At the next monthly meeting each team will get to present what they've done with the board, and David will return to pick his favorite.&amp;nbsp; And there will be prizes!&lt;/p&gt;
If you have any friends or colleagues who you think might be interested in the talk or the project, please feel free to invite them, though they need to confirm with me to ensure that there's enough space/etc :)&lt;/div&gt;</description>
			<pubDate>Mon, 24 Nov 2008 13:47:00 +0100</pubDate>
			
			
			<guid>http://www.stickybit.se/presentation-av-arduino/</guid>
		</item>
		
		<item>
			<title>Stickybit har migrerat till IPv6</title>
			<link>http://www.stickybit.se/stickybit-har-migrerat-till-ipv/</link>
			<description>&lt;p&gt;&lt;span&gt;Stickybit har sedan n&amp;aring;gra veckor implementerat fullt st&amp;ouml;d f&amp;ouml;r IPv6 b&amp;aring;de f&amp;ouml;r interna milj&amp;ouml;er med klienter och servrar och f&amp;ouml;r externt &amp;aring;tkomliga tj&amp;auml;nster som webbplats, e-post, DNS och VPN. Vi tror att IPv6 &amp;auml;r en av de f&amp;ouml;r&amp;auml;ndringar som Internet beh&amp;ouml;ver genomg&amp;aring; f&amp;ouml;r att skala upp f&amp;ouml;r nya tj&amp;auml;nster s&amp;auml;rskilt n&amp;auml;r end-to-end kommunikation kr&amp;auml;vs s&amp;auml;ger IT-chef Olof Aldin. &lt;/span&gt;&lt;/p&gt;</description>
			<pubDate>Mon, 27 Oct 2008 15:48:00 +0100</pubDate>
			
			
			<guid>http://www.stickybit.se/stickybit-har-migrerat-till-ipv/</guid>
		</item>
		
		<item>
			<title>Sean Finney utsedd to COSO</title>
			<link>http://www.stickybit.se/sean-finney-utsedd-to-coso/</link>
			<description>&lt;p&gt;Stickybit har en stark historik av att g&amp;ouml;ra Fri och &amp;Ouml;ppen Mjukvara till framg&amp;aring;ngsrika aff&amp;auml;rer f&amp;ouml;r v&amp;aring;ra kunder. Nu tar vi ytterligare ett kliv och utser Sean Finney till Chief Open Source Officer. Sean som &amp;auml;r aktiv Debian-utvecklare ska ansvara f&amp;ouml;r att utforma Stickybits arbete med Open Source och d&amp;auml;rtill kopplade organisationer.&lt;/p&gt;</description>
			<pubDate>Thu, 16 Oct 2008 15:33:00 +0200</pubDate>
			
			
			<guid>http://www.stickybit.se/sean-finney-utsedd-to-coso/</guid>
		</item>
		
		<item>
			<title>Stickybit fixar bugg i Mozilla Firefox</title>
			<link>http://www.stickybit.se/stickybit-fixar-bugg-i-mozilla-firefox/</link>
			<description>&lt;p class=&quot;documentDescription&quot;&gt;&lt;span&gt; p&amp;aring; beg&amp;auml;ran fr&amp;aring;n kund har Stickybit tillsammans med Mozillaprojektets utvecklare eliminerat en bugg som gjorde att sessioner med str&amp;ouml;mmande media inte st&amp;auml;ngdes ordentligt. &lt;/span&gt;&lt;/p&gt;
&lt;div id=&quot;parent-fieldname-text&quot; class=&quot;plain&quot;&gt;
&lt;p&gt;V&amp;aring;r uppdragsgivare hade ett problem med att en bugg i 3.x versionerna av Mozilla Firefox p&amp;aring; ett negativt s&amp;auml;tt p&amp;aring;verkade deras kunders upplevelse av f&amp;ouml;retagets produkter. Buggen p&amp;aring;verkar Firefoxanv&amp;auml;ndare som tittar p&amp;aring; webbsidor med &quot;Pushed Content&quot; i s&amp;aring; m&amp;aring;tto att fildeskriptorerna f&amp;ouml;r str&amp;ouml;mmande media inte st&amp;auml;ngs ner d&amp;aring; anv&amp;auml;ndaren st&amp;auml;nger en flik i webbl&amp;auml;saren. V&amp;aring;rt uppdrag gick ut p&amp;aring; att fixa buggen och att s&amp;aring; l&amp;aring;ngt som m&amp;ouml;jligt tillse att v&amp;aring;r l&amp;ouml;sning kommer med i n&amp;auml;sta version. Buggen identifierades och v&amp;aring;r l&amp;ouml;sning anpassades och accepterades av ansvarig utvecklare i Mozillaprojektet. Koden har passerat Mozillas interna kodgranskning och nu &amp;auml;r p&amp;aring; god v&amp;auml;g in i kommande releaser av Firefox. Kul jobb!&lt;/p&gt;
&lt;/div&gt;</description>
			<pubDate>Sat, 27 Sep 2008 15:25:00 +0200</pubDate>
			
			
			<guid>http://www.stickybit.se/stickybit-fixar-bugg-i-mozilla-firefox/</guid>
		</item>
		
		<item>
			<title>patch-tracking.debian.net</title>
			<link>http://www.stickybit.se/patch-tracking-debian-net/</link>
			<description>&lt;p&gt;way back in june there were some discussions on the debian-devel mailing lists about more effectively visualizing the changes made by debian developers to the packaged software distributed in debian.&lt;/p&gt;
&lt;p&gt;the idea was that there should be a way for not just debian developers, but also users and upstream authors to review all the changes made to the &quot;pristine&quot; original version.&amp;nbsp; ideally this should be provided in a way that does not require knowledge of debian-specific tools, version control systems, or methodology.&amp;nbsp; over the next couple weeks i hacked out a small python based system that did just this, which went online just before i left for vacation.&amp;nbsp; some example links:&lt;/p&gt;
&lt;p&gt;&lt;br /&gt; home page:&lt;br /&gt; &amp;nbsp; &lt;a href=&quot;javascript:void(0);/*1220972648225*/&quot;&gt;http://patch-tracking.debian.net&lt;/a&gt;&lt;br /&gt; &lt;br /&gt; currently tracked versions of the php5 package:&lt;br /&gt; &amp;nbsp; &lt;a href=&quot;javascript:void(0);/*1220972673977*/&quot;&gt;http://patch-tracking.debian.net/package/php5&lt;/a&gt;&lt;br /&gt; &lt;br /&gt; extended information for php5 version 5.2.6-3:&lt;br /&gt; &amp;nbsp; &lt;a href=&quot;javascript:void(0);/*1220972696009*/&quot;&gt;http://patch-tracking.debian.net/package/php5/5.2.6-3&lt;/a&gt;&lt;br /&gt; &lt;br /&gt; viewing a specific patch in the cacti package:&lt;br /&gt; &amp;nbsp; &lt;a href=&quot;javascript:void(0);/*1220972714307*/&quot;&gt;http://patch-tracking.debian.net/patch/series/view/cacti/0.8.7b-2.1/01_config.php.patch&lt;/a&gt;&lt;br /&gt; &lt;br /&gt; there's still a few bugs lurking in it, and a long list of &quot;oh hey, X would be cool&quot; (bug tracker integration, commenting, etc) features, but it's useful enough that people are already referring to it on teh internets.&lt;/p&gt;</description>
			<pubDate>Tue, 09 Sep 2008 15:40:00 +0200</pubDate>
			
			
			<guid>http://www.stickybit.se/patch-tracking-debian-net/</guid>
		</item>
		
		<item>
			<title>Rapport från IETF</title>
			<link>http://www.stickybit.se/rapport-fr-n-ietf/</link>
			<description>&lt;p class=&quot;documentDescription&quot;&gt;&lt;span&gt; Arbetsm&amp;ouml;tena i Dublin fokuserade p&amp;aring; att definiera krav p&amp;aring; hur IPv4 och IPv6 &amp;auml;r t&amp;auml;nkta att interagera d&amp;aring; s&amp;aring; kallade dual stack l&amp;ouml;sningar inte &amp;auml;r ett alternativ. Stickybits bidrag till hantering av nycklar mellan barn och f&amp;ouml;r&amp;auml;ldraregion i DNSSEC r&amp;ouml;nte uppskattning. &lt;/span&gt;&lt;/p&gt;
&lt;div id=&quot;parent-fieldname-text&quot; class=&quot;plain&quot;&gt;
&lt;p&gt;Arbetsm&amp;ouml;tena i Dublin fokuserade p&amp;aring; att definiera krav p&amp;aring; hur IPv4 och IPv6 &amp;auml;r t&amp;auml;nkta att interagera d&amp;aring; s&amp;aring; kallade dual stack l&amp;ouml;sningar inte &amp;auml;r ett alternativ. Detta kan exempelvis intr&amp;auml;ffa om man har IPv6 noder som ska kommunicera direkt med en IPv4 nod. &amp;Auml;nnu &amp;auml;r IPv6 fr&amp;auml;mst en framg&amp;aring;ng i walled garden scenarios men &amp;ouml;kad operativ erfarenhet, brist p&amp;aring; IPv4 adresser i kombination med Microsofts satsning p&amp;aring; automatisk tunnling i Vista &amp;ouml;ppnar f&amp;ouml;r att IPv6 blir en realitet &amp;auml;ven p&amp;aring; vanliga internet. Stickybits bidrag till hantering av nycklar mellan barn och f&amp;ouml;r&amp;auml;ldraregion i DNSSEC r&amp;ouml;nte uppskattning.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;De medier som rapporterade fr&amp;aring;n IETF-m&amp;ouml;tet fokuserade framf&amp;ouml;r allt p&amp;aring; arbetet p&amp;aring; ett nytt problem statement-dokument f&amp;ouml;r &amp;ouml;vers&amp;auml;ttning mellan IPv6 och IPv4, motsvarande det nu icke rekommenderade NAT-PT (RFC 2766), men f&amp;ouml;rhoppningsvis utan alla dess nackdelar. Sj&amp;auml;lva v6ops-m&amp;ouml;tet gav emellertid ingenting nytt. Ingen verkade s&amp;auml;rskilt &amp;ouml;verens och det verkar l&amp;aring;ngt kvar tills ens grunddokumentet &amp;auml;r ordnat, f&amp;ouml;r att inte tala om l&amp;ouml;sningarna.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;En l&amp;ouml;s designgrupp kallad DCOMA har tagit fram ett &lt;a href=&quot;http://www3.tools.ietf.org/html/draft-hardaker-dnsops-name-server-management-reqs-03&quot; class=&quot;external-link&quot;&gt;dokument&lt;/a&gt; med t&amp;auml;mligen generella krav f&amp;ouml;r ett protokoll f&amp;ouml;r management av DNS-servrar. Texten kan ses som en &quot;shopping list of needed features&quot; f&amp;ouml;r ett komplett managementsystem f&amp;ouml;r DNS-servrar.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;DNS-f&amp;ouml;rfalskningsskydd. Under dnsext-m&amp;ouml;tet togs n&amp;aring;gra nya metoder f&amp;ouml;r skydd mot DNS-poisoning upp. Ett av f&amp;ouml;rslagen var att anv&amp;auml;nda de s&amp;aring; kallade 0x20-bitarna, som normalt anv&amp;auml;nds f&amp;ouml;r att skilja mellan gemener och versaler i QNAME, f&amp;ouml;r att ge ett st&amp;ouml;rre transaktions-ID (QID) och d&amp;auml;rigenom f&amp;ouml;rsv&amp;aring;ra den i medierna uppm&amp;auml;rksammade &lt;a href=&quot;http://www.kb.cert.org/vuls/id/800113&quot; class=&quot;external-link&quot;&gt;Kaminsky-attacken&lt;/a&gt;. Stickybits uppfattning i fr&amp;aring;gan &amp;auml;r att DNSSEC &amp;auml;r den r&amp;auml;tta v&amp;auml;gen fram&amp;aring;t f&amp;ouml;r att strukturellt eliminera DNS f&amp;ouml;rfalskningar.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Michael Widerkrantz var sekreterare p&amp;aring; ett f&amp;ouml;rsta m&amp;ouml;te f&amp;ouml;r att formulera problem statement och krav f&amp;ouml;r uppdateringar mellan barn- och f&amp;ouml;r&amp;auml;ldrazon i DNSSEC, till exempel f&amp;ouml;r att automatiskt uppdatera DS-posten i f&amp;ouml;r&amp;auml;ldern (som inneh&amp;aring;ller fingeravtrycket till barnzonens KSK) i h&amp;auml;ndelse av nyckelbyte. Ansvariga f&amp;ouml;r .uk fattade stort intresse och f&amp;ouml;reslog en referensimplementation.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Under en paneldebatt som en del av Technical Plenary visades att IPv6 anv&amp;auml;nds stort, till exempel av NTT i Japan, fast i ett walled garden-scenario f&amp;ouml;r VoIP och IPTV f&amp;ouml;r &amp;ouml;ver fem miljoner anv&amp;auml;ndare. Comcasts representant sa samma sak och de hanterar till exempel alla sina kabelmodem med IPv6. Apples representant sa samma sak, men anv&amp;auml;nder i st&amp;auml;llet IPv6 f&amp;ouml;r all hantering av sin h&amp;aring;rdvara, som till exempel AirPort eller TimeCapsule.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description>
			<pubDate>Fri, 01 Aug 2008 15:20:00 +0200</pubDate>
			
			
			<guid>http://www.stickybit.se/rapport-fr-n-ietf/</guid>
		</item>
		
		<item>
			<title>Stickybit på IETF</title>
			<link>http://www.stickybit.se/stickybit-p-ietf/</link>
			<description>&lt;p&gt;Stickybit vill bidra till att f&amp;ouml;rb&amp;auml;ttra dagens internet genom att delta i Internet Engineering Task Force (IETF) arbete. Den 27:e juli till 1:e augusti p&amp;aring;g&amp;aring;r IETFs 72:a m&amp;ouml;te.&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;visualHighlight&quot;&gt;Lite bakgrundsinformation&lt;/span&gt; kan vara p&amp;aring; sin plats. Ytterst korfattat konstaterar vi att konventionell DNS &amp;auml;r en os&amp;auml;ker l&amp;ouml;sning. Detta spelar roll d&amp;aring; det &amp;auml;r svar fr&amp;aring;n DNS som best&amp;auml;mmer exakt vilken dator du kommunicerar med d&amp;aring; du till exempel vill koppla upp dig mot din bank. DNS-svaren kommer vanligen fr&amp;aring;n en cachande resolver till din klientdator. Resolvern kan i sj&amp;auml;lva verket ha &amp;auml;ndrat svaren, men du har inget s&amp;auml;tt att veta det. DNS-data kan ocks&amp;aring; f&amp;ouml;rfalskats och skickas fr&amp;aring;n en helt annan dator &amp;auml;n den som egentligen skulle ha svarat.&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;visualHighlight&quot;&gt;DNSSEC-tekniken utnyttjar kryptografiska signaturer&lt;/span&gt; och erbjuder en l&amp;ouml;sning p&amp;aring; problem med f&amp;ouml;rfalskad DNS information. Det inneb&amp;auml;r att med DNSSEC s&amp;aring; kan en klient eller resolver kontrollera signaturen vid uppslagningen och vara rimligt s&amp;auml;ker p&amp;aring; att det &amp;auml;r r&amp;auml;tt data. DNSSEC kr&amp;auml;ver emellertid samarbete hela v&amp;auml;gen i DNS-tr&amp;auml;det &amp;auml;nda till roten, som idag &amp;auml;nnu inte &amp;auml;r signerad. En del landskoder &amp;auml;r redan signerade, till exempel Sveriges .se-zon. Zoner under .se kan allts&amp;aring; s&amp;auml;kra sina DNS-data, om de vill. V&amp;aring;rt bidrag i detta arbete kan vara att s&amp;auml;kra att l&amp;auml;mplig infrastruktur f&amp;ouml;r uppdateringar och kompetenta managementverktyg finns p&amp;aring; plats. De verktyg som finns idag &amp;auml;r begr&amp;auml;nsade och kr&amp;auml;ver ofta mycket manuellt arbete. F&amp;ouml;r att infrastrukturen skall kunna byggas upp kr&amp;auml;vs ytterligare standardisering och h&amp;auml;r har ocks&amp;aring; Stickybit ett stort intresse inom &lt;a href=&quot;http://www.ietf.org/&quot; class=&quot;external-link&quot;&gt;Internet Engineering Task Force&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;visualHighlight&quot;&gt;Stickybit s&amp;ouml;ker ytterligare samarbetspartners&lt;/span&gt; f&amp;ouml;r att &amp;ouml;ka v&amp;aring;ra insatser p&amp;aring; detta omr&amp;aring;de.&lt;/p&gt;</description>
			<pubDate>Mon, 14 Jul 2008 15:14:00 +0200</pubDate>
			
			
			<guid>http://www.stickybit.se/stickybit-p-ietf/</guid>
		</item>
		

	</channel>
</rss>