<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: crisbal_</title><link>https://news.ycombinator.com/user?id=crisbal_</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 18 Jun 2026 08:31:50 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=crisbal_" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by crisbal_ in "Show HN: Transform your codebase into a single Markdown doc for feeding into AI"]]></title><description><![CDATA[
<p>I use the following for feeding into AI<p><pre><code>   find . -print -exec cat {} \; -exec echo \;
</code></pre>
Which will return for each file (and subfolders) the filename and then the content of the file.<p>Then `| pbcopy` to copy to clipboard and paste it into ChatGPT or similar.</p>
]]></description><pubDate>Fri, 14 Feb 2025 14:44:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=43048831</link><dc:creator>crisbal_</dc:creator><comments>https://news.ycombinator.com/item?id=43048831</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43048831</guid></item><item><title><![CDATA[New comment by crisbal_ in "Swiss evoting system – IsProbablePrime is incorrect for input 19"]]></title><description><![CDATA[
<p>> big company<p>Isn't it the Swiss post?</p>
]]></description><pubDate>Fri, 14 Oct 2022 08:08:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=33200861</link><dc:creator>crisbal_</dc:creator><comments>https://news.ycombinator.com/item?id=33200861</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33200861</guid></item><item><title><![CDATA[New comment by crisbal_ in "Trianglify.io – Low Poly Pattern Generator"]]></title><description><![CDATA[
<p>Well, apparently there is. Just press export and you will find it costs 8$.</p>
]]></description><pubDate>Sun, 18 Sep 2022 15:07:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=32888149</link><dc:creator>crisbal_</dc:creator><comments>https://news.ycombinator.com/item?id=32888149</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32888149</guid></item><item><title><![CDATA[New comment by crisbal_ in "How to create a dashboard in Python with Jupyter Notebook"]]></title><description><![CDATA[
<p>How does this compare to Voila from the Jupyter team? ( <a href="https://voila.readthedocs.io/en/stable/index.html" rel="nofollow">https://voila.readthedocs.io/en/stable/index.html</a> )</p>
]]></description><pubDate>Tue, 14 Jun 2022 09:57:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=31736721</link><dc:creator>crisbal_</dc:creator><comments>https://news.ycombinator.com/item?id=31736721</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31736721</guid></item><item><title><![CDATA[New comment by crisbal_ in "NaNoGenMo - Spend the month of November writing code that generates a novel"]]></title><description><![CDATA[
<p>A few days ago I discovered this initiative that I found very interesting and fun: during the month on November you have to develop a program to generate a novel of around 50k words. This is the 7th edition of the event.<p>I started reading the dev-logs (GitHub issues) of the past editions and discovered some great novels both in term of technology involved and also content.<p>Some gems:<p>* MARYSUE (<a href="https://github.com/catseye/MARYSUE" rel="nofollow">https://github.com/catseye/MARYSUE</a>), which aims to create an interesting novel with a plot and everything else (and the related write-up "A story compiler" (<a href="https://git.catseye.tc/MARYSUE/blob/master/doc/Overview%20of%20a%20Story%20Compiler.md)" rel="nofollow">https://git.catseye.tc/MARYSUE/blob/master/doc/Overview%20of...</a>)<p>* LIFE OF THE AZAR (<a href="https://github.com/NaNoGenMo/2017/issues/39" rel="nofollow">https://github.com/NaNoGenMo/2017/issues/39</a>), an archive/enciclopedia of some sort of an imaginary city of a couple of thousands of citizens describing the people, their relationships, events that happens in the city and much more<p>* THE DESERT OF THE WEST (<a href="https://github.com/dariusk/NaNoGenMo-2015/issues/156" rel="nofollow">https://github.com/dariusk/NaNoGenMo-2015/issues/156</a>), a generated guide of imaginary worlds together with a map generation alghoritm with rivers and erosion (<a href="http://mewo2.com/notes/terrain/" rel="nofollow">http://mewo2.com/notes/terrain/</a>) and a generator for city names based on natural language theories (<a href="http://mewo2.com/notes/naming-language/" rel="nofollow">http://mewo2.com/notes/naming-language/</a>)<p>* MEOW (<a href="https://github.com/dariusk/NaNoGenMo-2014/issues/50" rel="nofollow">https://github.com/dariusk/NaNoGenMo-2014/issues/50</a>) meow meow meeeooow mew<p>Some projects are based on Neural Networks, some on Markov Chains, some on simulations, some on Tracery grammars (<a href="https://tracery.io/" rel="nofollow">https://tracery.io/</a>), some on Prolog, some on "plain" text processing and some on a mix of all of these. (I found an overview of the approaches for the 2016 edition here <a href="https://github.com/NaNoGenMo/2016/issues/154" rel="nofollow">https://github.com/NaNoGenMo/2016/issues/154</a>)<p>I find all of this very fascinating and might start my own adventure with text generation in the next days.</p>
]]></description><pubDate>Mon, 11 Nov 2019 17:46:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=21506891</link><dc:creator>crisbal_</dc:creator><comments>https://news.ycombinator.com/item?id=21506891</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21506891</guid></item><item><title><![CDATA[NaNoGenMo - Spend the month of November writing code that generates a novel]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/NaNoGenMo/2019/">https://github.com/NaNoGenMo/2019/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=21506889">https://news.ycombinator.com/item?id=21506889</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 11 Nov 2019 17:46:08 +0000</pubDate><link>https://github.com/NaNoGenMo/2019/</link><dc:creator>crisbal_</dc:creator><comments>https://news.ycombinator.com/item?id=21506889</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21506889</guid></item><item><title><![CDATA[New comment by crisbal_ in "Show HN: HN Notify.xyz – Subscribe to Your HN Replies"]]></title><description><![CDATA[
<p>Beware, since your main div has the "newsletter-subscribe" class, it gets gidden by uBlock Origin and the website is unusable.</p>
]]></description><pubDate>Sun, 06 Oct 2019 15:50:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=21172752</link><dc:creator>crisbal_</dc:creator><comments>https://news.ycombinator.com/item?id=21172752</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21172752</guid></item><item><title><![CDATA[New comment by crisbal_ in "Reddit is Down"]]></title><description><![CDATA[
<p>It's just planned maintenance.</p>
]]></description><pubDate>Wed, 24 Oct 2018 08:11:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=18290522</link><dc:creator>crisbal_</dc:creator><comments>https://news.ycombinator.com/item?id=18290522</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18290522</guid></item><item><title><![CDATA[New comment by crisbal_ in "Reinforcement Learning – Bandit Problems"]]></title><description><![CDATA[
<p>As someone who is doing his bachelor thesis on Reinforcement Learning this is some useful information.<p>OT (but not really) question: does anyone here use Reinforcement Learning techniques at work?  For the thesis I am working on black-box optimization of 2 variable functions with Reinforcement Learning (and comparing it with Bayesian Optimization techniques).<p>As someone else suggested the Sutton & Barto book is really great knowledge but I would also like to suggest these lessons (<a href="https://www.youtube.com/watch?v=2pWv7GOvuf0" rel="nofollow">https://www.youtube.com/watch?v=2pWv7GOvuf0</a>) by David Silver (who worked on AlphaGo)</p>
]]></description><pubDate>Mon, 07 May 2018 06:52:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=17010814</link><dc:creator>crisbal_</dc:creator><comments>https://news.ycombinator.com/item?id=17010814</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17010814</guid></item><item><title><![CDATA[New comment by crisbal_ in "Emoji in SQL – Using Emoji as SQL Identifiers"]]></title><description><![CDATA[
<p>There is not a single reason to try this in production, or even for a side project.</p>
]]></description><pubDate>Mon, 26 Jun 2017 15:46:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=14637668</link><dc:creator>crisbal_</dc:creator><comments>https://news.ycombinator.com/item?id=14637668</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14637668</guid></item><item><title><![CDATA[New comment by crisbal_ in "Emoji in SQL – Using Emoji as SQL Identifiers"]]></title><description><![CDATA[
<p>Hello, author here. Sorry if I am posting from a new account but I forgot the password to my old one (crisbal) and I didn't set a recovery email.<p>Let me know if you have any question.</p>
]]></description><pubDate>Mon, 26 Jun 2017 15:26:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=14637526</link><dc:creator>crisbal_</dc:creator><comments>https://news.ycombinator.com/item?id=14637526</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14637526</guid></item><item><title><![CDATA[Emoji in SQL – Using Emoji as SQL Identifiers]]></title><description><![CDATA[
<p>Article URL: <a href="http://baldi.me/blog/emoji-in-sql">http://baldi.me/blog/emoji-in-sql</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=14637516">https://news.ycombinator.com/item?id=14637516</a></p>
<p>Points: 4</p>
<p># Comments: 4</p>
]]></description><pubDate>Mon, 26 Jun 2017 15:25:59 +0000</pubDate><link>http://baldi.me/blog/emoji-in-sql</link><dc:creator>crisbal_</dc:creator><comments>https://news.ycombinator.com/item?id=14637516</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14637516</guid></item></channel></rss>