<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>cernivec.si</title>
    <description>This is Aleš&apos; site. Here you can find some facts about me and my work.
</description>
    <link>https://www.cernivec.si/</link>
    <atom:link href="https://www.cernivec.si/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Sun, 17 May 2026 22:50:25 +0000</pubDate>
    <lastBuildDate>Sun, 17 May 2026 22:50:25 +0000</lastBuildDate>
    <generator>Jekyll v4.4.1</generator>
    
      <item>
        <title>It has been a while (again)</title>
        <description>&lt;p&gt;It has been a while.
Yes, once again.&lt;/p&gt;

&lt;p&gt;Between work, family life, and all the usual chaos, this page quietly stayed in the background.
Still alive, just collecting a bit of digital dust.&lt;/p&gt;

&lt;p&gt;In the meantime, I gave the site a small refresh. Nothing dramatic.
Mostly cosmetic tweaks, tiny cleanup, and a couple of changes that are probably visible only to me.&lt;/p&gt;

&lt;p&gt;So if you are expecting a big redesign story with deep technical insights, this is not that post.
This was more of a “let me move this by 3 pixels and pretend it changed everything” kind of update.&lt;/p&gt;

&lt;p&gt;The good news is: I am here, the site is alive, and writing is back on the menu.
The bad news is: I may still spend too much time adjusting things nobody notices.&lt;/p&gt;

&lt;p&gt;More soon. Hopefully before another multi-year gap.&lt;/p&gt;

&lt;p&gt;Cheers!&lt;/p&gt;
</description>
        <pubDate>Sat, 16 May 2026 20:00:00 +0000</pubDate>
        <link>https://www.cernivec.si/updates/2026/05/16/it-has-been-awhile.html</link>
        <guid isPermaLink="true">https://www.cernivec.si/updates/2026/05/16/it-has-been-awhile.html</guid>
        
        
        <category>updates</category>
        
      </item>
    
      <item>
        <title>Some updates and a jump to Mastodon instance</title>
        <description>&lt;p&gt;I have been quiet for a while now. Many things happened in the last couple of years of my silence (e.g., corona, moved to a new place, got a kid). Moreover, much stuff happened @ XLAB at work (e.g., being able to work on open source projects and actually being payed for this - which is great!).&lt;/p&gt;

&lt;p&gt;I hope to write some more about the latest in the next posts, see you soon!&lt;/p&gt;

&lt;p&gt;Oh, I’ve also jumped to the Mastodon instance. You can find me on https://toot.si instance: @alescernivec@toot.si. First impressions are great, much less noise there :)&lt;/p&gt;

&lt;p&gt;Cheers!&lt;/p&gt;
</description>
        <pubDate>Thu, 17 Nov 2022 21:00:00 +0000</pubDate>
        <link>https://www.cernivec.si/social/2022/11/17/mastodon-update.html</link>
        <guid isPermaLink="true">https://www.cernivec.si/social/2022/11/17/mastodon-update.html</guid>
        
        
        <category>social</category>
        
      </item>
    
      <item>
        <title>FORTIKA project update: technical and the review meeting</title>
        <description>&lt;p&gt;Past two months were quite interesting since FORTIKA EU project was under second review by the EU commissions.&lt;/p&gt;

&lt;p&gt;Just a quick introduction to &lt;a href=&quot;https://fortika-project.eu&quot;&gt;FORTIKA&lt;/a&gt; project: this is a EU (H2020) project I am leading activities as a project manager in &lt;a href=&quot;https://xlab.si&quot;&gt;XLAB&lt;/a&gt;.
For the project we are primarily building a marketplace web app which communicates via LWM2M protocol to several instances of HW consisting of ARM and FPGA architectures. The HW instances are capable of deploying services from the Marketplace.&lt;/p&gt;

