<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: apw</title><link>https://news.ycombinator.com/user?id=apw</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 09 Apr 2026 09:37:55 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=apw" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by apw in "Machine learning is teaching us the secret to teaching"]]></title><description><![CDATA[
<p>I found these slides very helpful:<p><a href="http://fodava.gatech.edu/files/uploaded/DLS/Vapnik.pdf" rel="nofollow">http://fodava.gatech.edu/files/uploaded/DLS/Vapnik.pdf</a><p>In particular, I was unsure after reading the original article whether the additional information--for example, the poetry--was available to the learner on test inputs.  The above slides explicitly state that it is not.</p>
]]></description><pubDate>Sun, 28 Sep 2014 20:37:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=8380843</link><dc:creator>apw</dc:creator><comments>https://news.ycombinator.com/item?id=8380843</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8380843</guid></item><item><title><![CDATA[New comment by apw in "IBM Chip Processes Data Similar to the Way Your Brain Does"]]></title><description><![CDATA[
<p>One possibility is to use the neuromorphic chips as souped-up branch predictors -- instead of predicting one bit, as in a branch predictor, predict all bits relevant for speculative execution.  This can effect large-scale automatic parallelization.<p>See this paper at ASPLOS '14 for details:<p><a href="http://hips.seas.harvard.edu/content/asc-automatically-scalable-computation" rel="nofollow">http://hips.seas.harvard.edu/content/asc-automatically-scala...</a></p>
]]></description><pubDate>Thu, 07 Aug 2014 20:57:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=8150101</link><dc:creator>apw</dc:creator><comments>https://news.ycombinator.com/item?id=8150101</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8150101</guid></item><item><title><![CDATA[RISC-V: An Open Standard for SoCs]]></title><description><![CDATA[
<p>Article URL: <a href="http://www.eetimes.com/author.asp?section_id=36&doc_id=1323406&print=yes">http://www.eetimes.com/author.asp?section_id=36&doc_id=1323406&print=yes</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=8149658">https://news.ycombinator.com/item?id=8149658</a></p>
<p>Points: 52</p>
<p># Comments: 26</p>
]]></description><pubDate>Thu, 07 Aug 2014 19:29:32 +0000</pubDate><link>http://www.eetimes.com/author.asp?section_id=36&amp;doc_id=1323406&amp;print=yes</link><dc:creator>apw</dc:creator><comments>https://news.ycombinator.com/item?id=8149658</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8149658</guid></item><item><title><![CDATA[New comment by apw in "Linux dominates supercomputers as never before"]]></title><description><![CDATA[
<p>The IBM Blue Gene/Q cannot in any reasonable way be described as "racks of PCs running Linux with souped up network cards".</p>
]]></description><pubDate>Wed, 25 Jun 2014 18:51:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=7946003</link><dc:creator>apw</dc:creator><comments>https://news.ycombinator.com/item?id=7946003</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7946003</guid></item><item><title><![CDATA[New comment by apw in "Does Deep Learning Have Deep Flaws?"]]></title><description><![CDATA[
<p>I thought the Owhadi et al. paper was about model mispecification; i.e., the true model is not in the hypothesis space.  That's pretty fundamentally different--and far less of a problem--than gradient descent's "sensitivity to initial conditions".</p>
]]></description><pubDate>Thu, 19 Jun 2014 23:50:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=7918907</link><dc:creator>apw</dc:creator><comments>https://news.ycombinator.com/item?id=7918907</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7918907</guid></item><item><title><![CDATA[New comment by apw in "Why bad scientific code beats code following "best practices""]]></title><description><![CDATA[
<p>It's not clear that a nicely formatted error message is preferable to a core dump.<p>With a core dump one can explore the execution environment at the time of the crash.<p>A nice compromise is a macro that prints an error message and then calls __builtin_trap().</p>
]]></description><pubDate>Tue, 13 May 2014 01:10:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=7736193</link><dc:creator>apw</dc:creator><comments>https://news.ycombinator.com/item?id=7736193</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7736193</guid></item><item><title><![CDATA[New comment by apw in "Stephen Hawking: AI, Potentially the Worst Thing to Happen to Humanity"]]></title><description><![CDATA[
<p>I don't think that "it can be emulated by computers" follows from "intelligence is a purely physical phenomenon".<p>Even fairly simple quantum systems (which are "purely physical phenomena") cannot be emulated by any classical computer in any meaningful sense, since the computational complexity of integrating the dynamical equations is exponential.  Even if we could recruit all the atoms in the known Universe, we still couldn't build a classical computer capable of emulating many simple quantum systems.</p>
]]></description><pubDate>Sat, 03 May 2014 12:11:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=7690463</link><dc:creator>apw</dc:creator><comments>https://news.ycombinator.com/item?id=7690463</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7690463</guid></item><item><title><![CDATA[New comment by apw in "The cost of Linux's page fault handling"]]></title><description><![CDATA[
<p>It's quite likely that he was using `perf':<p><pre><code>    $ perf stat make
    ...
    116,222 page-faults               #    0.046 M/sec
    ...
