<?xml version="1.0" encoding="utf-8"?>
        <?xml-stylesheet type="text/css" href="http://homepage.uibk.ac.at/~c705283/styles/feed.css"?>
<rss version="2.0"
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:admin="http://webns.net/mvcb/"
 xmlns:atom="http://www.w3.org/2005/Atom"
>
<channel>
<title>Raimar Sandner</title>
<atom:link href="http://purl.org/sandner/rss.xml" rel="self" type="application/rss+xml" />
<link>http://purl.org/sandner</link>
<description>personal page</description>
<dc:language>en-us</dc:language>
<dc:creator>Raimar</dc:creator>
<dc:date>2012-03-10T22:55:08+01:00</dc:date>
<admin:generatorAgent rdf:resource="http://nanoblogger.sourceforge.net" />

<item>
<link>http://purl.org/sandner/archives/2011/10/15/cqed_a_framework_for_simulating_open_quantum_dynamics/index.html</link>
<guid isPermaLink="true">http://purl.org/sandner/archives/2011/10/15/cqed_a_framework_for_simulating_open_quantum_dynamics/index.html</guid>
<title>C++QED: a framework for simulating open quantum dynamics</title>
<dc:date>2011-10-15T01:18:48+01:00</dc:date>
<dc:creator>Raimar</dc:creator>
<dc:subject> physics</dc:subject>
<description><![CDATA[<p>The <a href="http://cppqed.sf.net">C++QED</a>-framework was developed by András Vukics. I
will be using this framework for the work on my PhD-thesis, so I presented a <a href="http://purl.org/sandner/files/Poster_LesHouches.pdf">poster on this
topic</a> at the summer school "Cold gases with long range interactions" in Les Houches.</p>]]></description>

</item>
<item>
<link>http://purl.org/sandner/archives/2011/10/15/spatial_pauli_blocking_of_spontaneous_emission_in_optical_lattices/index.html</link>
<guid isPermaLink="true">http://purl.org/sandner/archives/2011/10/15/spatial_pauli_blocking_of_spontaneous_emission_in_optical_lattices/index.html</guid>
<title>Spatial Pauli blocking of spontaneous emission in optical lattices </title>
<dc:date>2011-10-15T00:54:36+01:00</dc:date>
<dc:creator>Raimar</dc:creator>
<dc:subject> physics</dc:subject>
<description><![CDATA[<p>Here is a <a href="http://purl.org/sandner/files/Poster_Windsor.pdf">Poster</a> I
have presented at the Ultra-Cold Matter Workshop in Windsor, and the recently
published <a href="http://link.aps.org/doi/10.1103/PhysRevA.84.043825">Phys. Rev. A article</a>.</p>]]></description>

</item>
<item>
<link>http://purl.org/sandner/archives/2011/09/04/linux_support_for_broadcom_4331_wireless_chip_macbook_pro_81/index.html</link>
<guid isPermaLink="true">http://purl.org/sandner/archives/2011/09/04/linux_support_for_broadcom_4331_wireless_chip_macbook_pro_81/index.html</guid>
<title>Linux support for Broadcom 4331 wireless chip (Macbook Pro 8,1)</title>
<dc:date>2011-09-04T12:06:31+01:00</dc:date>
<dc:creator>Raimar</dc:creator>
<dc:subject> gnu_linux</dc:subject>
<description><![CDATA[<p>Linux support for the Broadcom 4331 wireless chip used to
be poor. This chip has vendor- and device id 14e4:4331 and identifies as</p>
<div class="bash">
<pre>
$ lspci | grep 4331
03:00.0 Network controller: Broadcom Corporation Device 4331 (rev 02)
</pre>
</div>

<p>As of this writing, there is no driver in the kernel, and with
ndiswrapper there are many random system lock-ups. As a result, Macbook Pro
8,1 (8,2 ...?) users running Linux couldn't use the internal wireless chip.
<a href="http://article.gmane.org/gmane.linux.kernel.wireless.general/76047">Recently</a>,
the situation has improved thanks to three patches submitted by Rafał Miłecki and Larry
Finger. The driver is announced for kernel version 3.2, but if you don't want
to wait for this kernel it is possible to compile and use the relevant module
with older kernels.
</p> <br /><a href="http://homepage.uibk.ac.at/~c705283/archives/2011/09/04/linux_support_for_broadcom_4331_wireless_chip_macbook_pro_81/index.html">read more...</a>]]></description>

