<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Home on venatio.dev</title><link>https://venatio.dev/</link><description>Recent content in Home on venatio.dev</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Fri, 17 Apr 2026 03:08:36 -0400</lastBuildDate><atom:link href="https://venatio.dev/index.xml" rel="self" type="application/rss+xml"/><item><title>k8s to Docker Migration</title><link>https://venatio.dev/posts/2026-04-17-k8s-to-docker-migration/</link><pubDate>Fri, 17 Apr 2026 03:08:36 -0400</pubDate><guid>https://venatio.dev/posts/2026-04-17-k8s-to-docker-migration/</guid><description>&lt;h2 id="the-situation">The Situation&lt;/h2>
&lt;p>I decided some time ago that I wanted to learn more about Kubernetes, and the best way was to dive right into the deep end. I migrated my minimal set of personal infrastructure over and started the uphill slog that was the k8s learning curve. With infrastructure deployed via &lt;a href="https://developer.hashicorp.com/terraform">Terraform&lt;/a> and services handled by &lt;a href="https://fluxcd.io/">FluxCD&lt;/a> I fell in love with the Gitops workflow and how easy it was to manage. But when something went wrong, it became a huge headache to track down the cause.&lt;/p></description></item><item><title>About</title><link>https://venatio.dev/pages/about/</link><pubDate>Thu, 02 Apr 2026 14:11:01 -0400</pubDate><guid>https://venatio.dev/pages/about/</guid><description>&lt;p>I’m a developer interested in the following technologies:&lt;/p>
&lt;ul>
&lt;li>AI and how it will shape the future of software&lt;/li>
&lt;li>WebGL and shaders&lt;/li>
&lt;li>Cryptocurrencies and smart contracts&lt;/li>
&lt;li>Social media and its effect on culture&lt;/li>
&lt;/ul>
&lt;h1 id="tools">Tools&lt;/h1>
&lt;p>My tools of choice for software development are as follows:&lt;/p>
&lt;p>I have gone through many different editors, but these days I have settled on &lt;a href="https://zed.dev/">Zed&lt;/a>.&lt;/p>
&lt;p>For organizing my notes and other miscellaneous snippets, I&amp;rsquo;m a huge fan of &lt;a href="https://obsidian.md/">Obsidian&lt;/a>.&lt;/p></description></item><item><title>Services</title><link>https://venatio.dev/pages/services/</link><pubDate>Thu, 02 Apr 2026 14:11:01 -0400</pubDate><guid>https://venatio.dev/pages/services/</guid><description>&lt;p>I maintain a few services that are available for public access.&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://searxng.venatio.dev">SearXNG&lt;/a> - A privacy respecting search aggregator.&lt;/li>
&lt;/ul></description></item><item><title>Kubernetes Part Two</title><link>https://venatio.dev/posts/2025-05-24-kubernetes-part-two/</link><pubDate>Sat, 24 May 2025 00:00:00 +0000</pubDate><guid>https://venatio.dev/posts/2025-05-24-kubernetes-part-two/</guid><description>&lt;p>It&amp;rsquo;s been a while since I&amp;rsquo;ve updated this blog, but I&amp;rsquo;ve recently been working on my cluster again and figured I&amp;rsquo;d put together an update on where I&amp;rsquo;m at now. I&amp;rsquo;ve been trying to keep better notes as I work on projects so I can refer back when needed and see how things evolve over time.&lt;/p>
&lt;p>At the end of my last post, I had the cluster deployed, and Flux deployed on it to handle Gitops-style deployments. Some of the major changes I&amp;rsquo;ve implemented since then:&lt;/p></description></item><item><title>Kubernetes</title><link>https://venatio.dev/posts/2023-10-07-kubernetes/</link><pubDate>Sat, 07 Oct 2023 00:00:00 +0000</pubDate><guid>https://venatio.dev/posts/2023-10-07-kubernetes/</guid><description>&lt;p>I&amp;rsquo;ve wanted to learn more about Terraform and Kubernetes for some time now, and I&amp;rsquo;ve made a couple half hearted attempts to set something up, but none of them thus far had resulted in a useable cluster. But I found myself with some time recently and decided I&amp;rsquo;d give it another shot. I&amp;rsquo;ve also found myself extra frustrated recently with dealing with cloud providers like Azure, having to click through so many menus and settings panes to configure everything and so this gave me a bit of extra motivation.&lt;/p></description></item><item><title>My First dApp</title><link>https://venatio.dev/posts/2021-03-11-my-first-dapp/</link><pubDate>Thu, 11 Mar 2021 00:00:00 +0000</pubDate><guid>https://venatio.dev/posts/2021-03-11-my-first-dapp/</guid><description>&lt;p>I decided to write a simple web application that interacts with an Ethereum smart contract to learn the process and get a feel for how all the various pieces fit together.&lt;/p>
&lt;h2 id="the-basics">The Basics&lt;/h2>
&lt;h3 id="ethereum-node">Ethereum Node&lt;/h3>
&lt;p>The application requires an Ethereum node to actually interface with the network. I went with &lt;a href="https://infura.io">Infura.io&lt;/a> to manage my test node to get up and running quickly. Infura provides a dashboard for you to manage security such as JWT and various whitelists and see a breakdown of all the requests hitting your project&amp;rsquo;s endpoint. You could also run your own node, the most popular project seems to be &lt;a href="https://geth.ethereum.org/">Geth&lt;/a>.&lt;/p></description></item><item><title>Comparison of Trading Bots</title><link>https://venatio.dev/posts/2021-02-27-trading-bots/</link><pubDate>Sat, 27 Feb 2021 00:00:00 +0000</pubDate><guid>https://venatio.dev/posts/2021-02-27-trading-bots/</guid><description>&lt;p>I&amp;rsquo;m going to compare my initial experiences with various trading bots I&amp;rsquo;ve found. I&amp;rsquo;ll be looking at:&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://github.com/jesse-ai/jesse">Jesse&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://github.com/CoinAlpha/hummingbot">HummingBot&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://github.com/CryptoSignal/Crypto-Signal">CryptoSignal&lt;/a>&lt;/li>
&lt;/ul>
&lt;p>All of these are Python based projects. Python seems to be the standard language for algotrading and data science in general. A lot of analysis can be done easily in &lt;a href="https://jupyter.org/">Jupyter Notebooks&lt;/a>, which I actually used recently for the first time and really enjoy working with. FWIW I&amp;rsquo;ve been using the &lt;a href="https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter">VSCode addon&lt;/a> and it&amp;rsquo;s been a great experience. Google also offers their &lt;a href="https://colab.research.google.com">Colaboratory&lt;/a> which let you run notebooks for free with access to GPUs.&lt;/p></description></item><item><title>Internet Privacy</title><link>https://venatio.dev/posts/2021-02-06-privacy/</link><pubDate>Sun, 07 Feb 2021 00:00:00 +0000</pubDate><guid>https://venatio.dev/posts/2021-02-06-privacy/</guid><description>&lt;p>Nowadays it is more important than ever to protect your data. I think a lot of people know they could be better about this but haven&amp;rsquo;t taken the time to learn how to do it properly. Luckily, I&amp;rsquo;m a huge nerd, and I&amp;rsquo;ve taken this time for you! Here I will describe my personal strategy for keeping my data safe online, and hopefully you will find this useful in keeping yourself safe.&lt;/p></description></item><item><title>New Server</title><link>https://venatio.dev/posts/2020-10-20-new-server/</link><pubDate>Tue, 20 Oct 2020 00:00:00 +0000</pubDate><guid>https://venatio.dev/posts/2020-10-20-new-server/</guid><description>&lt;p>I got a new server, got a good deal through Hetzner&amp;rsquo;s &lt;a href="https://www.hetzner.com/sb">server auctions&lt;/a>. They offer old hardware they set up for other people for cheap so I got a server that is a bit more powerful than my old VPSes. I set up &lt;a href="https://thelounge.chat/">The Lounge&lt;/a> as a self-hosted replacement for IRC Cloud and I&amp;rsquo;m pretty happy with it. I still love IRC what can I say? I&amp;rsquo;m also going to set up my own Matrix homeserver again and I&amp;rsquo;m also using it as a seedbox to get my ratio up.&lt;/p></description></item><item><title>Streaming</title><link>https://venatio.dev/posts/2020-07-13-streaming/</link><pubDate>Mon, 13 Jul 2020 00:00:00 +0000</pubDate><guid>https://venatio.dev/posts/2020-07-13-streaming/</guid><description>&lt;p>I did my first stream tonight. You can find my Twitch channel &lt;a href="https://www.twitch.tv/venatiodecorus">here&lt;/a>. And you can see the code for the project on my &lt;a href="https://gitlab.com/venatiodecorus/ircclout">Gitlab&lt;/a>. I&amp;rsquo;ll probably be streaming more, follow me on Twitter for updates!&lt;/p></description></item><item><title>New Site</title><link>https://venatio.dev/posts/2020-07-03-new-site/</link><pubDate>Fri, 03 Jul 2020 00:00:00 +0000</pubDate><guid>https://venatio.dev/posts/2020-07-03-new-site/</guid><description>&lt;p>So I&amp;rsquo;ve created yet another web site. I don&amp;rsquo;t really want to spend time managing a personal site so I just went with Hugo and a simple theme. I want to do more blog posts and actually finish some projects but that doesn&amp;rsquo;t seem to actually happen. Oh well! Hit me up if you want to play some Dota.&lt;/p></description></item></channel></rss>