<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: anater</title><link>https://news.ycombinator.com/user?id=anater</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 21 May 2026 02:51:10 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=anater" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by anater in "Apple: Apps should not require users to opt into tracking to access content"]]></title><description><![CDATA[
<p>Users must opt in though. It’s part of the iOS set up to allow this and you can change it any time</p>
]]></description><pubDate>Fri, 11 Sep 2020 21:52:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=24447736</link><dc:creator>anater</dc:creator><comments>https://news.ycombinator.com/item?id=24447736</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24447736</guid></item><item><title><![CDATA[New comment by anater in "Apple: Apps should not require users to opt into tracking to access content"]]></title><description><![CDATA[
<p>Which platforms?</p>
]]></description><pubDate>Fri, 11 Sep 2020 21:49:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=24447705</link><dc:creator>anater</dc:creator><comments>https://news.ycombinator.com/item?id=24447705</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24447705</guid></item><item><title><![CDATA[New comment by anater in "Tailwind CSS: From Side-Project Byproduct to Multi-Million Dollar Business"]]></title><description><![CDATA[
<p>Your last point is a new argument for me and is really understated. The HTML/CSS fragmentation appears to be a historical artifact more than an architectural ideal</p>
]]></description><pubDate>Mon, 03 Aug 2020 11:58:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=24036571</link><dc:creator>anater</dc:creator><comments>https://news.ycombinator.com/item?id=24036571</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24036571</guid></item><item><title><![CDATA[New comment by anater in "Twitter hides Donald Trump tweet for “glorifying violence”"]]></title><description><![CDATA[
<p>I believe twitter already does this through shared block lists</p>
]]></description><pubDate>Fri, 29 May 2020 11:56:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=23348889</link><dc:creator>anater</dc:creator><comments>https://news.ycombinator.com/item?id=23348889</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23348889</guid></item><item><title><![CDATA[New comment by anater in "Show HN: ScriptUI – Write React Without JSX"]]></title><description><![CDATA[
<p>Hi HN!<p>I'm the author of ScriptUI. I whipped it up over the last few weekends as a proof of concept. I'm looking for feedback on whether you'd use something like this. I hope it helps make starting projects easier.<p>Thanks for reading!</p>
]]></description><pubDate>Sun, 28 Jul 2019 13:22:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=20547400</link><dc:creator>anater</dc:creator><comments>https://news.ycombinator.com/item?id=20547400</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20547400</guid></item><item><title><![CDATA[Show HN: ScriptUI – Write React Without JSX]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/anater/ScriptUI">https://github.com/anater/ScriptUI</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=20547389">https://news.ycombinator.com/item?id=20547389</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Sun, 28 Jul 2019 13:21:09 +0000</pubDate><link>https://github.com/anater/ScriptUI</link><dc:creator>anater</dc:creator><comments>https://news.ycombinator.com/item?id=20547389</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20547389</guid></item><item><title><![CDATA[New comment by anater in "Host Your Own Blog with Gitlab and Netlify"]]></title><description><![CDATA[
<p>There’s utility for different deployments per branch and rollbacks when you’re connected to a headless CMS (Contentful, Wordpress API) and managing more complex statically-generated web sites.</p>
]]></description><pubDate>Sat, 25 May 2019 22:48:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=20011980</link><dc:creator>anater</dc:creator><comments>https://news.ycombinator.com/item?id=20011980</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20011980</guid></item><item><title><![CDATA[New comment by anater in "Host Your Own Blog with Gitlab and Netlify"]]></title><description><![CDATA[
<p>idk if GH pages has added this, but Netlify lets you determine your build command and environment for deployments. You can also have different deployments per branch with easy rollback functionality. In short, its built for this exact problem where GH pages is a tacked on feature for repos.</p>
]]></description><pubDate>Sat, 18 May 2019 17:32:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=19948594</link><dc:creator>anater</dc:creator><comments>https://news.ycombinator.com/item?id=19948594</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19948594</guid></item><item><title><![CDATA[Show HN: Open-Source Ask HN App]]></title><description><![CDATA[
<p>Hello Hacker News!<p>A couple weeks ago I had an idea for a simple client to browse Ask HN posts. I took it as an opportunity to practice Swift iOS development. Today I'm releasing it as an open source project: <a href="https://github.com/anater/AskHN/blob/master/README.md" rel="nofollow">https://github.com/anater/AskHN/blob/master/README.md</a><p>If that's remotely interesting to you, take a look and poke around with the app. If you're also learning Swift, I'll be developing in the open and welcome contributors who'd like to make this thing shine!<p>Thanks!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=19659865">https://news.ycombinator.com/item?id=19659865</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 14 Apr 2019 15:15:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=19659865</link><dc:creator>anater</dc:creator><comments>https://news.ycombinator.com/item?id=19659865</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19659865</guid></item><item><title><![CDATA[New comment by anater in "Ask HN: Anyone interested in building a open-source non-profit Uber competitor?"]]></title><description><![CDATA[
<p>This is a cool idea and would be worthwhile but I’m sure there are significant (non software related) logistical issues that won’t be solved by FOSS. Handling driver-rider disputes and general safety concerns, for instance. Part of what makes Uber viable is they own a certain degree of liability in the customer experience, even if it comes at the expense of drivers.</p>
]]></description><pubDate>Sat, 13 Apr 2019 13:38:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=19652946</link><dc:creator>anater</dc:creator><comments>https://news.ycombinator.com/item?id=19652946</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19652946</guid></item><item><title><![CDATA[Inheritance in JavaScript]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.andrewnater.com/posts/inheritance-in-javascript/">https://www.andrewnater.com/posts/inheritance-in-javascript/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=19476737">https://news.ycombinator.com/item?id=19476737</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 24 Mar 2019 15:07:38 +0000</pubDate><link>https://www.andrewnater.com/posts/inheritance-in-javascript/</link><dc:creator>anater</dc:creator><comments>https://news.ycombinator.com/item?id=19476737</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19476737</guid></item><item><title><![CDATA[Defining Quality]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.andrewnater.com/posts/defining-quality/">https://www.andrewnater.com/posts/defining-quality/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=19294475">https://news.ycombinator.com/item?id=19294475</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 03 Mar 2019 14:08:46 +0000</pubDate><link>https://www.andrewnater.com/posts/defining-quality/</link><dc:creator>anater</dc:creator><comments>https://news.ycombinator.com/item?id=19294475</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19294475</guid></item><item><title><![CDATA[The Cross Platform Myth]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.andrewnater.com/posts/the-cross-platform-myth/">https://www.andrewnater.com/posts/the-cross-platform-myth/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=19238685">https://news.ycombinator.com/item?id=19238685</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 24 Feb 2019 14:35:23 +0000</pubDate><link>https://www.andrewnater.com/posts/the-cross-platform-myth/</link><dc:creator>anater</dc:creator><comments>https://news.ycombinator.com/item?id=19238685</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19238685</guid></item><item><title><![CDATA[Is It Time to Refactor?]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.andrewnater.com/posts/is-it-time-to-refactor/">https://www.andrewnater.com/posts/is-it-time-to-refactor/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=19184869">https://news.ycombinator.com/item?id=19184869</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 17 Feb 2019 15:24:16 +0000</pubDate><link>https://www.andrewnater.com/posts/is-it-time-to-refactor/</link><dc:creator>anater</dc:creator><comments>https://news.ycombinator.com/item?id=19184869</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19184869</guid></item><item><title><![CDATA[Thoughts on Hooks]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.andrewnater.com/posts/thoughts-on-hooks/">https://www.andrewnater.com/posts/thoughts-on-hooks/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=19128296">https://news.ycombinator.com/item?id=19128296</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 10 Feb 2019 16:04:21 +0000</pubDate><link>https://www.andrewnater.com/posts/thoughts-on-hooks/</link><dc:creator>anater</dc:creator><comments>https://news.ycombinator.com/item?id=19128296</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19128296</guid></item><item><title><![CDATA[Listening to Customers]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.andrewnater.com/posts/listening-to-customers/">https://www.andrewnater.com/posts/listening-to-customers/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=19070084">https://news.ycombinator.com/item?id=19070084</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 03 Feb 2019 15:32:52 +0000</pubDate><link>https://www.andrewnater.com/posts/listening-to-customers/</link><dc:creator>anater</dc:creator><comments>https://news.ycombinator.com/item?id=19070084</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19070084</guid></item><item><title><![CDATA[Get Out of Your Own Way]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.andrewnater.com/post/get-out-of-your-own-way/">https://www.andrewnater.com/post/get-out-of-your-own-way/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=19011783">https://news.ycombinator.com/item?id=19011783</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 27 Jan 2019 14:24:25 +0000</pubDate><link>https://www.andrewnater.com/post/get-out-of-your-own-way/</link><dc:creator>anater</dc:creator><comments>https://news.ycombinator.com/item?id=19011783</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19011783</guid></item><item><title><![CDATA[Ask HN: How do you give feedback?]]></title><description><![CDATA[
<p>It can be hard to give feedback. In my post[1] I share some principles for doing it well. What principles do you follow when giving feedback?<p>[1] https://www.andrewnater.com/posts/giving-feedback/</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=18953229">https://news.ycombinator.com/item?id=18953229</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 20 Jan 2019 14:40:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=18953229</link><dc:creator>anater</dc:creator><comments>https://news.ycombinator.com/item?id=18953229</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18953229</guid></item><item><title><![CDATA[New comment by anater in "Ask HN: Is there any money in website design for small businesses anymore?"]]></title><description><![CDATA[
<p><i>with all the website builders that are available, is there any money in doing web design for small businesses?</i><p>If you’re willing to be the person configuring a website with one of these builders, yes. As other commenters have mentioned, these builders only get clients so far (pretty far in fact) but eventually they’ll need something else. Being a web “guy” or “expert” to them is what you want.<p>Clients want a convenient solution to this problem. That’s why website builders are so successful. Once they’re busy enough, they don’t want to think about this at all and that’s what they’ll pay for. Be that person.</p>
]]></description><pubDate>Sat, 19 Jan 2019 13:12:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=18946871</link><dc:creator>anater</dc:creator><comments>https://news.ycombinator.com/item?id=18946871</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18946871</guid></item><item><title><![CDATA[Wellness 1.4: See how your health affects your mood]]></title><description><![CDATA[
<p>Article URL: <a href="https://getwellness.co/1.4">https://getwellness.co/1.4</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=18808466">https://news.ycombinator.com/item?id=18808466</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 02 Jan 2019 18:13:08 +0000</pubDate><link>https://getwellness.co/1.4</link><dc:creator>anater</dc:creator><comments>https://news.ycombinator.com/item?id=18808466</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18808466</guid></item></channel></rss>