<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: mbq</title><link>https://news.ycombinator.com/user?id=mbq</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 28 Aug 2026 08:32:53 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mbq" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mbq in "Autoencoding Blade Runner: reconstructing films with artificial neural networks"]]></title><description><![CDATA[
<p>Um, are you sure we are there yet? For me it seems that the only atoms it has learned are the long-lasting static scenes, rather than eyes or mouths. Maybe it is just a matter of scoring and can be improved, but still...</p>
]]></description><pubDate>Wed, 25 May 2016 12:27:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=11769261</link><dc:creator>mbq</dc:creator><comments>https://news.ycombinator.com/item?id=11769261</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11769261</guid></item><item><title><![CDATA[New comment by mbq in "Apple Is Said to Be Working on an iPhone Even It Can’t Hack"]]></title><description><![CDATA[
<p>If it runs, it has to be decrypted (at a current level of cryptography); at most it is obfuscated and the access is blocked by some hardware tricks which may be costly to circumvent, but there is nothing fundamental stopping you.</p>
]]></description><pubDate>Mon, 29 Feb 2016 14:55:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=11195752</link><dc:creator>mbq</dc:creator><comments>https://news.ycombinator.com/item?id=11195752</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11195752</guid></item><item><title><![CDATA[New comment by mbq in "Apple Is Said to Be Working on an iPhone Even It Can’t Hack"]]></title><description><![CDATA[
<p>Binaries can be converted back to assembly and quite often even back to equivalent C; bugs are most often found by fuzzing (intentional or not) which does not require source code. The difference between open and closed source is that open is more often analysed by white hats who rather publish vulnerabilities and help fixing them, while closed by black hats who rather sell or exploit them in secret.</p>
]]></description><pubDate>Thu, 25 Feb 2016 12:01:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=11173853</link><dc:creator>mbq</dc:creator><comments>https://news.ycombinator.com/item?id=11173853</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11173853</guid></item><item><title><![CDATA[New comment by mbq in "Apple Is Said to Be Working on an iPhone Even It Can’t Hack"]]></title><description><![CDATA[
<p>C is not a problem -- you can make a bug in every language. Even with memory safety and a perfect compiler, bug may direct the flow in bad direction (bypassing auth for instance) or leak information via side-channel.</p>
]]></description><pubDate>Thu, 25 Feb 2016 11:30:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=11173759</link><dc:creator>mbq</dc:creator><comments>https://news.ycombinator.com/item?id=11173759</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11173759</guid></item><item><title><![CDATA[New comment by mbq in "Statistical model of IQ test beats humans at the same IQ test"]]></title><description><![CDATA[
<p>This is only for certain, verbal questions like antonym of, synonym of, X is to Y as Z to what; for each of them a separate, specific model was built (not that the AI read the question and printed relevant answer).<p>To sum up, the paper should be titled "Dictionary is better than MechTurk users on look-in-dictionary tasks."<p>Link to the original paper: <a href="http://arxiv.org/pdf/1505.07909v1.pdf" rel="nofollow">http://arxiv.org/pdf/1505.07909v1.pdf</a></p>
]]></description><pubDate>Thu, 31 Dec 2015 14:57:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=10817767</link><dc:creator>mbq</dc:creator><comments>https://news.ycombinator.com/item?id=10817767</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10817767</guid></item><item><title><![CDATA[New comment by mbq in "Shielding your files with Reed-Solomon codes (2008)"]]></title><description><![CDATA[
<p>About hard as setting up any UNIX daemon on a few computers. Reliability is a complex topic, depends on what you need -- for an anecdotal evidence I maintain a microscopic (10-20TB/4-6 desktop hosts) Moose deployment for a distributed home dir use-case over 5 years without any data loss despite two full computer losses, one disk malfunction and numerous network and power outages (it never detected a bit-rot event though). There are many serious success and horror stories one Google query away.</p>
]]></description><pubDate>Fri, 18 Dec 2015 13:07:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=10758210</link><dc:creator>mbq</dc:creator><comments>https://news.ycombinator.com/item?id=10758210</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10758210</guid></item><item><title><![CDATA[New comment by mbq in "Shielding your files with Reed-Solomon codes (2008)"]]></title><description><![CDATA[
<p>There are also distributed file systems (MooseFS, Gluster, Ceph) which can duplicate data across physical locations, protect it with checksums, scrub in a distributed manner and auto-heal, all of that transparently.</p>
]]></description><pubDate>Thu, 17 Dec 2015 15:16:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=10751903</link><dc:creator>mbq</dc:creator><comments>https://news.ycombinator.com/item?id=10751903</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10751903</guid></item><item><title><![CDATA[New comment by mbq in "Neural Programmer: Inducing Latent Programs with Gradient Descent [pdf]"]]></title><description><![CDATA[
<p>We do know what goes on in them. They are just trying (more-less, but it is only a matter of speed) random solutions till good enough, where the human operator decides what is "good". Which is fundamental, because when you have a function f you know nothing about, the _only_ thing you can do optimise it is to sample randomly, keep current best solution and hope it is good enough. Anything smarter would require some knowledge or assumptions, so is impossible to apply.<p>In the even more meta direction, the question is though whether human intelligence is some mystical emergent magic, or just try-till-good-enough massive optimisation of physiological needs plus some bonus for social behaviour sponsored by evolution plus some random noise, hidden behind a self-illusion of being a real thing, similar to consciousness. This idea is obviously somewhat disturbing; it shows that success is only a matter of luck, resourcefulness depends on environment, motives are never really noble, apes are only less successful than us because they can't (yet?) efficiently store and share information and art is a matter of an accidental conflux of random biases. On the other hand it suggests that singularity is nonsense, even more, that AGIs will become self-crippled with similar flaws that we observe within ourselves.</p>
]]></description><pubDate>Wed, 18 Nov 2015 20:10:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=10590382</link><dc:creator>mbq</dc:creator><comments>https://news.ycombinator.com/item?id=10590382</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10590382</guid></item><item><title><![CDATA[New comment by mbq in "Windows 10 users are being banned from torrent sites"]]></title><description><![CDATA[
<p>This can be solved by containers.</p>
]]></description><pubDate>Mon, 24 Aug 2015 12:19:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=10109219</link><dc:creator>mbq</dc:creator><comments>https://news.ycombinator.com/item?id=10109219</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10109219</guid></item><item><title><![CDATA[New comment by mbq in "HTTP/2 technology demo"]]></title><description><![CDATA[
<p>And Akamai's is inspired by <a href="http://http2.golang.org/gophertiles" rel="nofollow">http://http2.golang.org/gophertiles</a> (which they acknowledge).</p>
]]></description><pubDate>Thu, 20 Aug 2015 14:41:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=10092117</link><dc:creator>mbq</dc:creator><comments>https://news.ycombinator.com/item?id=10092117</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10092117</guid></item><item><title><![CDATA[New comment by mbq in "Firefox exploit found in the wild"]]></title><description><![CDATA[
<p>I don't know the details, but this is rather due to fact how docker operates -- there is a daemon that runs with root privs (which are esential to create a container) controlled by a client with a protocol that has no concept of fine-graind access lists. Consequently, user A can do anything with user B's containers because docker doesn't even have such thing as container ownership. Also docker protocol involves something which is basically opening shell as root, thus users with docker access have also a passwordless sudo. All those choices are basically ok for docker because it is designed for single-user systems like developer laptops or application servers.<p>Currently, for multi-user systems the only safe option for containers is sadly virtualisation or emulation; nice implementation of rootless chroot is proot, <a href="http://proot.me/" rel="nofollow">http://proot.me/</a></p>
]]></description><pubDate>Fri, 07 Aug 2015 14:42:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=10022736</link><dc:creator>mbq</dc:creator><comments>https://news.ycombinator.com/item?id=10022736</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10022736</guid></item><item><title><![CDATA[New comment by mbq in "Firefox exploit found in the wild"]]></title><description><![CDATA[
<p>Why, docker-initiated chroot would prevent FF from acessing any not-FF+libs files, including which this malware steals; on Qubes it would have access to everything user-readable in the AppVM, which may include some secrets as Qubes workflow involves user-supervised copying files across VMs.<p>Obviously docker, as opposed to Qubes, won't stop more complex malware that exploits the kernel.</p>
]]></description><pubDate>Fri, 07 Aug 2015 11:39:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=10021891</link><dc:creator>mbq</dc:creator><comments>https://news.ycombinator.com/item?id=10021891</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10021891</guid></item><item><title><![CDATA[Should parsimony really still be the gold standard in modelling?]]></title><description><![CDATA[
<p>Article URL: <a href="http://stats.stackexchange.com/questions/163561/should-parsimony-really-still-be-the-gold-standard">http://stats.stackexchange.com/questions/163561/should-parsimony-really-still-be-the-gold-standard</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=9964051">https://news.ycombinator.com/item?id=9964051</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 28 Jul 2015 19:47:09 +0000</pubDate><link>http://stats.stackexchange.com/questions/163561/should-parsimony-really-still-be-the-gold-standard</link><dc:creator>mbq</dc:creator><comments>https://news.ycombinator.com/item?id=9964051</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9964051</guid></item><item><title><![CDATA[New comment by mbq in "The Icy Mountains of Pluto"]]></title><description><![CDATA[
<p>Honestly speaking, "colour" cameras we use every day are also false colour; they shoot 3 monochrome images in red, blue and green chunks of spectrum and mix the whole thing using plethora of parameters like white balance, or gamma.
All this is heavily tuned towards human vision specifics to enable either monitor or print to induce a similar sensation in the viewer's brain that the photographed object would, despite the fact that the whole process retains only a negligible fraction of the information carried into the camera by the original photons. Quite a lot of animals perceive the hue of human-made photos and videos as totally odd, misexposed or desaturated, just because of having vision adapted to wavelengths or other properties of light which our processing mostly removes as redundant. Even more, one day humans may start to enrich their vision by technological or biological modifications, consequently beginning to perceive today photos as as dull as we see those old, monochrome ones.</p>
]]></description><pubDate>Wed, 15 Jul 2015 22:51:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=9894505</link><dc:creator>mbq</dc:creator><comments>https://news.ycombinator.com/item?id=9894505</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9894505</guid></item><item><title><![CDATA[New comment by mbq in "Hacking Team Uses UEFI BiOS Rootkit to Keep RCS 9 Agent in Target Systems"]]></title><description><![CDATA[
<p>Isn't it actually written to the EFI system partition <i>on disk</i> rather than flashed into the MB?</p>
]]></description><pubDate>Tue, 14 Jul 2015 15:05:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=9885435</link><dc:creator>mbq</dc:creator><comments>https://news.ycombinator.com/item?id=9885435</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9885435</guid></item><item><title><![CDATA[New comment by mbq in "The Call to Kill Adobe’s Flash in Favor of HTML5 Is Rising"]]></title><description><![CDATA[
<p>As with Java, the problem is not Flash per se but the browser plugin implementing SWF runtime. Flash can and probably will live long and prosper as the Flash "creator" app will switch to generating JavaScript+HTML5 istead of SWF.</p>
]]></description><pubDate>Tue, 14 Jul 2015 14:24:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=9885076</link><dc:creator>mbq</dc:creator><comments>https://news.ycombinator.com/item?id=9885076</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9885076</guid></item><item><title><![CDATA[New comment by mbq in "China's Market Crash and the Man Who Saw It Coming"]]></title><description><![CDATA[
<p>Still, I would read something titled "China's Market Crash and the Man Who Earned >10M$ Having Precisely Predicted It".</p>
]]></description><pubDate>Mon, 13 Jul 2015 08:30:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=9876984</link><dc:creator>mbq</dc:creator><comments>https://news.ycombinator.com/item?id=9876984</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9876984</guid></item><item><title><![CDATA[New comment by mbq in "Denmark’s wind farms generated 140% of the country’s electricity needs yesterday"]]></title><description><![CDATA[
<p>It shouldn't be significant because GW is all about how bad Earth is in dissipating energy into space (in comparison to black body), rather than how much energy flows through. Nevertheless, let's count: according to Wiki, 2012 World energy consumption is 5.6*10^20J; this means we were producing at an average rate of this/seconds in year/area of Earth, which is 0.034W/m^2. Solar input (and thermal radiation output, since Earth is roughly in an equilibrium) is 340W/m^2, making our input 0.1%, about the same as variations due to solar cycles.</p>
]]></description><pubDate>Sat, 11 Jul 2015 17:02:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=9870549</link><dc:creator>mbq</dc:creator><comments>https://news.ycombinator.com/item?id=9870549</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9870549</guid></item><item><title><![CDATA[New comment by mbq in "Things to Know When Making a Web Application in 2015"]]></title><description><![CDATA[
<p>Also pulling anything from CDN basically means that CDN operator (or anyone that will manage to hack it) can spy on or alter communication between your users and your server.</p>
]]></description><pubDate>Fri, 10 Jul 2015 20:27:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=9866521</link><dc:creator>mbq</dc:creator><comments>https://news.ycombinator.com/item?id=9866521</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9866521</guid></item><item><title><![CDATA[New comment by mbq in "New Letters Added to the Genetic Alphabet"]]></title><description><![CDATA[
<p>Even with PZ DNA would have major and minor groove rather than being a symmetrical double helix beloved by virtually all illustrators, sadly also those of pop sci articles...</p>
]]></description><pubDate>Fri, 10 Jul 2015 20:00:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=9866390</link><dc:creator>mbq</dc:creator><comments>https://news.ycombinator.com/item?id=9866390</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9866390</guid></item></channel></rss>