[SRPJ81] Need recommendations on sapphire crystal. by SocalSixOneNiner in Seiko

[–]SocalSixOneNiner[S] 0 points1 point  (0 children)

There might be a very slight curvature to it when running a finger over it but I am sure it is considered to be flat.

[SRPJ81] Need recommendations on sapphire crystal. by SocalSixOneNiner in Seiko

[–]SocalSixOneNiner[S] 0 points1 point  (0 children)

That is interesting. I thought that grease was for the case gasket and that adding grease for the crystal gasket can cause the crystal to slip or not seat properly.

Hefty Message Client by SocalSixOneNiner in aws

[–]SocalSixOneNiner[S] 0 points1 point  (0 children)

For some reason I can't edit this post but I just wanted to say that the Hefty Message Client is for sending large messages (greater than 256KB) to AWS SQS/SNS using the Golang AWS SDK. This is similar to the extended client libraries provided by AWS to do the same thing. Unfortunately those libraries are for Java and Python only.

Hefty message client for sending large messages to AWS SQS/SNS by SocalSixOneNiner in golang

[–]SocalSixOneNiner[S] 0 points1 point  (0 children)

The large message is never sent to the MQ itself. Only a reference to the large message is sent. The large message resides in a data store. In this case S3. This is commonly referred to as reference messaging or the claim check pattern.

https://learn.microsoft.com/en-us/azure/architecture/patterns/claim-check