<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: fantasticsid</title><link>https://news.ycombinator.com/user?id=fantasticsid</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 25 Apr 2026 21:20:16 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=fantasticsid" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by fantasticsid in "Apple just kicked Fortnite off the App Store"]]></title><description><![CDATA[
<p>As an iPhone user I much prefer any payment to go through apple payment UI, it’s just safer and hassle free, I don’t need to worry about scammy payment traps.<p>As a developer I can see the financial reasoning behind implementing third party payment methods.</p>
]]></description><pubDate>Fri, 14 Aug 2020 06:55:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=24154643</link><dc:creator>fantasticsid</dc:creator><comments>https://news.ycombinator.com/item?id=24154643</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24154643</guid></item><item><title><![CDATA[New comment by fantasticsid in "Yukihiro Matsumoto: “Ruby is designed for humans, not machines”"]]></title><description><![CDATA[
<p>Yeah, sorry for the abbreviation. I meant 'Convention over Configuration'</p>
]]></description><pubDate>Mon, 20 Jan 2020 00:55:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=22095322</link><dc:creator>fantasticsid</dc:creator><comments>https://news.ycombinator.com/item?id=22095322</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22095322</guid></item><item><title><![CDATA[New comment by fantasticsid in "Yukihiro Matsumoto: “Ruby is designed for humans, not machines”"]]></title><description><![CDATA[
<p>yeah, esoteric is bad, whether Rails or others. But that's just my impression with Rails, and I'm much more comfortable using other less magical libraries. I guess Ruby is just too good at making abstractions, and I tend to believe that 'making and using abstractions feel great and productive, unless it's made by others'</p>
]]></description><pubDate>Mon, 20 Jan 2020 00:53:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=22095313</link><dc:creator>fantasticsid</dc:creator><comments>https://news.ycombinator.com/item?id=22095313</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22095313</guid></item><item><title><![CDATA[New comment by fantasticsid in "Yukihiro Matsumoto: “Ruby is designed for humans, not machines”"]]></title><description><![CDATA[
<p>I think focusing on the syntax level is a bit superficial. While Ruby (especially in the context of RoR) lends itself very well to making DSLs and making abstractions, and thus writing superficially good looking, concise, easy to follow (on a syntax level) application code, it really breaks down when the abstraction does not work perfectly the way you want it.<p>If you have debugged a Rails app and tried to find where in the 10 level call stack a side effect is introduced, knowing that at each level a 'method_missing' could've changed things, and thus you're really looking at a non-linear call stack since each function call can branch out, you'll know the beautiful looking syntax is not free and in fact very costly.<p>And don't get me started on poorly documented (if any) CoC (black magic)..</p>
]]></description><pubDate>Sun, 19 Jan 2020 23:31:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=22094918</link><dc:creator>fantasticsid</dc:creator><comments>https://news.ycombinator.com/item?id=22094918</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22094918</guid></item><item><title><![CDATA[New comment by fantasticsid in "Apple Watch Series 5"]]></title><description><![CDATA[
<p>I wish someday Apple Watch can charge itself by harnessing the power of arm swing. I know some mechanical watches do that. Not sure though if it can gather enough power to sustain indefinitely.</p>
]]></description><pubDate>Tue, 10 Sep 2019 20:14:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=20933159</link><dc:creator>fantasticsid</dc:creator><comments>https://news.ycombinator.com/item?id=20933159</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20933159</guid></item><item><title><![CDATA[New comment by fantasticsid in "Amazon Quits China Market"]]></title><description><![CDATA[
<p>They failed because they were not able to adapt to the Chinese market/have any competitive advantage against alibaba or JD which is the point the article is trying to make. <i>None</i> of what you mentioned is alluded in the article.</p>
]]></description><pubDate>Mon, 22 Apr 2019 13:27:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=19718712</link><dc:creator>fantasticsid</dc:creator><comments>https://news.ycombinator.com/item?id=19718712</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19718712</guid></item><item><title><![CDATA[New comment by fantasticsid in "Rideshare boycott sparked by murders in China"]]></title><description><![CDATA[
<p>Yeah, that’s what companies do : look at the stats. And as long as stats say it’s rare enough, it’s not that bad.<p>People are boycotting not because there’s a higher chance of being murdered/kidnapped with Didi, but that the company was unresponsive, did not have proper procedure/policy for vetting drivers, and took way too long to get even basic info about the suspect driver.<p>What the stats say here, higher or lower, is moot. Because the issue is that Didi does not give a shit about passenger safety.</p>
]]></description><pubDate>Thu, 30 Aug 2018 02:44:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=17873770</link><dc:creator>fantasticsid</dc:creator><comments>https://news.ycombinator.com/item?id=17873770</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17873770</guid></item><item><title><![CDATA[Positioning the traffic lights of your Cocoa App]]></title><description><![CDATA[
<p>Article URL: <a href="https://zhenchao.li/posts/2018-07-04-positioning-traffic-lights-of-your-cocoa-app.html">https://zhenchao.li/posts/2018-07-04-positioning-traffic-lights-of-your-cocoa-app.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=17459121">https://news.ycombinator.com/item?id=17459121</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 04 Jul 2018 19:52:48 +0000</pubDate><link>https://zhenchao.li/posts/2018-07-04-positioning-traffic-lights-of-your-cocoa-app.html</link><dc:creator>fantasticsid</dc:creator><comments>https://news.ycombinator.com/item?id=17459121</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17459121</guid></item><item><title><![CDATA[New comment by fantasticsid in "AI winter is well on its way"]]></title><description><![CDATA[
<p>> Does anyone check every video afterwards to ensure that all the blocked content was indeed terrorist content?<p>They might not, but they could sample them to be statistically confident?</p>
]]></description><pubDate>Wed, 30 May 2018 16:00:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=17188805</link><dc:creator>fantasticsid</dc:creator><comments>https://news.ycombinator.com/item?id=17188805</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17188805</guid></item><item><title><![CDATA[Biases: An Introduction]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.lesswrong.com/rationality/biases-an-introduction">https://www.lesswrong.com/rationality/biases-an-introduction</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=17055256">https://news.ycombinator.com/item?id=17055256</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 12 May 2018 18:11:25 +0000</pubDate><link>https://www.lesswrong.com/rationality/biases-an-introduction</link><dc:creator>fantasticsid</dc:creator><comments>https://news.ycombinator.com/item?id=17055256</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17055256</guid></item><item><title><![CDATA[Using your Head is Permitted]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.brand.site.co.il/riddles/usingyourhead.html">https://www.brand.site.co.il/riddles/usingyourhead.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=17010481">https://news.ycombinator.com/item?id=17010481</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 07 May 2018 04:56:04 +0000</pubDate><link>https://www.brand.site.co.il/riddles/usingyourhead.html</link><dc:creator>fantasticsid</dc:creator><comments>https://news.ycombinator.com/item?id=17010481</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17010481</guid></item><item><title><![CDATA[Whirlwind Tour of ARM Assembly]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.coranac.com/tonc/text/asm.htm">https://www.coranac.com/tonc/text/asm.htm</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=16954083">https://news.ycombinator.com/item?id=16954083</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 29 Apr 2018 21:47:04 +0000</pubDate><link>https://www.coranac.com/tonc/text/asm.htm</link><dc:creator>fantasticsid</dc:creator><comments>https://news.ycombinator.com/item?id=16954083</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16954083</guid></item><item><title><![CDATA[Mental models]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.julian.com/blog/mental-models">https://www.julian.com/blog/mental-models</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=16938464">https://news.ycombinator.com/item?id=16938464</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 27 Apr 2018 04:32:48 +0000</pubDate><link>https://www.julian.com/blog/mental-models</link><dc:creator>fantasticsid</dc:creator><comments>https://news.ycombinator.com/item?id=16938464</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16938464</guid></item><item><title><![CDATA[Instant feedback when coding – game programming with ReasonML]]></title><description><![CDATA[
<p>Article URL: <a href="https://ldjam.com/events/ludum-dare/41/my-dear-farm/$94288">https://ldjam.com/events/ludum-dare/41/my-dear-farm/$94288</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=16927014">https://news.ycombinator.com/item?id=16927014</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 25 Apr 2018 22:42:34 +0000</pubDate><link>https://ldjam.com/events/ludum-dare/41/my-dear-farm/$94288</link><dc:creator>fantasticsid</dc:creator><comments>https://news.ycombinator.com/item?id=16927014</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16927014</guid></item><item><title><![CDATA[Qt vs. JavaFX Showcase (by Sequality)]]></title><description><![CDATA[
<p>Article URL: <a href="https://resources.qt.io/videos/qt-vs-java-by-sequality-showcase">https://resources.qt.io/videos/qt-vs-java-by-sequality-showcase</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=16926961">https://news.ycombinator.com/item?id=16926961</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 25 Apr 2018 22:35:59 +0000</pubDate><link>https://resources.qt.io/videos/qt-vs-java-by-sequality-showcase</link><dc:creator>fantasticsid</dc:creator><comments>https://news.ycombinator.com/item?id=16926961</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16926961</guid></item><item><title><![CDATA[Qt for WebAssembly Technology Preview]]></title><description><![CDATA[
<p>Article URL: <a href="http://blog.qt.io/blog/2018/04/23/beta-qt-webassembly-technology-preview/">http://blog.qt.io/blog/2018/04/23/beta-qt-webassembly-technology-preview/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=16907402">https://news.ycombinator.com/item?id=16907402</a></p>
<p>Points: 243</p>
<p># Comments: 191</p>
]]></description><pubDate>Mon, 23 Apr 2018 21:08:06 +0000</pubDate><link>http://blog.qt.io/blog/2018/04/23/beta-qt-webassembly-technology-preview/</link><dc:creator>fantasticsid</dc:creator><comments>https://news.ycombinator.com/item?id=16907402</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16907402</guid></item><item><title><![CDATA[New comment by fantasticsid in "Autonomous braking: 'The most significant development since the safety belt'"]]></title><description><![CDATA[
<p>That’s called a phantom jam, happens right now on 101 with humans;) Won’t happen if only people don’t tailgate.</p>
]]></description><pubDate>Mon, 16 Apr 2018 08:36:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=16847537</link><dc:creator>fantasticsid</dc:creator><comments>https://news.ycombinator.com/item?id=16847537</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16847537</guid></item><item><title><![CDATA[New comment by fantasticsid in "Autonomous braking: 'The most significant development since the safety belt'"]]></title><description><![CDATA[
<p>I’ve thought about this and and I think the best thing to do here is to relentlessly keep a long, safe distance from vehicles ahead. There are just things you can’t possibly see that the driver before you can.(a puppy/squirrel/whatever that he wants to avoid killing, you can’t possibly know). You can’t anticipate what a human will do here.<p>You also give yourself a buffer when vehicle ahead have an emergency stop - imagine there’s a truck behind you.<p>I guess what I’m saying is these ‘brake checks’ are welcome, even if they only serve to educate people.</p>
]]></description><pubDate>Mon, 16 Apr 2018 08:31:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=16847519</link><dc:creator>fantasticsid</dc:creator><comments>https://news.ycombinator.com/item?id=16847519</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16847519</guid></item><item><title><![CDATA[New comment by fantasticsid in "iOS 11.3 is available today"]]></title><description><![CDATA[
<p>Thanks. I'll wait till 11.3.3 :)</p>
]]></description><pubDate>Thu, 29 Mar 2018 18:40:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=16709825</link><dc:creator>fantasticsid</dc:creator><comments>https://news.ycombinator.com/item?id=16709825</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16709825</guid></item><item><title><![CDATA[New comment by fantasticsid in "Warren Buffett: Bitcoin Is Pure FOMO"]]></title><description><![CDATA[
<p>He has none but he could be shorting it?</p>
]]></description><pubDate>Wed, 27 Dec 2017 17:10:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=16016117</link><dc:creator>fantasticsid</dc:creator><comments>https://news.ycombinator.com/item?id=16016117</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16016117</guid></item></channel></rss>