</item>
<item>
<link>http://purl.org/sandner/archives/2011/06/24/kbibtex-0_3_packages_for_ubuntu/index.html</link>
<guid isPermaLink="true">http://purl.org/sandner/archives/2011/06/24/kbibtex-0_3_packages_for_ubuntu/index.html</guid>
<title>kbibtex-0.3 packages for Ubuntu</title>
<dc:date>2011-06-24T21:04:58+01:00</dc:date>
<dc:creator>Raimar</dc:creator>
<dc:subject> gnu_linux</dc:subject>
<description><![CDATA[<p>I have built packages of the new <a href="http://home.gna.org/kbibtex/">kbibtex</a>
version 0.3 based on KDE 4 for Ubuntu Lucid, Maverick and Natty in my
<a href="https://launchpad.net/~raimar-sandner/+archive/ppa">ppa</a>. Please report
any problems you encouter with these packages which are not application bugs
directly to me (see contact).</p>]]></description>

</item>
<item>
<link>http://purl.org/sandner/archives/2011/04/28/mathematica_indeterminate_expression_00_encountered/index.html</link>
<guid isPermaLink="true">http://purl.org/sandner/archives/2011/04/28/mathematica_indeterminate_expression_00_encountered/index.html</guid>
<title>Mathematica: &quot;Indeterminate expression 0^0 encountered.&quot;</title>
<dc:date>2011-04-28T00:09:36+01:00</dc:date>
<dc:creator>Raimar</dc:creator>
<dc:subject> mathematica</dc:subject>
<description><![CDATA[<p>Mathematica treats the expression <code>0^0</code> (that is <code>Power[0,0]</code>) as indeterminate.
That might be mathematically accurate, but sometimes it is extremely useful to
define <code>0^0=1</code>. Interestingly enough, when evaluated
with <code>a</code> as a symbol, Mathematica simplifies <code>a^0</code> to <code>1</code> without conditions on
<code>a</code>. Of course you could always add <code>If</code>-statements to your code to capture the
special case <code>0^0</code> and make it behave the way you want, but there is an easier
solution:</p>
<div class="bash">
<pre>
Unprotect[Power];
Power[0,0]=1;
Protect[Power];
</pre>
</div>

<p>After this, <code>0^0</code> will evaluate to <code>1</code>. If you need this in numerical
calculations, you should define <code>Power[0 | 0., 0 | 0.] = 1;</code>, which also
includes the case <code>0.^0.</code>.</p>]]></description>

</item>
<item>
<link>http://purl.org/sandner/archives/2010/11/15/an_instance_of_nm-applet_is_already_running/index.html</link>
<guid isPermaLink="true">http://purl.org/sandner/archives/2010/11/15/an_instance_of_nm-applet_is_already_running/index.html</guid>
<title>An instance of nm-applet is already running.</title>
<dc:date>2010-11-15T20:37:41+01:00</dc:date>
<dc:creator>Raimar</dc:creator>
<dc:subject> gnu_linux</dc:subject>
<description><![CDATA[<p>This error message displayed by the Gnome NetworkManager applet can be very
misleading. In some cases, nm-applet claims that another instance of itself is running even
when this is obviously not true. In fact, <strong>any</strong> other client registered with 
NetworkManager will trigger this error message when you try to start
nm-applet. For example, this could be a running instance of knetworkmanager,
or even the KDE daemon kded4 (check if systemsettings -&gt; Startup and Shutdown
-&gt; Service Manager -&gt; NetworkManager User Settings Service is enabled).</p>]]></description>

</item>
<item>
<link>http://purl.org/sandner/archives/2010/10/10/tele2_at_mit_fritzbox_fon_7170_umstellung_annex_b_-_annex_a/index.html</link>
<guid isPermaLink="true">http://purl.org/sandner/archives/2010/10/10/tele2_at_mit_fritzbox_fon_7170_umstellung_annex_b_-_annex_a/index.html</guid>
<title>Tele2 (AT) mit Fritz!Box Fon 7170, Umstellung Annex B -> Annex A</title>
<dc:date>2010-10-10T23:34:24+01:00</dc:date>
<dc:creator>Raimar</dc:creator>