</code></pre>
<a href="https://perf.wiki.kernel.org/index.php/Tutorial" rel="nofollow">https://perf.wiki.kernel.org/index.php/Tutorial</a></p>
]]></description><pubDate>Fri, 02 May 2014 14:30:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=7685867</link><dc:creator>apw</dc:creator><comments>https://news.ycombinator.com/item?id=7685867</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7685867</guid></item><item><title><![CDATA[New comment by apw in "A Gossip App Brought My High School to a Halt"]]></title><description><![CDATA[
<p>I'm surprised someone hasn't written a Markov Chain-based Yik Yak post generator.<p>It would learn all the worst insults at a particular school, then apply them to the entire student body at random intervals.  After a while, nobody could tell the actual malicious posts from the random posts, so all would be ignored.<p>Or so I would hope.</p>
]]></description><pubDate>Mon, 28 Apr 2014 23:10:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=7663749</link><dc:creator>apw</dc:creator><comments>https://news.ycombinator.com/item?id=7663749</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7663749</guid></item><item><title><![CDATA[New comment by apw in "Visually stunning math concepts which are easy to explain"]]></title><description><![CDATA[
<p>While the visualization is attractive, my fear is that it cannot convey the deeper reason <i>why</i> those sine and cosine waves magically sum to the desired function.<p>Leaving rigour aside for the moment: think of functions f : R -> R as infinite-dimensional vectors.  The integer harmonics of sine and cosine comprise a set of orthonormal "vectors" that form a basis for all functions on R (some fine print goes here).<p>Now compute the inner product of your desired function with every element of that basis.  Each such inner product is a real number which we will call a coefficient.  The list of nonzero coefficients, once you have computed them, is a complete description of your function.<p>Now it is clear why those sine and cosine functions "magically" add up to your desired function, since we are simply multiplying each of them by their corresponding coefficient that we computed above.<p>That visualization is no more (or less!) amazing than the fact that (1, 2, 3) = 1(1, 0, 0) + 2(0, 1, 0) + 3(0, 0, 1).</p>
]]></description><pubDate>Mon, 07 Apr 2014 07:18:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=7545059</link><dc:creator>apw</dc:creator><comments>https://news.ycombinator.com/item?id=7545059</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7545059</guid></item><item><title><![CDATA[New comment by apw in "Why Use Make? (2013)"]]></title><description><![CDATA[
<p>If you can express your workflow as a set of dependencies (granted, not all workflows are easily expressed this way), make gives you parallel and incremental computation "for free".<p>Imagine that you needed to download a tar archive, unpack it, then run several simulations followed by regressions followed by figure plotting on the data.  You could write a shell script to do this, but it would be hard to make the shell script simulate the capabilities of `make -j', and you'd have to do a lot of timestamping and file existence checking to simulate the incremental computation capabilities of make.</p>
]]></description><pubDate>Sun, 30 Mar 2014 16:18:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=7496628</link><dc:creator>apw</dc:creator><comments>https://news.ycombinator.com/item?id=7496628</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7496628</guid></item><item><title><![CDATA[New comment by apw in "Crazy Stone computer Go program defeats Ishida Yoshio 9 dan with 4 stones"]]></title><description><![CDATA[
<p>For those looking for some details behind how Crazy Stone actually works, this set of slides may help:<p><a href="http://remi.coulom.free.fr/JFFoS/JFFoS.pdf" rel="nofollow">http://remi.coulom.free.fr/JFFoS/JFFoS.pdf</a></p>
]]></description><pubDate>Thu, 27 Mar 2014 01:43:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=7478027</link><dc:creator>apw</dc:creator><comments>https://news.ycombinator.com/item?id=7478027</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7478027</guid></item><item><title><![CDATA[New comment by apw in "Hutter Prize for Compressing Human Knowledge"]]></title><description><![CDATA[
<p>The codebook of a lossless predictive coding system is exactly "say[ing] the same things in different words".</p>
]]></description><pubDate>Sun, 16 Mar 2014 04:37:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=7407859</link><dc:creator>apw</dc:creator><comments>https://news.ycombinator.com/item?id=7407859</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7407859</guid></item><item><title><![CDATA[New comment by apw in "Forests Around Chernobyl Aren’t Decaying Properly"]]></title><description><![CDATA[
<p>The dead forests you mentioned may have became massive coal beds via the "charcoal route"; i.e. a global firestorm may have incinerated essentially the entire biosphere.<p><pre><code>    The global debris layer created by the end-Cretaceous 
    impact at Chicxulub contained enough soot to indicate
    that the entire terrestrial biosphere had burned.
</code></pre>
Source:<p><i>K-Pg extinction: Reevaluation of the heat-fire hypothesis;
Robertson, Lewis, Sheehan & Toon, 2013;
Journal of Geophysical Research: Biogeosciences</i><p><a href="http://onlinelibrary.wiley.com/doi/10.1002/jgrg.20018/abstract" rel="nofollow">http://onlinelibrary.wiley.com/doi/10.1002/jgrg.20018/abstra...</a></p>
]]></description><pubDate>Sun, 16 Mar 2014 03:49:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=7407715</link><dc:creator>apw</dc:creator><comments>https://news.ycombinator.com/item?id=7407715</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7407715</guid></item><item><title><![CDATA[New comment by apw in "Ask HN: What would you compute on 2000 badly behaved worker nodes?"]]></title><description><![CDATA[
<p>I checked the FAQ, but didn't see an answer -- how do you prevent malicious actors from returning bogus data?</p>
]]></description><pubDate>Tue, 18 Feb 2014 06:55:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=7256774</link><dc:creator>apw</dc:creator><comments>https://news.ycombinator.com/item?id=7256774</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7256774</guid></item><item><title><![CDATA[Parsing: The Solved Problem That Isn't]]></title><description><![CDATA[
<p>Article URL: <a href="http://tratt.net/laurie/blog/entries/parsing_the_solved_problem_that_isnt">http://tratt.net/laurie/blog/entries/parsing_the_solved_problem_that_isnt</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=7202197">https://news.ycombinator.com/item?id=7202197</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 08 Feb 2014 19:22:31 +0000</pubDate><link>http://tratt.net/laurie/blog/entries/parsing_the_solved_problem_that_isnt</link><dc:creator>apw</dc:creator><comments>https://news.ycombinator.com/item?id=7202197</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7202197</guid></item><item><title><![CDATA[New comment by apw in "After Tyrone Hayes said that a chemical was harmful, its maker pursued him"]]></title><description><![CDATA[
<p>What prevents some enterprising high school student from purchasing some Atrazine off Amazon.com, catching a few hundred tadpoles from their local pond, and doing their own study?</p>
]]></description><pubDate>Wed, 05 Feb 2014 07:17:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=7182378</link><dc:creator>apw</dc:creator><comments>https://news.ycombinator.com/item?id=7182378</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7182378</guid></item><item><title><![CDATA[New comment by apw in "Why Charles Stross Doesn’t Know a Thing about Bitcoin"]]></title><description><![CDATA[
<p>Its worth nothing that as this arms race proceeds, the historical record of Bitcoin transactions becomes harder to undo, and 51% attacks become too costly for even some nation-states.</p>
]]></description><pubDate>Thu, 09 Jan 2014 03:54:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=7028643</link><dc:creator>apw</dc:creator><comments>https://news.ycombinator.com/item?id=7028643</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7028643</guid></item><item><title><![CDATA[New comment by apw in "Ask HN: Why do all cryptocurrencies have similar mining-based strategies? "]]></title><description><![CDATA[
<p>Could you please elaborate on "and surprisingly it needs to be intrinsically worthless"?</p>
]]></description><pubDate>Mon, 30 Dec 2013 20:40:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=6986796</link><dc:creator>apw</dc:creator><comments>https://news.ycombinator.com/item?id=6986796</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=6986796</guid></item><item><title><![CDATA[New comment by apw in "Bitcoin solved a major technical problem, but not an economic one"]]></title><description><![CDATA[
<p>Bitcoin is far more than "just" a solution to the Byzantine Generals problem.<p>Inside every Bitcoin transaction is a small program that contains no loops.  If that program when executed returns true, the transaction is valid.<p>The simplest, most boring kind of transaction--but the one that most people assume "<i>is</i> Bitcoin"--is a transfer from address P to address Q.  Where things get more interesting is in using those little programs in more creative ways; e.g., k-of-n escrow, attestation of ownership, etc.<p>A whole generation of kids is going to grow up soon routinely using small Bitcoin escrows to hedge everyday scenarios.  They won't quite able to believe that their parents operated in a world based on centralized authority subject to rent-seeking corruption.</p>
]]></description><pubDate>Sun, 29 Dec 2013 21:41:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=6981529</link><dc:creator>apw</dc:creator><comments>https://news.ycombinator.com/item?id=6981529</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=6981529</guid></item></channel></rss>