Piotr

Piotr @finloop

About: Software Engineer @software-mansion with 3 years of experience | C++, Python, Data Science | Open Source Contributor

Location:
Lublin, Poland
Joined:
Sep 20, 2021

Piotr
articles - 20 total

Podman on debian How to fix podman no services after restart

I noticed that with static build of podman, services didn’t start after I restarted my server, even...

Learn More 0 1Apr 12

How to install latest version of podman on debian/ubuntu

I like stability of debian. I use it as my host distro for almost every server I have. But debian...

Learn More 0 0Apr 12

Podman on debian How to fix no podman-auto-update.service

This is an issue that can popup when installing podman from a static build Installation on...

Learn More 0 0Apr 12

ZFS Snapshots using sanoid and syncoid

Proxmox by default backups vms as tar archives/system images, which is not suitable for me, as I want...

Learn More 0 0Apr 6

Setting obsidian-shellcommands plugin on flatpak

Running Obsidian from flatpak comes with its own set of problems. One of them is that Obsidian is ran...

Learn More 0 0Mar 30

Fix file permissions in podman volumes

How to fix common permissions issues in podman volumes (both local and bind mounts)? The obvious way...

Learn More 0 0Mar 30

Thoughts on hosting my blog

My blog https://garden.piotrk.it was built using Quartz and so far I’m loving it. I’ve set it up such...

Learn More 0 0Mar 30

My debugging toolbox: strace

From time to time, my usual debugging tools: good ol printf, logger.log, console.log, gdb, pdb are...

Learn More 3 2Aug 3 '24

Python Numpy Array Shared Between Processes

Python’s multiprocessing.shared_memory module provides a way to share a block of memory between...

Learn More 0 0May 14 '24

Django Vue (Axios) Cors headers + CSFR tokens

Basic CORS and CSFR settings for Django Rest Framework (DRF) + Axios: #...

Learn More 0 0Aug 14 '23

Poco F1 Restarts on Fastboot Amd

Poco F1 - Restarts on Fastboot (AMD) I tried to flash custom recoery for my Poco F1...

Learn More 0 0Aug 14 '23

My experience running Truenas SCALE on unsupported setup

TL;DR Some apps work flawlessly and some (those with postgres) take a lot of time to initialize. I...

Learn More 1 0Jun 26 '23

Setting up Archivebox on Truenas Scale

I recently got into self-hosting. I've wanted to create a self-hosted web archive and my friend...

Learn More 2 1Feb 12 '23

Literals and overloading in Python

It's time to talk about Pythons Literals and I mean that literally 😄. Now that we got that...

Learn More 8 2Aug 26 '22

Are you sure your backups work?

As hopefully everyone, I have backups of all my data. After initial setup, I usually forget about it...

Learn More 5 2Aug 17 '22

How to use OpenSearch k-NN as a semantic search engine

In my previous article, I showed how to create a simple search engine using OpenSearch and its fuzzy...

Learn More 9 0Aug 16 '22

Sequence Transformers for Polish language

In this tutorial, I'll show you how to generate embeddings for sequences in polish using Sequence...

Learn More 4 0Aug 6 '22

How to deploy Opensearch with Docker Compose and query it using Python

Imagine that you’re working with a large text dataset. It can be anything: a set of tweets scraped...

Learn More 14 0Aug 4 '22

Animating two images transitioning horizontally with Python

Hi, I'll start with showing what I'm trying to achieve (I couldn't come up with a shorter...

Learn More 8 0Nov 1 '21

Getting to Philosophy with python

There's a famous Wikipedia phenomena that by clicking the first link in the main text of the article...

Learn More 10 2Sep 20 '21