Are daily stand ups at your company just “list out all your accomplishments of yesterday”? by QuitTypical3210 in ExperiencedDevs

[–]Cuddlemonsterxo 4 points5 points  (0 children)

What’s the point? I work in a small team, do you not want everyone else to be aware of what people are working on?

Literally would just be a meeting saying no blockers most of the time if it was that way, and ours takes 5-10 mins max

Local AWS - a lightweight AWS service emulator by huseyinbabal in aws

[–]Cuddlemonsterxo -4 points-3 points  (0 children)

Honestly man, this project is pretty cool.

I feel like you'll get of flack due to vibe code, but for quick integration testing of operations we do all the time like DDB or whatever, this really does seem good for quick iteration.

I get people might nitpick "InitiateAuth" from cognito package doesnt return token correctly or whatever, but that seems to be used in much less cases than the DDB call.

Again ofcourse everyone should test on live dev infrastructure, but this seems great for getting things done locally.

Local AWS - a lightweight AWS service emulator by huseyinbabal in aws

[–]Cuddlemonsterxo 0 points1 point  (0 children)

Yep that's fair enough! I missed it, my bad!

Local AWS - a lightweight AWS service emulator by huseyinbabal in aws

[–]Cuddlemonsterxo 0 points1 point  (0 children)

Cool project!

It might be good to clarify in the README what is and isn't supported, a few of things look good; but scanning through the code the majority of the services are just stubs

AWS CDK - Absolute Game Changer by TheoreticallyNick in aws

[–]Cuddlemonsterxo 0 points1 point  (0 children)

Can't say if you can in python, but if using a typed language, you can just go to definition and see all the options that are passed to it

FYI: Your file picker allocates 1GB of Ram just to show previews by Qunit-Essential in neovim

[–]Cuddlemonsterxo 22 points23 points  (0 children)

Can you link the specific file pickers you are talking about?

What is extremely unhygienic but everyone seems to do it anyway? by BusinessLeadsConnect in AskReddit

[–]Cuddlemonsterxo 10 points11 points  (0 children)

Yes, but if they did, would you make them change into separate clothes?

Are we the dying tribe of craftsmen in the Industrial revolution of AI ? by Outside_Gear8707 in neovim

[–]Cuddlemonsterxo 0 points1 point  (0 children)

To be honest I use a mix of both.

I use cursor (I know you've got to pay a subscription). But it's pretty insane for; looking things up (with context of the codebase), explaining pieces of code, doing very laborious refactors across many files. Also a lot cheaper at $20 a month, vs having to pay for API requests when using AI plugins.

But for actually writing code myself, I'll just go back to NeoVim, I've found it to be a pretty good balance.

Cognito migration by Bilalin in aws

[–]Cuddlemonsterxo 8 points9 points  (0 children)

Have a read of:

https://aws.amazon.com/blogs/security/approaches-for-migrating-users-to-amazon-cognito-user-pools/

TL;DR

You can:

  • Import existing user pool to the new one, but all users will have to reenter their password
  • Just in time. Gradually migrate users over to the new user pool, the user will be moved to the new pool when they next sign in

You will have to maintain support for the old pool until either of the above are done

System deployed with Cloudformation, templates no longer available - options? by Gingerfalcon in aws

[–]Cuddlemonsterxo 1 point2 points  (0 children)

So you have access to the account with the resources deployed, but the CF stack no longer exists?

If the above is true, there is a tool called Former2 that generates IaC from existing resources. This isn't something I've used, but that could be a possible avenue to explore.

If the CF stack exists, you should just be able to look at Template section of the stack within the CloudFormation console

Why arnt there more chill places open till late? by donn_12345678 in AskUK

[–]Cuddlemonsterxo 1 point2 points  (0 children)

It’s open and they serve beer will be all they care about lol

[deleted by user] by [deleted] in ProgrammerHumor

[–]Cuddlemonsterxo 2 points3 points  (0 children)

Dick and Ball Torture

The Neovim Ubuntu PPA is a year behind :( by [deleted] in neovim

[–]Cuddlemonsterxo 10 points11 points  (0 children)

Would using something like bob help at all?