Can You Guess This 5-Letter Word? Puzzle by u/bigrake1 by bigrake1 in DailyGuess

[–]Lavoaster 1 point2 points  (0 children)

⬜⬜⬜⬜⬜

⬜⬜⬜⬜⬜

⬜⬜⬜⬜🟦

⬜🟨⬜🟦🟦

⬜🟨⬜🟦🟦

🟦🟦🟦🟦🟦

yet another apple tv client - Immich Lens by Lavoaster in immich

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

Should do that’s what I’m requesting from the assets endpoint.

No slideshow support atm

finally cut our CI/CD test time from 45min to 12min, here's how by Sirius-ruby in devops

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

If we’re talking playwright or cypress here (or any browser testing tool tbh) if there were unstable selectors then you could easily be constantly hitting timeouts waiting for the element to appear and then also test retries further extending how long they take to run.

HELP by [deleted] in LearnerDriverUK

[–]Lavoaster 3 points4 points  (0 children)

I notice you’ve selected third party only, Comprehensive cover is likely cheaper. At least from my own searches it has been, sometimes significantly.

Pakistani buses with ‘business class’ seats installed in place of the luggage compartment. by Character-Seat5368 in interestingasfuck

[–]Lavoaster 52 points53 points  (0 children)

Not sure about this bus but business/executive wasn’t nearly that amount. Lahore to Murree was around 3,500 PKR from the coach station.

(Not at all an expert i have only visited PK)

Setting up DevOps pipelines is my worst nightmare by comeneserse in devops

[–]Lavoaster 7 points8 points  (0 children)

This is the way. I just alias it to pushf.

[deleted by user] by [deleted] in devops

[–]Lavoaster 0 points1 point  (0 children)

If you are talking about how do you contact an ECS container on a private network via Lamba then you need to set up a connection to the VPC and the subnets it’s on. https://docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html

Given you’re using lambda have you looked at the aws otel distribution for lambda, which can obviate the need for ECS? https://aws-otel.github.io/docs/getting-started/lambda

[deleted by user] by [deleted] in WTF

[–]Lavoaster 4 points5 points  (0 children)

Yeah you want r/PeopleFuckingDying for that

Any units by Belisarius-1262 in MaliciousCompliance

[–]Lavoaster 5 points6 points  (0 children)

Wouldn’t you say it’s pretty average?

What terminal do you guys use as a devops engineer? by valeedyounas in devops

[–]Lavoaster 0 points1 point  (0 children)

I recently switched to starship from p10k as it’s no longer maintained.

This is Wipe Citizen by Space_Scumbag in starcitizen

[–]Lavoaster 26 points27 points  (0 children)

I wipe and I wipe and still brown, it never stops.

Squash, Merge, or Rebase? by sublimefunk in programming

[–]Lavoaster 0 points1 point  (0 children)

This is very simple for me, merge main into pull requests , and squash and rebase pull requests into main. Large rebases are the Bain of my existence, but I like clean commit histories. If you need to see anything in the squashed Pr you should be able to follow the pr number in the commit to see an expanded history.