Are you using this popular github action tj-actions/changed-files ? A malware was introduced yesterday. Rotate your secrets semgrep.dev/blog/2025/po... #security
Are you using this popular github action tj-actions/changed-files ? A malware was introduced yesterday. Rotate your secrets semgrep.dev/blog/2025/po... #security
One day you discover that #aws ALB sends traffic to all instances of the Target Group even if ALL of them are unhealthy. That was fun to debug. #til
Ever used #aws chime ? It is now deprecated. Honestly even with aws support we were switching to meet. I'm not sure this service was really used outside of aws. aws-news.com/article/0195...
Mentee applications are now open for the next #LFX Mentorship term. Applications are open until Tuesday Feb 18! You won't want to miss this. Start you #OpenSource #career
No, runs stay forever. If you refer to the repo I'm thinking of, it was auto clean up because we had a weekly action cleaning them up ;)
Why would it be ?
Useful when you rename a workflow and you want to avoid confusion. Or when you test a workflow but you don't want to keep it because it just overloads the list of workflows.
#github is still missing an easy way to delete all runs of a workflow so here is a one liner
`gh run list --workflow my-workflow.yaml --json databaseId -q '.[].databaseId' | xargs -I{} gh run delete {}`
$ go install golang.org/dl/go1.24.0@latest $ go1.24.0 download Downloaded 0.0% ( 0 / 74636413 bytes) ... Downloaded 50.0% (37318206 / 74636413 bytes) ... Downloaded 100.0% (74636413 / 74636413 bytes) Unpacking go1.24.0.linux-arm64.tar.gz ... Success. You may now run 'go1.24.0' $ go1.24.0 version go version go1.24.0 linux/arm64
π₯³ Go 1.24.0 is released!
π° Release notes: go.dev/doc/go1.24
π¦ Download: go.dev/dl/#go1.24.0
#golang
Do you want to know if some #aws services you use will be deprecated? Here is a nice repo that tracks them github.com/SummitRoute/...
To promote your #opensource project I would recommend to have a repo that immediately explains what problem it is solving. Then something you can just clone and run, have a clear doc and then promote it on social media, blogs etc...
#aws recommend to disable s3 SSE-C encryption if you don't need it. aws.amazon.com/blogs/securi... #security #cloud
A convenient resource time_sleep to deal with inconsistency in #terraform or #opentofu. When you create a github_repo and you want to add some rulesets, the repo isn't immediately accessible. Same goes for #S3 buckets. registry.terraform.io/providers/ha... #IaC
Nice cheat sheet on #netcat
#security
Can't wait to see it available for private repos. @github.com any ETA for that ?
If you want to improve #github action or #circleci, here are 2 userscripts that will display the total time charged for each workflow sylwit.medium.com/enhance-job-...
When we say we wrote the book on observability, we mean it. Download "Honeycombβs OβReilly Book: Observability Engineering," today to uplevel your understanding of observability! info.honeycomb.io/observabilit...
I agree it looks harder than it is. It just creates a temporary dir where it moves the source and runs terraform commands.
I like the inheritance it provides and the repo looks a lot like the gitops repo I'm using with #argocd. It helped me to remove the magic I had in Makefile for preprocessing.
Explore the top Terraform and OpenTofu tools for 2025 to simplify infrastructure management, improve collaboration, boost security, and optimize workflows.
#devops
You can use partial config developer.hashicorp.com/terraform/la... to define your variables and init your tf with it. Or this is natively supported with #opentofu opentofu.org/docs/languag...
Yes definitely #opentofu for personal and new projects. Still #terraform and #terragrunt for projects that can't be migrated yet. The only thing I want to see in opentofu now is the s3 lockfile to avoid dynamodb.
I don't really get why the default of #ECR pull through cache is to create repo on the fly. This doesn't work well with iac and it's also a security risk. I never add the ecr:CreateRepository policy out of the role used by #terraform docs.aws.amazon.com/AmazonECR/la... #aws
But don't forget to protect your database :) www.wiz.io/blog/wiz-res...
#deepseek database on #clickhouse publicly exposed. I love the exposure walkthrough.
www.wiz.io/blog/wiz-res...
Great tip from @abjoerne.bsky.social #listentotheheroes
Work on open source projects that you use, check the open issues, understand the code, make some PR.
Impressive
I never used #github template repo before and I'm looking to introduce them at work. docs.github.com/en/repositor...
I've used cookie cutter in the past but I think the hardest part is to find the right balance between adding only what's useful and common and having many tailored templates.
Interesting article by @gergely.pragmaticengineer.com and @hejelin.bsky.social about the evolution of Bluesky's architecture
#atprotodev #atdev
newsletter.pragmaticengineer.com/p/bluesky
#circleci has updated their diagram class, so I updated my sum actions userscript gist.github.com/sylwit/eece2...
My post on how to use it with the #Github-Actions version too sylwit.medium.com/enhance-job-...