Skip to content
tallinnying

tallinnying

Member

Joined:
Aug 2024
Last seen:
1d ago
Posts
268
Threads
27
Likes
9.3K
Reputation
1.6K
tallinnying

tallinnying 2d ago

Mini-guide : configurer Nginx en français, erreurs courantes · Multilingual

245 jours, sympa

zoekyo said:
What nginx version, the extras or mainline

Ça change rien pour la question v6, les deux ont la même syntaxe de listen

Le vrai problème c'est que personne vérifie si leur listen v6 marche vraiment derrière le CGNAT du fournisseur, Vultr y compris. Tu peux met...

tallinnying

tallinnying 4d ago

Hostinger $3 VPS: 18 months of pain but I learned a lot · General Discussion

lookuppierre said:
Better ping to Amsterdam from Lyon than to their Paris location

Hostinger's "Paris" is probably just a badge on Vilnius. I tracerouted mine once, went through Frankfurt then back to somewhere with Latvian latency. The 3am maintenance makes sense if it's actually 4am Viln...

tallinnying

tallinnying 5d ago

What's the cheapest way to get a /48 IPv6 block · General Discussion

Anyway I tried getting PI space from ripe as individual last year

Idk why I do this but heres the rejection email basically

inet6num:       2001:db8::/32
status:         REJECTED
remarks:        natural persons not eligible

Spent 3 nights on that application.

Tunnel broker from H...

tallinnying

tallinnying 5d ago

Hostinger $3 VPS: 18 months of pain but I learned a lot · General Discussion

Hostinger's "maintenance" is just them rebooting the node when it ooms from overselling. Anyway I had one there too, used it to run a tor relay at 3am for six months before they canned me. Idk why I do this. Here's my monitoring setup from that era, still works:

[code]
#!/bin/bash
curl -sf hostinge...

tallinnying

tallinnying 5d ago

I ran a half marathon carrying my entire homelab · Off Topic

Anyway

Idk why I do this but I once ran a 10k with a raspberry pi cluster in a fanny pack

Python
# 3am chafing calculation
Weight_kg = 4.2
Distance_km = 21.0975
Chafing_factor = weight_kg * distance_km # 88.6095
# unit: pain

The real question is did you log the run to grafana

tallinnying

tallinnying 7d ago

Never let an AI agent near your production shell · General Discussion

So its 3am, im messing with this local llm thing on my OVHcloud 2GB KVM. Thought itd be funny to let it "optimize" my server. Gave it read-only access I swear. Anyway it found some docker cleanup script in a github issue and decided /var/www was "stale layer data"

Whole static site gone. 4 years of...