]> pere.pagekite.me Git - homepage.git/blobdiff - blog/index.html
Generated.
[homepage.git] / blog / index.html
index 1720ceb4035c9d47f84979721c62572d3cede275..3db32dec01ab50854fdd6f6c234a58db1e158e5f 100644 (file)
 
 
     
+    <div class="entry">
+      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Sandy_Island____ya_som_er_synlig_hver_tirsdag_og_fredag_.html">Sandy Island - øya som er synlig hver tirsdag og fredag?</a></div>
+      <div class="date"> 7th April 2013</div>
+      <div class="body"><p>For en stund tilbake gikk nyheten om
+<a href="http://en.wikipedia.org/wiki/Sandy_Island,_New_Caledonia">Sandy
+Island</a>, en øy som var dukket opp på noen kart, men som ikke var
+synlig når en sjekket den på satellittbilder.  Dagbladet meldte for
+eksempel at
+"<a href="http://www.dagbladet.no/2012/11/22/nyheter/google_maps/google/utenriks/ninternett/24496816/">denne
+øya finnes på kart, men ikke i virkeligheten</a>".  Noe senere begynte
+jeg å lese
+<a href="http://www.gyldendal.no/Barn-og-ungdom/3-6-aar/Den-store-Ruffen-boken">historier
+om Ruffen</a> til mine barn. Dette er historier om sjøormen Ruffen
+skapt av Tor Åge Bringsværd, som starter med følgende beskrivelse:</p>
+
+<p><blockquote>
+"Langt ute i havet ligger en mystisk øy. Den er bare synlig hver
+tirsdag og fredag. Derfor står den ikke på noe kart. På denne øye
+ligger et slott, og i slottet bor en gammel, fin sjøormfamilie. "
+</blockquote></p>
+
+<p>Det virker åpenbart at Hr. Bringsværd tok feil når han trodde den
+ikke var på noe kart, og at noen tydeligvis har vært i nærheten en
+tirsdag eller en fredag og fått den med på et kart, mens
+satellittbildene er tatt på noen av de fem andre dagene i uka og
+dermed ikke ser øya. :)</p>
+
+<p>I følge
+<a href="http://www.dagbladet.no/2012/12/03/nyheter/sandy_island/forskning/utenriks/24662158/">en
+senere artikkel i Dagbladet</a> hevder Shaun Higgins, en forsker fra
+New Zealand, at et hvalfangstskip fra 1876 er opprinnelsen til at
+spøkelsesøya i det hele tatt havnet på kartet.  Det fremgår ikke fra
+historien hvilken ukedag de var innom.</p>
+
+<p>Jeg har stor sans for Tor Åge Bringsværd.  Han viste nylig en svært
+fin side av seg selv da han sa ja til EFNs forespørsel om å gi ut
+novellen <a href="http://www.efn.no/kodemus/">Kodémus</a> med Creative
+Commons-lisens.</p>
+</div>
+      <div class="tags">
+        
+        
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>. 
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
     <div class="entry">
       <div class="title"><a href="http://people.skolelinux.org/pere/blog/Isenkram_0_2_finally_in_the_Debian_archive.html">Isenkram 0.2 finally in the Debian archive</a></div>
       <div class="date"> 3rd April 2013</div>
@@ -779,65 +828,6 @@ mailinglist
     </div>
     <div class="padding"></div>
     
-    <div class="entry">
-      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Frikanalen___Complete_TV_station_organised_using_the_web.html">Frikanalen - Complete TV station organised using the web</a></div>
-      <div class="date"> 3rd March 2013</div>
-      <div class="body"><p>Do you want to set up your own TV station, schedule videos and
-broadcast them on the air?  Using free software?  With video on demand
-support using
-<a href="http://www.digistan.org/open-standard:definition">free and
-open standards</a>?  Included a web based video stream as well?  And
-administrate it all in your web browser from anywhere in the world?  A
-few years now the Norwegian public access TV-channel
-<a href="http://www.frikanalen.no/">Frikanalen</a> have been building a
-system to do just this.  The source code for the solution is licensed
-using the GNU LGPL, and
-<a href="http://github.com/Frikanalen">available from github</a>.</p>
-
-<p>The idea is simple.  You upload a video file over the web, and
-attach meta information to the file.  You select a time slot in the
-program schedule, and when the time come it is played on the air and
-in the web stream.  It is also made available in a video on demand
-solution for anyone to see it also outside its scheduled time.  All
-you need to run a TV station - using your web browser.</p>
-
-<p>There are several parts to this web based solution.  I'll mention
-the three most important ones.  The first part is the database of
-videos and the schedule.  This is written in Django and include a REST
-API.  The current database is SQLite, but the plan is to migrate it to
-PostgreSQL.  At the moment this system can be tested on
-<a href="http://beta.frikanalen.tv/">beta.frikanalen.tv</a>.  The
-second part is the video playout, taking the schedule information from
-the database and providing a video stream to broadcast.  This is done
-using <a href="http://www.casparcg.com/">CasparCG from SVT</a> and
-<a href="http://www.mltframework.org/">Media Lovin' Toolkit</a>.  Video
-signal distribution is handled using
-<a href="http://www.ob-encoder.com/">Open Broadcast Encoder</a>.  The
-third part is the converter, handling the transformation of uploaded
-video files to a format useful for broadcasting, streaming and video
-on demand.  It is still very much work in progress, so it is not yet
-decided what it will end up using.  Note that the source of the latter
-two parts are not yet pushed to github.  The lead author want to clean
-them up a bit more first.</p>
-
-<p>The development is coordinated on the
-<a href="irc://irc.freenode.net/%23frikanalen">#frikanalen IRC
-channel</a> (irc.freenode.net), and discussed on
-<a href="http://lists.nuug.no/mailman/listinfo/frikanalen">the
-frikanalen mailing list</a>. The lead developer is Benjamin Bruheim
-(phed on IRC).  Anyone is welcome to participate in the
-development.</p>
-</div>
-      <div class="tags">
-        
-        
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>. 
-        
-        
-      </div>
-    </div>
-    <div class="padding"></div>
-    
     <p style="text-align: right;"><a href="index.rss"><img src="http://people.skolelinux.org/pere/blog/xml.gif" alt="RSS feed" width="36" height="14" /></a></p>
     <div id="sidebar">
       
@@ -855,7 +845,7 @@ development.</p>
 
 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/03/">March (9)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/04/">April (1)</a></li>
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/04/">April (2)</a></li>
 
 </ul></li>
 
@@ -1039,7 +1029,7 @@ development.</p>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia (25)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk (227)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk (228)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug (151)</a></li>