<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ramdyne (Posts about programming)</title><link>https://www.ramdyne.nl/</link><description></description><atom:link href="https://www.ramdyne.nl/categories/programming.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><lastBuildDate>Sat, 07 Mar 2026 00:09:01 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>SQLAlchemy and UML</title><link>https://www.ramdyne.nl/posts/sqlalchemy-and-uml/</link><dc:creator>ramdyne</dc:creator><description>&lt;p&gt;I've started a new "project". I had a need to convert some UML diagrams to Python code and foudn that there was no support
for the OpenModel XML fileformat, so I created it. See &lt;a class="reference external" href="https://github.com/ramdyne/uml2sqlalchemy"&gt;Github&lt;/a&gt; for more
information. It is a prototype for now, but with a little help (from you?) it could be made much more useful, even support
for other UML XML fileformats?&lt;/p&gt;</description><category>openmodel</category><category>programming</category><category>python</category><category>uml</category><guid>https://www.ramdyne.nl/posts/sqlalchemy-and-uml/</guid><pubDate>Tue, 03 Oct 2017 09:38:36 GMT</pubDate></item><item><title>tiler.py</title><link>https://www.ramdyne.nl/posts/tilerpy/</link><dc:creator>ramdyne</dc:creator><description>&lt;p&gt;So I had to create a 1024*1024 background image consisting of 2 different 64x64 tiles. The script had to choose randomly
between both tiles, with a preference for one over the other. Below is the resulting code. Enjoy!&lt;/p&gt;
&lt;script src="https://gist.github.com/ramdyne/7b9cb00c60fb626773f6045f00d52d1b.js"&gt;&lt;/script&gt;</description><category>programming</category><category>python</category><category>tiler</category><guid>https://www.ramdyne.nl/posts/tilerpy/</guid><pubDate>Fri, 30 Dec 2016 23:59:52 GMT</pubDate></item><item><title>When did I start coding (and related questions)</title><link>https://www.ramdyne.nl/posts/when-did-i-start-coding-and-related-questions/</link><dc:creator>ramdyne</dc:creator><description>&lt;dl&gt;
&lt;dt&gt;..raw:: html&lt;/dt&gt;
&lt;dd&gt;&lt;p&gt;At &amp;lt;a href="&lt;a class="reference external" href="http://stackoverflow.com/questions/327973/how-old-are-you-and-how-old-were-you-when-you-started-coding"&gt;http://stackoverflow.com/questions/327973/how-old-are-you-and-how-old-were-you-when-you-started-coding&lt;/a&gt;"&amp;gt;stack overflow&amp;lt;/a&amp;gt; someone asked three questions about programmers and age:&lt;/p&gt;
&lt;p&gt;1. How old are you? &lt;em&gt;33&lt;/em&gt;
1. When did you start programming? &lt;em&gt;6 or 7&lt;/em&gt;
1. When was that? &lt;em&gt;1982-1983&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I'm not going to post here what my first own application was, it was way too nerdy; you'll have to make me drunk to hear it. Copying code from &amp;lt;a href="&lt;a class="reference external" href="http://www.kijk.nl/"&gt;http://www.kijk.nl/&lt;/a&gt;"&amp;gt;KIJK&amp;lt;/a&amp;gt;, which featured lots of Basic code in those days obviously doesn't count. They even transmitted code via a radio station at the time.&lt;/p&gt;
&lt;p&gt;The reason I started programming quite young is because of my parents. Both my mom (who at the time knew absolutely nothing about computers, she had some basic administrative jobs) and my dad (who at the time had a construction company) started a programming course. At the time everything was done in Basic so I also started learning that. I'll someday write about what they had to write to graduate from their course and what they did afterwards with their knowledge.&lt;/p&gt;
&lt;p&gt;BTW, yes, I know of several programmers past 53, I had several colleagues who started programming with papertape...&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;</description><category>age</category><category>basic</category><category>code</category><category>course</category><category>dad</category><category>general</category><category>mum</category><category>overflow</category><category>programming</category><category>stack</category><guid>https://www.ramdyne.nl/posts/when-did-i-start-coding-and-related-questions/</guid><pubDate>Fri, 19 Dec 2008 06:08:46 GMT</pubDate></item></channel></rss>