<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: 0x9b</title><link>https://news.ycombinator.com/user?id=0x9b</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 02 Jul 2026 02:14:14 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=0x9b" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by 0x9b in "CatalaLang/catala: Programming language for law specification"]]></title><description><![CDATA[
<p>Games are activities bound by rules. Laws are rules for government/governed.<p>AFAIK There's not really a programming language specific for describing how players interact in a game, so although there's no reason you couldn't implement it in any old programming language. I guess the same thing could be said of the law too until Catala.</p>
]]></description><pubDate>Sun, 17 Sep 2023 20:24:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=37548965</link><dc:creator>0x9b</dc:creator><comments>https://news.ycombinator.com/item?id=37548965</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37548965</guid></item><item><title><![CDATA[New comment by 0x9b in "Ask HN: What mindset change made the biggest positive change for you?"]]></title><description><![CDATA[
<p>It's okay to have negative thoughts/feelings, as long as they don't consume you.<p>Self-reflection (and a nice dose of stoicism) every now and then helps keep that in check, but it's also crippling to stay there too long.</p>
]]></description><pubDate>Sat, 29 Oct 2022 19:59:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=33387468</link><dc:creator>0x9b</dc:creator><comments>https://news.ycombinator.com/item?id=33387468</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33387468</guid></item><item><title><![CDATA[New comment by 0x9b in "Show HN: A search engine based on RSS feed"]]></title><description><![CDATA[
<p>Super cool project!<p>I tried solving the search quality problem (for technical content like engineering blogs) a while back by filtering using heuristics based on websites/urls. At one point I was experimenting with RSS, but found that many websites only show the past X number of entries and gave up that direction since it excluded too much content.<p>Are you seeing a similar problem now?</p>
]]></description><pubDate>Fri, 16 Sep 2022 00:18:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=32860297</link><dc:creator>0x9b</dc:creator><comments>https://news.ycombinator.com/item?id=32860297</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32860297</guid></item><item><title><![CDATA[New comment by 0x9b in "Show HN: I'm building an open-source Amazon"]]></title><description><![CDATA[
<p>The change in your past HN posts from "open source order management system" to "open-source Amazon" is a great case of vision selling better than the product itself.</p>
]]></description><pubDate>Fri, 02 Sep 2022 17:19:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=32693306</link><dc:creator>0x9b</dc:creator><comments>https://news.ycombinator.com/item?id=32693306</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32693306</guid></item><item><title><![CDATA[New comment by 0x9b in "Show HN: Search engine for software eng blogs and technical content"]]></title><description><![CDATA[
<p>Super cool to hear you were considering using the site for all your technical searches!<p>Time filter is a great idea. In an earlier iteration, I tried ingesting creation time in the crawler. Unfortunately, not all sites would have a timestamp included and they way they incorporate it was a mess (metadata vs url vs a random <span>), so it didn't make the release. But this is definitely something to revisit soon.</p>
]]></description><pubDate>Sat, 14 May 2022 01:58:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=31374417</link><dc:creator>0x9b</dc:creator><comments>https://news.ycombinator.com/item?id=31374417</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31374417</guid></item><item><title><![CDATA[New comment by 0x9b in "Show HN: Search engine for software eng blogs and technical content"]]></title><description><![CDATA[
<p>Thanks for contributing (or trying to)!<p>I goofed, but it's fixed now! I use the endpoint where the public suggest page is hosted for private admin access as well. Those admin pages are authed with Clerk, but I was never using the production Clerk instance in production. Whoops.</p>
]]></description><pubDate>Sat, 14 May 2022 01:51:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=31374383</link><dc:creator>0x9b</dc:creator><comments>https://news.ycombinator.com/item?id=31374383</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31374383</guid></item><item><title><![CDATA[New comment by 0x9b in "Show HN: Search engine for software eng blogs and technical content"]]></title><description><![CDATA[
<p>Thanks for sharing the article and the feedback!<p>Community curation is a good concept. I'm a little hesitant because community contributions can degrade a platform (e.g. people writing marketing content on Wikipedia). But the biggest hurdle had been building a reasonable content index, so despite that risk, the reward will seem to be worth it.<p>Re ranking: what you're saying makes a lot of sense in the context of topic discovery. But is less useful for q/a or reference style searches. Although it will still probably be good enough.</p>
]]></description><pubDate>Fri, 13 May 2022 16:00:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=31369274</link><dc:creator>0x9b</dc:creator><comments>https://news.ycombinator.com/item?id=31369274</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31369274</guid></item><item><title><![CDATA[Show HN: Search engine for software eng blogs and technical content]]></title><description><![CDATA[
<p>Sodha is a micro search engine focused on software engineering with an index hand-curated(ish) with several hundred blogs and resources.<p>The motivation behind it is that there is a lot of great content written by engineers in personal/company blogs, niche websites, and even by big tech in some of their more obscure doc/devrel pages. And I wanted a way to quickly access that by topic.<p>Vaguely inspired by ArxivSanity and HackerNews :)<p>I've only been working on this for a couple of weeks, but would love to get your thoughts HN! Some ideas I have (beyond indexing more pages) are: adding similarity/recommendations, fully automate the crawler, and allowing voting/ranking or some similar mechanism.<p>Content wise: there's a lot that should be on here, but it's a modest start so far. If you have suggestions please let me know here: <a href="https://a.sodha.dev/suggest" rel="nofollow">https://a.sodha.dev/suggest</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=31364142">https://news.ycombinator.com/item?id=31364142</a></p>
<p>Points: 13</p>
<p># Comments: 7</p>
]]></description><pubDate>Fri, 13 May 2022 06:40:04 +0000</pubDate><link>https://sodha.dev/</link><dc:creator>0x9b</dc:creator><comments>https://news.ycombinator.com/item?id=31364142</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31364142</guid></item></channel></rss>