| Date: | 2026-04-14 22:54 |
|---|---|
| category: | Art |
| tags: | art, photography |
| summary: | A small selection of photographs I took before 2012 |
| image: | https://miro.medium.com/v2/resize:fit:640/format:webp/1*Tx2XiBou-6qgq87_zDDFaQ.jpeg |
| Date: | 2026-04-12 16:30 |
|---|---|
| category: | Art |
| tags: | art, sketch |
| summary: | Some of my recent sketches... |
| image: | https://64.media.tumblr.com/57f7bbabbae68c886fc95b185659dba3/523eb731a9c9096c-79/s1280x1920/b5a12fe79b6cc732caa557a1f9ffa10e450eacdb.jpg |
| Date: | 2026-04-12 00:24 |
|---|---|
| category: | Tech |
| tags: | python, pytest |
| summary: | Tired of broken code snippets in your documentation? Try pytest-codeblock, a zero-config plugin that supports both Markdown and reStructuredText. It brings the full power of pytest—including fixtures, markers, and native async support—directly into your docs without any boilerplate or manual wiring. Just name your block test_name_of_your_block and stop relying on users to find your documentation bugs. |
| image: | https://github.com/barseghyanartur/gist-blog-images/blob/main/images/pytest_codeblock.webp?raw=true |
I wrote a small pytest plugin that tests code blocks in your docs.
| Date: | 2026-04-04 14:00 |
|---|---|
| category: | Tech |
| tags: | python, licence |
| summary: | Tired of wrestling with messy license strings like "MIT License" vs. "The MIT License" or cryptic URLs? licence-normaliser is a lightweight Python tool that tames the chaos. It maps inconsistent metadata into a clean, machine-readable hierarchy (Family → License → Version), turning strings like CC BY-NC-ND 4.0 into a tidy cc-by-nc-nd-4.0 automatically. Whether you're scraping repos or managing compliance, it handles SPDX codes, prose, and even complex Creative Commons variants with ease—giving you a single source of truth for your legal metadata. |
| image: | https://raw.githubusercontent.com/barseghyanartur/licence-normaliser/main/docs/_static/licence_normaliser_logo.webp |
Hey, ever tried cleaning up messy license strings — like CC BY-NC-ND 4.0 or MIT License — and getting them into
| Date: | 2026-02-25 13:00 |
|---|---|
| category: | Tech |
| tags: | python, zip, security |
| summary: | Safezip is a zero-dependency Python wrapper for zipfile that makes secure extraction the default. It provides essential protections against ZipSlip, ZIP bombs, and inconsistent ZIP64 headers—security features missing from the standard library. With support for atomic writes and environment-based configuration, it is an ideal drop-in solution for safely handling untrusted user uploads in production. |
| image: | https://raw.githubusercontent.com/barseghyanartur/safezip/main/docs/_static/safezip_logo.webp |
| Date: | 2022-06-21 11:00 |
|---|---|
| category: | Tech |
| tags: | python, debugging |
| summary: | In software development, testing is an essential part of ensuring that code works as intended. One critical aspect of testing is debugging, which involves finding and fixing errors or bugs in a program. In this article, we’ll explore how to debug Python applications and highlight some of the most commonly used methods for debugging Python code. |
| image: | https://i.postimg.cc/rp4SskQv/rp-L4mz-N2-ZJ0-Pnopju2da-1-kguub.jpg |
| Date: | 2026-04-03 14:00 |
|---|---|
| category: | Tech |
| tags: | ADRs, log4brains |
| summary: | Tired of broken images in your Architecture Decision Records? This quick fix shows you how to add static image support to Log4brains. By setting up a docs/l4b-static folder and adding a simple copy command to your Build script or GitHub Action, you can finally use local icons and diagrams directly in your ADRs. Perfect for keeping your architecture docs visual and professional without the hosting headaches. |
https://github.com/thomvaill/log4brains
Directory structure
| Date: | 2026-04-03 00:21 |
|---|---|
| category: | Tech |
| tags: | python, open-webui, macos |
| summary: | Want to run Open WebUI as a seamless background service on your Mac? This guide walks you through setting it up with launchd, so it starts automatically every time you log in. Using uv for a clean install and a simple .plist configuration, you'll get persistent hosting, automatic crash recovery, and easy log management. No more manual terminal commands—just a reliable local AI interface ready whenever you need it. |
Here’s how to set up Open WebUI as a launchd service on macOS.
For Qwen3 and compatible models · Based on the Qwen3-Embedding Technical Report
| Date: | 2026-04-03 01:02 |
|---|---|
| category: | Tech |
| tags: | python, vs-code, vs-code-plugins |
| summary: | Supercharge your VS Code setup with this curated list of essential plugins! Whether you're a Python pro needing Pylance and Makefile support, or a documentation stickler looking for Markdown and reStructuredText tools, these extensions bridge the gap between a basic editor and a powerhouse IDE. Plus, grab the PyCharm Theme to get that classic JetBrains look without sacrificing VS Code's lightweight speed. |
NewerOlder