&lt;p&gt;Anyhow, the review was successful and we are moving on with the development. &lt;a href=&quot;https://www.xlab.si/blog/fortika-2nd-review-meeting-in-brussels-belgium/?lang=en&quot;&gt;Here&lt;/a&gt; is a blog post I’ve made about the review from the Brussels.
Soon we will be releasing a whitepaper in the FORTIKA that will describe the Marketplace into more details.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://www.xlab.si/blog/fortika-technical-meeting-in-murcia-spain/?lang=en&quot;&gt;Here&lt;/a&gt; is a blog post related to the technical meeting on the project held in Murcia.&lt;/p&gt;

&lt;p&gt;Cheers!&lt;/p&gt;
</description>
        <pubDate>Tue, 30 Jul 2019 21:00:00 +0000</pubDate>
        <link>https://www.cernivec.si/projects/eu/fortika/2019/07/30/fortika-posts.html</link>
        <guid isPermaLink="true">https://www.cernivec.si/projects/eu/fortika/2019/07/30/fortika-posts.html</guid>
        
        
        <category>projects</category>
        
        <category>eu</category>
        
        <category>fortika</category>
        
      </item>
    
      <item>
        <title>The page is now secure and moved to the clouds</title>
        <description>&lt;p&gt;Finally! I’ve come up with some spare time and moved the blog to HTTPS and to the cloud! Hopefully, this will make my life a bit easier (managing the server and posts).&lt;/p&gt;

