Silvano Cerza picture

Hey, I'm Silvano!

Writing code and other stuff.

30

Mar

2025

A rant on Ghibli slop

I started writing this as a simple thought, it quickly evolved into a rant of sort.

These past week OpenAI released their new image generation model, indeed amazing stuff, it can create and reason about images in way that classic diffusion models really can't.

Quickly people started generating slop upon slop of Studio Ghibli styled images.

Angry Princess Mononoke

605 words →

28

Mar

2025

A new way to sync your Obsidian vault

I've been working on this Obsidian plugin for quite some time and I'm really happy to say that it's finally been included in the list of community plugins!

You can find the sources and the install instructions in my GitHub profile over here. But let's delve a bit into how I came up with the idea for the plugin.

1830 words →

21

Mar

2025

My Home Network Setup

I have a small PC at home that I use as a server to run some personal services of mine, Jellyfin, Sonarr, QBitTorrent, and others. This is an outline of the current setup and some of the problems I faced.

2511 words →

10

Mar

2025

Nice writeup by Luigi Gubello regarding Phishing-as-a-service platform and how to defend against them.

https://gubello.me/blog/threat-model-phaas-platform-abuses/

23

Jan

2025

Let's see if this works 👀

10

Apr

2019

A simple way to run only one process per application in C++

Some times it might be necessary to limit the number of processes running at the same time for a certain application. There might be several reasons for this, to prevent data corruption for example. This is a simple cross-platform way to do it.

1424 words →