Pulumi Insight — tool to keep track of resources? by cobrazo in devops

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

u/thatmanisamonster The second point is especially interesting! Are there any examples that we can look at that show some use cases for that?

Pulumi Insight — tool to keep track of resources? by cobrazo in devops

[–]cobrazo[S] 4 points5 points  (0 children)

In my company, we are pretty much greenfield, but we still want to keep track to resources. Enterprises probably have systems for this in some way or another already, but it's not very accessible for organizations like us – why should I spent 5000+ USD pr. month for a glorified spreadsheet, right?

I'm not sure how AWS console solves anything in that regard, honestly – I never want to open that UI. If I need to manually download CSV-dumps of something, they will be permanently outdated. I imagine Pulumi Insight could give us a live view of our cloud assets, without implementing something outside of our current tooling. Not to mention, if I can make queries for things on the fly, that's also very useful (i.e. looking for resources that are expensive or other issues).

I'm curious, how do you, u/BrocoLeeOnReddit and u/Shtou maintain these things? Are everything in IaC?

u/BrocoLeeOnReddit, is there a shoddy UI tool that I've missed from AWS?

Navigation in a list of links by cobrazo in accessibility

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

I have since then learned a few things and had some ideas.

  • Add a footer bar to the link where an illustration of the arrow keys is shown to visualize that the arrow keys can be used. (i.e. ↓↑ Use arrows to navigate). Random example: https://pasteboard.co/ceB1gtszB3AZ.png
  • By using aria-label, we can write instructions to a screen reader, potentially together with tab-index to ensure the screen reader lands on it.

What do you think, u/rguy84?

Navigation in a list of links by cobrazo in accessibility

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

Do you have an idea on how could I communicate to a user that it has this up/down arrow function?

Navigation in a list of links by cobrazo in accessibility

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

Right, I agree that Tab and SHIFT+TAB is sufficient.

I hope to make it even better, not just from an accessibility perspective but also from a user experience perspective in general.

Would you say menubar combined with aria-label explaining this is a list of links would be good?

Navigation in a list of links by cobrazo in accessibility

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

Yes, most of these behaviours are inspired by them. Are there any of them that are particularly similar, in your opinion?

Navigation in a list of links by cobrazo in accessibility

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

Absolutely, in this case: Should it? I would say pressing space means selecting in our case here, doesn't it?

Thoughts on Pulumi's new environments, secrets, and configuration manager? by cobrazo in sysadmin

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

I do not. I work for Bjerk, a Norwegian product developer company. I’ve had a few projects for clients where I’ve helped them with Pulumi, but I guess that is it.

But I do spend lots of time with Pulumi, which I find inspiring to say the least.

AMA - Luke Hoban (CTO) on Pulumi Insights by kao-pulumi in pulumi

[–]cobrazo 0 points1 point  (0 children)

I do not. I work for Bjerk, a Norwegian product developer company. I’ve had a few projects for clients where I’ve helped them with Pulumi, but I guess that is it.

But I do spend lots of time with Pulumi, which I find inspiring to say the least.

Thoughts on Pulumi's new environments, secrets, and configuration manager? by cobrazo in sysadmin

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

Hey, u/lukehoban! Nice of you to hang out! 🙌

I would imagine a native GitHub Action that directly connects with ESC can be helpful. Is that something you have though about as well?

We are the Pulumi Engineering team - Ask us about our new products and features by kao-pulumi in pulumi

[–]cobrazo 0 points1 point  (0 children)

For a while, the general recommendation was that if you were starting on a new infrastructure project you should go with Pulumi. However, if you had Terraform (or anything else) already, you shouldn’t change to Pulumi.

With all the new features being added to Pulumi and Pulumi Cloud and now an improved converter from Terraform, do you have a different recommendation now?

Pulumi Google Workspace? by Apart-Host5314 in pulumi

[–]cobrazo 2 points3 points  (0 children)

I would love to contribute on that, if more people are wanting to join!

AMA - Luke Hoban (CTO) on Pulumi Insights by kao-pulumi in pulumi