<description><![CDATA[<p>Der Router, der von Tele2 mitgeliefert wird (Tilgin VOOD), ist so ziemlich der
benutzerunfreundlichste Router, den ich je hatte. Wenn er mal eingerichtet ist
und läuft ist er zwar relativ zuverlässig, aber das Webinterface ist ein
Graus, und beim Hochfahren verschluckt er sich schon mal, hat dann keine
DSL-Verbindung aufgebaut und muss nochmal neu gestartet werden. Außerdem habe
ich keine Möglichkeit entdeckt, mich direkt auf dem Router einzuloggen bzw.
alternative Firmwares aufzuspielen oder ähnliches. Zum Glück habe ich noch
eine inzwischen schon recht betagte Fritz!Box Fon 7170, die bisher hinter der Vood
als normaler client angeschlossen war und hauptsächlich für das Voip für Telefonate nach 
Deutschland zuständig war. Mit einer modifizierten Firmware
<a href="http://trac.freetz.org">(freetz)</a> hat sie sich außerdem um den OpenVPN Tunnel
in die Uni gekümmert. Dabei hat die Fritz!Box natürlich auch ein DSL Modem und
kann sich um das WLAN kümmern. Sie ist dem VOOD haushoch überlegen,
erst recht wenn sie mit einem freetz image läuft. Um sie als DSL-Modem in
Österreich zu verwenden, muss man ihr allerdings zunächst <a href="http://de.wikipedia.org/wiki/G.992.1#Annex_A">Annex A</a> 
beibringen.
</p> <br /><a href="http://homepage.uibk.ac.at/~c705283/archives/2010/10/10/tele2_at_mit_fritzbox_fon_7170_umstellung_annex_b_-_annex_a/index.html">read more...</a>]]></description>

</item>
<item>
<link>http://purl.org/sandner/archives/2010/07/22/diploma_thesis/index.html</link>
<guid isPermaLink="true">http://purl.org/sandner/archives/2010/07/22/diploma_thesis/index.html</guid>
<title>Diploma thesis</title>
<dc:date>2010-07-22T13:15:05+01:00</dc:date>
<dc:creator>Raimar</dc:creator>
<dc:subject> physics</dc:subject>
<description><![CDATA[<p>I have finished my <a href="http://purl.org/sandner/files/diplomathesis.pdf">diploma thesis</a>.</p>]]></description>

</item>
<item>
<link>http://purl.org/sandner/archives/2010/03/29/mathematica_7_qt_style/index.html</link>
<guid isPermaLink="true">http://purl.org/sandner/archives/2010/03/29/mathematica_7_qt_style/index.html</guid>
<title>Mathematica 7 Qt style</title>
<dc:date>2010-03-29T22:58:06+01:00</dc:date>
<dc:creator>Raimar</dc:creator>
<dc:subject> gnu_linux, mathematica</dc:subject>
<description><![CDATA[<p>Mathematica had a rather ugly looking user interface on Ubuntu Karmic 64bit,
but it was all right on a Gentoo 32bit system. I don't know the reason for
this, but I managed to improve the situation on Ubuntu.
I forced mathematica to use the system Qt libraries and specified the Qt style
in the mathematica launcher script.
</p> <br /><a href="http://homepage.uibk.ac.at/~c705283/archives/2010/03/29/mathematica_7_qt_style/index.html">read more...</a>]]></description>

</item>
<item>
<link>http://purl.org/sandner/archives/2010/03/27/nanoblogger_navigation_bar_always_visible/index.html</link>
<guid isPermaLink="true">http://purl.org/sandner/archives/2010/03/27/nanoblogger_navigation_bar_always_visible/index.html</guid>
<title>nanoblogger: navigation bar always visible</title>
<dc:date>2010-03-27T02:53:28+01:00</dc:date>
<dc:creator>Raimar</dc:creator>
<dc:subject> gnu_linux</dc:subject>
<description><![CDATA[<p>I wanted the navigation bar (the thing on the left with "articles",
"categories" etc.) on this
homepage to be visible also for archive pages and permanent
links. This is how to convince
<a href="http://nanoblogger.sourceforge.net">nanoblogger</a>
to do it.</p>
 <br /><a href="http://homepage.uibk.ac.at/~c705283/archives/2010/03/27/nanoblogger_navigation_bar_always_visible/index.html">read more...</a>]]></description>

</item>
</channel>
</rss>

