<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: calvin_c</title><link>https://news.ycombinator.com/user?id=calvin_c</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 11 Aug 2026 17:14:27 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=calvin_c" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Nude is a next-generation photo vault that uses AI to hide your sensitive photos]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.theverge.com/2017/10/17/16414822/nude-app-photo-vault-sexting">https://www.theverge.com/2017/10/17/16414822/nude-app-photo-vault-sexting</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=15490805">https://news.ycombinator.com/item?id=15490805</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Tue, 17 Oct 2017 13:44:23 +0000</pubDate><link>https://www.theverge.com/2017/10/17/16414822/nude-app-photo-vault-sexting</link><dc:creator>calvin_c</dc:creator><comments>https://news.ycombinator.com/item?id=15490805</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15490805</guid></item><item><title><![CDATA[Apple Plans to Release a Cellular-Capable Watch to Break iPhone Ties]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.bloomberg.com/news/articles/2017-08-04/apple-said-to-ready-cellular-capable-watch-to-break-iphone-ties">https://www.bloomberg.com/news/articles/2017-08-04/apple-said-to-ready-cellular-capable-watch-to-break-iphone-ties</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=14932046">https://news.ycombinator.com/item?id=14932046</a></p>
<p>Points: 131</p>
<p># Comments: 120</p>
]]></description><pubDate>Fri, 04 Aug 2017 20:38:45 +0000</pubDate><link>https://www.bloomberg.com/news/articles/2017-08-04/apple-said-to-ready-cellular-capable-watch-to-break-iphone-ties</link><dc:creator>calvin_c</dc:creator><comments>https://news.ycombinator.com/item?id=14932046</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14932046</guid></item><item><title><![CDATA[New comment by calvin_c in "Developers Are Already Making Great AR Experiences Using Apple's ARKit"]]></title><description><![CDATA[
<p>It was on one of the early versions of the Yelp iOS app as well. Don't really remember if it was there on day one, but I remember playing around with it in iOS 2 or 3.</p>
]]></description><pubDate>Tue, 11 Jul 2017 11:38:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=14743271</link><dc:creator>calvin_c</dc:creator><comments>https://news.ycombinator.com/item?id=14743271</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14743271</guid></item><item><title><![CDATA[New comment by calvin_c in "Going Mobile With React Native"]]></title><description><![CDATA[
<p>Exactly. It’s an abstraction, you will always be a few libraries and components away from implementing what you actually want, but that’s a lot to build on just to use a system provided tool. For instance, I’m working on upgrading my company’s app to use iOS 11’s new password auto fill APIs. All it needs is for you to set the UITextField’s contentType properly to one of a dozen enumerated values, in this case Username and Password. React Native doesn’t expose that propertie on the TextField component however, so I have to either build my own extension on top of the TextField component or form the React Native project and submit a PR to get this feature working, a feature that’s explicitly supposed to be painless to implement. There are so many cases like this around React Native,  the community mindset is usually just to find another dependency to integrate.</p>
]]></description><pubDate>Fri, 07 Jul 2017 13:56:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=14718311</link><dc:creator>calvin_c</dc:creator><comments>https://news.ycombinator.com/item?id=14718311</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14718311</guid></item><item><title><![CDATA[New comment by calvin_c in "Going Mobile With React Native"]]></title><description><![CDATA[
<p>Correct. Every React Native component actually renders into a native view, so on iOS if you use a View (RN) it maps to a UIView when React Native actually builds the UI.</p>
]]></description><pubDate>Fri, 07 Jul 2017 13:51:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=14718283</link><dc:creator>calvin_c</dc:creator><comments>https://news.ycombinator.com/item?id=14718283</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14718283</guid></item><item><title><![CDATA[New comment by calvin_c in "Going Mobile With React Native"]]></title><description><![CDATA[
<p>Yes, that is certainly possible. It doesn’t have to be 100% either way, you could do any combination of React Native and proper Native you want.</p>
]]></description><pubDate>Fri, 07 Jul 2017 13:50:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=14718274</link><dc:creator>calvin_c</dc:creator><comments>https://news.ycombinator.com/item?id=14718274</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14718274</guid></item><item><title><![CDATA[New comment by calvin_c in "Going Mobile With React Native"]]></title><description><![CDATA[
<p>Could not agree more. There are certainly benefits to using React Native, especially when bootstrapping an app and you've already got a React shop, but once your app and user base gets larger it creates a serious barrier to actually taking advantage of the native platform and it's capabilities.</p>
]]></description><pubDate>Fri, 07 Jul 2017 12:35:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=14717854</link><dc:creator>calvin_c</dc:creator><comments>https://news.ycombinator.com/item?id=14717854</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14717854</guid></item><item><title><![CDATA[T-Mobile’s “Digits” program revamps the phone number]]></title><description><![CDATA[
<p>Article URL: <a href="https://arstechnica.com/gadgets/2017/05/t-mobile-thinks-google-voice-is-pretty-cool-launches-digits-program/">https://arstechnica.com/gadgets/2017/05/t-mobile-thinks-google-voice-is-pretty-cool-launches-digits-program/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=14420059">https://news.ycombinator.com/item?id=14420059</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 25 May 2017 20:50:49 +0000</pubDate><link>https://arstechnica.com/gadgets/2017/05/t-mobile-thinks-google-voice-is-pretty-cool-launches-digits-program/</link><dc:creator>calvin_c</dc:creator><comments>https://news.ycombinator.com/item?id=14420059</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14420059</guid></item><item><title><![CDATA[Report: Apple shows it’s taking the Mac seriously with WWDC laptop updates]]></title><description><![CDATA[
<p>Article URL: <a href="https://arstechnica.com/apple/2017/05/report-apple-plans-comprehensive-mac-laptop-refresh-for-wwdc/">https://arstechnica.com/apple/2017/05/report-apple-plans-comprehensive-mac-laptop-refresh-for-wwdc/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=14353284">https://news.ycombinator.com/item?id=14353284</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 16 May 2017 21:01:59 +0000</pubDate><link>https://arstechnica.com/apple/2017/05/report-apple-plans-comprehensive-mac-laptop-refresh-for-wwdc/</link><dc:creator>calvin_c</dc:creator><comments>https://news.ycombinator.com/item?id=14353284</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14353284</guid></item><item><title><![CDATA[Y Combinator head who pushes basic income is reportedly running for office]]></title><description><![CDATA[
<p>Article URL: <a href="https://arstechnica.com/tech-policy/2017/05/y-combinator-head-who-pushes-basic-income-is-reportedly-running-for-office/">https://arstechnica.com/tech-policy/2017/05/y-combinator-head-who-pushes-basic-income-is-reportedly-running-for-office/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=14342198">https://news.ycombinator.com/item?id=14342198</a></p>
<p>Points: 40</p>
<p># Comments: 4</p>
]]></description><pubDate>Mon, 15 May 2017 15:15:32 +0000</pubDate><link>https://arstechnica.com/tech-policy/2017/05/y-combinator-head-who-pushes-basic-income-is-reportedly-running-for-office/</link><dc:creator>calvin_c</dc:creator><comments>https://news.ycombinator.com/item?id=14342198</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14342198</guid></item><item><title><![CDATA[Comcast mobile phone service coming in 2017 with wireless/cable bundles]]></title><description><![CDATA[
<p>Article URL: <a href="https://arstechnica.com/information-technology/2017/01/comcast-mobile-phone-service-coming-in-2017-with-wirelesscable-bundles/">https://arstechnica.com/information-technology/2017/01/comcast-mobile-phone-service-coming-in-2017-with-wirelesscable-bundles/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=13494998">https://news.ycombinator.com/item?id=13494998</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 26 Jan 2017 20:30:43 +0000</pubDate><link>https://arstechnica.com/information-technology/2017/01/comcast-mobile-phone-service-coming-in-2017-with-wirelesscable-bundles/</link><dc:creator>calvin_c</dc:creator><comments>https://news.ycombinator.com/item?id=13494998</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13494998</guid></item><item><title><![CDATA[New comment by calvin_c in "Democracy Index 2016"]]></title><description><![CDATA[
<p>Certainly does, which is why our score went down last year before Trump took office.</p>
]]></description><pubDate>Thu, 26 Jan 2017 15:07:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=13491923</link><dc:creator>calvin_c</dc:creator><comments>https://news.ycombinator.com/item?id=13491923</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13491923</guid></item><item><title><![CDATA[New comment by calvin_c in "Democracy Index 2016"]]></title><description><![CDATA[
<p>I think they're trying to say that the democracy is now worse because we have a leader who is lying to the media, threatening voting rights based on unsupported claims, silencing scientists from sharing publicly funded research, and is charging journalists with felony charges for covering protests against him.</p>
]]></description><pubDate>Thu, 26 Jan 2017 14:39:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=13491687</link><dc:creator>calvin_c</dc:creator><comments>https://news.ycombinator.com/item?id=13491687</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13491687</guid></item><item><title><![CDATA[HN: Please don’t crap on VR]]></title><description><![CDATA[
<p>Article URL: <a href="https://hackernoon.com/please-dont-on-vr-330a892debfe#.poqfcjou2">https://hackernoon.com/please-dont-on-vr-330a892debfe#.poqfcjou2</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=13417372">https://news.ycombinator.com/item?id=13417372</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 17 Jan 2017 13:39:08 +0000</pubDate><link>https://hackernoon.com/please-dont-on-vr-330a892debfe#.poqfcjou2</link><dc:creator>calvin_c</dc:creator><comments>https://news.ycombinator.com/item?id=13417372</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13417372</guid></item><item><title><![CDATA[Apple’s FaceTime blamed for girl’s highway crash death in new lawsuit]]></title><description><![CDATA[
<p>Article URL: <a href="http://arstechnica.com/tech-policy/2017/01/apples-facetime-app-blamed-for-crash-as-distracted-driving-deaths-mount/">http://arstechnica.com/tech-policy/2017/01/apples-facetime-app-blamed-for-crash-as-distracted-driving-deaths-mount/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=13313450">https://news.ycombinator.com/item?id=13313450</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Tue, 03 Jan 2017 21:49:02 +0000</pubDate><link>http://arstechnica.com/tech-policy/2017/01/apples-facetime-app-blamed-for-crash-as-distracted-driving-deaths-mount/</link><dc:creator>calvin_c</dc:creator><comments>https://news.ycombinator.com/item?id=13313450</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13313450</guid></item><item><title><![CDATA[AirPods are now up for sale on Apple’s site, will arrive just before Christmas]]></title><description><![CDATA[
<p>Article URL: <a href="https://techcrunch.com/2016/12/13/airpods/">https://techcrunch.com/2016/12/13/airpods/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=13167042">https://news.ycombinator.com/item?id=13167042</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 13 Dec 2016 14:38:34 +0000</pubDate><link>https://techcrunch.com/2016/12/13/airpods/</link><dc:creator>calvin_c</dc:creator><comments>https://news.ycombinator.com/item?id=13167042</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13167042</guid></item><item><title><![CDATA[FCC introduces broadband labels inspired by nutrition facts]]></title><description><![CDATA[
<p>Article URL: <a href="http://www.theverge.com/2016/4/4/11362012/fcc-broadband-labels-nutrition-facts">http://www.theverge.com/2016/4/4/11362012/fcc-broadband-labels-nutrition-facts</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=11424815">https://news.ycombinator.com/item?id=11424815</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 04 Apr 2016 19:41:54 +0000</pubDate><link>http://www.theverge.com/2016/4/4/11362012/fcc-broadband-labels-nutrition-facts</link><dc:creator>calvin_c</dc:creator><comments>https://news.ycombinator.com/item?id=11424815</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11424815</guid></item><item><title><![CDATA[New comment by calvin_c in "Apple Letter on iPhone Security Draws Muted Tech Industry Response"]]></title><description><![CDATA[
<p>Even if they don't sell it, their business model requires that they have access to it. Apple's argument here is that they don't have it.</p>
]]></description><pubDate>Thu, 18 Feb 2016 19:31:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=11128588</link><dc:creator>calvin_c</dc:creator><comments>https://news.ycombinator.com/item?id=11128588</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11128588</guid></item><item><title><![CDATA[Magic+]]></title><description><![CDATA[
<p>Article URL: <a href="https://getmagicnow.com/plus">https://getmagicnow.com/plus</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=10846540">https://news.ycombinator.com/item?id=10846540</a></p>
<p>Points: 687</p>
<p># Comments: 462</p>
]]></description><pubDate>Tue, 05 Jan 2016 22:23:56 +0000</pubDate><link>https://getmagicnow.com/plus</link><dc:creator>calvin_c</dc:creator><comments>https://news.ycombinator.com/item?id=10846540</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10846540</guid></item><item><title><![CDATA[New comment by calvin_c in "The Apple iPhone 6s and iPhone 6s Plus Review"]]></title><description><![CDATA[
<p>A good precedent has already been set for this. The first iPhone got two major updates, iOS 4.0 being the first version that didn't support it. The 3GS added an extra year to the lifespan, launching with iOS 3.0 and only being left out of support for iOS 7. The 4S added even another year, recently having received the fourth major update of it's lifespan.<p>So yeah, while there is certainly some performance lost on a 4S running iOS 9, it's not nearly as bad as the original iPad running iOS 5, or the original iPhone running iOS 3. I imagine the 6S will easily be able to handle iOS XV.<p>Also noteworthy is that the only iPad not still receiving updates is the original model, meaning the iPad 2 has received the most major updates of any iOS device at five.</p>
]]></description><pubDate>Tue, 03 Nov 2015 21:18:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=10502753</link><dc:creator>calvin_c</dc:creator><comments>https://news.ycombinator.com/item?id=10502753</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10502753</guid></item></channel></rss>