<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Alen Ribic - notes from a local reference frame</title>
        <link>https://alenribic.com</link>
        <description><![CDATA[builder, tech entrepreneur, math & physics major]]></description>
        <atom:link href="https://alenribic.com/rss.xml" rel="self"
                   type="application/rss+xml" />
        <lastBuildDate>Sun, 23 Nov 2025 00:00:00 UT</lastBuildDate>
        <item>
    <title>Einstein Solid Heat Capacity on the HP-15C</title>
    <link>https://alenribic.com/posts/2025-11-23-einstein-model.html</link>
    <description><![CDATA[If you own an HP-15C, one of the greatest pocket scientific calculators ever built, you’re already holding a small numerical laboratory. In this post we’ll turn it into a statistical-mechanics engine.]]></description>
    <pubDate>Sun, 23 Nov 2025 00:00:00 UT</pubDate>
    <guid>https://alenribic.com/posts/2025-11-23-einstein-model.html</guid>
    <dc:creator>Alen Ribic</dc:creator>
</item>
<item>
    <title>An informal look at Java 8, Part 1</title>
    <link>https://alenribic.com/posts/2013-03-28-compute-product-of-even-numbers.html</link>
    <description><![CDATA[With the new release of the Java programing language coming up, it'd be a good time to reflect on some of the major enhancements made to the language.]]></description>
    <pubDate>Thu, 28 Mar 2013 00:00:00 UT</pubDate>
    <guid>https://alenribic.com/posts/2013-03-28-compute-product-of-even-numbers.html</guid>
    <dc:creator>Alen Ribic</dc:creator>
</item>
<item>
    <title>Server downtime - back with a cleaner look</title>
    <link>https://alenribic.com/posts/2012-12-12-server-downtime-back-with-a-cleaner-look.html</link>
    <description><![CDATA[After a great trip to the US this past November and having attended a few cool meetups that I really enjoyed such as the Haskell Hackers event at the Hacker Dojo in Mountain View, I came back home to find out that my server was compromised and there was a $400 bill waiting for me for outbound data charges.]]></description>
    <pubDate>Wed, 12 Dec 2012 00:00:00 UT</pubDate>
    <guid>https://alenribic.com/posts/2012-12-12-server-downtime-back-with-a-cleaner-look.html</guid>
    <dc:creator>Alen Ribic</dc:creator>
</item>
<item>
    <title>Speaking at upcoming events</title>
    <link>https://alenribic.com/posts/2012-10-17-speaking-at-upcoming-events.html</link>
    <description><![CDATA[Here is a list of talks I'll be giving at the upcoming events/seminars.]]></description>
    <pubDate>Wed, 17 Oct 2012 00:00:00 UT</pubDate>
    <guid>https://alenribic.com/posts/2012-10-17-speaking-at-upcoming-events.html</guid>
    <dc:creator>Alen Ribic</dc:creator>
</item>
<item>
    <title>Raspberry Pi in a Haskell Cloud</title>
    <link>https://alenribic.com/posts/2012-08-17-raspberry-pi-in-a-haskell-cloud.html</link>
    <description><![CDATA[In the previous post, we walked through installing and running Haskell on Raspberry Pi. Today, we take this exploration further by evaluating the possibility of running R-Pi in a Haskell Cloud and we attempt to answer some important questions.]]></description>
    <pubDate>Fri, 17 Aug 2012 00:00:00 UT</pubDate>
    <guid>https://alenribic.com/posts/2012-08-17-raspberry-pi-in-a-haskell-cloud.html</guid>
    <dc:creator>Alen Ribic</dc:creator>
</item>
<item>
    <title>Running Haskell on Raspberry Pi</title>
    <link>https://alenribic.com/posts/2012-08-06-running-haskell-on-raspberry-pi.html</link>
    <description><![CDATA[Few months ago, I ordered the Raspberry Pi, an ARM GNU/Linux box that fits into a palm of my hand and costs a mere $25. It arrived the past Monday and I couldn't wait to get my hands on it to see what it can do.]]></description>
    <pubDate>Mon, 06 Aug 2012 00:00:00 UT</pubDate>
    <guid>https://alenribic.com/posts/2012-08-06-running-haskell-on-raspberry-pi.html</guid>
    <dc:creator>Alen Ribic</dc:creator>
</item>
<item>
    <title>Hs-task: An in-code task management utility</title>
    <link>https://alenribic.com/posts/2012-08-01-hs-task-an-in-code-task-management-utility.html</link>
    <description><![CDATA[Hs-task is an in-code task management utility written in Haskell. I wrote hs-task some time back and finally got around to releasing it into the wild with hopes that others find it useful.]]></description>
    <pubDate>Wed, 01 Aug 2012 00:00:00 UT</pubDate>
    <guid>https://alenribic.com/posts/2012-08-01-hs-task-an-in-code-task-management-utility.html</guid>
    <dc:creator>Alen Ribic</dc:creator>
</item>
<item>
    <title>A journey into the world of Purely Functional Data Structures</title>
    <link>https://alenribic.com/posts/2012-08-01-a-journey-into-the-world-of-purely-functional-data-structures.html</link>
    <description><![CDATA[In the past three years, I have spent a considerable amount of time learning the ins and outs of the functional programming paradigm. The time has now come for me to better grasp the implementation concepts of purely functional data structures.]]></description>
    <pubDate>Wed, 01 Aug 2012 00:00:00 UT</pubDate>
    <guid>https://alenribic.com/posts/2012-08-01-a-journey-into-the-world-of-purely-functional-data-structures.html</guid>
    <dc:creator>Alen Ribic</dc:creator>
</item>
<item>
    <title>Haskell: an attempt at tic-tac-toe</title>
    <link>https://alenribic.com/posts/2012-07-08-haskell-an-attempt-at-tic-tac-toe.html</link>
    <description><![CDATA[Here is a quick tic-tac-toe game I wrote in Haskell this weekend and I'm pretty pleased with my first attempt.]]></description>
    <pubDate>Sun, 08 Jul 2012 00:00:00 UT</pubDate>
    <guid>https://alenribic.com/posts/2012-07-08-haskell-an-attempt-at-tic-tac-toe.html</guid>
    <dc:creator>Alen Ribic</dc:creator>
</item>
<item>
    <title>And we are live</title>
    <link>https://alenribic.com/posts/2011-08-04-and-we-are-live.html</link>
    <description><![CDATA[So it is the 4th of August 2011 and I have finally gotten around to breathing some life into this domain I purchased in early 2008. As the saying goes, better late than never.]]></description>
    <pubDate>Thu, 04 Aug 2011 00:00:00 UT</pubDate>
    <guid>https://alenribic.com/posts/2011-08-04-and-we-are-live.html</guid>
    <dc:creator>Alen Ribic</dc:creator>
</item>

    </channel>
</rss>
