<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: nlogn</title><link>https://news.ycombinator.com/user?id=nlogn</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 27 Sep 2026 05:16:42 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=nlogn" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by nlogn in "CoffeePhysics: A JS/CS Physics Engine"]]></title><description><![CDATA[
<p>Yep I'm wrong. Mixed up factorial just like mistercow said. Thanks for the corrections. And here I was worrying that someone would complain that my loop wouldn't address the issues of collision response necessitating more checks, thus making a recursive solution necessary.</p>
]]></description><pubDate>Thu, 01 Mar 2012 02:58:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=3650736</link><dc:creator>nlogn</dc:creator><comments>https://news.ycombinator.com/item?id=3650736</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=3650736</guid></item><item><title><![CDATA[New comment by nlogn in "CoffeePhysics: A JS/CS Physics Engine"]]></title><description><![CDATA[
<p>He's right actually if the code is written sensibly.  Well it should really be (N-1)! but close enough.  Think about it in terms of 3 balls.  I check ball1 against ball2 and ball3 then move to ball2.  It gains me nothing to re-check ball2 against ball1 so I just check it against ball3.  When I reach ball3, I have already checked everything and I'm done.<p>The loop should look like this:<p><pre><code>  for (i = 0; i < n; ++i)
      for (j = i + 1; j < n; ++j)</code></pre></p>
]]></description><pubDate>Wed, 29 Feb 2012 16:16:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=3648346</link><dc:creator>nlogn</dc:creator><comments>https://news.ycombinator.com/item?id=3648346</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=3648346</guid></item><item><title><![CDATA[New comment by nlogn in "Microsoft kills Zune, Windows Live brands; Live ID renamed to Microsoft Account"]]></title><description><![CDATA[
<p>I have to second the completely unbreakable part.  I have dropped it whilst biking many times (seriously I'm embarrassed to say like 4 times) and it has only a few minor dings to show for it despite tumbling on asphalt at 10-15 mph.  It seems like the thickness of the aluminum bezel coupled with the thinner screen width protects the screen better than the ipod touch's.  I also prefer the UI and basically what it came down to when deciding between the two for me was what I wanted: a really good touchsceen mp3 player or a more generally useful device/portable gaming machine.  I already have my phone for the latter purpose so I went with the best mp3 player.</p>
]]></description><pubDate>Fri, 24 Feb 2012 18:08:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=3630169</link><dc:creator>nlogn</dc:creator><comments>https://news.ycombinator.com/item?id=3630169</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=3630169</guid></item><item><title><![CDATA[New comment by nlogn in "Steve Jobs has passed away."]]></title><description><![CDATA[
<p>Especially since we as a species have eliminated so many other "natural" causes of death thanks to vaccines, antibiotics, sanitation etc.  What we are left with are what we have not yet solved: cancer, heart disease and strokes (mostly).
<a href="http://imgur.com/6d3lK" rel="nofollow">http://imgur.com/6d3lK</a><p>Cancer also becomes naturally more likely as time goes on and DNA has become more damaged so as our lifespans increase, so do the odds of getting cancer.</p>
]]></description><pubDate>Thu, 06 Oct 2011 06:40:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=3079289</link><dc:creator>nlogn</dc:creator><comments>https://news.ycombinator.com/item?id=3079289</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=3079289</guid></item><item><title><![CDATA[New comment by nlogn in "The Problem with the iPhone's Home Button"]]></title><description><![CDATA[
<p>>If it's not complicated, why do some Android users complain about it? If it's as intuitive as you say, shouldn't everyone be happy with it?<p>Don't you think this is a silly argument to use against Android's back button when the post we are commenting on is a complaint about iOS's home button?  By your logic, that should indicate that the home button's behavior is not intuitive and complicated... you know, because somebody complained about it.</p>
]]></description><pubDate>Thu, 14 Jul 2011 22:00:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=2765368</link><dc:creator>nlogn</dc:creator><comments>https://news.ycombinator.com/item?id=2765368</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=2765368</guid></item><item><title><![CDATA[New comment by nlogn in "Google Nexus 4G detailed – 720p display, 4G LTE, Android 4.0"]]></title><description><![CDATA[
<p>Another benefit is that manufacturers can't screw with the button order.</p>
]]></description><pubDate>Wed, 15 Jun 2011 20:07:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=2658814</link><dc:creator>nlogn</dc:creator><comments>https://news.ycombinator.com/item?id=2658814</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=2658814</guid></item><item><title><![CDATA[New comment by nlogn in "Parody Color Pitch Deck"]]></title><description><![CDATA[
<p>Dibs on the color #80881E</p>
]]></description><pubDate>Thu, 24 Mar 2011 14:54:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=2364326</link><dc:creator>nlogn</dc:creator><comments>https://news.ycombinator.com/item?id=2364326</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=2364326</guid></item><item><title><![CDATA[New comment by nlogn in "Android 3.0 Hardware Acceleration"]]></title><description><![CDATA[
<p>"horrible UX on Android"<p>This is more than a little hyperbolic.  Sure, the animations may not run at 30fps all the time.  Some animations running at 15fps != horrible UX.  I am an iOS dev as well but use an Android phone and just completely disagree on it having poor UX.</p>
]]></description><pubDate>Wed, 16 Mar 2011 21:06:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=2333925</link><dc:creator>nlogn</dc:creator><comments>https://news.ycombinator.com/item?id=2333925</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=2333925</guid></item><item><title><![CDATA[New comment by nlogn in "The billion dollar Smart Cover"]]></title><description><![CDATA[
<p>I googled it before I commented, thank you.  Note that I asked if you had any numbers.  In each of your sales comparisons links, they point to the very same short quote from an analyst.  Not the most compelling data, wouldn't you agree?</p>
]]></description><pubDate>Sun, 13 Mar 2011 23:40:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=2320592</link><dc:creator>nlogn</dc:creator><comments>https://news.ycombinator.com/item?id=2320592</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=2320592</guid></item><item><title><![CDATA[New comment by nlogn in "The billion dollar Smart Cover"]]></title><description><![CDATA[
<p>> The Xoom was superior in terms of all hardware, but it failed to make a dent against Apple simply because Apple executes the tablet exquisitely.<p>Do you have any hard numbers to back up this assertion?</p>
]]></description><pubDate>Sun, 13 Mar 2011 22:00:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=2320365</link><dc:creator>nlogn</dc:creator><comments>https://news.ycombinator.com/item?id=2320365</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=2320365</guid></item><item><title><![CDATA[New comment by nlogn in "Why Angry Birds is so successful and popular?"]]></title><description><![CDATA[
<p>Not only that, but there is no reason that the physics loop would have to be run in real-time.  They could just as easily run the physics loop for a few frames as fast as the hardware would let them with fixed deltas of average frame length (probably 1/30th of a sec).  Chances are they could run half a second of simulation in just a few milliseconds without the need to render.</p>
]]></description><pubDate>Tue, 08 Mar 2011 11:46:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=2300575</link><dc:creator>nlogn</dc:creator><comments>https://news.ycombinator.com/item?id=2300575</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=2300575</guid></item><item><title><![CDATA[New comment by nlogn in "Ars reviews the Motorola Xoom"]]></title><description><![CDATA[
<p>And yet there is a functioning work-around that is extremely simple: <a href="https://supportforums.motorola.com/message/332363" rel="nofollow">https://supportforums.motorola.com/message/332363</a></p>
]]></description><pubDate>Mon, 07 Mar 2011 08:08:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=2296452</link><dc:creator>nlogn</dc:creator><comments>https://news.ycombinator.com/item?id=2296452</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=2296452</guid></item><item><title><![CDATA[New comment by nlogn in "Steve Jobs' reality distortion takes its toll on truth"]]></title><description><![CDATA[
<p>If you cannot honestly make this claim: "I believe in god/s", you are an atheist by definition.  You may not be a strong atheist which is someone who would make the claim: "There is/are no god/s", but you are still an atheist (a weak atheist, which anecdotally appears to be the most common variety).  Just think about the roots, atheism - without theism.<p>You're also an agnostic if you can honestly make the claim: "It is unknowable whether or not there is/are god/s".<p>I used to call myself an agnostic because, for whatever reason, people always assume that if you are an atheist you hold the position that there are no gods (which you also seem to hold given your assumption that atheism is a position that requires belief).</p>
]]></description><pubDate>Sat, 05 Mar 2011 23:45:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=2292870</link><dc:creator>nlogn</dc:creator><comments>https://news.ycombinator.com/item?id=2292870</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=2292870</guid></item><item><title><![CDATA[New comment by nlogn in "US Department of Justice investigating MPEG LA"]]></title><description><![CDATA[
<p>Is there a reason that MPEG-LA isn't offering patent indemnification other than they aren't sure H.264 is patent free either?<p><a href="http://news.ycombinator.net/item?id=2100601" rel="nofollow">http://news.ycombinator.net/item?id=2100601</a><p>This argument is total FUD.</p>
]]></description><pubDate>Sat, 05 Mar 2011 11:16:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=2291307</link><dc:creator>nlogn</dc:creator><comments>https://news.ycombinator.com/item?id=2291307</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=2291307</guid></item><item><title><![CDATA[New comment by nlogn in "Motorola Xoom a huge disappointment"]]></title><description><![CDATA[
<p>Rather short and lacking in details for a "review" isn't this?  Anandtech and Engadget have already reviewed the Xoom in more detail and I have to say, this reads very much like someone wanting to validate their own opinion instead of offering a fair critique.  I have observed the iPhone 3gs/3g (I have little experience with the 4) lagging significantly when many apps are installed (not just running, but merely installed) so UI lag is not something unique to Android.<p>The power button placement and heavy weight seem to be, admittedly, poor decisions.  As far as battery life goes, this review is very inconsistent with Anandtech's review which states that the Xoom's battery life is comparable with the iPad[1].  Not sure what exactly he is complaining about wrt widgets; I have several widgets working well on my phone and I'm sure they're fully compatible with Honeycomb.  It is a shame that neither Flash or the micro-sd card slot are functional at release.  I can only hope Motorola is working to remedy both of those issues.<p>[1] <a href="http://www.anandtech.com/show/4191/motorola-xoom-review-first-honeycomb-tablet-arrives/14" rel="nofollow">http://www.anandtech.com/show/4191/motorola-xoom-review-firs...</a></p>
]]></description><pubDate>Thu, 03 Mar 2011 07:16:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=2283187</link><dc:creator>nlogn</dc:creator><comments>https://news.ycombinator.com/item?id=2283187</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=2283187</guid></item><item><title><![CDATA[New comment by nlogn in "IPad 2 Official Specs"]]></title><description><![CDATA[
<p>For "power users", the Xoom should be a clear winner, no?  More free customization, tabbed browsing (and plenty of RAM to handle it nicely), and most importantly, it is free to develop for the Xoom from any OS.<p>As far as cheaper, maybe the Nook Color would be a smarter buy for the "penny-pincher".</p>
]]></description><pubDate>Thu, 03 Mar 2011 01:30:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=2282292</link><dc:creator>nlogn</dc:creator><comments>https://news.ycombinator.com/item?id=2282292</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=2282292</guid></item><item><title><![CDATA[New comment by nlogn in "Thunderbolt"]]></title><description><![CDATA[
<p>I believe the new macs still have USB ports, no? So what incentive do peripherals manufacturers have to use Thunderbolt and target just the new macbooks vs USB 3.0 and targeting everything?</p>
]]></description><pubDate>Fri, 25 Feb 2011 01:27:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=2260632</link><dc:creator>nlogn</dc:creator><comments>https://news.ycombinator.com/item?id=2260632</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=2260632</guid></item><item><title><![CDATA[New comment by nlogn in "Thunderbolt"]]></title><description><![CDATA[
<p>Thunderbolt may be technically superior in every single way,   but unless other manufacturers use it for their laptops/motherboards, Apple's 10ish% market share is going to ensure that USB 3.0 "wins" ultimately.  This will wind up being just like firewire where aside from Apple's stuff and a select few "Apple" manufacturers, nobody uses it and consumers either buy the more expensive Apple stuff, or use a dongle and see 0 benefit from the superior tech.</p>
]]></description><pubDate>Thu, 24 Feb 2011 19:45:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=2259517</link><dc:creator>nlogn</dc:creator><comments>https://news.ycombinator.com/item?id=2259517</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=2259517</guid></item><item><title><![CDATA[New comment by nlogn in "Apple to Unveil IPad 2 on March 2 in San Francisco"]]></title><description><![CDATA[
<p>A display of that resolution is infeasible with current GPUs, though.  The device would be a combination of too large, too heavy, and/or have too short battery life.  I don't even think it will be feasible in the next iteration; perhaps the one after.<p>I honestly think they made the resolution only 1024x768 on purpose to reduce the amount of time it will take to be able to cost-effectively double it.  If they had shipped with a 1280x800 screen (like the Xoom's) off the bat, it would probably tack on an extra iteration before they could double it.</p>
]]></description><pubDate>Tue, 22 Feb 2011 22:56:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=2251971</link><dc:creator>nlogn</dc:creator><comments>https://news.ycombinator.com/item?id=2251971</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=2251971</guid></item><item><title><![CDATA[New comment by nlogn in "Motorola Xoom will ship without Flash support"]]></title><description><![CDATA[
<p>Dual-core and 4x the RAM offer no benefits to non-hacker customers?  Sometimes page elements must be reloaded when browsing a SINGLE PAGE on the iPad.  Surely you can admit that 4x the RAM would offer a notable boost to browsing experience.</p>
]]></description><pubDate>Mon, 21 Feb 2011 20:03:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=2246917</link><dc:creator>nlogn</dc:creator><comments>https://news.ycombinator.com/item?id=2246917</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=2246917</guid></item></channel></rss>