<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: bbllee</title><link>https://news.ycombinator.com/user?id=bbllee</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 28 Jul 2026 07:34:26 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=bbllee" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by bbllee in "High quality GIF with FFmpeg"]]></title><description><![CDATA[
<p>You can achieve no delay without using a zero delay.  Graphic Control Extension blocks may be omitted between images and so multiple images can come in a row without anything defining a delay between them.<p>See the last instance of the phrase "graphic control" in the document to see that multiple images can come with no intervening GCE blocks and see the paragraph containing the 5th instance of that phrase to observe that a GCE block only affects the first image following the GCE.</p>
]]></description><pubDate>Tue, 17 Mar 2015 04:47:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=9216333</link><dc:creator>bbllee</dc:creator><comments>https://news.ycombinator.com/item?id=9216333</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9216333</guid></item><item><title><![CDATA[New comment by bbllee in "Google Nears $1 Billion Investment in SpaceX"]]></title><description><![CDATA[
<p>The collision risk will depend very much on the altitude at which they are placed... this is also a big determiner of design life (N years before the orbit decays and they come back into the atmosphere) and might also have some effect on signal strength / geometry.</p>
]]></description><pubDate>Tue, 20 Jan 2015 03:08:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=8915277</link><dc:creator>bbllee</dc:creator><comments>https://news.ycombinator.com/item?id=8915277</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8915277</guid></item><item><title><![CDATA[New comment by bbllee in "The Curse of Smart People"]]></title><description><![CDATA[
<p>Reminds me of 'What Intelligence Tests Miss: The Psychology of Rational Thought,' the most interesting cognitive science book I've read. <a href="http://www.amazon.com/What-Intelligence-Tests-Miss-Psychology/dp/0300164629" rel="nofollow">http://www.amazon.com/What-Intelligence-Tests-Miss-Psycholog...</a><p>In short, rationality is not the same thing as intelligence and general intelligence does not correlate with rational behavior nearly as well as we might like it to.  Individuals with high intelligence can and do put their mental endowments to work to argue for mistaken ideas and execute irrational plans.<p>I'm now thinking of an intelligent individual who made a small misstatement in conversation, then, when challenged on that point, proceeded to explain why he was not mistaken for several minutes... then finally wised up and admitted that his original statement was wrong.</p>
]]></description><pubDate>Tue, 01 Jul 2014 05:05:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=7969227</link><dc:creator>bbllee</dc:creator><comments>https://news.ycombinator.com/item?id=7969227</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7969227</guid></item><item><title><![CDATA[New comment by bbllee in "How Node.js applications will benefit from replacing V8 in JXcore "]]></title><description><![CDATA[
<p><p><pre><code>    // Suites of benchmarks consist of a name and the set of benchmarks in
    // addition to the reference timing that the final score will be based
    // on.  This way, all scores are relative to a reference run and higher
    // scores implies better performance.

