Buckshot

joined 3 years ago
[–] Buckshot@programming.dev 5 points 2 days ago

UK introduced a tax on high sugar drinks a few years ago. Most drinks changed their recipe to be under the threshold and taste weird now. Coca Cola was the only one that didn't. I just looked and a 24 pack of cans is £15.25 for original where diet and zero are on sale at £8.50. The tax is only about £2 on that though so no idea why it's so much more.

I pretty much entirely stopped drinking all of them though because I can't stand the taste now so I guess the tax worked. They are lowering the sugar threshold again in a couple years so I imagine more recipe changes are coming.

[–] Buckshot@programming.dev 2 points 2 days ago (1 children)

I've grown cayenne for the first time this year. I've got so many! It's only in a 15l pot.

[–] Buckshot@programming.dev 2 points 2 days ago

Yeah, decent tomatoes here are like £3 for 250g. Last year I grew 55kg. This year not going so well but also I planted a lot less.

[–] Buckshot@programming.dev 7 points 4 days ago (2 children)

I accidentally saw a youtube ad today. It was a fake product with ai video and voice over. Complete scam. It was several minutes unskippable so i assume that's expensive. They must be hoping to scam a lot of people. I had no idea it had gotten so bad.

[–] Buckshot@programming.dev 21 points 1 week ago

I've been on the site since 2008 i think. Used to use it loads. Posted questions and answers. The question i actually got an answer to was 2018. Since then it would just get nothing. Sometimes a mod might tweak it a bit in a pointless way but just no answers. Gave up in the end.

[–] Buckshot@programming.dev 3 points 2 weeks ago

Given the Dutch on the price labels I'm guessing Euros

[–] Buckshot@programming.dev 3 points 2 weeks ago

Meanwhile gas has been really reliable this year...

[–] Buckshot@programming.dev 5 points 2 weeks ago

I worked on new SCADA for a water company across all theirs sites. Previously they were a mismatch of different systems and all airgapped.

They standardised everything and put them all on VPN. Suddenly you could access the secure water treatment works with 24/7 security guards and the control room was a bunker, from the unmanned rural sewage works with a portacabin for the server, the key hidden under a brick, and wifi for the PLCs.

The sewage works had always operated like that because it was deemed low risk. No one considered the VPN changed the threat model.

[–] Buckshot@programming.dev 6 points 2 weeks ago (1 children)

Yeah but then someone has to actually read it to grade it

[–] Buckshot@programming.dev 16 points 3 weeks ago (1 children)

We've all done that at some point.

That sinking feeling when your quick update doesn't return immediately.

Good to get into the habit of wrapping your queries in a begin transaction/rollback until you verify the result 😁

[–] Buckshot@programming.dev 1 points 4 weeks ago

Yeah, it's insane what it costs. We spend about $20k/month and that's after a big oush to reduce costs.

I'm sure that's tiny compared to many but like I said we're only about 20 employees.

It's pervasive as well, all those SasS products are probably running on AWS or one of the other big ones and so their cloud bill is baked into the prices. You end up paying them a dozen different ways.

[–] Buckshot@programming.dev 9 points 4 weeks ago (3 children)

I work for a really small company (20 people) that uses AWS. We discussed moving off and concluded it would be a multi year effort. I can't even imagine how much work this would involve

 

We're using Terraform to manage our AWS infrastructure and the state itself is also in AWS. We've got 2 separate accounts for test and prod and each has an S3 bucket with the state files for those accounts.

We're not setting up alternate regions for disaster recovery and it's got me wondering if the region the terraform S3 bucket is in goes down then we won't be able to deploy anything with terraform.

So what's the best practice for this? Should we have a bucket in every region with the state files for the projects in that region but then that doesn't work for multi-region deployments.

view more: next ›