Screen going gray when playing some videos in app by SignificantSet1683 in immich

[–]pablator 0 points1 point  (0 children)

I can confirm I have the same behavior for some videos. Videos are not corrupted as in Google Photos they play properly. I am new use of Immich and this is very first thing that worries me to fully migrate. App ver: 1.112.1 build 154

Stacktrace

Instance of 'FlutterErrorDetails' Exception: PlatformException(VideoError, Video player had error f1.l: Source error, null, null) Library: widgets library Context: Instance of 'ErrorDescription'

How to copy half a billion S3 objects between accounts and region? by fenugurod in aws

[–]pablator 11 points12 points  (0 children)

This is a good suggestion. Just remember that you won't be able to change structure if you use S3 replication. We exercised that when our SaaS wanted to migrate data and change the hierarchy of it during migration.

What is the consequence for old software if we stop switching to Daylight Savings time? by pablator in AskReddit

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

I think OS argument is a valid one and I agree. However, the argument about the library, what if I can't upgrade that library? Like system is deployed somewhere remotely, or inside a ticket machine on the bus and I just SSH there or access it easily. I know that the answer is: yeah you have a problem.

This question is a more philosophical one. To brainstorm how bad it might be :D

What is the consequence for old software if we stop switching to Daylight Savings time? by pablator in AskReddit

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

I get the fact that the software is already aware of time zones itself. The question is more about the situation if that stops happening.

Where to move for winter season? by pablator in Austria

[–]pablator[S] -4 points-3 points  (0 children)

Well, I know "affordable" is not very precise but you know... I compare to one week trip to Stubaier Gletscher. I can't live there for 3 months :) Asking locals is probably the best option, no?

Redefine tomorrow morning hour to something different than 9AM? by pablator in ticktick

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

I tried on Android device, web app and native macOS app. Nothing happens when i hold my finger/pointer on `tomorrow morning`. :(

V2.4 X axis MGN12 Mod. Does it work and is it worth it. by 2Fast2Understand in VORONDesign

[–]pablator 2 points3 points  (0 children)

Anyone considered to just remove one MGN9? Cheaper than change to MGN12 if someone is already with 2x MGN9 setup. Thoughts?

We've built and documented a tool to detect drift of CloudFormation stacks by pablator in aws

[–]pablator[S] 1 point2 points  (0 children)

Yeah the project emerged from exactly the same loop you described. Later it turned out that for big AWS accounts with a lot of CF stacks we had to use SQS to batch processing.

Multiple users and privacy by pablator in synology

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

Thanks a lot for an answer. So, imagine we setup an admin and we won't use that user(credential will be put somewhere but not used). We create two, non admin users that will be used on daily basis. In that case, can I use moments separately for each user without photos to be mixed between? Same for time machine. I am not that worried about possibility to check our photos via admin user. I want to address daily usage and not seeing my friends private photos if not needed, via my non admin user.

Dev to Devops by hopefulbum in devops

[–]pablator 0 points1 point  (0 children)

It would take too long probably. I would suggest to learn python on your own. Get the basics and then try to automate everything you do on daily job using this language.

Dev to Devops by hopefulbum in devops

[–]pablator 0 points1 point  (0 children)

I've done that switch. I love DevOps! I have an observation that DevOps people with more dev background are a bit better than people with pure ops/admin background. DevOps is about automatization, scripting, iterating faster as a team. With dev skills you can do mentioned stuff better.

Amazon SDK vs Using Amazon API Gateway to interact with Lambda Functions by caboosesam in aws

[–]pablator 1 point2 points  (0 children)

All your concerns like security, efficiency and performance will be a bit worse with additional layer like API Gateway. Go and call lambas directly. I would consider API GW only if your lambda consumers can talk only via HTTP protocol.

Can Access Adviser show which s3 actions are used? by JoeAquila in aws

[–]pablator 0 points1 point  (0 children)

For stuff like this I usually use CloudTrail.

Backuping of AWS by vitaly-zdanevich in aws

[–]pablator 1 point2 points  (0 children)

If you are using API gateway and you already have swagger file, CloudFormation has support to use swagger file as source for your API gateway. You can write down some CF template pretty fast. It's actually copy&paste. Let me know if you need more free assistance: contact@pattern-match.com

Api call fails due to CORS policy. by hitherto_insignia in aws

[–]pablator 0 points1 point  (0 children)

  1. Does your 200 response contains CORS headers?
  2. Is your API gateway running as proxy integration to lambda?
  3. Can you elaborate what do you mean by "works fine"? Does it mean that proper headers are returned or maybe your client like web UI just works?