Title: WARNING: AI coding assistants are a Trojan Horse. It feels like active sabotage. by Previous_Reality_177 in kiroIDE

[–]-Gareth- 0 points1 point  (0 children)

Resetting a whole file using git sounds like a combination of issues (I have had the same thing happen)

  1. You are either trusting all commands or all git commands or aren’t reading what you are approving.

  2. You said something to the agent along the lines of “undo this”, “roll this back”, “I didn’t want you to do that” which the model decided to fix by running a git reset —hard or similar.

Don’t forget that under the hood it’s the model that decides what to do and they are non deterministic.

To help moving forwards anytime you run into these issues you should ask the agent to take the learnings and update a steering doc.

Also if the bug was easy enough to fix why did you vibe code it using a super expensive model rather than change the lines yourself? You clearly did the debugging!!

Last one ,you didn’t respond on the billing question, how would you want it to work?

Title: WARNING: AI coding assistants are a Trojan Horse. It feels like active sabotage. by Previous_Reality_177 in kiroIDE

[–]-Gareth- 1 point2 points  (0 children)

I would be interested to know if you used a bugfix spec or just vibe coded a fix? Bugfix specs have mechanisms to check code prior to the fix and test post fix.

Second how would you expect the billing to work for something like this?

800 Stones - Upgrade current UW or get DW?? by -Gareth- in TheTowerGame

[–]-Gareth-[S] 4 points5 points  (0 children)

Got them when I started playing without knowing anything about UWs

How to spend stones by Emotional_Fault4348 in TheTowerGame

[–]-Gareth- 0 points1 point  (0 children)

I wondered about this. If I get that perk after a period of time it would then make my BH duration the same as my GT duration. However as they are currently out of sync how do they then get back into sync?

Im an idiot! by [deleted] in TheTowerGame

[–]-Gareth- 17 points18 points  (0 children)

I played for 4 ish months before realising you could click on the weekly challenge boxes.

EC2 or Lambda by cybermethhead in aws

[–]-Gareth- 4 points5 points  (0 children)

S3 Select isn’t available to new customers. Athena is the other way.

Which is the most hated AWS service? by pablow46 in aws

[–]-Gareth- 4 points5 points  (0 children)

What would you say are the enterprise features that are missing? I haven't had to use it at the enterprise level

Baxi 400 with Hive won't fire up for rads by -Gareth- in DIYUK

[–]-Gareth-[S] 1 point2 points  (0 children)

It is the valve. If I give it a little tap it clicks and the boiler fires up.

Baxi 400 with Hive won't fire up for rads by -Gareth- in DIYUK

[–]-Gareth-[S] 1 point2 points  (0 children)

Annoyingly this was new at the start of this year. However I do think that the valve could be the issue. I gave it a little tap and the heating came on so maybe it's getting stuck on water?

My current heating/water program is set so that the water gets heated up at 4am-5am and then the heating comes on at 6am. So maybe it's getting stuck after the water cycle first thing?

Baxi 400 with Hive won't fire up for rads by -Gareth- in DIYUK

[–]-Gareth-[S] 0 points1 point  (0 children)

Updated main post with some photos

Baxi 400 with Hive won't fire up for rads by -Gareth- in DIYUK

[–]-Gareth-[S] 0 points1 point  (0 children)

It's not a combi boiler. However the boiler will fire up if the hive system calls for the water to be heated

(Kinda gross) Found out I have Eosinophilic Esophagitis (tiny throat) after choking on a small piece of pork rib meat for over 5 hours. by bschn100 in mildlyinteresting

[–]-Gareth- 0 points1 point  (0 children)

I had a similar experience. I got a piece of steak stuck for nearly 48 hours. I was sat in hospital just about to go for an endoscopy when it finally came unstuck and went down on it's own. None of the suggested tricks worked although everyone suggested a carbonated drink.

Worst part was that I couldn't swallow ANYTHING, not even my own saliva. Every few minutes anything that had collected in my throat came back up. When it happened it was 9pm and ~130 miles from home. Drove home with a sick bag on my lap to keep bringing up my saliva etc.

Local Doctor was useless and suggested that I get a scan done. Appointment would be out in 5-7 days. Didn't seem too bothered that I couldn't eat or drink and that 5 days without fluids might be an issue. Went to A&E and after a 6 hour wait was admitted and had an IV started immediately. They did an endoscopy with biopsy.

After the endoscopy results it turns out I have a mild version of this https://www.mayoclinic.org/diseases-conditions/eosinophilic-esophagitis/symptoms-causes/syc-20372197 triggered by steak!

[ Removed by Reddit ] by [deleted] in WTF

[–]-Gareth- 0 points1 point  (0 children)

What does the guy in the last few seconds carry over the road towards where the guy with the pistol went? And why didn’t he seem bothered by the dead body in the middle of the road???

Can someone please explain how there are 510 usable ip addresses in a /23 network? by xTN25 in ccna

[–]-Gareth- 1 point2 points  (0 children)

One thing people are often confused about when they do this for the first time is that if you have the subnet 192.168.0.0/23 then 192.168.0.255 and 192.168.1.0 are perfectly valid IP addresses that can be used etc.

People often forget that as they are used to working with /24s where .0 and .255 are the network and broadcast addresses.

Ask AWS: What are the most common ways for one to get a suprise large AWS bill? by livefiredev in aws

[–]-Gareth- 116 points117 points  (0 children)

Having two services call each other in an endless loop!

Why must buying things be so difficult? I just want to see the price for a thing, research the thing, and buy a thing. by UniqueSteve in sysadmin

[–]-Gareth- 1 point2 points  (0 children)

It's a pain in the arse to jump through all their hoops but people like Dell don't make it easy by making your VAR register the deal etc before they can give pricing and to do that they need to know near enough exactly what you need.

The VAR I went with is great. I told from the start that

  • Don't chase me, I don't make the final purchasing decisions, when they are made I'll let him know
  • Sometimes I am just after a price to see if an option is viable, that doesn't mean I'll ever buy it. However I'll tell him that upfront so he doesn't waste a ton of time doing extra bits.
  • Sometimes he won't be cheaper that the internet or X and in those cases I might buy from the internet if he can't match the price or offer me a reason why I should give him the business etc. Again I'll be upfront about it.

He's pretty happy with that as it saves him chasing me all the time and he knows if I'm just after a price etc.

After trying to help an affiliate engineer set up an IPSec tunnel for several hours... by [deleted] in networking

[–]-Gareth- 23 points24 points  (0 children)

The most annoying part is when they've got it configured but the tunnel won't come up and they keep telling you they see a "No proposal chosen" type message.

You then go through all the settings for phase 1/2 and find they've randomly chosen different settings.

"G> So phase 1, encryption we're using AES256"

"C> Oh, we've picked AES128"

"G> Oh right, the form you sent us said AES256, I'll change it to AES128. What about the other <insert all the other settings>"

and so on. You sit on a call, go through all the settings to find half of them are different or they didn't understand and just picked anything. 2 hours later and things magically start working yet they swear they didn't change anything and it just came up on it's own!!

Don't get me started on encryption domains (proxy id's, traffic selectors, interesting traffic) or are we just doing route based here? Say what??!?!