<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2026-04-08T08:23:27+00:00</updated><id>/feed.xml</id><title type="html">Marko Tasic’s Blog</title><subtitle>System Architect. Software Dev. AI/ML Specialist. Tech Consultant. SMBs &amp; Enterprises. Opinions are my own.</subtitle><entry><title type="html">My YouTube Channel</title><link href="/update/2020/11/28/my-youtube-channel.html" rel="alternate" type="text/html" title="My YouTube Channel" /><published>2020-11-28T16:38:26+00:00</published><updated>2020-11-28T16:38:26+00:00</updated><id>/update/2020/11/28/my-youtube-channel</id><content type="html" xml:base="/update/2020/11/28/my-youtube-channel.html"><![CDATA[<p>I started <a href="https://youtube.com/MarkoTasic">YouTube channel</a> in 2020 during COVID-19 pandemics. It was perfect timing for me to finally align my thoughts. After years of thinking, I just started recording and publishing videos. My friends and colleagues asked me for years to record my talks and publish it for others to see. All opinions and advice are my own, and take them with grain of salt, I am just a regular guy doing interesting things online.</p>

<p>I cover broad topics from computer science and engineering. Including machine learning (ML), artificial intelligence (AI), Linux, BSD, data structures, algorithms, programming languages design and implementation, etc. Please check my <a href="https://youtube.com/MarkoTasic">YouTube</a> channel and subscribe if you like topics that I cover. Feel free to leave comments and suggestions.</p>

<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/nhe9FRPkmWw" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>

<p>I am also active on <a href="https://x.com/mtasic85">X</a>, so you can get in touch with me over there as well.</p>]]></content><author><name></name></author><category term="update" /><summary type="html"><![CDATA[I started YouTube channel in 2020 during COVID-19 pandemics. It was perfect timing for me to finally align my thoughts. After years of thinking, I just started recording and publishing videos. My friends and colleagues asked me for years to record my talks and publish it for others to see. All opinions and advice are my own, and take them with grain of salt, I am just a regular guy doing interesting things online.]]></summary></entry><entry><title type="html">Welcome!</title><link href="/blog/2015/06/12/welcome.html" rel="alternate" type="text/html" title="Welcome!" /><published>2015-06-12T00:00:00+00:00</published><updated>2015-06-12T00:00:00+00:00</updated><id>/blog/2015/06/12/welcome</id><content type="html" xml:base="/blog/2015/06/12/welcome.html"><![CDATA[<p>I’ve decided to start writing about things that I think
about daily. For almost 10 years, I’ve been thinking about
successfully implementing VM for Lua or Python.</p>

<p>Lua has more educational purpose in my life.
I have learned a lot from its simple implementation.</p>

<p>Python is language of choice for me. I like its elegance
and simplicity, but I hate its internal ecosystem. It is
huge. I wish we could install <code class="language-plaintext highlighter-rouge">subprocess</code> or <code class="language-plaintext highlighter-rouge">re</code> modules using
pip instead of they coming included inside python implementations.</p>

<p>This blog will be mainly about implementing Virtual Machines.
Practices might not be the best, but idea is to implement cool
stuff, so other can learn from it.</p>

<p>I will text with intermediate level of knowledge.
I expect that you understand compilation, basic VM principles, JIT compilation, etc.</p>]]></content><author><name></name></author><category term="blog" /><summary type="html"><![CDATA[I’ve decided to start writing about things that I think about daily. For almost 10 years, I’ve been thinking about successfully implementing VM for Lua or Python.]]></summary></entry></feed>