<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: cartucho1</title><link>https://news.ycombinator.com/user?id=cartucho1</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 18 Apr 2026 14:18:34 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=cartucho1" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by cartucho1 in "Ask HN: What are you working on? (February 2026)"]]></title><description><![CDATA[
<p>An academic conference manager (website, cfp, submissions, reviews, scheduling, book of abstracts, etc.), for small- to medium-sized events.<p>It's available here: <a href="https://congressin.com/" rel="nofollow">https://congressin.com/</a><p>6-min demo video: <a href="https://m.youtube.com/watch?v=6Hr7my0QR5c" rel="nofollow">https://m.youtube.com/watch?v=6Hr7my0QR5c</a></p>
]]></description><pubDate>Tue, 10 Feb 2026 00:19:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=46953603</link><dc:creator>cartucho1</dc:creator><comments>https://news.ycombinator.com/item?id=46953603</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46953603</guid></item><item><title><![CDATA[New comment by cartucho1 in "How to be a good conference talk audience member (2022)"]]></title><description><![CDATA[
<p>For <i>academic</i> conferences in particular (I'm in philosophy, things may vary in other fields), I would add some (perhaps more cynical) advice.<p>For instance, it is true that the main goal of a presentation at a conference is to test and improve ideas before sending them to publication, by showing them to a specialized audience. But, congresses are also (very importantly) about networking and PR, and making yourself known in the field. A conference brings together specialists in a subject, who will be future editors, reviewers, and professional contacts in general.<p>I tell my students things like:<p>- Whenever you can, ask (pertinent) questions. This is important beyond helping the speaker, it is also a way of advancing your own career.<p>- Think about possible questions while listening to the presentation instead of waiting until the talk is over to start thinking about what to ask.<p>- If possible, raise your hand as soon as the q&a session begins. At some conference sessions there is little time for questions, and some members of the audience who want to may not get to ask.<p>- Even when that is not the case, you can help avoid a moment of silence right after the talk has ended, which (as a speaker) can be uncomfortable. The worst outcome for a speaker is for nobody to engage.<p>- It is useful for the speaker to hear many different questions and points of view. Do not give parallel presentations in the questions. Questions should be concise and to the point. Formulating your question should not take more than a minute.</p>
]]></description><pubDate>Tue, 20 Jan 2026 13:19:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=46691526</link><dc:creator>cartucho1</dc:creator><comments>https://news.ycombinator.com/item?id=46691526</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46691526</guid></item><item><title><![CDATA[New comment by cartucho1 in "Ask HN: Share your personal website"]]></title><description><![CDATA[
<p><a href="https://arielroffe.quest/" rel="nofollow">https://arielroffe.quest/</a><p>It's a Pokémon-style minigame. Past HN discussion here: <a href="https://news.ycombinator.com/item?id=30656961">https://news.ycombinator.com/item?id=30656961</a></p>
]]></description><pubDate>Thu, 15 Jan 2026 00:34:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=46626202</link><dc:creator>cartucho1</dc:creator><comments>https://news.ycombinator.com/item?id=46626202</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46626202</guid></item><item><title><![CDATA[New comment by cartucho1 in "Carnap – A formal logic framework for Haskell"]]></title><description><![CDATA[
<p>For something similar, but in Python, I made this a while ago:<p><a href="https://logics.readthedocs.io/en/latest/" rel="nofollow">https://logics.readthedocs.io/en/latest/</a><p>GUI here:<p><a href="https://taut-logic.com/" rel="nofollow">https://taut-logic.com/</a></p>
]]></description><pubDate>Tue, 23 Dec 2025 12:32:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=46364801</link><dc:creator>cartucho1</dc:creator><comments>https://news.ycombinator.com/item?id=46364801</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46364801</guid></item><item><title><![CDATA[Show HN: TAUT2 – Mathematical logic exercises in the browser]]></title><description><![CDATA[
<p>Hi HN,<p>This is something I originally built for my students when I was teaching logic at the University of Buenos Aires (I have now moved to philosophy of science).<p>I had planned to add some commercial features like paid courses — and even developed a good part of it — but I got caught up in other projects (plus, it didn’t seem particularly profitable), so it’s been sitting idle for a few years.<p>I figured I'd finally share it to see what reaction I get, if any, and whether there's any interest in me adding that kind of functionality.<p>PS. TAUT is based on my open-source logics library (<a href="https://github.com/ariroffe/logics" rel="nofollow">https://github.com/ariroffe/logics</a>), which runs in the browser via Pyodide. The site is currently hosted on a $5 VPS, so hopefully it won’t get hugged to death.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45773736">https://news.ycombinator.com/item?id=45773736</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 31 Oct 2025 16:15:17 +0000</pubDate><link>https://www.taut-logic.com/</link><dc:creator>cartucho1</dc:creator><comments>https://news.ycombinator.com/item?id=45773736</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45773736</guid></item><item><title><![CDATA[New comment by cartucho1 in "Implementing Logic Programming"]]></title><description><![CDATA[
<p>Not really logic programming, but a while ago I made this, also in Python:
<a href="https://github.com/ariroffe/logics">https://github.com/ariroffe/logics</a> (mainly for educational purposes).
Parts of the implementation kind of reminded me of it.</p>
]]></description><pubDate>Sat, 14 Jun 2025 02:33:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=44273826</link><dc:creator>cartucho1</dc:creator><comments>https://news.ycombinator.com/item?id=44273826</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44273826</guid></item><item><title><![CDATA[New comment by cartucho1 in "Infinite Craft"]]></title><description><![CDATA[
<p>I got Atlantis + Spongebob = Atlantis Squarepantis :D</p>
]]></description><pubDate>Wed, 31 Jan 2024 22:35:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=39210392</link><dc:creator>cartucho1</dc:creator><comments>https://news.ycombinator.com/item?id=39210392</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39210392</guid></item><item><title><![CDATA[New comment by cartucho1 in "The Psychology of Poverty: Where Do We Stand? [pdf]"]]></title><description><![CDATA[
<p>Related: <a href="https://www.residentcontrarian.com/p/on-the-experience-of-being-poor-ish" rel="nofollow">https://www.residentcontrarian.com/p/on-the-experience-of-be...</a></p>
]]></description><pubDate>Tue, 26 Dec 2023 23:20:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=38777149</link><dc:creator>cartucho1</dc:creator><comments>https://news.ycombinator.com/item?id=38777149</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38777149</guid></item><item><title><![CDATA[New comment by cartucho1 in "Argentina elects 'shock therapy' libertarian Javier Milei as president"]]></title><description><![CDATA[
<p>Civil union is a legal figure (approved in 2002) that grants less rights than marriage. Same sex marriage was legalised in 2010. What she is proposing is taking a step backwards in terms of rights.</p>
]]></description><pubDate>Mon, 20 Nov 2023 02:28:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=38341448</link><dc:creator>cartucho1</dc:creator><comments>https://news.ycombinator.com/item?id=38341448</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38341448</guid></item><item><title><![CDATA[New comment by cartucho1 in "Argentina elects 'shock therapy' libertarian Javier Milei as president"]]></title><description><![CDATA[
<p>On climate change:<p><a href="https://www.infobae.com/politica/2023/10/08/que-opina-javier-milei-sobre-el-calentamiento-global-y-el-cambio-climatico/" rel="nofollow noreferrer">https://www.infobae.com/politica/2023/10/08/que-opina-javier...</a><p><a href="https://chequeado.com/ultimas-noticias/javier-milei-en-el-segundo-debate-presidencial-2023-todas-esas-politicas-que-culpan-al-ser-humano-del-cambio-climatico-son-falsas/" rel="nofollow noreferrer">https://chequeado.com/ultimas-noticias/javier-milei-en-el-se...</a></p>
]]></description><pubDate>Mon, 20 Nov 2023 01:18:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=38340866</link><dc:creator>cartucho1</dc:creator><comments>https://news.ycombinator.com/item?id=38340866</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38340866</guid></item><item><title><![CDATA[New comment by cartucho1 in "Argentina elects 'shock therapy' libertarian Javier Milei as president"]]></title><description><![CDATA[
<p>This is true, my mistake. Still, comparing homosexuality to zoophily is at least a bit insensible.<p>His vice did though: <a href="https://www.instagram.com/reel/Cv7Sy1aA8LL/" rel="nofollow noreferrer">https://www.instagram.com/reel/Cv7Sy1aA8LL/</a></p>
]]></description><pubDate>Mon, 20 Nov 2023 01:13:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=38340825</link><dc:creator>cartucho1</dc:creator><comments>https://news.ycombinator.com/item?id=38340825</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38340825</guid></item><item><title><![CDATA[New comment by cartucho1 in "Argentina elects 'shock therapy' libertarian Javier Milei as president"]]></title><description><![CDATA[
<p>His vicepresident has strong ties to the military (specifically to the sectors that made the last coup in the 70s). He has publicly opposed abortion rights, same-sex marriage, feminism in general, publicly denies climate change, is against gun control, and a large etc...
He is not only economically but also socially on the far right of the polítical spectrum here.</p>
]]></description><pubDate>Mon, 20 Nov 2023 00:17:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=38340267</link><dc:creator>cartucho1</dc:creator><comments>https://news.ycombinator.com/item?id=38340267</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38340267</guid></item><item><title><![CDATA[New comment by cartucho1 in "Ask HN: Who wants to be hired? (September 2022)"]]></title><description><![CDATA[
<p>Location: Buenos Aires, Argentina<p>Remote: Yes (preferred)<p>Willing to relocate: No<p>Technologies: Python, Django, HTML/CSS/JS, Git<p>Languages: Spanish (native), English (advanced), Portuguese (basic)<p>Résumé/CV: <a href="https://arielroffe.quest/CV.pdf" rel="nofollow">https://arielroffe.quest/CV.pdf</a><p>Email: ariroffe ҩ hotmail · com<p>PhD Philosophy researcher & software developer from Argentina, with a strong background in mathematical logic. Looking to transition from academia into a fullstack web dev role, in search of new challenges. I am mostly self-taught in the programming world, so you may consider me a junior developer, but I can research and learn new technologies quickly.<p>Personal website: <a href="https://arielroffe.quest/" rel="nofollow">https://arielroffe.quest/</a> (was featured on the cover of HN a while ago)<p>GitHub: <a href="https://github.com/ariroffe/" rel="nofollow">https://github.com/ariroffe/</a></p>
]]></description><pubDate>Fri, 02 Sep 2022 04:48:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=32686710</link><dc:creator>cartucho1</dc:creator><comments>https://news.ycombinator.com/item?id=32686710</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32686710</guid></item><item><title><![CDATA[New comment by cartucho1 in "Ask HN: Who wants to be hired? (August 2022)"]]></title><description><![CDATA[
<p>Location: Buenos Aires, Argentina<p>Remote: Yes (preferred)<p>Willing to relocate: No<p>Technologies: Python, Django, HTML/CSS/JS, Git<p>Languages: Spanish (native), English (advanced), Portuguese (basic)<p>Résumé/CV: <a href="https://arielroffe.quest/CV.pdf" rel="nofollow">https://arielroffe.quest/CV.pdf</a><p>Email: ariroffe ҩ hotmail · com<p>PhD Philosophy researcher & software developer from Argentina, with a strong background in mathematical logic.<p>Looking to transition from academia into a fullstack web dev role, in search of new challenges.
I am mostly self-taught in the programming world, so you may consider me a Jr developer, but I can research and learn new
technologies quickly.<p>Personal website: <a href="https://arielroffe.quest/" rel="nofollow">https://arielroffe.quest/</a> (was featured on the cover of HN a while ago)<p>GitHub: <a href="https://github.com/ariroffe/">https://github.com/ariroffe/</a></p>
]]></description><pubDate>Mon, 01 Aug 2022 15:45:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=32307696</link><dc:creator>cartucho1</dc:creator><comments>https://news.ycombinator.com/item?id=32307696</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32307696</guid></item><item><title><![CDATA[New comment by cartucho1 in "Ask HN: Share your personal site"]]></title><description><![CDATA[
<p>Recently posted it as a Show HN, but here it is again:<p><a href="https://arielroffe.quest/" rel="nofollow">https://arielroffe.quest/</a><p>It is a pokemon-style RPG made with Phaser3.</p>
]]></description><pubDate>Wed, 06 Apr 2022 23:50:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=30938923</link><dc:creator>cartucho1</dc:creator><comments>https://news.ycombinator.com/item?id=30938923</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30938923</guid></item><item><title><![CDATA[New comment by cartucho1 in "Ask HN: Who wants to be hired? (April 2022)"]]></title><description><![CDATA[
<p><p><pre><code>  Location: Buenos Aires, Argentina
  Remote: Yes (preferred)
  Willing to relocate: No
  Technologies: 
    Proficient: Python, Django, HTML/CSS/JS, Git; 
    Familiar: Rust, Julia, Docker, Phaser3
  Languages: Spanish (native), English (advanced), Portuguese (basic)
  Résumé/CV: https://arielroffe.quest/CV.pdf
  Email: ariroffe@gmail.com
