<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: tylerhall</title><link>https://news.ycombinator.com/user?id=tylerhall</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 18 Aug 2026 16:49:01 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=tylerhall" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by tylerhall in "Alan.app – Add a Border to macOS Active Window"]]></title><description><![CDATA[
<p>Developer of the app here. You’re correct. Accessibility APIs + timer + transparent top-level NSWindow that ignores input and draws a border.</p>
]]></description><pubDate>Wed, 26 Nov 2025 23:16:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=46063416</link><dc:creator>tylerhall</dc:creator><comments>https://news.ycombinator.com/item?id=46063416</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46063416</guid></item><item><title><![CDATA[New comment by tylerhall in "Augmented Reality Ducks"]]></title><description><![CDATA[
<p>Indeed, I buried the lede in this post. But I wanted to have fun with such a silly idea, first.</p>
]]></description><pubDate>Thu, 30 Sep 2021 14:22:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=28706660</link><dc:creator>tylerhall</dc:creator><comments>https://news.ycombinator.com/item?id=28706660</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28706660</guid></item><item><title><![CDATA[New comment by tylerhall in "I think Catalina 10.15.4 broke SSH"]]></title><description><![CDATA[
<p>Thanks, but that's not the port number :-) That was just for illustrative purposes.</p>
]]></description><pubDate>Tue, 31 Mar 2020 17:12:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=22739770</link><dc:creator>tylerhall</dc:creator><comments>https://news.ycombinator.com/item?id=22739770</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22739770</guid></item><item><title><![CDATA[New comment by tylerhall in "I think Catalina 10.15.4 broke SSH"]]></title><description><![CDATA[
<p>Good sleuthing, but the missing port number is simpler than that. I just blacked it out of the screenshot. I know very well that running sshd on a non-standard port has no benefits security-wise, but it does lessen the length of my log files from dumb script kiddies. I redacted the port in the screenshot for that reason.</p>
]]></description><pubDate>Tue, 31 Mar 2020 16:28:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=22739246</link><dc:creator>tylerhall</dc:creator><comments>https://news.ycombinator.com/item?id=22739246</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22739246</guid></item><item><title><![CDATA[New comment by tylerhall in "I think Catalina 10.15.4 broke SSH"]]></title><description><![CDATA[
<p>Yeah, it's a $5/month DigitalOcean box with only my blog on it and nothing else. All assets come off a CDN and Varnish is sitting in front of WP, but looks like that still wasn't enough this time. It worked fine for my previous two HN'ings earlier this year.</p>
]]></description><pubDate>Tue, 31 Mar 2020 16:13:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=22739033</link><dc:creator>tylerhall</dc:creator><comments>https://news.ycombinator.com/item?id=22739033</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22739033</guid></item><item><title><![CDATA[New comment by tylerhall in "I think Catalina 10.15.4 broke SSH"]]></title><description><![CDATA[
<p>> it’s probably useful to others?<p>That's my intent. I'll put it back online for others to find once the fuss dies down.</p>
]]></description><pubDate>Tue, 31 Mar 2020 16:06:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=22738929</link><dc:creator>tylerhall</dc:creator><comments>https://news.ycombinator.com/item?id=22738929</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22738929</guid></item><item><title><![CDATA[New comment by tylerhall in "I think Catalina 10.15.4 broke SSH"]]></title><description><![CDATA[
<p>Sadly, I mean it. Don't want to go through this again. Taking down the post for now.</p>
]]></description><pubDate>Tue, 31 Mar 2020 16:00:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=22738841</link><dc:creator>tylerhall</dc:creator><comments>https://news.ycombinator.com/item?id=22738841</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22738841</guid></item><item><title><![CDATA[New comment by tylerhall in "DefaultApp"]]></title><description><![CDATA[
<p>Yeah, sorry. That's just Xcode's default header. Feel free to open a PR or issue.</p>
]]></description><pubDate>Mon, 16 Mar 2020 15:32:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=22593544</link><dc:creator>tylerhall</dc:creator><comments>https://news.ycombinator.com/item?id=22593544</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22593544</guid></item><item><title><![CDATA[New comment by tylerhall in "DefaultApp"]]></title><description><![CDATA[
<p>OP here. I think we're aiming for the same thing - though with slightly different priorities.<p>Of your list of minimums that DefaultApp omits:<p>Not every app adheres to a Document-based pattern. The apps I personally build typically fall into a "shoebox" style where explicit documents aren't used.<p>And there are other data layers than CoreData, which is why I didn't add that - especially since even with CoreData everyone has their own favorite library/framework. So that's easy enough to drop-in for those who want it. (That said: probably 95% of the apps I write use CoreData, so )<p>A customized NSToolbar would be great, but, again, there are so many implementations out there, which one would you pick that would satisfy the majority of apps/developers?<p>Anyway, like the accompanying blog post says, this project is "highly opinionated". It's just what I've cobbled together over the years. I'm not going to die on a hill for any of my particular choices. Do what works best for you.</p>
]]></description><pubDate>Mon, 16 Mar 2020 15:25:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=22593479</link><dc:creator>tylerhall</dc:creator><comments>https://news.ycombinator.com/item?id=22593479</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22593479</guid></item><item><title><![CDATA[New comment by tylerhall in "DefaultApp"]]></title><description><![CDATA[
<p>OP here. Thanks for pointing out that omission. It's MIT like all my other stuff. I've updated it.</p>
]]></description><pubDate>Mon, 16 Mar 2020 13:08:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=22592317</link><dc:creator>tylerhall</dc:creator><comments>https://news.ycombinator.com/item?id=22592317</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22592317</guid></item><item><title><![CDATA[New comment by tylerhall in "Broken"]]></title><description><![CDATA[
<p>OP here. I never installed Catalina (or any recent beta software in years) on my primary machine that I get work done on. My Catalina testing this Summer was explicitly kept to an old laptop and virtual machines.<p>My "simpler" comment was about my mistake in signing into iCloud on those test devices. I learned my lesson and either stayed logged out or used a test iCloud account for the rest of the Summer.<p>And, overall, my post and comments in general are about running Catalina now that it's publicly released. Not about issues I experienced as a beta user.</p>
]]></description><pubDate>Thu, 10 Oct 2019 19:46:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=21218462</link><dc:creator>tylerhall</dc:creator><comments>https://news.ycombinator.com/item?id=21218462</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21218462</guid></item><item><title><![CDATA[New comment by tylerhall in "Broken"]]></title><description><![CDATA[
<p>Been running WP for god knows how long for my personal site, while my company website is built with Jekyll.<p>In June I migrated to Ghost simply to try it and learn more about Node. It was _fine_, but never really fit my mental model of how a blog should operate or a web app should be structured. For better or worse, I'm an ex-Yahoo and a PHP guy through and through.</p>
]]></description><pubDate>Thu, 10 Oct 2019 19:21:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=21218217</link><dc:creator>tylerhall</dc:creator><comments>https://news.ycombinator.com/item?id=21218217</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21218217</guid></item><item><title><![CDATA[New comment by tylerhall in "Broken"]]></title><description><![CDATA[
<p><i>sigh</i> I switched back to WordPress literally five days ago and haven't yet gotten around to installing a caching plugin. My bad. I've turned Cloudflare caching on in the meantime.</p>
]]></description><pubDate>Thu, 10 Oct 2019 18:51:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=21217917</link><dc:creator>tylerhall</dc:creator><comments>https://news.ycombinator.com/item?id=21217917</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21217917</guid></item><item><title><![CDATA[New comment by tylerhall in "Broken"]]></title><description><![CDATA[
<p>OP here. Thank you. I have no issues with the tightening of security and permissions on Catalina. In fact, I welcome it both for myself and my aging parents who I want to remain safe online. My issue, as you said, is the implementation and lack of documentation for those of us who do know what we're doing.</p>
]]></description><pubDate>Thu, 10 Oct 2019 18:32:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=21217701</link><dc:creator>tylerhall</dc:creator><comments>https://news.ycombinator.com/item?id=21217701</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21217701</guid></item><item><title><![CDATA[Show HN: Location-based webhooks for hackers]]></title><description><![CDATA[
<p>Article URL: <a href="https://geohooks.io/">https://geohooks.io/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=15800499">https://news.ycombinator.com/item?id=15800499</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 28 Nov 2017 19:23:38 +0000</pubDate><link>https://geohooks.io/</link><dc:creator>tylerhall</dc:creator><comments>https://news.ycombinator.com/item?id=15800499</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15800499</guid></item><item><title><![CDATA[New comment by tylerhall in "Ask HN: Successful one-person online businesses?"]]></title><description><![CDATA[
<p>I'm not familiar with them. What would they help me with?</p>
]]></description><pubDate>Fri, 06 Jan 2017 00:32:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=13332852</link><dc:creator>tylerhall</dc:creator><comments>https://news.ycombinator.com/item?id=13332852</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13332852</guid></item><item><title><![CDATA[New comment by tylerhall in "Ask HN: Successful one-person online businesses?"]]></title><description><![CDATA[
<p>I started selling macOS (and now iOS) software on my own website back in 2007. <a href="https://clickontyler.com" rel="nofollow">https://clickontyler.com</a> My original goal was to earn enough money to refinish the hardwood floors in my house. Since then, however, it's taken on a life of its own and become a suite of three main products. It enables me to live comfortably in the Nashville suburbs.<p>All that said, I've been doing this for ten years now and am burnt out. If anyone would like to buy me out and take over the business, I'm open to offers.</p>
]]></description><pubDate>Thu, 05 Jan 2017 16:06:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=13328204</link><dc:creator>tylerhall</dc:creator><comments>https://news.ycombinator.com/item?id=13328204</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13328204</guid></item><item><title><![CDATA[New comment by tylerhall in "Moving 12 years of email from GMail to FastMail"]]></title><description><![CDATA[
<p>Happy SaneBox + FastMail user for two years now. SaneBox works great with any standard IMAP connection.</p>
]]></description><pubDate>Mon, 08 Aug 2016 15:41:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=12248611</link><dc:creator>tylerhall</dc:creator><comments>https://news.ycombinator.com/item?id=12248611</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12248611</guid></item><item><title><![CDATA[Why a $15,950 Tourbillon Watch Is Considered a Steal]]></title><description><![CDATA[
<p>Article URL: <a href="http://www.nytimes.com/2016/03/04/fashion/mens-style/why-a-15950-tourbillon-watch-is-considered-a-steal.html?module=WatchingPortal&region=c-column-middle-span-region&pgType=Homepage&action=click&mediaId=thumb_square&state=standard&contentPlacement=1&version=internal&contentCollection=www.nytimes.com&contentId=http%3A%2F%2Fwww.nytimes.com%2F2016%2F03%2F04%2Ffashion%2Fmens-style%2Fwhy-a-15950-tourbillon-watch-is-considered-a-steal.html">http://www.nytimes.com/2016/03/04/fashion/mens-style/why-a-15950-tourbillon-watch-is-considered-a-steal.html?module=WatchingPortal&region=c-column-middle-span-region&pgType=Homepage&action=click&mediaId=thumb_square&state=standard&contentPlacement=1&version=internal&contentCollection=www.nytimes.com&contentId=http%3A%2F%2Fwww.nytimes.com%2F2016%2F03%2F04%2Ffashion%2Fmens-style%2Fwhy-a-15950-tourbillon-watch-is-considered-a-steal.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=11214792">https://news.ycombinator.com/item?id=11214792</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 03 Mar 2016 03:11:37 +0000</pubDate><link>http://www.nytimes.com/2016/03/04/fashion/mens-style/why-a-15950-tourbillon-watch-is-considered-a-steal.html?module=WatchingPortal&amp;region=c-column-middle-span-region&amp;pgType=Homepage&amp;action=click&amp;mediaId=thumb_square&amp;state=standard&amp;contentPlacement=1&amp;version=internal&amp;contentCollection=www.nytimes.com&amp;contentId=http%3A%2F%2Fwww.nytimes.com%2F2016%2F03%2F04%2Ffashion%2Fmens-style%2Fwhy-a-15950-tourbillon-watch-is-considered-a-steal.html</link><dc:creator>tylerhall</dc:creator><comments>https://news.ycombinator.com/item?id=11214792</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11214792</guid></item><item><title><![CDATA[New comment by tylerhall in "Ask HN: Sell, open-source, or abandon a $10k/year Mac app?"]]></title><description><![CDATA[
<p><a href="http://clickontyler.com/" rel="nofollow">http://clickontyler.com/</a><p>VirtualHostX was my first app, the one that grew slowly over a few years and then took off. Hostbuddy is a small, companion app that does moderately well. Hobo is my newest, still in beta, that I hope to kick off in February.</p>
]]></description><pubDate>Thu, 08 Jan 2015 23:27:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=8859739</link><dc:creator>tylerhall</dc:creator><comments>https://news.ycombinator.com/item?id=8859739</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8859739</guid></item></channel></rss>