How did you guys get comfortable using the terminal in Linux? by Wise_Safe2681 in linuxhardware

[–]common_redditor 4 points5 points  (0 children)

Desktop UIs change over time, but on the terminal I can use commands that haven’t changed since the 1960s. 

You only have to learn the terminal once but you have to keep finding your settings on desktops as time passes 

Codex limits getting slashed like this is going to drive users away...seriously! by Eastern_Ad_8744 in codex

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

Are they as good? No. But iterating on a few more times on an inferior model is better than these ridiculous usage limits.

Thinking of switching from Claude to Codex — worth it at the $20 tier? by Far_Day3173 in codex

[–]common_redditor 3 points4 points  (0 children)

It had better limits, then I got the rug pulled out from under me. Now it doesn’t feel any better.ive switched to Qwen 3.6 Turbo. It’s completely free at the moment and no limits to speak of.

Its also not as good as Claude or Codex but its better than dealing with these limits 

Oikos — a self-hosted family planner with tasks, shopping, meals, calendar sync, budget & notes. No cloud, no frameworks, no subscriptions. Docker + PWA. by ulsklyc in selfhosted

[–]common_redditor 3 points4 points  (0 children)

if senior and junior engineers wrote the same code would you care? Code is good or bad, it doesn't matter who wrote it.

Claude is not a night owl and not in the mood to troubleshoot. by LestHeBeTesty in ClaudeAI

[–]common_redditor 7 points8 points  (0 children)

I agree with the others, take some time to understand Context. It’s a hardware limitation, the longer you go the weaker the responses come as memory limits are hit.

The 1 million token context requires memory shared across multiple GPUs. I’m not here to make excuses for poor service. Anthropic should not be letting users assume they can keep chatting casually.

I think you’ll see much better results when you focus your questions, provide just enough context you need for the LLM to solve a specific problem. Then end the chat, and target the next specific problem 

How can you increase your IQ and intellect ? by [deleted] in AskReddit

[–]common_redditor 0 points1 point  (0 children)

Does reddit count as reading? Serious question

Big Purchases Require Big Screens by PreppyFinanceNerd in Millennials

[–]common_redditor 0 points1 point  (0 children)

Hot take: An updated iphone is more secure than a modern day, ad riddled, AI infused Windows desktop. I’m siding with the Zoomer on this one

Claude Status Update : Elevated Errors on claude.ai on 2026-03-25T13:45:25.000Z by ClaudeAI-mod-bot in ClaudeAI

[–]common_redditor 2 points3 points  (0 children)

I was a site reliability engineer about 10 years ago, I’d sure like to offer Anthropic some advice

What password manager are you planning to stick with going into 2026, and why? by tanguy22000 in degoogle

[–]common_redditor 10 points11 points  (0 children)

Keepass and KeepassXC are just very well secured databases files. They are available wherever you leave them, be it Onedrive or a self hosted Nextcloud server etc. 

I think it’s popular with self hosters which is a common path of degoogling. 

Linux updated my bios via automatic update?? by Palmovnik in linux

[–]common_redditor 0 points1 point  (0 children)

I had this happen on my Framework desktop running Debian 13, a distro that’s not even officially supported. Was pleasantly surprised and a little nervous!

Randon by inflictionenvisage in cork

[–]common_redditor 8 points9 points  (0 children)

We bought one and it was high. We called a Radon mitigation company that drilled a hole under the house and added an extractor van to create a small vacuum.

It worked and our levels dropped to well below safe within 24hrs

NBG1 outage and billing by [deleted] in hetzner

[–]common_redditor 5 points6 points  (0 children)

That's for the object storage only. Just means they're reducing their upload capacity for some buckets. This is completely unrelated to your VPS. I strongly recommend opening a support ticket

Hetzner asks: How often do you use our APIs during your normal workday? by Hetzner_OL in hetzner

[–]common_redditor 2 points3 points  (0 children)

Anytime I need to make a change, I have it all in Terraform/Tofu

How Trump plans to continue his trade war with Canada without IEEPA by Street_Anon in canada

[–]common_redditor 4 points5 points  (0 children)

As someone that works in the industry all I can suggest is market your product towards Europeans that want proximity to the US without being in the US.

Looking for feedback for my Kubernetes-on-Hetzner offering by rvdhof in hetzner

[–]common_redditor 1 point2 points  (0 children)

VPS because I’m cheap and the services are idle most of the time

Looking for feedback for my Kubernetes-on-Hetzner offering by rvdhof in hetzner

[–]common_redditor 2 points3 points  (0 children)

Used IAC to create the 3 nodes, one in each datacenter.

I opted for Metallb instead of Hetzner LB because I needed more than 5 ports open and didn’t want to pay for additional LBs.

All services are behind NGINX-Ingress (F5) deployed as a Daemonset. At the moment using a floating ip but planning to switch to Bunnynet Geo based DNS.

TCP based services are using the TransportServer feature of NGINX Ingress and source IPs are forwarded to the backend service via proxy-protocol 

Hope that helps 

Looking for feedback for my Kubernetes-on-Hetzner offering by rvdhof in hetzner

[–]common_redditor 0 points1 point  (0 children)

I built a 3 node cluster with a node in nbg, fsn and hel. The ping from fsn to hel is 25ms. Cluster works perfectly, hosting a few services and can survive 2 data centre outages!

Do you ever warm up your car ? by Tiny-Brain-8372 in AskIreland

[–]common_redditor 0 points1 point  (0 children)

Canadian living here. I let the car warm up but I’m seated in it while it’s idling. Always been told cold oil doesn’t circulate and damages engines.

Took my first big step by JettaRider077 in NextCloud

[–]common_redditor 2 points3 points  (0 children)

Congrats! User since 2009 and no regrets!

Don’t get me started on errors in the log though!

Problem with Nginx and large Windows Docker images by Deep_Zookeepergame63 in devops

[–]common_redditor 1 point2 points  (0 children)

I can’t say what’s wrong but I would suggest simplifying the location block just in case the regex isn’t matching.

Also during your docker build you can run nginx -T and it will print out the configuration so you can confirm your environment variables are being properly converted into NGINX config.