	<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="utf-8">
		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<meta name="author" content="Sean Smith&#39;s Blog">
		<meta name="description" content="Blog Description">
		<meta name="generator" content="Hugo 0.162.0">
		<title>Sean Smith&#39;s Blog</title>
		<link rel="shortcut icon" href="https://sean.dev/images/favicon.ico">
		<link rel="stylesheet" href="https://sean.dev/css/style.css">
		<link rel="stylesheet" href="https://sean.dev/css/highlight.css">
		<link rel="stylesheet" href="https://sean.dev/css/dark-mode.css">
		
		
		<link rel="stylesheet" href="https://sean.dev/css/font-awesome.min.css">
		
		
		<link href="https://twitter.com/wwsean08" rel="me">
		<link href="https://github.com/wwsean08" rel="me">
		<link rel="authorization_endpoint" href="https://indieauth.com/auth">
		<link rel="token_endpoint" href="https://tokens.indieauth.com/token">
		<link rel="pingback" href="https://webmention.io/wwsean08.com/xmlrpc" />
		<link rel="webmention" href="https://webmention.io/wwsean08.com/webmention" />
		<script>
		(function () {
			var stored = null;
			try { stored = localStorage.getItem('user-theme'); } catch (e) {}
			var theme = stored || (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light');
			document.documentElement.setAttribute('data-theme', theme);
		})();
		</script>
	</head>
	<body>
    <nav class="main-nav">
	
	
	<a href='https://sean.dev/blog'>Archive</a>
	<a href='https://sean.dev/tags'>Tags</a>
	<a href='https://sean.dev/about'>About</a>
	<a href="https://resume.sean.dev" target="_blank">Résumé</a>

	

	

	<button id="theme-toggle" aria-label="Toggle theme" title="Toggle theme"></button>
</nav>


    <div class="profile">
    <section id="wrapper">
        <header id="header">
            <a href='https://sean.dev/'>
            <h1>Sean Smith&#39;s Blog</h1>
            </a>
            <h2>Software Engineer</h2>
        </header>
    </section>
</div>


    <section id="wrapper" class="home">
        <ul id="post-list" class="h-feed">
    
    
        
            <li class="h-entry">
                <a href='https://sean.dev/2026/05/actions-cool/issues-helper-compromised/'><aside class="dates dt-published">May 18</aside></a>
                <a href='https://sean.dev/2026/05/actions-cool/issues-helper-compromised/' class="u-url">
                    <h1 class="p-name">actions-cool/issues-helper compromised</h1> <h2 class="p-summary">All tags hijacked to point to a compromised version</h2>
                </a>
            </li>
        
    
    
        
            <li class="h-entry">
                <a href='https://sean.dev/2020/09/lifx-control-0.2.0-released/'><aside class="dates dt-published">Sep 14</aside></a>
                <a href='https://sean.dev/2020/09/lifx-control-0.2.0-released/' class="u-url">
                    <h1 class="p-name">LIFX Control 0.2.0 Released</h1> <h2 class="p-summary">Now controlling brightness</h2>
                </a>
            </li>
        
    
    
        
            <li class="h-entry">
                <a href='https://sean.dev/2020/08/lifx-control-0.1.0-released/'><aside class="dates dt-published">Aug 25</aside></a>
                <a href='https://sean.dev/2020/08/lifx-control-0.1.0-released/' class="u-url">
                    <h1 class="p-name">LIFX Control 0.1.0 Released</h1> <h2 class="p-summary">Control LIFX Devices using Stream Deck</h2>
                </a>
            </li>
        
    
    
        
            <li class="h-entry">
                <a href='https://sean.dev/2020/07/generating-a-stream-deck-plugin/'><aside class="dates dt-published">Jul 26</aside></a>
                <a href='https://sean.dev/2020/07/generating-a-stream-deck-plugin/' class="u-url">
                    <h1 class="p-name">Generating a Stream Deck Plugin</h1> <h2 class="p-summary">Using GitLab CI to build a Stream Deck plugin for distribution</h2>
                </a>
            </li>
        
    
    
        
            <li class="h-entry">
                <a href='https://sean.dev/2020/01/gitlab-commit-san-francisco-talk/'><aside class="dates dt-published">Jan 20</aside></a>
                <a href='https://sean.dev/2020/01/gitlab-commit-san-francisco-talk/' class="u-url">
                    <h1 class="p-name">GitLab Commit San Francisco Talk</h1> <h2 class="p-summary">Best Practice for Kubernetes GitLab Runners</h2>
                </a>
            </li>
        
    
    
        
            <li class="h-entry">
                <a href='https://sean.dev/2019/02/creating-multi-arch-docker-images/'><aside class="dates dt-published">Feb 23</aside></a>
                <a href='https://sean.dev/2019/02/creating-multi-arch-docker-images/' class="u-url">
                    <h1 class="p-name">Creating multi-arch docker images</h1> <h2 class="p-summary">How to use the docker manifest command</h2>
                </a>
            </li>
        
    
    
        
            <li class="h-entry">
                <a href='https://sean.dev/2018/12/reproducibility-in-devops/'><aside class="dates dt-published">Dec 6</aside></a>
                <a href='https://sean.dev/2018/12/reproducibility-in-devops/' class="u-url">
                    <h1 class="p-name">Reproducibility in DevOps</h1> <h2 class="p-summary">Designing for Reproducibility</h2>
                </a>
            </li>
        
    
    
        
            <li class="h-entry">
                <a href='https://sean.dev/2018/10/building-a-camera-slider-part-2/'><aside class="dates dt-published">Oct 8</aside></a>
                <a href='https://sean.dev/2018/10/building-a-camera-slider-part-2/' class="u-url">
                    <h1 class="p-name">Building a Camera Slider Part 2</h1> <h2 class="p-summary">Failing with the limit switch</h2>
                </a>
            </li>
        
    
    
        
            <li class="h-entry">
                <a href='https://sean.dev/2018/10/building-a-camera-slider-part-1/'><aside class="dates dt-published">Oct 7</aside></a>
                <a href='https://sean.dev/2018/10/building-a-camera-slider-part-1/' class="u-url">
                    <h1 class="p-name">Building a Camera Slider Part 1</h1> <h2 class="p-summary">Creating a simple design</h2>
                </a>
            </li>
        
    
    
        
            <li class="h-entry">
                <a href='https://sean.dev/2018/07/setting-up-a-multi-arch-kubernetes-cluster/'><aside class="dates dt-published">Jul 16</aside></a>
                <a href='https://sean.dev/2018/07/setting-up-a-multi-arch-kubernetes-cluster/' class="u-url">
                    <h1 class="p-name">Setting up a multi-arch kubernetes cluster</h1> <h2 class="p-summary">Useful for a mixed architecture home lab</h2>
                </a>
            </li>
        
    
</ul>

        <nav id="post-nav">
    
        
        
        <span class="next">
            <a href="/page/2/">
                Older Posts <span class="arrow">→</span>
            </a>
        </span>
        
    
</nav>
        <footer id="footer">
    
        <div id="social">


	
    <a class="symbol" rel="me" target="_blank" data-hint="github" href="https://www.github.com/wwsean08 ">
        <i class="fa fa-github"></i>
    </a>
    
    <a class="symbol" rel="me" target="_blank" data-hint="gitlab" href="https://gitlab.com/wwsean08 ">
        <i class="fa fa-gitlab"></i>
    </a>
    
    <a class="symbol" rel="me" target="_blank" data-hint="linkedin" href="https://www.linkedin.com/in/sean-smith-developer ">
        <i class="fa fa-linkedin"></i>
    </a>
    
    <a class="symbol" rel="me" target="_blank" data-hint="twitter" href="https://www.twitter.com/wwsean08 ">
        <i class="fa fa-twitter"></i>
    </a>
    


</div>
    
    <p class="small">
    
        <p class="small h-card vcard">
            © Copyright 2026 <i class="fa fa-heart" aria-hidden="true"></i><a style="text-decoration: none" href=https://sean.dev/ class="p-name u-url url author metatag p-author" rel="me">
        Sean Smith
            </a>
            <img class="u-photo" src="/images/headshot.png" alt="" style="display:none" />
        </p>
    
    </p>
    <p class="small">
        Powered by <a href="http://www.gohugo.io/">Hugo</a> Theme By <a href="https://github.com/nodejh/hugo-theme-cactus-plus">nodejh</a>
    </p>
</footer>
    </section>

    <script src="https://sean.dev/js/jquery-2.2.4.min.js"></script>
<script src="https://sean.dev/js/theme.js"></script>
<script src="https://sean.dev/js/main.js"></script>
<script src="https://sean.dev/js/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>






    </body>
</html>
