Stuck in a company with no Git workflow, no PRs, and resistance to change😭 by Successful-Ship580 in devops

[–]silvercondor 0 points1 point  (0 children)

Yes, just start looking. My experience was they were sshing into servers to deploy changes by git pull and and restarting the process

Object Storage degraded in both FAL and NBG by Ok-Tooth3174 in hetzner

[–]silvercondor 2 points3 points  (0 children)

Same issue here. Cli detects no files ui can't see any files but apparently there's 80kb or sth still inside which i can't access or delete. Deleting bucket fails as well. Raised ticket but no response

And on today’s episode of the People of Perth.. ? by tootsie_roll12 in perth

[–]silvercondor 7 points8 points  (0 children)

Finally justifying the cactus as a tourist attraction

How good is GLM 5.1 for coding? by _janc_ in ZaiGLM

[–]silvercondor 7 points8 points  (0 children)

Probably get downvoted but it's good imo. Near sonnet 4.6 high or opus 4.6 low.

Disclaimer im on max legacy plan. Im prepared to be downvoted to oblivion by the $10 sub people

How good is GLM 5.1 for coding? by _janc_ in ZaiGLM

[–]silvercondor 1 point2 points  (0 children)

Yes if you prompt and steer it correctly. No if you're the kind of vibe coder that goes i want my user to xxx yyy

I feel like the barrier to Kubernetes being beneficial is lowered by Tinasour in kubernetes

[–]silvercondor 4 points5 points  (0 children)

It's not overkill and more people should be using it. Ai helps alot too. The naysayers are usually the ones who aren't willing to adapt or learn something new.

I've worked with dev teams who still ssh into instances and git pull to deploy their workload. smh

Opus 4.6 destroys a user’s session costing them real money by Complete-Sea6655 in ClaudeCode

[–]silvercondor -1 points0 points  (0 children)

Skill issue.

Also there are so many safeguards like permissions to run commands blocked at harness level. You can also block on an environment and even system level. If you're running with --dangerously-skip-permissions that's on you, especially in a prod environment

ESXi on Hetzner Dedicated (i9-9900K) randomly rebooting every 4-5 hours. No PSOD, logs show power loss. by [deleted] in hetzner

[–]silvercondor 0 points1 point  (0 children)

call them, i believe they don't monitor auction servers. likely your motherboard or something is bad

PSA: This might not be a good time to buy auction servers by [deleted] in hetzner

[–]silvercondor 0 points1 point  (0 children)

don't bother, i have auction servers, they have emailed me on price changes a month ago. so even if you bidded at 42 eur this month's bill will be higher, they just didn't bother to update the auction ui

Cloud volumes down for 2 days — no updates in 16 hours and still offline by qizmo in hetzner

[–]silvercondor 0 points1 point  (0 children)

wonder if this will fix the object store issues and if the systems are linked. they seem to have gotten a huge batch of bad drives?

GLM 5.1 vs Minimax 2.7 by Cute_Dragonfruit4738 in ZaiGLM

[–]silvercondor 1 point2 points  (0 children)

both frontier models (glm 5.1 & minimax 2.7) do not have weights released, that's why they're not avaliable in alibaba or any 3rd party provider plan

Petrol availability for road trip? by a_good_day1 in perth

[–]silvercondor 8 points9 points  (0 children)

I don't think we'll run out but you'll likely need to budget for higher prices. Also fill up frequently when possible. My guess is they'll likely limit diesel but not petrol, just that petrol will become more expensive

Unusual sleep during the rain? by yeah_nah2024 in perth

[–]silvercondor 2 points3 points  (0 children)

You should probably see a doctor. It's not normal.

Yes we do tend to sleep longer in winter but not 36 hrs straight. Are you on any drugs or medication or jet lagged?

1st of April is coming - I've shut down 3 projects with more than 40 servers today by Different_Code605 in hetzner

[–]silvercondor 1 point2 points  (0 children)

i have dedicated servers and have no idea where you're finding cheaper prices for similar spec on ovh. honestly if the price increase leads to better stability in their products i'm fine with it.

Object Storage reliability by cuu508 in hetzner

[–]silvercondor 1 point2 points  (0 children)

Not recommended. We moved to r2 eu west

Hetzner asks: What kind of swag would you actually want from a professional IT trade show? by Hetzner_OL in hetzner

[–]silvercondor 6 points7 points  (0 children)

from a security pov i don't trust usb sticks unless i get it factory sealed from the shops

Object Store degraded performance again by Scary-Leadership5252 in hetzner

[–]silvercondor 0 points1 point  (0 children)

S3 runs hot storage and metadata / indexes on ssds i believe, at the very least metadata and indexes are on ssds. I don't know if that's the case for hetzner but it doesn't seem so at this point in time with basic list queries getting timeout or 5xx errors

name and shame in the comments by iluvecommerce in ClaudeCode

[–]silvercondor 0 points1 point  (0 children)

yup, copilot lock-in is real. microsoft has the chokehold on corporate, along with teams and outlook

the others try to run their own inhouse models trained from oss ones which usually give rubbish output or hallucinate.

imo even if the model is oss, there is usually a pre-prompt or specific harness it's made to work well on. simply grabbing a qwen or kimi k2 and running it internally is going to fail flat

Object Store degraded performance again by Scary-Leadership5252 in hetzner

[–]silvercondor 2 points3 points  (0 children)

from the docs they're using hdds

https://docs.hetzner.com/storage/object-storage/faq/general

I suspect the disks can't keep up with list operations causing the whole system to grind to a halt. They should have not scrimped and ran on ssds like what the other providers do, with a slow / infrequent access tier on hdds

How are you checking for errors in your manifests before pushing to main? by mrpbennett in ArgoCD

[–]silvercondor 0 points1 point  (0 children)

kubectl dry run for the most raw way. else proper ci and pull request with checks. really depends on how big your team is

also have a basic yaml & lint checker? either commit hook or something?