<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Development on The Photonsphere</title>
    <link>https://photonsphere.org/categories/development/</link>
    <description>Recent content in Development on The Photonsphere</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>Mari Donkers / Wikimedia Commons</copyright>
    <lastBuildDate>Wed, 28 Jun 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://photonsphere.org/categories/development/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>NixOS Android Studio development environment (Docker based)</title>
      <link>https://photonsphere.org/post/2023-06-28-nixos-android-studio-development/</link>
      <pubDate>Wed, 28 Jun 2023 00:00:00 +0000</pubDate>
      
      <guid>https://photonsphere.org/post/2023-06-28-nixos-android-studio-development/</guid>
      <description>
        
          
            &lt;p&gt;An &lt;a href=&#34;https://developer.android.com/studio&#34;&gt;Android Studio&lt;/a&gt; development environment can be somewhat cumbersome to set up under &lt;a href=&#34;https://nixos.org/&#34;&gt;NixOS&lt;/a&gt;, so a solution using a &lt;a href=&#34;https://www.docker.com/&#34;&gt;Docker&lt;/a&gt; container is described in this article.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Haskell development environment on Android phone</title>
      <link>https://photonsphere.org/post/2021-11-18-haskell-development-android/</link>
      <pubDate>Thu, 18 Nov 2021 00:00:00 +0000</pubDate>
      
      <guid>https://photonsphere.org/post/2021-11-18-haskell-development-android/</guid>
      <description>
        
          
            &lt;p&gt;Install a full &lt;a href=&#34;https://www.haskell.org/&#34;&gt;Haskell&lt;/a&gt; development environment (including &lt;a href=&#34;https://github.com/sol/hpack&#34;&gt;hpack&lt;/a&gt; and &lt;a href=&#34;https://www.haskell.org/cabal/&#34;&gt;cabal&lt;/a&gt;) on your &lt;a href=&#34;https://www.android.com/&#34;&gt;Android&lt;/a&gt; phone. The command prompt runs via &lt;a href=&#34;https://f-droid.org/en/packages/com.termux/&#34;&gt;Termux&lt;/a&gt; and its &lt;a href=&#34;https://wiki.termux.com/wiki/PRoot&#34;&gt;PRoot&lt;/a&gt; (i.e. &lt;a href=&#34;https://github.com/termux/proot-distro&#34;&gt;proot-distro&lt;/a&gt;).&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Serializing any-size objects to a random access file</title>
      <link>https://photonsphere.org/post/2011-06-29-serializing-any-size-objects-to-a-random-access-file/</link>
      <pubDate>Wed, 29 Jun 2011 00:00:00 +0000</pubDate>
      
      <guid>https://photonsphere.org/post/2011-06-29-serializing-any-size-objects-to-a-random-access-file/</guid>
      <description>
        
          
            &lt;p&gt;This article will delve into the details involved in serializing and deserializing arbitrarily sized objects to- and from a byte array. The contents of the byte array are stored in a random access file. An index file is kept to allow for objects of varying size.&lt;/p&gt;
&lt;h1 id=&#34;serializable-objects&#34;&gt;Serializable objects&lt;/h1&gt;
&lt;p&gt;Any object that is an instance of a class that implements the &lt;code&gt;Serializable&lt;/code&gt; interface, can be serialized and deserialized. Such a class is e.g. coded as follows:&lt;/p&gt;
          
          
        
      </description>
    </item>
    
  </channel>
</rss>
