<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>sre</title>
    <link rel="self" type="application/atom+xml" href="https://links.blue42.net/guest/lists/3/feed"/>
    <updated>2026-05-19T11:28:52+00:00</updated>
    <id>https://links.blue42.net/guest/lists/3/feed</id>
            <entry>
            <id>https://links.blue42.net/links/1634</id>
            <title type="text"><![CDATA[Understanding SAML Authentication: A Comprehensive Overview - Kelvin Zero]]></title>
            <link rel="alternate" href="https://kzero.com/resources/guides/authentication/saml/" />
            <link rel="via" type="application/atom+xml" href="https://links.blue42.net/links/1634"/>
            <author>
                <name> <![CDATA[Luke]]></name>
            </author>
            <summary type="text">
                <![CDATA[Explore our latest guides on cybersecurity, authentication and cyberattacks.]]>
            </summary>
            <updated>2024-10-01T13:02:04+00:00</updated>
        </entry>
            <entry>
            <id>https://links.blue42.net/links/1625</id>
            <title type="text"><![CDATA[Circuit breakers | HAProxy config tutorials]]></title>
            <link rel="alternate" href="https://www.haproxy.com/documentation/haproxy-configuration-tutorials/service-reliability/circuit-breakers/" />
            <link rel="via" type="application/atom+xml" href="https://links.blue42.net/links/1625"/>
            <author>
                <name> <![CDATA[Luke]]></name>
            </author>
            <summary type="text">
                <![CDATA[Use a circuit breaker to take proxied microservices off line when they fail.]]>
            </summary>
            <updated>2024-09-18T00:11:48+00:00</updated>
        </entry>
            <entry>
            <id>https://links.blue42.net/links/1590</id>
            <title type="text"><![CDATA[Amer24-conference-report | Etherpad]]></title>
            <link rel="alternate" href="https://etherpad.wikimedia.org/p/Amer24-conference-report" />
            <link rel="via" type="application/atom+xml" href="https://links.blue42.net/links/1590"/>
            <author>
                <name> <![CDATA[Luke]]></name>
            </author>
            <summary type="text">
                <![CDATA[]]>
            </summary>
            <updated>2024-04-02T17:49:33+00:00</updated>
        </entry>
            <entry>
            <id>https://links.blue42.net/links/1587</id>
            <title type="text"><![CDATA[SREcon24 Americas Recap – Will Gallego]]></title>
            <link rel="alternate" href="https://willgallego.com/2024/03/24/srecon24-americas-recap/" />
            <link rel="via" type="application/atom+xml" href="https://links.blue42.net/links/1587"/>
            <author>
                <name> <![CDATA[Luke]]></name>
            </author>
            <summary type="text">
                <![CDATA[]]>
            </summary>
            <updated>2024-04-01T15:16:41+00:00</updated>
        </entry>
            <entry>
            <id>https://links.blue42.net/links/1583</id>
            <title type="text"><![CDATA[Range Partitioning: Zero to One]]></title>
            <link rel="alternate" href="https://www.aspiring.dev/range-partitioning/" />
            <link rel="via" type="application/atom+xml" href="https://links.blue42.net/links/1583"/>
            <author>
                <name> <![CDATA[Luke]]></name>
            </author>
            <summary type="text">
                <![CDATA[Of the many partitioning methods used to build distributed systems, range partitioning (dividing data into logical key ranges), is quickly becoming the preferred method to build the most scalable systems.

Yet if you go searching, there's a clear lack of resources on how to implement this: It's buried away in]]>
            </summary>
            <updated>2024-04-01T15:14:52+00:00</updated>
        </entry>
            <entry>
            <id>https://links.blue42.net/links/1579</id>
            <title type="text"><![CDATA[How Complex Systems Fail]]></title>
            <link rel="alternate" href="https://how.complexsystems.fail/" />
            <link rel="via" type="application/atom+xml" href="https://links.blue42.net/links/1579"/>
            <author>
                <name> <![CDATA[Luke]]></name>
            </author>
            <summary type="text">
                <![CDATA[]]>
            </summary>
            <updated>2024-04-01T15:12:39+00:00</updated>
        </entry>
            <entry>
            <id>https://links.blue42.net/links/1577</id>
            <title type="text"><![CDATA[vi - What is your most productive shortcut with Vim? - Stack Overflow]]></title>
            <link rel="alternate" href="https://stackoverflow.com/questions/1218390/what-is-your-most-productive-shortcut-with-vim" />
            <link rel="via" type="application/atom+xml" href="https://links.blue42.net/links/1577"/>
            <author>
                <name> <![CDATA[Luke]]></name>
            </author>
            <summary type="text">
                <![CDATA[]]>
            </summary>
            <updated>2024-04-01T15:10:31+00:00</updated>
        </entry>
            <entry>
            <id>https://links.blue42.net/links/1575</id>
            <title type="text"><![CDATA[Redefining Observability | Hazel Weakly]]></title>
            <link rel="alternate" href="https://hazelweakly.me/blog/redefining-observability/" />
            <link rel="via" type="application/atom+xml" href="https://links.blue42.net/links/1575"/>
            <author>
                <name> <![CDATA[Luke]]></name>
            </author>
            <summary type="text">
                <![CDATA[]]>
            </summary>
            <updated>2024-04-01T15:08:48+00:00</updated>
        </entry>
            <entry>
            <id>https://links.blue42.net/links/1574</id>
            <title type="text"><![CDATA[Two open source projects with great documentation • johnjago.com]]></title>
            <link rel="alternate" href="https://johnjago.com/great-docs/" />
            <link rel="via" type="application/atom+xml" href="https://links.blue42.net/links/1574"/>
            <author>
                <name> <![CDATA[Luke]]></name>
            </author>
            <summary type="text">
                <![CDATA[esbuild and Redis1 are two examples of codebases with exceptional documentation.
Through their READMEs, changelogs, architecture documents, and code comments, both projects explain their design in such a way that someone new to the codebase can understand where things are, how things are done, and why they are done that way.
If you’re a developer looking to get better at documenting your code and software architecture, these are great case studies.]]>
            </summary>
            <updated>2024-04-01T15:08:31+00:00</updated>
        </entry>
            <entry>
            <id>https://links.blue42.net/links/1573</id>
            <title type="text"><![CDATA[Basic Things]]></title>
            <link rel="alternate" href="https://matklad.github.io/2024/03/22/basic-things.html" />
            <link rel="via" type="application/atom+xml" href="https://links.blue42.net/links/1573"/>
            <author>
                <name> <![CDATA[Luke]]></name>
            </author>
            <summary type="text">
                <![CDATA[]]>
            </summary>
            <updated>2024-04-01T15:07:41+00:00</updated>
        </entry>
            <entry>
            <id>https://links.blue42.net/links/1571</id>
            <title type="text"><![CDATA[Minimizing on-call burnout through alerts observability]]></title>
            <link rel="alternate" href="https://blog.cloudflare.com/alerts-observability" />
            <link rel="via" type="application/atom+xml" href="https://links.blue42.net/links/1571"/>
            <author>
                <name> <![CDATA[Luke]]></name>
            </author>
            <summary type="text">
                <![CDATA[Get the latest news on how products at Cloudflare are built, technologies used, and join the teams helping to build a better Internet.]]>
            </summary>
            <updated>2024-04-01T15:04:02+00:00</updated>
        </entry>
            <entry>
            <id>https://links.blue42.net/links/1569</id>
            <title type="text"><![CDATA[SPIFFE | SPIFFE Overview]]></title>
            <link rel="alternate" href="https://spiffe.io/docs/latest/spiffe-about/overview/" />
            <link rel="via" type="application/atom+xml" href="https://links.blue42.net/links/1569"/>
            <author>
                <name> <![CDATA[Luke]]></name>
            </author>
            <summary type="text">
                <![CDATA[]]>
            </summary>
            <updated>2024-03-07T17:43:28+00:00</updated>
        </entry>
            <entry>
            <id>https://links.blue42.net/links/1568</id>
            <title type="text"><![CDATA[Reliability Engineering Mindset - Alex Ewerlöf Notes]]></title>
            <link rel="alternate" href="https://blog.alexewerlof.com/p/book-intro-reliability-engineering" />
            <link rel="via" type="application/atom+xml" href="https://links.blue42.net/links/1568"/>
            <author>
                <name> <![CDATA[Luke]]></name>
            </author>
            <summary type="text">
                <![CDATA[]]>
            </summary>
            <updated>2024-03-06T22:10:16+00:00</updated>
        </entry>
            <entry>
            <id>https://links.blue42.net/links/1566</id>
            <title type="text"><![CDATA[Chris&#039;s Wiki :: blog/sysadmin/PrometheusAbsentMetricsAndLabels]]></title>
            <link rel="alternate" href="https://utcc.utoronto.ca/~cks/space/blog/sysadmin/PrometheusAbsentMetricsAndLabels" />
            <link rel="via" type="application/atom+xml" href="https://links.blue42.net/links/1566"/>
            <author>
                <name> <![CDATA[Luke]]></name>
            </author>
            <summary type="text">
                <![CDATA[]]>
            </summary>
            <updated>2024-03-04T13:44:50+00:00</updated>
        </entry>
            <entry>
            <id>https://links.blue42.net/links/1562</id>
            <title type="text"><![CDATA[SRE WEEKLY – scalability, availability, incident response, automation]]></title>
            <link rel="alternate" href="https://sreweekly.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.blue42.net/links/1562"/>
            <author>
                <name> <![CDATA[Luke]]></name>
            </author>
            <summary type="text">
                <![CDATA[]]>
            </summary>
            <updated>2024-02-23T14:43:52+00:00</updated>
        </entry>
            <entry>
            <id>https://links.blue42.net/links/1561</id>
            <title type="text"><![CDATA[Site Reliability Engineering Resources]]></title>
            <link rel="alternate" href="https://sre.xyz/" />
            <link rel="via" type="application/atom+xml" href="https://links.blue42.net/links/1561"/>
            <author>
                <name> <![CDATA[Luke]]></name>
            </author>
            <summary type="text">
                <![CDATA[A curated list of Site Reliability and Production Engineering resources.]]>
            </summary>
            <updated>2024-02-23T14:43:33+00:00</updated>
        </entry>
            <entry>
            <id>https://links.blue42.net/links/1559</id>
            <title type="text"><![CDATA[matejak/argbash: Bash argument parsing code generator]]></title>
            <link rel="alternate" href="https://github.com/matejak/argbash" />
            <link rel="via" type="application/atom+xml" href="https://links.blue42.net/links/1559"/>
            <author>
                <name> <![CDATA[Luke]]></name>
            </author>
            <summary type="text">
                <![CDATA[Bash argument parsing code generator. Contribute to matejak/argbash development by creating an account on GitHub.]]>
            </summary>
            <updated>2024-02-21T18:27:10+00:00</updated>
        </entry>
            <entry>
            <id>https://links.blue42.net/links/1558</id>
            <title type="text"><![CDATA[BashFAQ/035 - Greg&#039;s Wiki]]></title>
            <link rel="alternate" href="https://mywiki.wooledge.org/BashFAQ/035" />
            <link rel="via" type="application/atom+xml" href="https://links.blue42.net/links/1558"/>
            <author>
                <name> <![CDATA[Luke]]></name>
            </author>
            <summary type="text">
                <![CDATA[]]>
            </summary>
            <updated>2024-02-21T17:54:00+00:00</updated>
        </entry>
            <entry>
            <id>https://links.blue42.net/links/1556</id>
            <title type="text"><![CDATA[Special Topics in Distributed Computing (2021) — CS6213 2021]]></title>
            <link rel="alternate" href="https://ilyasergey.net/CS6213/index.html" />
            <link rel="via" type="application/atom+xml" href="https://links.blue42.net/links/1556"/>
            <author>
                <name> <![CDATA[Luke]]></name>
            </author>
            <summary type="text">
                <![CDATA[]]>
            </summary>
            <updated>2024-02-19T19:25:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.blue42.net/links/1555</id>
            <title type="text"><![CDATA[A Distributed Systems Reading List]]></title>
            <link rel="alternate" href="https://ferd.ca/a-distributed-systems-reading-list.html" />
            <link rel="via" type="application/atom+xml" href="https://links.blue42.net/links/1555"/>
            <author>
                <name> <![CDATA[Luke]]></name>
            </author>
            <summary type="text">
                <![CDATA[An old document I surfaced with my quick tour of distributed systems theory fundamentals]]>
            </summary>
            <updated>2024-02-19T18:15:08+00:00</updated>
        </entry>
            <entry>
            <id>https://links.blue42.net/links/1546</id>
            <title type="text"><![CDATA[Why would you still want to use strace in 2023? - media.ccc.de]]></title>
            <link rel="alternate" href="https://media.ccc.de/v/all-systems-go-2023-228-why-would-you-still-want-to-use-strace-in-2023-#t=355" />
            <link rel="via" type="application/atom+xml" href="https://links.blue42.net/links/1546"/>
            <author>
                <name> <![CDATA[Luke]]></name>
            </author>
            <summary type="text">
                <![CDATA[]]>
            </summary>
            <updated>2024-01-26T22:08:04+00:00</updated>
        </entry>
    </feed>