&lt;p&gt;What have I done?&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Spinned up a new VM (centos7).&lt;/li&gt;
  &lt;li&gt;Dockerized the blog based on Jekyll (dockerized as in use &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;docker-compose&lt;/code&gt; and already premade &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;jekyll&lt;/code&gt; docker image.&lt;/li&gt;
  &lt;li&gt;Hardened the VM (&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;firewalld&lt;/code&gt;, set the rules, etc.)&lt;/li&gt;
  &lt;li&gt;Set-up Nginx and configure Let’s Encrypt.&lt;/li&gt;
  &lt;li&gt;Added some cool colors to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;.bashrc&lt;/code&gt; to know on which server I reside after SSH-ing.&lt;/li&gt;
  &lt;li&gt;Oh, and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;sshd&lt;/code&gt; has also been a bit hardened.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Hopefully, this will do for some time. There is still lots of things to do, like automatic backup to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Koofr&lt;/code&gt;, automatic (cronjob-based) Jekyll rebuilds, wire up additional domains via Let’s Encrypt, do some monitoring of the site, etc.&lt;/p&gt;

&lt;p&gt;Sources of this site are available &lt;a href=&quot;https://github.com/alescernivec/cernivec-si&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;All these will be described here soon.&lt;/p&gt;

&lt;p&gt;Cheers!&lt;/p&gt;

</description>
        <pubDate>Sun, 05 Aug 2018 22:00:10 +0000</pubDate>
        <link>https://www.cernivec.si/changes/cloud/security/2018/08/05/migration-to.html</link>
        <guid isPermaLink="true">https://www.cernivec.si/changes/cloud/security/2018/08/05/migration-to.html</guid>
        
        
        <category>changes</category>
        
        <category>cloud</category>
        
        <category>security</category>
        
      </item>
    
      <item>
        <title>Updating OwnCloud client - Ubuntu 16.04 LTS</title>
        <description>&lt;p&gt;Hawing problem updating OwnCloud client on Ubuntu 16.04 ?&lt;/p&gt;

&lt;p&gt;The issue is described and discussed &lt;a href=&quot;https://github.com/owncloud/client/issues/5055&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;How to solve the issue?&lt;/p&gt;

&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-bash&quot; data-lang=&quot;bash&quot;&gt;&lt;span class=&quot;nv&quot;&gt;$ &lt;/span&gt;wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/Ubuntu_16.04/Release.key
&lt;span class=&quot;nv&quot;&gt;$ &lt;/span&gt;&lt;span class=&quot;nb&quot;&gt;sudo &lt;/span&gt;apt-key add - &amp;lt; Release.key &lt;span class=&quot;o&quot;&gt;&amp;amp;&amp;amp;&lt;/span&gt; &lt;span class=&quot;nb&quot;&gt;sudo rm &lt;/span&gt;Release.key
&lt;span class=&quot;nv&quot;&gt;$ &lt;/span&gt;&lt;span class=&quot;nb&quot;&gt;sudo &lt;/span&gt;apt-get update &lt;span class=&quot;o&quot;&gt;&amp;amp;&amp;amp;&lt;/span&gt; &lt;span class=&quot;nb&quot;&gt;sudo &lt;/span&gt;apt-get &lt;span class=&quot;nb&quot;&gt;install &lt;/span&gt;owncloud-client&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;

&lt;p&gt;Voilà!&lt;/p&gt;

</description>
        <pubDate>Wed, 05 Jul 2017 09:11:35 +0000</pubDate>
        <link>https://www.cernivec.si/updating/owncloud/client/2017/07/05/OwnCloud-update.html</link>
        <guid isPermaLink="true">https://www.cernivec.si/updating/owncloud/client/2017/07/05/OwnCloud-update.html</guid>
        
        
        <category>updating</category>
        
        <category>owncloud</category>
        
        <category>client</category>
        
      </item>
    
      <item>
        <title>Presentation on GZS</title>
        <description>&lt;p&gt;Today I attended business breakfast at &lt;a href=&quot;https://www.gzs.si/&quot;&gt;GZS&lt;/a&gt;, where I presented &lt;a href=&quot;http://witdom.eu&quot;&gt;WITDOM&lt;/a&gt; and &lt;a href=&quot;http://specs-project.eu&quot;&gt;SPECS&lt;/a&gt; projects. I talked about architecture of E2EE (End-2-end Encryption) database, developed by &lt;a href=&quot;https://github.com/miha-stopar&quot;&gt;Miha Stopar&lt;/a&gt; in the &lt;a href=&quot;http://specs-project.eu&quot;&gt;SPECS&lt;/a&gt; project.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://www.cernivec.si/assets/IMG_20160303_093925.jpg&quot; alt=&quot;Screenshot of the venue&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://witdom.eu&quot;&gt;WITDOM&lt;/a&gt; will adopt the solution in order to provide end-to-end encryption solution capable of sharing data between subjects using the service. More is soon yet to come.&lt;/p&gt;

</description>
        <pubDate>Thu, 03 Mar 2016 14:10:35 +0000</pubDate>
        <link>https://www.cernivec.si/presentations/eu/projects/2016/03/03/gzs-presentation.html</link>
        <guid isPermaLink="true">https://www.cernivec.si/presentations/eu/projects/2016/03/03/gzs-presentation.html</guid>
        
        
        <category>presentations</category>
        
        <category>eu</category>
        
        <category>projects</category>
        
      </item>
    
      <item>
        <title>Made with Jekyll</title>
        <description>&lt;p&gt;I’ve just migrated from my old static page to this new, sleek, &lt;a href=&quot;http://jekyllrb.com&quot;&gt;Jekyll&lt;/a&gt; based … static … page.&lt;/p&gt;

&lt;p&gt;Anyhow, I’ve connected this page to &lt;a href=&quot;http://piwik.org&quot;&gt;Piwik&lt;/a&gt; for analytics and everything runs on my Raspbery2-based machine and I hope this to be cheaper than renting EC2 instance running everything.&lt;/p&gt;

</description>
        <pubDate>Tue, 15 Dec 2015 21:58:35 +0000</pubDate>
        <link>https://www.cernivec.si/jekyll/update/2015/12/15/made-with-jekyll.html</link>
        <guid isPermaLink="true">https://www.cernivec.si/jekyll/update/2015/12/15/made-with-jekyll.html</guid>
        
        
        <category>jekyll</category>
        
        <category>update</category>
        
      </item>
    
  </channel>
</rss>
