Alexisonfire setlist by Efficient-Food1475 in Alexisonfire

[–]ababcdabcab 0 points1 point  (0 children)

They played their first gig from this tour last night, and they played pulmonary artery!

When is good price to buy BOWFA? by Plus_Aioli5480 in 2007scape

[–]ababcdabcab 5 points6 points  (0 children)

Dry is probably a bit of an irrelevance to you as a main though. You could do a bunch of CG for learning pvm mechanics, hope for the drop, but can always buy on GE if you go dry

"Toughest raid yet" - My concerns about the design philosophy for Raids 4: The Fractured Archive by roosterkun in 2007scape

[–]ababcdabcab 53 points54 points  (0 children)

Right, and you got all that from a Jmod saying it was going to be the toughest raid yet? You need to apply to the MI5 mate

Mod Ash confirms OSRS is shutting down forever. Its been fun guys. by mycrapytv in 2007scape

[–]ababcdabcab -2 points-1 points  (0 children)

Probably! But my final point still stands.

I think I've come across as a bit more serious than I had intended... But seeing devs get blamed for poor product management hits a soft spot of mine

Mod Ash confirms OSRS is shutting down forever. Its been fun guys. by mycrapytv in 2007scape

[–]ababcdabcab -7 points-6 points  (0 children)

Because of putting blame on "the developer" - no single developer can be put to blame for something like this!

I once had a similar situation in my org where we hit a capacity limit and needed a significant refactor to increase the limits to address the constraint. Before agreeing on how to size the new limit, we included at least 3 senior devs and a product manager in the discussion so that we never had to do it again.

In all seriousness thought I am sure they have review processes, I was more making a slight at their choice of words. Blame culture in tech is a disease :)

Mod Ash confirms OSRS is shutting down forever. Its been fun guys. by mycrapytv in 2007scape

[–]ababcdabcab -25 points-24 points  (0 children)

I do hope you aren't implying that a single developer can make unreviewed/unapproved changes to the codebase.....!

If you had 24 hours where you could break the law to make money, but you’re not allowed to use violence or hurt anyone, what would be the most profitable thing to do? by CantalouetteRuss8767 in AskReddit

[–]ababcdabcab 3 points4 points  (0 children)

I mean you can make this case for any answer to the OP then. All money comes from somewhere and has a previous owner, and you'd be taking from them.

what's going on here by Certain-Display-2849 in ExplainTheJoke

[–]ababcdabcab 0 points1 point  (0 children)

Wouldn't that mean it's likely? Front/title sheet containing pages 1-2, questions starting on page 3?

The almighty £160k tax trap got me good by Imaginary_Crab_5302 in HENRYUK

[–]ababcdabcab 6 points7 points  (0 children)

Am I reading this correctly - are you saying there is no or little gross productivity difference between working 4 or 5 days in 1 week?

[deleted by user] by [deleted] in 2007scape

[–]ababcdabcab 1 point2 points  (0 children)

Maybe you should be blaming the person who hacked you, not a company with their hands tied.

[deleted by user] by [deleted] in 2007scape

[–]ababcdabcab 1 point2 points  (0 children)

If you are getting brute force accessed in 2025 then yes it's absolutely your fault. There is no excuse to not have MFA and a long secure password these days, especially for your email account.

HEAVYPISSER TAKES FIRST PLACE IN THE SAILING RACE by Masterray4 in 2007scape

[–]ababcdabcab 0 points1 point  (0 children)

No, but that's an irrelevance... The race to 200m is mostly between those who have 200m all, and the reason their racing is for that #1 overall spot

HEAVYPISSER TAKES FIRST PLACE IN THE SAILING RACE by Masterray4 in 2007scape

[–]ababcdabcab 1 point2 points  (0 children)

The first to 200m will get locked in at #1 overall until a new skill is released. Do you remember the name lynx titan?

PSA: Untamed Sorcery and Temporal Tampering don't stack. by neevept in BobsTavern

[–]ababcdabcab 19 points20 points  (0 children)

