

22·
25 days agoI’m dead, this is so ridiculous.
10 pickups driving directly inside the pool for a single orange guy…


I’m dead, this is so ridiculous.
10 pickups driving directly inside the pool for a single orange guy…
I don’t think I’ve ever heard of Linus working for / with GitLab


Awesome thread !
So many cool homelabs !
Mine is a little janky with some old tech. The tower was running an old FX-8320, but the hard drive “landed” a few weeks ago.



Only one to be honest 😅


65.000$ for 90 days ?!
I could run my servers for decades with this kind of money…
Wait, 10 meters between cars ?? In traffic ?
Came here exactly for this comment…
Windev is probably one of the worst possible programming language out there, look at this !
This is from their official documentation
// Récupère le CA du mois en cours TotalCA est un monétaire = CalculCAMoisEnCours() // Si le CA dépasse l'objectif SI TotalCA >= 1 250 000 ALORS LIB_Objectif= "Objectif dépassé !" LIB_Objectif.Couleur= VertFoncé SINON // Si le CA n'atteint pas l'objectif minimum attendu SI TotalCA <= 200 000 ALORS LIB_Objectif= "Objectif non atteint" LIB_Objectif.Couleur= RougeClair FIN FIN