<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: kamocyc</title><link>https://news.ycombinator.com/user?id=kamocyc</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 10 Jul 2026 00:40:02 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=kamocyc" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Japanese lawmaker says being LGBT goes against preservation of species]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.japantimes.co.jp/news/2021/05/21/national/politics-diplomacy/ldp-lawmaker-lgbt-remark/">https://www.japantimes.co.jp/news/2021/05/21/national/politics-diplomacy/ldp-lawmaker-lgbt-remark/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=27240797">https://news.ycombinator.com/item?id=27240797</a></p>
<p>Points: 5</p>
<p># Comments: 2</p>
]]></description><pubDate>Fri, 21 May 2021 22:32:04 +0000</pubDate><link>https://www.japantimes.co.jp/news/2021/05/21/national/politics-diplomacy/ldp-lawmaker-lgbt-remark/</link><dc:creator>kamocyc</dc:creator><comments>https://news.ycombinator.com/item?id=27240797</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27240797</guid></item><item><title><![CDATA[New comment by kamocyc in "Advancing Excel as a programming language [audio]"]]></title><description><![CDATA[
<p>Related:<p>Innovation by (and beyond) the numbers: A history of research collaborations in Excel<p><a href="https://www.microsoft.com/en-us/research/blog/innovation-by-and-beyond-the-numbers-a-history-of-research-collaborations-in-excel/" rel="nofollow">https://www.microsoft.com/en-us/research/blog/innovation-by-...</a></p>
]]></description><pubDate>Wed, 05 May 2021 14:21:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=27050198</link><dc:creator>kamocyc</dc:creator><comments>https://news.ycombinator.com/item?id=27050198</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27050198</guid></item><item><title><![CDATA[XPath Generator v1.1 – Google Chrome Plugin (2018)]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=MqvhVx26-i8">https://www.youtube.com/watch?v=MqvhVx26-i8</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=25590318">https://news.ycombinator.com/item?id=25590318</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 31 Dec 2020 07:05:32 +0000</pubDate><link>https://www.youtube.com/watch?v=MqvhVx26-i8</link><dc:creator>kamocyc</dc:creator><comments>https://news.ycombinator.com/item?id=25590318</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25590318</guid></item><item><title><![CDATA[New comment by kamocyc in "Show HN: Find GitHub Users' Email Address"]]></title><description><![CDATA[
<p>I’m receiving many spams. GitHub should warn the leak of email addresses...</p>
]]></description><pubDate>Thu, 12 Nov 2020 23:17:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=25076639</link><dc:creator>kamocyc</dc:creator><comments>https://news.ycombinator.com/item?id=25076639</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25076639</guid></item><item><title><![CDATA[New comment by kamocyc in "A Neural-Based Program Decompiler (2019)"]]></title><description><![CDATA[
<p>A curated list of awesome decompilation resources and projects.<p><a href="https://github.com/nforest/awesome-decompilation" rel="nofollow">https://github.com/nforest/awesome-decompilation</a></p>
]]></description><pubDate>Tue, 01 Sep 2020 05:57:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=24338965</link><dc:creator>kamocyc</dc:creator><comments>https://news.ycombinator.com/item?id=24338965</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24338965</guid></item><item><title><![CDATA[New comment by kamocyc in "Robula+: an algorithm to generate robust XPath-based locators"]]></title><description><![CDATA[
<p>I think the author claims the XPath is more "robust" because it doesn't depend on indexes of the elements so you can add elements without breaking the XPath. (But it is arguable which one is better ...)</p>
]]></description><pubDate>Wed, 05 Aug 2020 09:53:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=24058952</link><dc:creator>kamocyc</dc:creator><comments>https://news.ycombinator.com/item?id=24058952</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24058952</guid></item><item><title><![CDATA[New comment by kamocyc in "Robula+: an algorithm to generate robust XPath-based locators"]]></title><description><![CDATA[
<p>It depends on the content of the HTML document but I agree with you.<p>I tried running the algorithm in Chrome. It output much shorter XPath than one copied from Chrome Developer tool.<p><pre><code>  e.g. "//*[@id="rso"]/div[4]/div/div[1]/a/h3" => "//*[contains(text(),'(text of the element)')]"</code></pre></p>
]]></description><pubDate>Wed, 05 Aug 2020 08:14:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=24058396</link><dc:creator>kamocyc</dc:creator><comments>https://news.ycombinator.com/item?id=24058396</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24058396</guid></item><item><title><![CDATA[New comment by kamocyc in "Robula+: an algorithm to generate robust XPath-based locators"]]></title><description><![CDATA[
<p>The algorithm described in the paper is outlined as follows (just for my curiosity):<p>"The algorithm starts with a generic XPath locator that returns
all nodes (‘//*’) and then it iteratively refines the locator until only the element of interest is selected. In such iterative refinement, ROBULA+ applies seven refinement transformations, according to a set of heuristic XPath specialization steps."<p>The algorithm seems to be a specialized heuristics for XPath generation.</p>
]]></description><pubDate>Wed, 05 Aug 2020 07:53:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=24058288</link><dc:creator>kamocyc</dc:creator><comments>https://news.ycombinator.com/item?id=24058288</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24058288</guid></item><item><title><![CDATA[Robula+: an algorithm to generate robust XPath-based locators]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/cyluxx/robula-plus">https://github.com/cyluxx/robula-plus</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=24055733">https://news.ycombinator.com/item?id=24055733</a></p>
<p>Points: 77</p>
<p># Comments: 15</p>
]]></description><pubDate>Tue, 04 Aug 2020 23:45:08 +0000</pubDate><link>https://github.com/cyluxx/robula-plus</link><dc:creator>kamocyc</dc:creator><comments>https://news.ycombinator.com/item?id=24055733</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24055733</guid></item><item><title><![CDATA[New comment by kamocyc in "Launch HN: Mindset Health (YC S19) – Hypnotherapy apps for chronic conditions"]]></title><description><![CDATA[
<p>The Hypnotherapy is interesting. But the Wikipedia page [1] says "there was insufficient evidence to support its efficacy."<p>And in the research paper, there are also statements like "the current evidence is limited" [2], "it is unlikely hypnosis will be helpful to all clients" [3] or "the number of patients enrolled in the studies has tended to be low and lacking long-term follow-up" [4].<p>So, I think for some people Hypnotherapy may work. But it may be risky to pay a lot of money upfront for the therapy.<p>[1] <a href="https://en.wikipedia.org/wiki/Hypnotherapy" rel="nofollow">https://en.wikipedia.org/wiki/Hypnotherapy</a>
[2] <a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5786848/" rel="nofollow">https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5786848/</a>
[3] <a href="https://www.ncbi.nlm.nih.gov/books/NBK66430/" rel="nofollow">https://www.ncbi.nlm.nih.gov/books/NBK66430/</a>
[4] <a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2752362/" rel="nofollow">https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2752362/</a></p>
]]></description><pubDate>Sat, 18 Jul 2020 00:50:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=23877880</link><dc:creator>kamocyc</dc:creator><comments>https://news.ycombinator.com/item?id=23877880</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23877880</guid></item></channel></rss>