I'm Christian Visintin. I live in Udine, Italy. I'm a freelance software engineer. I'm also an open-source developer. On this blog I write about my dev misadventures and give unneeded opinions on many topics involving technology and development
Latest Posts
Reached the recursion limit... at build time?
A quick investigation on the recursion limit exceeded issue at build time
A bit of context So on the other day I was implementing Dokany for my Remotefs-fuse driver (coming soon btw). For those who…
Published on November 03, 2024 — 6 min read
Dyn Box Vs. Generics
What is the best approach for achieving conditional generics in Rust?
Case scenario Have you ever done something similiar? trait Greet { fn greet(&self) -> String; } struct Alice; impl Greet…
Published on October 28, 2024 — 6 min read
Announcing termscp 0.16.0
we have multi-host transfers baby
What's new So let's see what's new in this version 0.16 of termscp. Don't you know termscp yet? Come discover this amazing…
Published on October 14, 2024 — 2 min read
A journey into File Transfer Protocols in Rust
How basically I became a file transfer protocol expert in Rust
How it started I can for sure affirm that you've used File transfer protocols before. Let's exclude HTTP from here, because, of…
Published on October 14, 2024 — 18 min read