Adding Nebius to My Rust Agent Without Writing a Custom Rig Provider
Nebius Token Factory doesn't have a native Rig provider. Here's how I hacked it in anyway using their OpenAI-compatible API, and why I still want to write a proper PR.
The online ramblings of me, Darko
Nebius Token Factory doesn't have a native Rig provider. Here's how I hacked it in anyway using their OpenAI-compatible API, and why I still want to write a proper PR.
I built a video transcription pipeline using Prefect for orchestration and Nebius AI Jobs running on H200 GPUs. Here's how it works, the Python SDK gotchas, and what I learned about object storage mounts the hard way.
A companion guide to my YouTube video on database caching strategies. Covers cache-aside, write-through, cache invalidation, TTL jitter, and multi-tier caching with Rust code examples using Valkey on ElastiCache.
Learn how to configure AWS SDK for Rust to work with S3-compatible APIs from Cloudflare R2, Backblaze B2, Nebius, and more. Complete guide with code examples.
How to run Obsidian on a headless Linux server using the official obsidian-headless CLI and systemd for continuous vault syncing
I'm running a live website on a 25-year-old Sun Netra X1 SPARC server from my garage. OpenBSD 7.8, httpd, pf firewall, Cloudflare tunnels for safe exposure — no port forwarding needed. Yes, it actually works.
Complete guide to configuring AWS SDK for Rust: credentials, regions, and localstack integration with practical examples.
A complete guide to building Model Context Protocol (MCP) servers in Rust using the rmcp crate. Covers server setup, tool definitions, and connecting to MCP clients like Claude and Kiro.
Learn with me how to process CSV files from S3 in seconds using Rust's async concurrency, semaphores, and fearless parallelism patterns.
Tired of writing the same verbose error handling boilerplate in your Axum handlers? Me too! 🙄 By creating a custom `AppError` newtype that wraps `anyhow::Error` and implements `IntoResponse` + `From `, you can ditch all those ugly match statements and embrace the beautiful `?` operator.
Amazon Q Developer CLI1.7.3 introduces five key improvements: just type `q` to launch; granular tool permission controls with `/tools trust/untrust` commands; VIM integration via `/editor` command for complex prompts; multi-line editing with Ctrl+J; and enhanced context management through the `/context` command.
Wow, look at this, my first personal opinion post on something. Hey if you are struggling with focusing on your work sometimes, don'f feel bad! We all do! Here I go through a few differetn ways I keep focus on the imporant things to me, even though I am surrounded by screens, chats, and YouTube.
Why testing your code before it hits production matters more than ever. A practical guide to automated testing, CI/CD pipelines, and building confidence in your deployments using AWS tools.
It is the year 2021 and I've decided to by a Sun Microsystems Workstation from 1995. Can I get it working? What are its flaws? And just how awesome it is?
After a long time I bought myself a new laptop. I've decided to bite the bullet and grab the newly fangled Apple Silicon (M1) Macbook. Here I get to tell you my experience with it.
Vim is all about speed and efficiency! Movement in a text file is the thing that can slow you down. Let's have a look at a plugin that solves the horizontal movement bit. Quick-Scope
Do you find managing vim plugins frustrating? Do you think there needs to be a better way for that? Well then, let's talk about vim-plug. The plugin manager that plugs in plugins!
Are you tired of your work being lost due to a broken SSH connection? Do you wish you can look at your code and run commands at the same time? Do you just want to look cool? Let's talk about TMUX - the Terminal Multiplexer.
Clicking is no fun if you have to do it over and over again. Let's avoid clicking and start using code to define, describe and create our infrastructure. Let's start talking about doing awesome things with Infrastructure as Code
Getting Windows 2000 to run on actual hardware! How hard can it be?
Here is how I get all this streaming, recording, and screaming at the camera done
You did not know you want this in your life until you see it! Colorful banners for your terminal
Did you know that vim has a built-in spell checker?