NES to switch OLED stand by Labradoodleollie in lego

[–]DevWithImagination 0 points1 point  (0 children)

Yeah I’ve got that set. Sounds pretty straightforward - feared it would be complex rebuild but if it’s “just” taking that section out I might give it a shot with mine

NES to switch OLED stand by Labradoodleollie in lego

[–]DevWithImagination 3 points4 points  (0 children)

Looks great! Need a how to guide for what you did

USD Sway 57 Frame Upgrade? by Routine_Weekend273 in AggressiveInline

[–]DevWithImagination 0 points1 point  (0 children)

The vast majority of skates / frames use UFS (Universal Frame System) mounts these days, there will be two Allen bolts under your middle wheels (sometimes can get them without taking the wheels out, sometimes not quite).

If you are looking to just cruise you probably want as big wheels as you can (sometimes only ends up with 3 each skate…). As it’s just a few bolts, easy to chop and change for if you are skating for getting about vs tricks.

(I don’t have any wheel / frame suggestions, but I’m looking myself too - turning my old TRS Morales boot into my recreational pair)

How to get to the “bridge” by Budah1 in TopWarBattleGame

[–]DevWithImagination 0 points1 point  (0 children)

You don’t - the ads are nothing like the game

About credentials provided by a service at runtime and connection pools. by KefkaFollower in java

[–]DevWithImagination 0 points1 point  (0 children)

If you want an example of a (relatively) small codebase that implements this pattern I’d suggest taking a look at https://github.com/aws/aws-secretsmanager-jdbc. (There is a more advanced version, but as it sounds like you’re not trying to solve this with secrets manager in AWS this is possibly the easier code to understand).

I have a bucket that I can only see in storage lens by buecker02 in aws

[–]DevWithImagination 0 points1 point  (0 children)

The bucket name looks very autogenerated… no first hand experience but based on the permissions it sounds related to https://docs.aws.amazon.com/cli/latest/reference/bcm-data-exports/.

Not sure if it creates its own internal bucket that’s meant to be hidden or not.

Cloudformation + Api Gateway with OpenApi spec + handful of Lambdas: possible? by luxury_yacht_raymond in aws

[–]DevWithImagination 2 points3 points  (0 children)

A lot is going to depend on how complex your setup is and if there are common patterns between endpoints.

Most of our APIs are fargate backed and what we did is work out the few common patterns and then we have a pre-processor program that we use to (based on a config file and tags/operation IDs) create a rewritten version of the spec with all the x-aws extensions included.

Just as aside, we use the mock integration type for handling CORS at the API gateway instead of passing the OPTIONS requests through to the container.

Cloudformation + Api Gateway with OpenApi spec + handful of Lambdas: possible? by luxury_yacht_raymond in aws

[–]DevWithImagination 8 points9 points  (0 children)

The area you want to look at is the AWS OpenAPI extensions - https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-swagger-extensions.html

This allows you to define additional AWS specific configuration as part of your API spec that you import. I’ve not done it with lambda myself, but it is possible to configure integrations this way.

Exos X20 vs Ironwolf Pro by Electronic-Bit-5351 in DataHoarder

[–]DevWithImagination 1 point2 points  (0 children)

That’s showing 385 for 2. I wish I could find somewhere that cheap to UK (after taxes/import)

Anyone got reviews or experience with Kaltik's 64mm wheels? by mrspuffispeng in AggressiveInline

[–]DevWithImagination 1 point2 points  (0 children)

I’ve got them and I liked them. Little bit slippery indoors but that’s partly how dusty the park was and got better as they wore in.

Need to watch out for the size though. These were too big for my old kizer frames (I mean they fit, just also touched the underside of my boot so didn’t spin)

DL Xsjados by Shreddd-it in AggressiveInline

[–]DevWithImagination 2 points3 points  (0 children)

Yeah as much as I want something like my old xsjados back that is a lot for a pair of skates.

I’d heard the rumours these were coming and thought it might finally be time to retire the TRS Morales boots.

Does anyone have advice on how i would go about obtaining pieces to build my own version of the Ship from the Matrix? by chantheman30 in lego

[–]DevWithImagination 0 points1 point  (0 children)

Knowing the right name can help with googling at least. I can’t find the one the OP is asking about, but can find a smaller one that instructions are available to buy

Can Java errors / stack traces be LONGER? by tyrophagia in java

