Profile avatar
fuolpit.bsky.social
I like building stuff with code https://github.com/angristan https://stanislas.blog
57 posts 78 followers 303 following
Prolific Poster
Conversation Starter

Proxyless Scale-to-Zero with eBPF medium.com/@isalapiyari...

TIL about the new modernize tool in Go 👀 You can use "go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -test ./..." and it will replace for loops with range, interface{} with any, etc github.com/gohugoio/hug...

What would happen if we didn't use TCP or UDP? github.com/Hawzen/hdp

My writing workflow with LLMs stanislas.blog/2025/02/writ...

war rooms vs. deep investigations rachelbythebay.com/w/2025/02/22...

Wait, is that why Go's DefaultMaxIdleConnsPerHost is 2? 😮

Visualizing the correlation between my training intensity and health metrics with Apple Health and Python stanislas.blog/2025/02/trai...

Waiting for @mcorbin.bsky.social's thoughts on news.ycombinator.com/item?id=4315... 🫢

$120/month for a 14 years old CPU 🥲

I'd be happy with a gitops workflow for docker swarm to be honest 🤔 medium.com/mr-plan-publ...

This is how easy and fast it is to add a website to Larafeed with the bookmark shortcut ⚡️ I took the idea from Miniflux :D

How to Grow Your Infrastructure justingarrison.com/blog/2024-05...

So many things in there: "OpenBSD innovations" www.openbsd.org/innovations....

Pretty cool, Larafeed now fetches images from articles through imgproxy (it already did for favicons). It converts them to webp on the fly, and Cloudflare takes care of the caching 👍 github.com/angristan/la...

back to baremetal 🥰

At this point, I also wonder if there is a good way of designing APIs or if we just have bad options with different tradeoffs (news.ycombinator.com/item?id=4313...)

"420 Enhance your calm" is an amazing status code lol evertpot.com/http/420-enh...

How Core Git Developers Configure Git blog.gitbutler.com/how-git-core...

Let's Encrypt has issued its first 6-day certificate! letsencrypt.org/2025/02/20/f...

More fun with Cloudflare Workers stanislas.blog/2025/02/redi...

Solving Thundering Herds with Request Coalescing in Go jazco.dev/2023/09/28/r...

Cloudflare Pages logging is very limited (or dare I say, not working at all) but you can just use workers as a reverse proxy to get logs :D stanislas.blog/2025/02/logg...

So Prisma Postgres is running on unikernels with Unikraft 👀 I didn't expected unikernels to get adoption, this is getting interesting

Interesting: We were wrong about GPUs (fly.io) news.ycombinator.com/item?id=4305...

This is amazing sli.dev

Say Thanks: showing gratitude to open-source maintainers stanislas.blog/2025/02/sayt...

Looks like my vpn scripts have been trending on Github for 176 days since ~2020 :D In the shell section at least github.com/search?q=rep...

This is great github.com/antfu/vscode...

Turns out the ARM CPUs on Hetzner Cloud are pretty good Geekbench says Intel < Ampere < AMD

I added some basic docker-compose instructions to run Larafeed yourself on github.com/angristan/la... Larafeed is still a WIP so things will be broken 😄 You can also ping me if you want to beta-test on my instance

Setting up Plex hardware transcoding with an Intel N100 GPU on Proxmox - stanislas.blog/2025/01/plex...

It's been a while! I build this a year ago, but I finally sat down to write a bit about it: Power monitoring with Home Assistant, MQTT, Rust and a Raspberry Pi - stanislas.blog/2025/01/tele...

wireguard-install now has Alpine Linux support 😊 github.com/angristan/wi...

New look ✨ stanislas.blog

Nice github.com/gqty-dev/gqty

I added a LLM-generated summary feature to my feed reader app! Pretty happy with how it looks 🥰 I settled on gemini-1.5-flash as it's faster and more consistent than the alternatives, from my quick testing

Found a surprising memory leak issue when using Sentry's otel span processor and otelhttptrace 🤔 github.com/open-telemet...