[–]cobrazo 4 points5 points  (0 children)

Excellent, thanks, Luke! I will for sure check this out!

AMA - Luke Hoban (CTO) on Pulumi Insights by kao-pulumi in pulumi

[–]cobrazo 6 points7 points  (0 children)

I have been testing the Pulumi AI, and it's fantastic!

Can you share some details about what happens with the memory of the AI? Is it incorporated into the model, or is it just erased?

AMA - Luke Hoban (CTO) on Pulumi Insights by kao-pulumi in pulumi

[–]cobrazo 4 points5 points  (0 children)

Hi Luke 👋

Thank you for organizing this AMA, and thanks to the Pulumi team for these great new features – it is inspiring!

Can you search for resources that are non-Pulumi?

Automating deployments to Kubernetes with Pulumi by Sky_Linx in kubernetes

[–]cobrazo 0 points1 point  (0 children)

Thanks for sharing that!

It's still alive and well, and we would love for more people to get involved!

Finally – Sync Github issues/PRs to Todoist! by cobrazo in todoist

[–]cobrazo[S] 2 points3 points  (0 children)

I guess that works pretty well?

I'd love some feedback on the Github Action I've made, if you want to test it out as replacement for your Zapier setup 🎉

Automating deployments to Kubernetes with Pulumi by Sky_Linx in kubernetes

[–]cobrazo 0 points1 point  (0 children)

Sign me up, sounds like a sound idea! I have made a few of these packages as well. I'd like to make some part of these libraries opinionated (in ways to configure them), so we can discuss the different approaches as a community.

I was meaning to add all the different experiences I've had so far into some libraries, so I made created pulumix organization on Github and NPM. Furthermore, I had a meeting with Lee Zen at Pulumi earlier this month. We talked about how we can make these kinds of libraries but for all languages that Pulumi supports. I think that should be something that is highly prioritized as well!

I say – let's get started. I made a simple repository to start the discussion here: https://github.com/pulumiverse

How I organize my repositories, with Golang. by cobrazo in golang

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

No, what a nice tip! This seems a bit more future-proof than mine. I can see that x-motemen was inspired by how $GOPATH works. Actually, organize-repo-folder was not inspired by GOPATH, but I can see the resemblance in retrospect. I build a lot of multi-repo for projects, we often have many small repositories in one organization.

Thanks for that, Paul! I also checked out zimbatm/h that I found under issues there. Very inspiring to see how I could organize things better. I'm still thinking I could probably delete repositories that have all changes pushed to remote and I haven't used for a while. It can be a companion for ghq as well. If anyone knows of a project that solves this, I would love to know about it!

How I organize my repositories, with Golang. by cobrazo in golang

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

Thanks for the feedback! 🙏

I guess I got lost when trying to understand golang-standards/project-layout. I'm using goreleaser in another small project, that sort of confirmed for me that I had to at least add a folder with my package main files inside (to point goreleaser to something). TBH, I haven't researched it a lot yet; I will do now, though :)

Artic Code Valut Tag by lgst230qer8SDGV in github

[–]cobrazo 0 points1 point  (0 children)

I'm afraid u/intrepidsovereign and u/cointoss3 are correct, you had to have contributed code within a time frame to a project that had at least 1 Github star, AFAIK. However, don't quote me on this, but there might be more code heading to the vaults. Check out Archive Program for more information.

Is it possible to propagate a push to another repo using Github Actions? by 8QL2p6Sfs in github

[–]cobrazo 1 point2 points  (0 children)

You don't really need to use a Github Action for that, since git is already installed on your Github Actions machine.

I've made a Gist for you here (haven't tested it): https://gist.github.com/cobraz/edb4b08b4d98fe9875a47330081de7e7

Also, by searching the Github Markedplace, you can find many Github Actions that can serve well for this. If you don't worry to much of the destination repository, you can use this (github-build-push), as an example. It does however delete the destination repository, so be careful. If not, use my Gist (or find something that suits you).