<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Side-Project on Giedrius Statkevičius</title><link>https://giedrius.blog/categories/side-project/</link><description>Recent content in Side-Project on Giedrius Statkevičius</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Tue, 15 Sep 2020 21:20:38 +0000</lastBuildDate><atom:link href="https://giedrius.blog/categories/side-project/feed.xml" rel="self" type="application/rss+xml"/><item><title>Yet Another Failed Website (Startup?) Idea: Discount Search Engine</title><link>https://giedrius.blog/2020/09/15/yet-another-failed-website-startup-idea-discount-search-engine/</link><pubDate>Tue, 15 Sep 2020 21:20:38 +0000</pubDate><guid isPermaLink="false">https://giedrius.blog/?p=707</guid><description>&lt;figure&gt;
&lt;img loading="lazy" src="https://giedrius.blog/wp-content/uploads/2020/09/nuolaidos.online.resized.jpg"
alt="Main logo of the website"/&gt; &lt;figcaption&gt;
&lt;p&gt;Main logo of the website&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;Hello everyone! I want to do a write-up of another failed website that I have tried to make in order to earn some side income. The attempt has been a bit different from the previous &lt;a href="https://giedrius.blog/2019/02/17/lessons-learned-from-trying-to-validate-a-software-business-idea-for-the-first-time/"&gt;one&lt;/a&gt; - I have built a minimal viable product in this case. I have done that so that I could try out my hypothesis about the feasibility and viability a bit more but, of course, it took more time. But I have tried to take every shortcut that I could have thought of.&lt;/p&gt;</description></item><item><title>Is it a good idea to use Prometheus for storing ASCII paintings?</title><link>https://giedrius.blog/2019/09/21/is-it-a-good-idea-to-use-prometheus-for-storing-ascii-paintings/</link><pubDate>Sat, 21 Sep 2019 10:35:31 +0000</pubDate><guid isPermaLink="false">https://giedrius.blog/?p=592</guid><description>&lt;p&gt;In the Cloud-based computing world, a relatively popular free and open-source software product called &lt;a href="https://prometheus.io/"&gt;Prometheus&lt;/a&gt; exists which lets you monitor and observe other things. One of the components of its user interface lets you execute ad-hoc queries on the data that it has and see their results - not just in a table but also in a graphical way as well. For example, this is a query &lt;code&gt;time()&lt;/code&gt; which plots the current time using two dimensions:&lt;/p&gt;</description></item><item><title>Lessons Learned From Trying To Validate a Software Business Idea for the First Time</title><link>https://giedrius.blog/2019/02/17/lessons-learned-from-trying-to-validate-a-software-business-idea-for-the-first-time/</link><pubDate>Sun, 17 Feb 2019 13:42:13 +0000</pubDate><guid isPermaLink="false">https://giedrius.blog/?p=442</guid><description>&lt;figure&gt;
&lt;img loading="lazy" src="https://giedrius.blog/wp-content/uploads/2019/02/screencapture-date4gamers-2019-02-16-13%5F41%5F03.png" width="2880"/&gt;
&lt;/figure&gt;
&lt;p&gt;Like almost everyone, I also dream about starting my own business so that I could be free from the shackles of someone else and I would be my own boss. Or it could become potentially a source of passive income.&lt;/p&gt;
&lt;p&gt;As such, I have started reading some literature and sites like &lt;a href="https://indiehackers.com"&gt;Indiehackers&lt;/a&gt; to learn about how others start their own software businesses. After all, software is the thing that I am most skilled in and so I ought to connect that with the other things which are involved in having a successful business to start my own software company.&lt;/p&gt;</description></item><item><title>Introducing SAM: Similar Alerts Manager (My Side-Project)</title><link>https://giedrius.blog/2018/12/29/introducing-sam-similar-alerts-manager-my-side-project/</link><pubDate>Sat, 29 Dec 2018 10:50:22 +0000</pubDate><guid isPermaLink="false">https://giedrius.blog/?p=350</guid><description>&lt;blockquote&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-fallback" data-lang="fallback"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; _______ _______ _______
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;( ____ \( ___ )( )
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;| ( \/| ( ) || () () | SIMILAR
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;| (_____ | (___) || || || |
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;(_____ )| ___ || |(_)| | ALERTS
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; ) || ( ) || | | |
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;/\____) || ) ( || ) ( | MANAGER
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;\_______)|/ \||/ \|
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;(sorry, I do not have a professional designer at my disposal)&lt;/p&gt;
&lt;h1 id="why"&gt;Why?&lt;/h1&gt;
&lt;p&gt;At the moment, Prometheus only supports a rudimentary way to look up what alerts have been firing in the past and there is no way to &amp;ldquo;persist&amp;rdquo; those metrics: there is a synthetic metric called &lt;code&gt;ALERTS&lt;/code&gt; which shows what alerts were firing in the past. That is not enough to be able to tell globally what alerts have been firing after Prometheus has restarted. You could use a full-fledged solution like Thanos to solve this problem however that is very cumbersome if you only want this small feature and&amp;hellip;&lt;/p&gt;</description></item></channel></rss>