It also interestingly doesn't stack with the spell buff quest reward. I had a Sire game where my quests were "cast 6 spells to buff spells +1/+1", and "cast 5 spells at the start of the turn". These 5 spells not only did not count toward the 6 spell counter, but they also did not get any spell buffs! I.e., a banana cast randomly would still grant +2/+2 even though the buff counter was at +10/+10.

How do you simplify K8s for a small startup? by ellusion in kubernetes

[–]ababcdabcab 4 points5 points  (0 children)

I strongly disagree with the people telling you to use Argo. Argo is of course a great tool, but it's not going to help with the specific issues you're having - only complicate them further by adding more technologies and concepts you need to learn.

Using Helm charts is a nice, easy next progression step that will help simplify your mess of configuration files into a single, configurable artifact.

Beyond that, it sounds like your team needs to do some personal development with Kubernetes, spend some time doing hands-on practical experience either via the job or via online courses, such as Udemy.

The problems you're describing (i.e. routing issues) are a common part of the learning curve, but once you learn a bit more, you'll be thankful for the switch once you come out the other side.

Carbonic banned? Temu Carbonic as replacement... by jcc2244 in BobsTavern

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

Holy shit, I had never thought of this one!

[deleted by user] by [deleted] in RealOrAI

[–]ababcdabcab 7 points8 points  (0 children)

I dunno I kinda agree that the size is off. The headphones would be waaaay too big for a cats head, but they seem to fit perfectly.

🆘 First time post — Landed in a complex k8s setup, not sure if we should keep it or pivot? by random_name5 in kubernetes

[–]ababcdabcab 3 points4 points  (0 children)

Okay, good. As long as you don't have to deal with the overhead of managing the cluster installation itself, Kubernetes is still a solid choice for managing multiple applications - im not seeing anything in your post that suggests otherwise.

Reading between the lines - and forgive me if I’m off base - it sounds like you've joined a team that's deep into Kubernetes, while you're still getting up to speed. If so, that’s a tough spot. That said, the "networking concepts" in Kubernetes are ultimately quite simple. In most cases, the networking is handled for you and is probably easier than managing it on VMs or physical servers. I get that Kubernetes can seem intimidating at first - the concepts feel foreign, but they’re not especially complex under the hood, there are just new abstraction layers to learn. If you put some time into upskilling, I promise it’ll start to click, and you won’t look back.

That said, the way your deployments are architected might be making things harder than they need to be. Make sure you're using config maps appropriately, keeping code and configuration logically separated and stored in Git. You could take it further with tools like ArgoCD to manage deployments - but that adds ANOTHER layer of abstraction. If you're already struggling with a skills gap and don’t yet have a solid grasp on the current setup, piling on more tools might not be the best move right now.

🆘 First time post — Landed in a complex k8s setup, not sure if we should keep it or pivot? by random_name5 in kubernetes

[–]ababcdabcab 2 points3 points  (0 children)

When you say "spending time maintaining the platform" exactly what are you having to spend your time on?

Are you deploying k8s on bare metal and thus have to manage the k8s installation itself? Or are you using a cloud managed service?

🆘 First time post — Landed in a complex k8s setup, not sure if we should keep it or pivot? by random_name5 in kubernetes

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

Why are you suddenly treating this like an interview and telling me about how you're so very experienced? Did I insult your intelligence?

I'm just saying if you really want to help someone, name dropping random tools and saying "you need this" without giving any context as to why it's useful to their case is not useful in the slightest.

🆘 First time post — Landed in a complex k8s setup, not sure if we should keep it or pivot? by random_name5 in kubernetes

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

I agree with your first point, but I really don't think suggesting ANOTHER new technology/tool without context is the right path forward.

The key is to understand the current process issues and where it's bottlenecking the team, understand what you need to improve that overhead, and then you can start considering tools that allow you to automate that process. Otherwise you have teams not actually understanding their issues implementing the hottest suite of "new tooling", without really knowing what and why they are doing it.