</code></pre>
<a href="https://github.com/Nubisa/jxdocs/blob/master/benchmarks/core_engine_benchmark.js#L66-L75" rel="nofollow">https://github.com/Nubisa/jxdocs/blob/master/benchmarks/core...</a><p>For complete clarity, see also the lines<p><a href="https://github.com/Nubisa/jxdocs/blob/master/benchmarks/core_engine_benchmark.js#L182-L183" rel="nofollow">https://github.com/Nubisa/jxdocs/blob/master/benchmarks/core...</a><p>The score is (arbitrary reference constant) / (geometric mean of runtime).  Bad performance ==> longer runtime ==> lower scores.</p>
]]></description><pubDate>Sun, 04 May 2014 19:50:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=7695518</link><dc:creator>bbllee</dc:creator><comments>https://news.ycombinator.com/item?id=7695518</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7695518</guid></item><item><title><![CDATA[New comment by bbllee in "How Node.js applications will benefit from replacing V8 in JXcore "]]></title><description><![CDATA[
<p>Seems double-silly.  First there's the whole "smaller is better... I mean, whoops!"-ness of the blogpost.  Second is the general choice of benchmark: JXcore is supposed to be a multithreaded JS engine, so it seems like you'd want to benchmark its multithreaded performance against V8's single thread perf. on some workload that can take advantage of multiple threads.</p>
]]></description><pubDate>Sun, 04 May 2014 17:02:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=7694926</link><dc:creator>bbllee</dc:creator><comments>https://news.ycombinator.com/item?id=7694926</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7694926</guid></item><item><title><![CDATA[New comment by bbllee in "How Node.js applications will benefit from replacing V8 in JXcore "]]></title><description><![CDATA[
<p>Looks like <a href="http://nubisa.com/" rel="nofollow">http://nubisa.com/</a> is interested in native (read: mobile, desktop) app development in JS.</p>
]]></description><pubDate>Sun, 04 May 2014 16:59:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=7694907</link><dc:creator>bbllee</dc:creator><comments>https://news.ycombinator.com/item?id=7694907</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7694907</guid></item><item><title><![CDATA[New comment by bbllee in "How Node.js applications will benefit from replacing V8 in JXcore "]]></title><description><![CDATA[
<p>Looking at the linked benchmark file appears to bear out this claim:<p><a href="https://github.com/Nubisa/jxdocs/blob/master/benchmarks/core_engine_benchmark.js#L207-L212" rel="nofollow">https://github.com/Nubisa/jxdocs/blob/master/benchmarks/core...</a><p>It appears that the reported numbers for benchmark X are _the # of times that X can be run before one second elapses_, so parent comment is correct and the premise of the blogpost (that the new node.js version with V8 has worse performance than the earlier version / the private fork has better performance than the new version and slightly worse performance than the old) is contradicted by the evidence presented.<p>Not a good way to look competent, posting something like this.  Countdown until edit or takedown...</p>
]]></description><pubDate>Sun, 04 May 2014 16:54:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=7694880</link><dc:creator>bbllee</dc:creator><comments>https://news.ycombinator.com/item?id=7694880</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7694880</guid></item><item><title><![CDATA[New comment by bbllee in "Why I am switching to promises"]]></title><description><![CDATA[
<p>I find one of your premises very thin: browser implementors are implementing DOM promises, so promises were clearly not invented solely to make up for the difficulties of Node.</p>
]]></description><pubDate>Wed, 08 Jan 2014 05:16:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=7021838</link><dc:creator>bbllee</dc:creator><comments>https://news.ycombinator.com/item?id=7021838</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7021838</guid></item><item><title><![CDATA[New comment by bbllee in "FBI Drops Law Enforcement as 'Primary' Mission"]]></title><description><![CDATA[
<p>Sorry, this relates to the posted link how?</p>
]]></description><pubDate>Wed, 08 Jan 2014 04:16:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=7021652</link><dc:creator>bbllee</dc:creator><comments>https://news.ycombinator.com/item?id=7021652</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7021652</guid></item><item><title><![CDATA[New comment by bbllee in "FBI Drops Law Enforcement as 'Primary' Mission"]]></title><description><![CDATA[
<p>This one is so much smaller it takes a lot more effort to make it seem threatening.</p>
]]></description><pubDate>Wed, 08 Jan 2014 04:13:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=7021644</link><dc:creator>bbllee</dc:creator><comments>https://news.ycombinator.com/item?id=7021644</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7021644</guid></item><item><title><![CDATA[New comment by bbllee in "160-Year-Old Documents Intentionally Destroyed in Franklin County, N.C."]]></title><description><![CDATA[
<p>Could a lawyer (preferably from NC) chime in about real estate law and if there's something like a "statute of limitations"?  Would adverse possession (or something like it) in effect wipe away any crime committed in coming to possess a piece of land?</p>
]]></description><pubDate>Tue, 07 Jan 2014 14:42:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=7017506</link><dc:creator>bbllee</dc:creator><comments>https://news.ycombinator.com/item?id=7017506</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7017506</guid></item><item><title><![CDATA[New comment by bbllee in "160-Year-Old Documents Intentionally Destroyed in Franklin County, N.C."]]></title><description><![CDATA[
<p>The article focuses on the potential harm to one or more prominent families' reputations; as you deduce, this kind of evidence would not only harm reputations but may also complicate land ownership.</p>
]]></description><pubDate>Tue, 07 Jan 2014 14:36:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=7017481</link><dc:creator>bbllee</dc:creator><comments>https://news.ycombinator.com/item?id=7017481</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7017481</guid></item><item><title><![CDATA[New comment by bbllee in "Focus on Ocean’s Health as Dolphin Deaths Soar"]]></title><description><![CDATA[
<p>A dead commenter said, "Any startup ideas on cleaning the Ocean? I guess no country wants to pay for this yet?" and I had two thoughts in response:<p>There's a reason for the word "tragedy" in the phrase, "the tragedy of the commons";
"cleaning" probably isn't going to cut it; ocean warming and acidification will quite possibly cause mass extinctions.</p>
]]></description><pubDate>Mon, 23 Dec 2013 06:39:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=6953369</link><dc:creator>bbllee</dc:creator><comments>https://news.ycombinator.com/item?id=6953369</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=6953369</guid></item><item><title><![CDATA[New comment by bbllee in "Track Europe's falling, 2,000-pound satellite in real-time"]]></title><description><![CDATA[
<p>Yeah, hard bounce off the atmosphere trades angular momentum for radial velocity and increases eccentricity, meaning next time you hit the atmosphere is gonna be even worse.</p>
]]></description><pubDate>Sat, 09 Nov 2013 22:08:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=6703528</link><dc:creator>bbllee</dc:creator><comments>https://news.ycombinator.com/item?id=6703528</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=6703528</guid></item><item><title><![CDATA[New comment by bbllee in "Track Europe's falling, 2,000-pound satellite in real-time"]]></title><description><![CDATA[
<p>And its orientation.</p>
]]></description><pubDate>Sat, 09 Nov 2013 18:45:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=6702604</link><dc:creator>bbllee</dc:creator><comments>https://news.ycombinator.com/item?id=6702604</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=6702604</guid></item><item><title><![CDATA[New comment by bbllee in "Track Europe's falling, 2,000-pound satellite in real-time"]]></title><description><![CDATA[
<p>Yes, it is "just" lots of math-- IF you know what the atmospheric conditions will be like.  Having worked with a few atmospheric density models, I have the distinct impression that they are meant to give a mean density estimate but that variations are significant and velocity variations are not even modeled.</p>
]]></description><pubDate>Sat, 09 Nov 2013 18:42:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=6702592</link><dc:creator>bbllee</dc:creator><comments>https://news.ycombinator.com/item?id=6702592</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=6702592</guid></item><item><title><![CDATA[New comment by bbllee in "Polymer, a Web Components library built by Google"]]></title><description><![CDATA[
<p>I think the parent of your comment meant:
"the speed optimization is important if we want to have UIs  as complex as an IDE _built with these new APIs_" --because polyfills do lots of work to emulate browser features.</p>
]]></description><pubDate>Fri, 17 May 2013 10:43:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=5723557</link><dc:creator>bbllee</dc:creator><comments>https://news.ycombinator.com/item?id=5723557</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=5723557</guid></item><item><title><![CDATA[New comment by bbllee in "Polymer, a Web Components library built by Google"]]></title><description><![CDATA[
<p>Yes, you are missing something.  :) This is trying to provide polyfills for and build on top of Shadow DOM and Custom Elements.<p>While some of the features in them could be provided just by templating stuff (though it would be mildly to very inconvenient), at least the visible DOM / shadow DOM separation and scoped styles wouldn't be possible.</p>
]]></description><pubDate>Thu, 16 May 2013 22:26:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=5721578</link><dc:creator>bbllee</dc:creator><comments>https://news.ycombinator.com/item?id=5721578</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=5721578</guid></item></channel></rss>