</code></pre>
PhD Philosophy researcher from Argentina, with a strong background in mathematical logic. Looking to transition from academia into a software dev role, in search of new challenges. Proficient in the Python/Django stack, but also open to roles outside web development.<p>Personal website: <a href="https://arielroffe.quest/" rel="nofollow">https://arielroffe.quest/</a> (was recently featured on the cover of HN)<p>GitHub: <a href="https://github.com/ariroffe/" rel="nofollow">https://github.com/ariroffe/</a></p>
]]></description><pubDate>Fri, 01 Apr 2022 16:35:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=30880112</link><dc:creator>cartucho1</dc:creator><comments>https://news.ycombinator.com/item?id=30880112</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30880112</guid></item><item><title><![CDATA[New comment by cartucho1 in "Ask HN: Which book can attract anyone towards your field of study?"]]></title><description><![CDATA[
<p>For a more sociological view of what happened to logical empiricism in the US (and I'd argue, to analytic philosophy in general), George Reisch's "How the Cold War Transformed Philosophy of Science: To the Icy Slopes of Logic" is awesome.</p>
]]></description><pubDate>Mon, 28 Mar 2022 03:34:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=30826878</link><dc:creator>cartucho1</dc:creator><comments>https://news.ycombinator.com/item?id=30826878</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30826878</guid></item><item><title><![CDATA[New comment by cartucho1 in "Ask HN: Which book can attract anyone towards your field of study?"]]></title><description><![CDATA[
<p>Philosopher here as well. I'd strongly recommend Thomas Kuhn's "The Copernican Revolution". It's a beautiful book that shows how ancient astronomy, cosmology and philosophy were interwoven, with valuable lessons for how science works even today.<p>From the classics I'd also recommend Hume. The "Enquiry Concerning Human Understanding" is short, very well written and argues, among other things, that causality is an illusion :)</p>
]]></description><pubDate>Mon, 28 Mar 2022 03:26:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=30826820</link><dc:creator>cartucho1</dc:creator><comments>https://news.ycombinator.com/item?id=30826820</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30826820</guid></item><item><title><![CDATA[New comment by cartucho1 in "Show HN: I made my personal website a Pokémon-style minigame using Phaser 3"]]></title><description><![CDATA[
<p>Added! Thanks for the suggestion!</p>
]]></description><pubDate>Wed, 16 Mar 2022 18:08:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=30702053</link><dc:creator>cartucho1</dc:creator><comments>https://news.ycombinator.com/item?id=30702053</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30702053</guid></item><item><title><![CDATA[New comment by cartucho1 in "Show HN: I made my personal website a Pokémon-style minigame using Phaser 3"]]></title><description><![CDATA[
<p>Fixed! Thanks for the report.</p>
]]></description><pubDate>Wed, 16 Mar 2022 18:08:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=30702046</link><dc:creator>cartucho1</dc:creator><comments>https://news.ycombinator.com/item?id=30702046</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30702046</guid></item></channel></rss>