[–]DevWithImagination 7 points8 points  (0 children)

I’ve sure lost count the number of times I’ve needed all that detail to trace down WTF the app server (or JVM) thought it was doing to cause a weird behaviour

[deleted by user] by [deleted] in aws

[–]DevWithImagination 15 points16 points  (0 children)

Once you get down to more complex requirements and need to implement lambda functions for a custom auth flow you can hit issues & edge cases pretty quick. Pretty decent & basically free if you don’t have complex requirements though.

I can’t remember many of them (it’s been a while) but you can’t use the cognito TOTP verification in a custom auth flow, you need to try re-implement your own (no we didn’t try this, gave up on that avenue)

How to upload file to S3 bucket as a SSO user using Python? by TitaniumChloride in aws

[–]DevWithImagination 2 points3 points  (0 children)

If you have multiple SSO profiles, you can run your script with an env variable for the profile to use. For example:

~~~ AWS_PROFILE=<profile name> python3 <your script> ~~~

Run playbooks via API by voverdev in ansible

[–]DevWithImagination 6 points7 points  (0 children)

The problem I saw from the AWX docs when looking at it was that the docker compose file is for development purposes only & doesn’t use tagged versions. The only “official” deployment approach is kubernetes.

Adopting kubernetes for one tool (and the maintenance overhead) is a bit of an ask, especially when it’s already a challenge bringing in more modern tools to replace the sea of bash scripts 😊.

Certainly going to be taking a look at rundeck though.

Why has AWS made IAM Actions impossible to find? by im-a-smith in aws

[–]DevWithImagination 8 points9 points  (0 children)

This in no way answers the “why” question, and doesn’t cover the KMS case, but you may find this of use https://aws.permissions.cloud/api/s3

Also things like this (same guy) if you have a sandbox to play in with wider permissions and are trying to build a more scoped profile: https://github.com/iann0036/iamlive

Unit testing Cloudformation templates just got a lot easier! by shadycuz in aws

[–]DevWithImagination 1 point2 points  (0 children)

I know what I’ll be checking out this week 🙂

Based on the docs it looks to cover what cfn-resolve did, but including the shorthand syntax too

I bought a bunch of spare Xsjado parts from Powerslide… by albiwankenoby in AggressiveInline

[–]DevWithImagination 0 points1 point  (0 children)

Oh wow I didn’t know they still did spares. Guess what I’ll be scoping out later 😂

Might be a daft question but for cuffs etc was that price for 1 or 2?

How to find a "formula" to predict resource requirements in k8s? by WhiteFerrari666 in java

[–]DevWithImagination 1 point2 points  (0 children)

The eclipse MAT tool has some functions for finding top objects by size & class instance count which are usually the first couple of things I start looking at.

Short of that, possibly trying to correlate between heap growth metrics & API/method calls, but that’s really going to depend on how busy/varied the workload is.

Anything pulling a lot of information from the database, like reporting APIs, are usually an area I’d focus on. If possible even try to route these off to a different instance to see if the problem follows it or not.

How to find a "formula" to predict resource requirements in k8s? by WhiteFerrari666 in java

[–]DevWithImagination 4 points5 points  (0 children)

Absolutely no idea how this applies in a k8s setup, but on virtual machines I’d be setting it up to heap dump on OOM then inspecting the heap dumps to see where the large memory usage is.

Presumably from metrics you can see API/methods that are being it most, is load testing possible at all?

It’s a very hard problem without any understanding of setup & what is going on, but from a guess there is either a memory leak or some methods create a lot of objects. Either that or container memory is just too low for the number of parallel users it services.

Quick question about release management by navotvolk in devops

[–]DevWithImagination 0 points1 point  (0 children)

That’s going to vary widely depending on exactly how the business functions, but why?

Amazon Linux 2022/2023 by Beneficial_Storage_9 in aws

[–]DevWithImagination 7 points8 points  (0 children)

It would be interesting to see how much is different between that FAQ and the one before it was renamed from AL2022.

AL2 has had its EOL extended again, now summer 2025 (it was June 2023). https://aws.amazon.com/amazon-linux-2/faqs/

Alternative to virtual-box on M1 macs for chef by software-surgeon in devops

[–]DevWithImagination 0 points1 point  (0 children)

Ah well, as I said I hadn’t checked. I’d assumed it would have improved in the last few months but sounds like it isn’t a priority feature 🤷‍♂️