<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Jordi Smit</title><link>https://jordismit.com/</link><description>Recent content on Jordi Smit</description><generator>Hugo</generator><language>en-us</language><copyright>Jordi Smit - All rights reserved</copyright><lastBuildDate>Sat, 14 Sep 2024 12:00:00 +0100</lastBuildDate><atom:link href="https://jordismit.com/index.xml" rel="self" type="application/rss+xml"/><item><title>Computer vision based game score calculator for Cascadia</title><link/><pubDate>Sat, 14 Sep 2024 12:00:00 +0100</pubDate><guid/><description/></item><item><title>How to Upload (Pre)-Annotations to Roboflow</title><link>https://jordismit.com/blog/how-to-upload-pre-annotations-to-roboflow/</link><pubDate>Wed, 03 Apr 2024 21:44:10 +0200</pubDate><guid>https://jordismit.com/blog/how-to-upload-pre-annotations-to-roboflow/</guid><description>I&amp;rsquo;m a big fan of Roboflow. They have one of the most user-friendly labeling interfaces. I have been using it for quite some time now.</description></item><item><title>How to avoid orientation bugs in Computer Vision labeling?</title><link>https://jordismit.com/blog/how-to-avoid-orientation-bugs-in-computer-vision-labeling/</link><pubDate>Wed, 13 Mar 2024 19:54:44 +0200</pubDate><guid>https://jordismit.com/blog/how-to-avoid-orientation-bugs-in-computer-vision-labeling/</guid><description>A while back, I encountered the strangest bug. I was labeling an instance segmentation dataset, and to make the task easier, I had set up an active learning pipeline.</description></item><item><title>LLM Agents 101: How I Gave ChatGPT Access to My To-Do List</title><link>https://jordismit.com/talks/llm-agents-101/</link><pubDate>Wed, 22 Nov 2023 00:00:00 +0100</pubDate><guid>https://jordismit.com/talks/llm-agents-101/</guid><description/></item><item><title>What does it take to add Copilot to Obsidian?</title><link>https://jordismit.com/blog/what-does-it-take-to-add-copilot-to-obsidian/</link><pubDate>Sat, 30 Sep 2023 15:53:49 +0200</pubDate><guid>https://jordismit.com/blog/what-does-it-take-to-add-copilot-to-obsidian/</guid><description>Ever since I got access to GitHub Copilot, I have been truly amazed by its capabilities. It continuously keeps feeding me possible completions for my code and text.</description></item><item><title>Obsidian Copilot like Auto-Completion plugin</title><link/><pubDate>Wed, 20 Sep 2023 12:00:00 +0100</pubDate><guid/><description/></item><item><title>What does it take to let ChatGPT manage my Todoist tasks?</title><link>https://jordismit.com/blog/what-does-it-take-to-let-chatgpt-manage-my-todoist-tasks/</link><pubDate>Sun, 17 Sep 2023 14:14:45 +0200</pubDate><guid>https://jordismit.com/blog/what-does-it-take-to-let-chatgpt-manage-my-todoist-tasks/</guid><description>I have always been fascinated with the idea of AI-based assistants like Jarvis and Friday. Recently, this fascination was rekindled when I read about the Baby AGI project.</description></item><item><title>Practicing your DBT skills locally with DuckDB</title><link>https://jordismit.com/blog/practicing-your-dbt-skills-locally-with-duckdb/</link><pubDate>Mon, 21 Aug 2023 16:26:34 +0200</pubDate><guid>https://jordismit.com/blog/practicing-your-dbt-skills-locally-with-duckdb/</guid><description>After you follow one of the main excellent DBT courses, it&amp;rsquo;s time to start practicing. However, there is one problem: you now need access to a data warehouse to run your DBT models, but you don&amp;rsquo;t have access to one.</description></item><item><title>AI based transcription in the browser</title><link>https://jordismit.com/tools/ai-based-transcription-in-the-browser/</link><pubDate>Sun, 26 Mar 2023 14:56:33 +0100</pubDate><guid>https://jordismit.com/tools/ai-based-transcription-in-the-browser/</guid><description>OpenAI whisper is an automatic speech recognition system that can transform any speech in audio or video file into written text.</description></item><item><title>The Surprising Impact of Kedro's' Data Catalog</title><link>https://jordismit.com/blog/the-surprising-impact-of-kedros-data-catalog/</link><pubDate>Fri, 24 Feb 2023 21:48:57 +0200</pubDate><guid>https://jordismit.com/blog/the-surprising-impact-of-kedros-data-catalog/</guid><description>I recently discovered Kedro, a Python data engineering and science framework. When I played with it, I discovered it is built around some interesting design choices.</description></item><item><title>Adding Application Insight Based Monitoring to Fast API</title><link>https://jordismit.com/blog/adding-application-insight-based-monitoring-to-fast-api/</link><pubDate>Sat, 11 Feb 2023 14:52:51 +0100</pubDate><guid>https://jordismit.com/blog/adding-application-insight-based-monitoring-to-fast-api/</guid><description>Application Insights is Azure&amp;rsquo;s logging and monitoring service, but how do you use it with Fast API? In this blog post, we will explore how to send logs and traces to Application Insights.</description></item><item><title>DIY auto-grad Engine: A Step-by-Step Guide to Calculating Derivatives Automatically</title><link>https://jordismit.com/blog/diy-auto-grad-engine-a-step-by-step-guide-to-calculating-derivatives-automatically/</link><pubDate>Thu, 22 Dec 2022 16:37:27 +0100</pubDate><guid>https://jordismit.com/blog/diy-auto-grad-engine-a-step-by-step-guide-to-calculating-derivatives-automatically/</guid><description>Have you ever marveled at the magic of PyTorch, Jax, and Tensorflow&amp;rsquo;s auto-grad engines? I know I have! I recently decided to take on the challenge of implementing an auto-grad engine from scratch in Python.</description></item><item><title>Python Dataclass From Scratch</title><link>https://jordismit.com/blog/python-dataclass-from-scratch/</link><pubDate>Sun, 06 Nov 2022 10:51:16 +0100</pubDate><guid>https://jordismit.com/blog/python-dataclass-from-scratch/</guid><description>Python&amp;rsquo;s data class functionality has become very popular over the last few years. Simply adding the @dataclasses.dataclass decorator on top of your class generates a __init__ function, __repr__ function, etc.</description></item><item><title>How to Find the Last Record in a Group Using KQL</title><link>https://jordismit.com/til/how-to-find-the-last-record-in-a-group-using-kql/</link><pubDate>Mon, 31 Oct 2022 14:09:56 +0100</pubDate><guid>https://jordismit.com/til/how-to-find-the-last-record-in-a-group-using-kql/</guid><description>Today, I was building a dashboard in Azure&amp;rsquo;s Application Insight that needed to show the number of deployments behind each load balancer over time in an application.</description></item><item><title>Poetry cheatsheet</title><link>https://jordismit.com/cheat-sheets/poetry-cheatsheet/</link><pubDate>Wed, 27 Jul 2022 20:05:21 +0200</pubDate><guid>https://jordismit.com/cheat-sheets/poetry-cheatsheet/</guid><description>Poetry is an awsome dependency management and virtual environment management tool for Python. I use it quite often in my day-to-day work.</description></item><item><title>How to pass data to PyTest fixtures from the CLI</title><link>https://jordismit.com/til/how-to-pass-data-to-pytest-fixtures-from-the-cli/</link><pubDate>Wed, 29 Jun 2022 21:45:20 +0200</pubDate><guid>https://jordismit.com/til/how-to-pass-data-to-pytest-fixtures-from-the-cli/</guid><description>A short while ago, I needed to create some high-level smoke tests that tested whether an API I deployed was working as intended.</description></item><item><title>Slack bots 101: An introduction into slack bot-based workflow automation</title><link>https://jordismit.com/talks/slack-bots-101/</link><pubDate>Thu, 12 May 2022 00:00:00 +0100</pubDate><guid>https://jordismit.com/talks/slack-bots-101/</guid><description/></item><item><title>How to call a shell script using a custom keyboard shortcut in MacOS</title><link>https://jordismit.com/blog/how-to-call-a-shell-script-using-a-custom-keyboard-shortcut-in-macos/</link><pubDate>Sun, 07 Nov 2021 21:23:20 +0200</pubDate><guid>https://jordismit.com/blog/how-to-call-a-shell-script-using-a-custom-keyboard-shortcut-in-macos/</guid><description>Shell scripts and commands are a programmer&amp;rsquo;s superpower. They allow you to automate repetitive tasks and can make you 10x more productive.</description></item></channel></rss>