<?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>DEV Community: Axel Dahlberg</title>
    <description>The latest articles on DEV Community by Axel Dahlberg (@acksld).</description>
    <link>https://dev.to/acksld</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F219965%2Faad87040-3786-4bcd-8db6-79aaa98634ee.jpg</url>
      <title>DEV Community: Axel Dahlberg</title>
      <link>https://dev.to/acksld</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/acksld"/>
    <language>en</language>
    <item>
      <title>SISR: Vim-plugin for searching in syntax regions</title>
      <dc:creator>Axel Dahlberg</dc:creator>
      <pubDate>Wed, 26 Aug 2020 14:56:57 +0000</pubDate>
      <link>https://dev.to/acksld/sisr-vim-plugin-for-searching-in-syntax-regions-eme</link>
      <guid>https://dev.to/acksld/sisr-vim-plugin-for-searching-in-syntax-regions-eme</guid>
      <description>&lt;p&gt;&lt;code&gt;SISR&lt;/code&gt; (&lt;a href="https://github.com/AckslD/vim-sisr"&gt;https://github.com/AckslD/vim-sisr&lt;/a&gt;) is my first public vim plugin.&lt;/p&gt;

&lt;p&gt;The idea for this plugin started when I wanted to search for a pattern but only inside equation-regions in a tex-document. I found an &lt;a href="https://vi.stackexchange.com/a/4265"&gt;answer&lt;/a&gt; by &lt;code&gt;jjaderberg&lt;/code&gt; on StackExchange and thought I would turn this into a plugin with some extended functionality.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;SISR&lt;/code&gt; provides commands to search within specified syntax regions. One specifies these regions by the name of the syntax item. The matches of the search are populated in the location list which can be&lt;br&gt;
traversed using &lt;code&gt;lnext&lt;/code&gt; and &lt;code&gt;lprevious&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Hope you enjoy it and looking forward to contributions or feedback.&lt;/p&gt;

</description>
      <category>vim</category>
    </item>
    <item>
      <title>NetSquid: The Network Simulator for Quantum Information using Discrete events</title>
      <dc:creator>Axel Dahlberg</dc:creator>
      <pubDate>Tue, 30 Jun 2020 12:41:06 +0000</pubDate>
      <link>https://dev.to/acksld/netsquid-the-network-simulator-for-quantum-information-using-discrete-events-3f0d</link>
      <guid>https://dev.to/acksld/netsquid-the-network-simulator-for-quantum-information-using-discrete-events-3f0d</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--jJkMH4aj--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/bblda5zkv0f70q2rn5nr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--jJkMH4aj--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/bblda5zkv0f70q2rn5nr.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We're happy to announce that a beta release of the quantum network simulator NetSquid has just been made freely available for non-commerical use! 🎉&lt;/p&gt;

&lt;p&gt;NetSquid -- &lt;em&gt;the Network Simulator for Quantum Information using Discrete events&lt;/em&gt; -- is a software tool for the modelling and simulation of scalable quantum networks developed at QuTech. The goal of NetSquid is to enable scientists and engineers to design the future quantum internet as well as modular quantum computing architectures. One of NetSquid’s key features is its ability to easily and accurately model the effects of time on the performance of quantum network and quantum computing systems. This forms an essential ingredient in developing scalable systems which require a design that can mitigate the limited lifetime of quantum bits processed by quantum devices.&lt;/p&gt;

&lt;p&gt;Please see the NetSquid website for information (&lt;a href="https://netsquid.org"&gt;https://netsquid.org&lt;/a&gt;) and feel free to leave questions or comments on our user forum (&lt;a href="https://forum.netsquid.org"&gt;https://forum.netsquid.org&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;QuTech news items:&lt;br&gt;
&lt;a href="https://qutech.nl/new-software-brings-quantum-network-design-to-users-around-the-world/"&gt;https://qutech.nl/new-software-brings-quantum-network-design-to-users-around-the-world/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;on behalf of the NetSquid team at QuTech&lt;/em&gt; ❤️&lt;/p&gt;

</description>
      <category>quantum</category>
      <category>network</category>
      <category>simulator</category>
      <category>release</category>
    </item>
    <item>
      <title>Corona statistics</title>
      <dc:creator>Axel Dahlberg</dc:creator>
      <pubDate>Sun, 05 Apr 2020 16:05:57 +0000</pubDate>
      <link>https://dev.to/acksld/corona-statistics-c21</link>
      <guid>https://dev.to/acksld/corona-statistics-c21</guid>
      <description>&lt;p&gt;There are many statistics and plots related to the corona-virus. I wanted to have an interactive plot with all countries (or a given subset) so I created this repo:&lt;br&gt;
&lt;a href="https://github.com/AckslD/corona_statistics"&gt;https://github.com/AckslD/corona_statistics&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It uses &lt;code&gt;plotly&lt;/code&gt; to plot statistics of cases in different countries.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--fSmcF64a--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/0910grj12840xv3z14bs.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--fSmcF64a--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/0910grj12840xv3z14bs.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I've also started exploring some ways to predict future cases. If anyone would like to contribute or have some ideas, feel free to contact me or open a pull request in the repo. Any contribution is very welcome ❤️&lt;/p&gt;

</description>
      <category>corona</category>
      <category>analysis</category>
      <category>plot</category>
      <category>predict</category>
    </item>
    <item>
      <title>Introducing manven</title>
      <dc:creator>Axel Dahlberg</dc:creator>
      <pubDate>Thu, 24 Oct 2019 12:09:23 +0000</pubDate>
      <link>https://dev.to/acksld/introducing-manven-56ko</link>
      <guid>https://dev.to/acksld/introducing-manven-56ko</guid>
      <description>&lt;p&gt;I like to use &lt;code&gt;virualenv&lt;/code&gt; (I'm not such a big a fan of &lt;code&gt;conda&lt;/code&gt;), but it is sometimes annoying to keep track of created environments and to source the correct script depending on what shell you're using. For this reason I wrote &lt;code&gt;manven&lt;/code&gt;, which can create, activate, list and remove created environments and quickly create and prune temporary ones. Feel free to checkout &lt;a href="https://acksld.github.io/manven/"&gt;https://acksld.github.io/manven/&lt;/a&gt; for how to install and use it :)&lt;/p&gt;

&lt;p&gt;This is my first open-source project on my own so I'm very happy to hear any of your thoughts!&lt;/p&gt;

&lt;h2&gt;
  
  
  How can &lt;code&gt;manven&lt;/code&gt; be used?
&lt;/h2&gt;

&lt;p&gt;After installing &lt;code&gt;manven&lt;/code&gt; and adding the alias &lt;code&gt;smanven&lt;/code&gt; as described in the &lt;a href="https://acksld.github.io/manven/installation.html"&gt;installation&lt;/a&gt; you can create and activate an enviroment as&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;smanven activate myvenv
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;To list all the created enviroments&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;smanven list
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;To create and activate a quick temporary enviroment&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;smanven temp
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;For complete documentation of the full functionality and accepted flags, see the &lt;a href="https://acksld.github.io/manven/usage.html"&gt;docs&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Happy venv-ing! :)&lt;/p&gt;

&lt;p&gt;(&lt;em&gt;After releasing &lt;code&gt;manven&lt;/code&gt; I learnt about &lt;code&gt;virtualenvwrapper&lt;/code&gt; which solves the same problem. However &lt;code&gt;virtualenvwrapper&lt;/code&gt; is written in bash and can be tricky to extent to other shells such as &lt;code&gt;fish&lt;/code&gt;. &lt;code&gt;manven&lt;/code&gt; is almost completely in Python except for the tiny top-level script and can easily be extended to other shells (current support for bash, fish, zsh, dash.&lt;/em&gt;)&lt;/p&gt;

</description>
      <category>python</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
