<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for khigia</title><link>http://disqus.com/by/khigia/</link><description></description><atom:link href="http://disqus.com/khigia/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Fri, 12 Aug 2016 23:58:23 -0000</lastBuildDate><item><title>Re: An Introduction to the Python Buffer Protocol</title><link>http://jakevdp.github.io/blog/2014/05/05/introduction-to-the-python-buffer-protocol/#comment-2835097687</link><description>&lt;p&gt;Nice post, thanks!&lt;br&gt;Wondering, since in getBuffer we increment the object ref count (Py_INCREF), shouldn't we use Py_XDECREF in releaseBuffer (such that GC can release MyArray object when np.array release the view)?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">khigia</dc:creator><pubDate>Fri, 12 Aug 2016 23:58:23 -0000</pubDate></item><item><title>Re: Creating Fakes in Go with Channels</title><link>https://blog.codeship.com/creating-fakes-in-go-with-channels/#comment-1917641223</link><description>&lt;p&gt;Nice! Really like the idea, and would like to thank you for sharing it and making it so clear.&lt;/p&gt;&lt;p&gt;Would it help for reporting to separate call channel from response channel? (assert done could have a more detailed error message). I guess some coordination might be needed to handle some sequencing in the mock/fake object.&lt;/p&gt;&lt;p&gt;Actually I have a question even for that simple case: when mocking an API (e.g. All()), the code send a call to channel then read from it; is it guarranteed that the call object will be process by the other goroutine and only a resp will be read from the channel?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">khigia</dc:creator><pubDate>Fri, 20 Mar 2015 01:48:59 -0000</pubDate></item><item><title>Re: Harish Mallipeddi's Blog</title><link>http://blog.kodekabuki.com/post/148144525#comment-13274447</link><description>&lt;p&gt;I haven't read the full NYTime article, but the "preview order" thing on the picture seems a bit simplified.&lt;/p&gt;&lt;p&gt;If your question is not only related to this article but broadly addressing the value added by high-frequency trading, you might like to read this thread on ocaml mailing list, where points on different opinions are highlighted.&lt;br&gt;&lt;a href="http://caml.inria.fr/pub/ml-archives/caml-list/2009/03/a00fdc05505d0ad039e61d615328bd80.en.html" rel="nofollow noopener" target="_blank" title="http://caml.inria.fr/pub/ml-archives/caml-list/2009/03/a00fdc05505d0ad039e61d615328bd80.en.html"&gt;http://caml.inria.fr/pub/ml...&lt;/a&gt;&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">khigia</dc:creator><pubDate>Fri, 24 Jul 2009 11:29:21 -0000</pubDate></item><item><title>Re: Ludovic Coquelle - Ubigraph view of pagerank result</title><link>http://blog.khigia.net//ocaml/2009/06/04/ubigraph-with-pagerank.html#comment-10960111</link><description>&lt;p&gt;Can't wait to discover Pregel:&lt;br&gt;&lt;a href="http://googleresearch.blogspot.com/2009/06/large-scale-graph-computing-at-google.html" rel="nofollow noopener" target="_blank" title="http://googleresearch.blogspot.com/2009/06/large-scale-graph-computing-at-google.html"&gt;http://googleresearch.blogs...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">khigia</dc:creator><pubDate>Tue, 16 Jun 2009 00:12:25 -0000</pubDate></item><item><title>Re: A Few Things You Didn&amp;#8217;t Know about Signals in Linux Part 1</title><link>http://timetobleed.com/a-few-things-you-didnt-know-about-signals-in-linux-part-1/#comment-10957634</link><description>&lt;p&gt;Nice post! thanks.&lt;br&gt;So code handler get arguments through CPU register instead of the stack ... is it to make sure the handler is called even in case of stack overflow of other weird case?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">khigia</dc:creator><pubDate>Mon, 15 Jun 2009 22:35:54 -0000</pubDate></item><item><title>Re: Ludovic Coquelle - String specific data-structure: set and map</title><link>http://blog.khigia.net//wp-import/ocaml/2008/08/09/string-specific-data-structure-set-and-map.html#comment-10951781</link><description>&lt;p&gt;Another implementation of TST map with comments:&lt;br&gt;&lt;a href="http://alaska-kamtchatka.blogspot.com/2009/06/simple-efficient-trie-maps.html" rel="nofollow noopener" target="_blank" title="http://alaska-kamtchatka.blogspot.com/2009/06/simple-efficient-trie-maps.html"&gt;http://alaska-kamtchatka.bl...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">khigia</dc:creator><pubDate>Mon, 15 Jun 2009 19:25:36 -0000</pubDate></item><item><title>Re: Ludovic Coquelle - Ubigraph view of pagerank result</title><link>http://blog.khigia.net//ocaml/2009/06/04/ubigraph-with-pagerank.html#comment-10932281</link><description>&lt;p&gt;Not directly related, but this post about the Neo4j graph-database embed links to some social and web graph pictures ... nice.&lt;br&gt;&lt;a href="http://highscalability.com/neo4j-graph-database-kicks-buttox" rel="nofollow noopener" target="_blank" title="http://highscalability.com/neo4j-graph-database-kicks-buttox"&gt;http://highscalability.com/...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">khigia</dc:creator><pubDate>Mon, 15 Jun 2009 11:13:04 -0000</pubDate></item><item><title>Re: Ludovic Coquelle - Lock-free shared memory: 1 writer, N readers</title><link>http://blog.khigia.net//cpp/2009/05/25/lock-free-shared-memory-1writer.html#comment-10605209</link><description>&lt;p&gt;Joe Duffy has a clear explanation, nice code and even a name for this:&lt;br&gt;&lt;a href="http://www.bluebytesoftware.com/blog/2009/06/05/AScalableReaderwriterSchemeWithOptimisticRetry.aspx" rel="nofollow noopener" target="_blank" title="http://www.bluebytesoftware.com/blog/2009/06/05/AScalableReaderwriterSchemeWithOptimisticRetry.aspx"&gt;http://www.bluebytesoftware...&lt;/a&gt;&lt;br&gt;:)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">khigia</dc:creator><pubDate>Mon, 08 Jun 2009 00:09:34 -0000</pubDate></item><item><title>Re: Ludovic Coquelle - Lock-free shared memory: 1 writer, N readers</title><link>http://blog.khigia.net//cpp/2009/05/25/lock-free-shared-memory-1writer.html#comment-9952064</link><description>&lt;p&gt;Thanks very much Pichi for this report; I think it's fixed now.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">khigia</dc:creator><pubDate>Tue, 26 May 2009 10:28:23 -0000</pubDate></item><item><title>Re: Ludovic Coquelle - Adding a timeout to a shell command</title><link>http://blog.khigia.net//wp-import/general/2009/04/24/adding-a-timeout-to-a-shell-command.html#comment-9824709</link><description>&lt;p&gt;gist js also do not render with syntax highlighting :(&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">khigia</dc:creator><pubDate>Sat, 23 May 2009 10:20:44 -0000</pubDate></item><item><title>Re: test</title><link>https://disqus.com/home/discussion/khi-notes/test/#comment-8927958</link><description>&lt;p&gt;hum ... cant get tht to work :(&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">khigia</dc:creator><pubDate>Sat, 02 May 2009 10:48:13 -0000</pubDate></item><item><title>Re: Kevin Marsh</title><link>http://kevinmarsh.com/articles/2009/02/12/jekyll.html#comment-8921626</link><description>&lt;p&gt;Nice! trying to do the same ;) but still haven't found the js code to make this pretty disqus comment box :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">khigia</dc:creator><pubDate>Sat, 02 May 2009 03:18:30 -0000</pubDate></item></channel></rss>