<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: troybetz</title><link>https://news.ycombinator.com/user?id=troybetz</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 21 May 2026 18:22:46 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=troybetz" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by troybetz in "Show HN: I reverse engineered Apple's video wallpapers"]]></title><description><![CDATA[
<p>The assets and some? of the scripting for it are in a bundle at:<p>/System/Library/ExtensionKit/Extensions/WallpaperMacintoshExtension.appex<p>Can see the time and date being added here I think:<p>System6ControlPanel.program<p><pre><code>    //
    //  System 6 Control Panel
    //  Macintosh 40th Anniversary
    //
    //  Copyright © 2024 Apple. All rights reserved.
    //
    //----------------------------------------------

    start simultaneous
        scale out
        let image = "System6ControlPanel"
        ...
        ...
        add time at 267, 165 name "Geneva12"
        add date at 274, 239 name "Geneva12"
    end simultaneous</code></pre></p>
]]></description><pubDate>Thu, 21 May 2026 05:45:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48218373</link><dc:creator>troybetz</dc:creator><comments>https://news.ycombinator.com/item?id=48218373</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48218373</guid></item><item><title><![CDATA[New comment by troybetz in "Khan Academy's React style guide"]]></title><description><![CDATA[
<p>Don't quote me on this, but I believe that's <i>exactly</i> the rationale behind the 'stateless functional components' introduced in 0.14.<p><a href="http://facebook.github.io/react/blog/2015/10/07/react-v0.14.html#stateless-functional-components" rel="nofollow">http://facebook.github.io/react/blog/2015/10/07/react-v0.14....</a></p>
]]></description><pubDate>Wed, 21 Oct 2015 22:17:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=10429170</link><dc:creator>troybetz</dc:creator><comments>https://news.ycombinator.com/item?id=10429170</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10429170</guid></item><item><title><![CDATA[New comment by troybetz in "Mistakes AngularJS Developers Make"]]></title><description><![CDATA[
<p>I use browserify and the brfs transform [0], but I know a lot of folks don't like mixing up other module systems with angular. Your approach is probably the easiest tbh.<p>There might be some way to load them into $templateCache on build, but that would kill lazy loading<p>[0] - <a href="https://github.com/substack/brfs" rel="nofollow">https://github.com/substack/brfs</a></p>
]]></description><pubDate>Fri, 03 Oct 2014 17:59:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=8406700</link><dc:creator>troybetz</dc:creator><comments>https://news.ycombinator.com/item?id=8406700</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8406700</guid></item><item><title><![CDATA[New comment by troybetz in "Mistakes AngularJS Developers Make"]]></title><description><![CDATA[
<p>Grouping files by feature has made navigating and reasoning about a codebase so much easier. I've even found myself grouping stylesheets & test files alongside templates and app code, it really helps enforce the idea of composing smaller apps together.<p>Google has released a recommended app structure similar to this as well [0], though I haven't actually seen it being used too often in the projects I've come across.<p>[0] - <a href="https://docs.google.com/document/d/1XXMvReO8-Awi1EZXAXS4PzDzdNvV6pGcuaF4Q9821Es/" rel="nofollow">https://docs.google.com/document/d/1XXMvReO8-Awi1EZXAXS4PzDz...</a></p>
]]></description><pubDate>Fri, 03 Oct 2014 17:30:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=8406513</link><dc:creator>troybetz</dc:creator><comments>https://news.ycombinator.com/item?id=8406513</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8406513</guid></item><item><title><![CDATA[New comment by troybetz in "We Got Accepted into Techstars and Turned Them Down"]]></title><description><![CDATA[
<p>No, they both came up through the Boulder branch.<p><a href="http://www.techstars.com/program/locations/boulder/#3" rel="nofollow">http://www.techstars.com/program/locations/boulder/#3</a></p>
]]></description><pubDate>Fri, 03 Oct 2014 00:24:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=8403867</link><dc:creator>troybetz</dc:creator><comments>https://news.ycombinator.com/item?id=8403867</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8403867</guid></item></channel></rss>