SRE

SRE

237 bookmarks
Custom sorting
Evil Martians: Rails Startup Stack
Evil Martians: Rails Startup Stack
Evil Martians recommend a selection of services, gems, resources, and materials to build and grow fast-paced businesses with Ruby on Rails.
·evilmartians.com·
Evil Martians: Rails Startup Stack
Insights from the OpenTelemetry Contributor Experience Survey
Insights from the OpenTelemetry Contributor Experience Survey
The OpenTelemetry Contributor Experience SIG recently surveyed the community to learn what it’s like to contribute to the project and what we can do to improve the contributor experience. The Contributor Experience Survey asked contributors for their thoughts about the project’s organization, SIG contributions, leadership committee interactions, and event attendance. We received 120 responses and heard from all 47 Special Interest Groups (SIGs). We’ll use this feedback to make contributing to OpenTelemetry easier and more rewarding. A big thank you to everyone who participated in the survey! Let’s review the results.
·opentelemetry.io·
Insights from the OpenTelemetry Contributor Experience Survey
Making SFTP transfers fast
Making SFTP transfers fast
SFTP, the SSH File Transfer Protocol, is a misleading name. It gives you the impression that it might be something like a secure version of FTP, perhaps something like FTPS but modeled over SSH instead of SSL. But it isn't! I think a more suitable name would've been SNFS or FSSSH. That is: networked file … Continue reading Making SFTP transfers fast →
·daniel.haxx.se·
Making SFTP transfers fast
How IAM works in AWS, Azure, and GCP
How IAM works in AWS, Azure, and GCP
🔐 Identity and Access Management (IAM) in AWS, Azure, and GCP IAM plays a critical role in securing cloud environments by defining who can access what, under which conditions, and at what scope. While AWS, Azure, and GCP all support strong IAM capabilities, each platform implements it in unique ways: ☁️ AWS IAM Uses policies written in JSON to grant permissions. Permissions are attached to users, groups, or roles. Emphasizes role assumption and cross-account access via trust relationships. ☁️ Azure IAM (RBAC) Based on Role-Based Access Control tied closely with Azure Active Directory. Access is assigned at management group, subscription, resource group, or individual resource level. Supports built-in and custom roles. ☁️ GCP IAM Organizes resources in a hierarchical structure: organization → folder → project → resource. Permissions are grouped into basic, predefined, or custom roles. IAM policies are inherited down the resource hierarchy for simplified access control. ✨ Common Best Practices: Follow the principle of least privilege. Use role-based access instead of assigning permissions directly. Enable audit logging and monitoring for IAM actions. Regularly review and clean up unused roles and permissions. IAM is the backbone of cloud security, ensuring the right people have the right access to the right resources—nothing more, nothing less. #IAM #AWS #Azure #GCP #CloudSecurity #AccessManagement #RBAC #CloudComputing #DevOps #Cybersecurity | 11 comments on LinkedIn
·linkedin.com·
How IAM works in AWS, Azure, and GCP
Simon Willison: Building software on top of Large Language Models
Simon Willison: Building software on top of Large Language Models
Here's the full workshop handout plus annotated slides from "Building software on top of Large Language Models", a three hour tutorial I presented yesterday at PyCon US #PyConUS https://simonwillison.net/2025/May/15/building-on-llms/
·fedi.simonwillison.net·
Simon Willison: Building software on top of Large Language Models
A tale of a trailing dot
A tale of a trailing dot
Trailing dots on host names in URLs is the gift that keeps on giving. Let me take you through a dwindling story of how the dot is handled differently in different places through the stack of an Internet client. The evil trailing dot. DNS When a given host name is to be resolved to an … Continue reading A tale of a trailing dot →
·daniel.haxx.se·
A tale of a trailing dot
Julia Evans: Flowchart of how Bash decides which file to load bashrc or bash_profile
Julia Evans: Flowchart of how Bash decides which file to load bashrc or bash_profile
Attached: 1 image i enjoy this flowchart explaining how bash decides whether to use .bashrc or .bash_profile https://blog.flowblok.id.au/2013-02/shell-startup-scripts.html, mostly because it makes me understand better why I could never understand how the 2 config files worked when I used bash
·social.jvns.ca·
Julia Evans: Flowchart of how Bash decides which file to load bashrc or bash_profile