<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: fmakunbound</title><link>https://news.ycombinator.com/user?id=fmakunbound</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 06 Apr 2026 06:50:08 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=fmakunbound" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by fmakunbound in "Plant-based ‘beef’ reduces CO2 but threatens ag jobs"]]></title><description><![CDATA[
<p>I've been vegan for a couple of decades now and during that period I've had that time to observe meat eating people get all upset about veganism at various dinner parties during even though I don't advertise it or even talk about it.<p>What I've concluded is there's just NO WAY the world is going to do the right thing until the entire Amazon rainforest (and forests in general) have been converted to food production for food animals, dusty fattening lots for slaughter stretch to the horizon and all fresh water sources are drained.<p>So sensitive is the subject of what one consumes!<p>Maybe once climate disasters become more common and the price of meat becomes far too expensive for value menus will we start to change course. But I doubt it, we'll probably build meat factories in space before that.<p>In the meantime, those precious ag jobs are probably more threatened by automation than impossible burgers.</p>
]]></description><pubDate>Mon, 08 Aug 2022 15:42:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=32386902</link><dc:creator>fmakunbound</dc:creator><comments>https://news.ycombinator.com/item?id=32386902</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32386902</guid></item><item><title><![CDATA[New comment by fmakunbound in "Emacs Timeline"]]></title><description><![CDATA[
<p>Yeah I adopted it after exploring other languages after learning to program in Turbo Pascal 5. Bit later I started using it for mail and news (Gnus) and other things.<p>It’s a life time tool that grows with you.</p>
]]></description><pubDate>Wed, 03 Aug 2022 22:19:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=32337235</link><dc:creator>fmakunbound</dc:creator><comments>https://news.ycombinator.com/item?id=32337235</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32337235</guid></item><item><title><![CDATA[New comment by fmakunbound in "Introducing multitasking to Arduino"]]></title><description><![CDATA[
<p>Forths such as FlashForth <a href="https://www.flashforth.com/index.html" rel="nofollow">https://www.flashforth.com/index.html</a> on the Arduino support multiple tasks .. in addition to including  a compiler and interactive REPL</p>
]]></description><pubDate>Tue, 02 Aug 2022 19:38:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=32323293</link><dc:creator>fmakunbound</dc:creator><comments>https://news.ycombinator.com/item?id=32323293</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32323293</guid></item><item><title><![CDATA[New comment by fmakunbound in "A looming copper crunch and why recycling can’t fix it"]]></title><description><![CDATA[
<p>What's the reasons for that?</p>
]]></description><pubDate>Sun, 31 Jul 2022 20:19:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=32298442</link><dc:creator>fmakunbound</dc:creator><comments>https://news.ycombinator.com/item?id=32298442</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32298442</guid></item><item><title><![CDATA[New comment by fmakunbound in "Clojure needs a Rails"]]></title><description><![CDATA[
<p>> Clojure libraries target microservices with a precision that ..<p>I’m not sure what that means exactly, but no one is using Rails only for building out micro services. They’re using Rails to go from nothing to a production ready web application, with all the incidental complexity taken care of, in a very short time.<p>It’s been a few years since I was involved with Clojure ecosystem - what is the Clojure experience equivalent to say, the original Rails demo from back in 2005? The last I tried, all the parts seemed to be there, but much painful assembly/“composing” was required and not all the parts fitted which ended up producing a lot of awkward complexity needing desperate decomplecting.</p>
]]></description><pubDate>Sun, 31 Jul 2022 04:10:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=32293102</link><dc:creator>fmakunbound</dc:creator><comments>https://news.ycombinator.com/item?id=32293102</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32293102</guid></item><item><title><![CDATA[New comment by fmakunbound in "Clojure needs a Rails"]]></title><description><![CDATA[
<p>This might be what happens when the community seems to follow “composable libraries over frameworks”. You still have to do the composing, and it’s not obvious how to do that.</p>
]]></description><pubDate>Sat, 30 Jul 2022 20:50:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=32290176</link><dc:creator>fmakunbound</dc:creator><comments>https://news.ycombinator.com/item?id=32290176</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32290176</guid></item><item><title><![CDATA[New comment by fmakunbound in "Clojure needs a Rails"]]></title><description><![CDATA[
<p>Perhaps that stance has changed over time. In Clojure, there's the clojure.string namespace just functions wrapping java.lang.String methods <a href="https://clojuredocs.org/clojure.string" rel="nofollow">https://clojuredocs.org/clojure.string</a></p>
]]></description><pubDate>Sat, 30 Jul 2022 18:55:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=32289304</link><dc:creator>fmakunbound</dc:creator><comments>https://news.ycombinator.com/item?id=32289304</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32289304</guid></item><item><title><![CDATA[New comment by fmakunbound in "Software Transactional Memory (1997)"]]></title><description><![CDATA[
<p>Common Lisp has it too, via <a href="https://stmx.org/" rel="nofollow">https://stmx.org/</a> I believe it supports the Intel TSX stuff if present and falls back to a software implementation if not present.</p>
]]></description><pubDate>Thu, 28 Jul 2022 00:25:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=32258942</link><dc:creator>fmakunbound</dc:creator><comments>https://news.ycombinator.com/item?id=32258942</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32258942</guid></item><item><title><![CDATA[New comment by fmakunbound in "Senate passes bipartisan bill to subsidize U.S.-made semiconductor chips"]]></title><description><![CDATA[
<p>Should have put it into fundamental STEM education</p>
]]></description><pubDate>Wed, 27 Jul 2022 20:38:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=32256567</link><dc:creator>fmakunbound</dc:creator><comments>https://news.ycombinator.com/item?id=32256567</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32256567</guid></item><item><title><![CDATA[New comment by fmakunbound in "Texas Has Always Been a Great Setting for the Apocalypse"]]></title><description><![CDATA[
<p>I use an 8 foot, iron digging bar ahead of the post hole digger.</p>
]]></description><pubDate>Mon, 25 Jul 2022 19:25:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=32229682</link><dc:creator>fmakunbound</dc:creator><comments>https://news.ycombinator.com/item?id=32229682</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32229682</guid></item><item><title><![CDATA[New comment by fmakunbound in "Factor: A Practical Stack Language"]]></title><description><![CDATA[
<p>There’s also a pretty active Forth channel on Discord</p>
]]></description><pubDate>Sun, 24 Jul 2022 21:57:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=32218176</link><dc:creator>fmakunbound</dc:creator><comments>https://news.ycombinator.com/item?id=32218176</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32218176</guid></item><item><title><![CDATA[New comment by fmakunbound in "Moving to zsh (2019)"]]></title><description><![CDATA[
<p>Of course you don’t have to switch, since you can brew install bash 5 or whatever the latest is and then chsh to it, but if you want to use it as an opportunity to change shells, consider checking out some of the newer interactive shells like nushell, elvish, xonsh, oil etc. Some of them are even based on actual general purpose, fairly common programming languages.</p>
]]></description><pubDate>Sat, 23 Jul 2022 02:04:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=32199490</link><dc:creator>fmakunbound</dc:creator><comments>https://news.ycombinator.com/item?id=32199490</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32199490</guid></item><item><title><![CDATA[New comment by fmakunbound in "Announcing Apache OpenOffice 4.1.13"]]></title><description><![CDATA[
<p>There must be an interesting story behind Apache’s dogged insistence on OpenOffice.</p>
]]></description><pubDate>Fri, 22 Jul 2022 20:45:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=32196915</link><dc:creator>fmakunbound</dc:creator><comments>https://news.ycombinator.com/item?id=32196915</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32196915</guid></item><item><title><![CDATA[New comment by fmakunbound in "Stripe cuts internal valuation by 28%"]]></title><description><![CDATA[
<p>What’s the difference between internal and external valuation?</p>
]]></description><pubDate>Fri, 15 Jul 2022 00:54:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=32103285</link><dc:creator>fmakunbound</dc:creator><comments>https://news.ycombinator.com/item?id=32103285</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32103285</guid></item><item><title><![CDATA[New comment by fmakunbound in "Ask HN: How do you document your Data Models?"]]></title><description><![CDATA[
<p>Well, we take a distributed approach where I work currently. Some of it is in an Excel or a Google Calc spreadsheet, some in Confluence, the project README.md, random Git comments. Sometimes we annotate the classes in the code with documentation and sometimes even generate the documentation from that. It’s all a little confusing TBH. Some of our models are cross domain and have meaning depending on context.</p>
]]></description><pubDate>Thu, 14 Jul 2022 21:04:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=32101432</link><dc:creator>fmakunbound</dc:creator><comments>https://news.ycombinator.com/item?id=32101432</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32101432</guid></item><item><title><![CDATA[New comment by fmakunbound in "ChromeOS Flex is now ready to scale to PCs and Macs"]]></title><description><![CDATA[
<p>Unfortunately my first thought is to wonder if they’ll scrap it after I’ve invested some time into it.</p>
]]></description><pubDate>Thu, 14 Jul 2022 20:50:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=32101286</link><dc:creator>fmakunbound</dc:creator><comments>https://news.ycombinator.com/item?id=32101286</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32101286</guid></item><item><title><![CDATA[New comment by fmakunbound in "A Windows 95-like shell for Windows 3.1x"]]></title><description><![CDATA[
<p>I hand totally forgotten about that. Wasn’t it called dosfs? It put metadata in files that would show up in DOS when you rebooted.</p>
]]></description><pubDate>Thu, 14 Jul 2022 03:38:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=32091721</link><dc:creator>fmakunbound</dc:creator><comments>https://news.ycombinator.com/item?id=32091721</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32091721</guid></item><item><title><![CDATA[New comment by fmakunbound in "Elderly Florida couple killed after their Tesla crashes into semi"]]></title><description><![CDATA[
<p>I was sure it was, but now I’m not so sure having read a few the sibling threads</p>
]]></description><pubDate>Mon, 11 Jul 2022 06:47:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=32053032</link><dc:creator>fmakunbound</dc:creator><comments>https://news.ycombinator.com/item?id=32053032</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32053032</guid></item><item><title><![CDATA[New comment by fmakunbound in "Rust Editors to Replace TextMate 2 – The Agony of Despair"]]></title><description><![CDATA[
<p>There’s some Emacs modes for that</p>
]]></description><pubDate>Sat, 09 Jul 2022 16:23:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=32036594</link><dc:creator>fmakunbound</dc:creator><comments>https://news.ycombinator.com/item?id=32036594</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32036594</guid></item><item><title><![CDATA[New comment by fmakunbound in "Rust Editors to Replace TextMate 2 – The Agony of Despair"]]></title><description><![CDATA[
<p>> Self selects the programmers willing to learn rust down to an elite handful.<p>How true is that?</p>
]]></description><pubDate>Sat, 09 Jul 2022 16:17:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=32036532</link><dc:creator>fmakunbound</dc:creator><comments>https://news.ycombinator.com/item?id=32036532</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32036532</guid></item></channel></rss>