<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: fstarship</title><link>https://news.ycombinator.com/user?id=fstarship</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 19 Aug 2026 19:50:59 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=fstarship" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by fstarship in "What old tennis players teach us (2017)"]]></title><description><![CDATA[
<p>Also the wildcard system that means you get easy access to a tournament.<p>If you country hosts a grand slam Australia,Britain US, and France you can get some good prize money without winning a match.<p>Having the right flag beside your name removes lots of barriers</p>
]]></description><pubDate>Tue, 13 Jan 2026 03:46:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=46597137</link><dc:creator>fstarship</dc:creator><comments>https://news.ycombinator.com/item?id=46597137</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46597137</guid></item><item><title><![CDATA[New comment by fstarship in "Mozilla says it's finally done with Onerep"]]></title><description><![CDATA[
<p>The Bevy game is an example on an organisation that has gotten 501c</p>
]]></description><pubDate>Thu, 20 Nov 2025 22:10:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=45998539</link><dc:creator>fstarship</dc:creator><comments>https://news.ycombinator.com/item?id=45998539</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45998539</guid></item><item><title><![CDATA[New comment by fstarship in "The last-ever penny will be minted today in Philadelphia"]]></title><description><![CDATA[
<p>It’s kind of like lots of imperial measurements where we use metric still have these in idioms.</p>
]]></description><pubDate>Wed, 12 Nov 2025 23:05:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=45908161</link><dc:creator>fstarship</dc:creator><comments>https://news.ycombinator.com/item?id=45908161</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45908161</guid></item><item><title><![CDATA[New comment by fstarship in "Citybound: City building game, microscopic models to vividly simulate organism"]]></title><description><![CDATA[
<p>Cities skylines 2 implementation is still pretty lackluster in related aspects.<p>Lots of buildings have forced carparks.<p>People are content to walk absurd distances.<p>I almost preordered when I saw mixed use zoning.</p>
]]></description><pubDate>Fri, 15 Aug 2025 01:33:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=44907690</link><dc:creator>fstarship</dc:creator><comments>https://news.ycombinator.com/item?id=44907690</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44907690</guid></item><item><title><![CDATA[New comment by fstarship in "New colors without shooting lasers into your eyes"]]></title><description><![CDATA[
<p>This video talks about it as well, it includes an interview with the author<p><a href="https://m.youtube.com/watch?v=TgGoW5AIKEY" rel="nofollow">https://m.youtube.com/watch?v=TgGoW5AIKEY</a></p>
]]></description><pubDate>Mon, 21 Jul 2025 02:16:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=44631198</link><dc:creator>fstarship</dc:creator><comments>https://news.ycombinator.com/item?id=44631198</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44631198</guid></item><item><title><![CDATA[New comment by fstarship in "Koto Programming Language"]]></title><description><![CDATA[
<p>I am aware of 3 “rust inspired scripting” languages that have dynamic types.<p>Rhai
Rune
Dyon<p>Mun is not dynamic, however it does not have string support afaik.<p>Kotlin and Swift may be better candidates than these scripting languages for my imagined usecase.<p>Come to think of it, maybe I don’t have a point other then there is so many scripting language’s inspired by rust that is dropping a major convenience feature, that I am surprised is negotiable (inferred typing ).</p>
]]></description><pubDate>Sat, 29 Mar 2025 14:07:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=43515655</link><dc:creator>fstarship</dc:creator><comments>https://news.ycombinator.com/item?id=43515655</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43515655</guid></item><item><title><![CDATA[New comment by fstarship in "Koto Programming Language"]]></title><description><![CDATA[
<p>Thanks looks great so far.<p>Also has pattern matching which I should also have mentioned in my top level post.</p>
]]></description><pubDate>Sat, 29 Mar 2025 13:38:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=43515441</link><dc:creator>fstarship</dc:creator><comments>https://news.ycombinator.com/item?id=43515441</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43515441</guid></item><item><title><![CDATA[New comment by fstarship in "Koto Programming Language"]]></title><description><![CDATA[
<p>Thanks for your suggestion.<p>At first glance it appears to be object oriented, which is against preference but not a deal breaker.<p>However error case looks to be try catch which is a deal breaker.</p>
]]></description><pubDate>Sat, 29 Mar 2025 13:32:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=43515405</link><dc:creator>fstarship</dc:creator><comments>https://news.ycombinator.com/item?id=43515405</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43515405</guid></item><item><title><![CDATA[New comment by fstarship in "Koto Programming Language"]]></title><description><![CDATA[
<p>It seems every scripting language does duck/dynamic typing (as far as I can tell this applies to Koto).<p>I don’t understand why…
inferred typing is nearly as easy to use while being more robust.<p>For me the biggest gap in programming languages is a rust like language with a garbage collector, instead of a borrow checker.<p>Rust has a lot of features that should be strongly considered for the next generation of programming languages such as<p>result/sum types<p>Inferred typing<p>Not object oriented or overly prescriptive with functional programming.<p>I think the closest language to filling that gap is occaml (I am not familiar with it).<p>I have coworker's that are more skilled in domain logic that can write basic self contained programs, but stuff like traits, OOP functional programming is a bridge too far.<p>I feel like a language that fills that gap could be useful, context is a manufacturing ERP system.</p>
]]></description><pubDate>Sat, 29 Mar 2025 13:11:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=43515249</link><dc:creator>fstarship</dc:creator><comments>https://news.ycombinator.com/item?id=43515249</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43515249</guid></item><item><title><![CDATA[New comment by fstarship in "The Efficiency of Vim"]]></title><description><![CDATA[
<p>I did actually do that when I tried Vim but it felt clunky.<p>The find and replace is more at folder level with vscode previews only terminal equivalent I know is serpl</p>
]]></description><pubDate>Thu, 27 Feb 2025 03:36:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=43191063</link><dc:creator>fstarship</dc:creator><comments>https://news.ycombinator.com/item?id=43191063</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43191063</guid></item><item><title><![CDATA[New comment by fstarship in "The Efficiency of Vim"]]></title><description><![CDATA[
<p>For your specific counting problem you can use relative line numbering which shows line numbers relative to your cursor.<p>However the larger attempt and redo problem you highlighed is mitigated in a modal editor that does selection first (not vim) instead of action so you get a preview of what you will delete before hitting it, you can also expand it.<p>I did give up vim for the same reasons, but I am happy with Helix.<p>I won’t deny that I still make lots of errors, I still use vscode for other features like folder search and replace, easier diff comparisons</p>
]]></description><pubDate>Thu, 27 Feb 2025 03:18:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=43190955</link><dc:creator>fstarship</dc:creator><comments>https://news.ycombinator.com/item?id=43190955</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43190955</guid></item><item><title><![CDATA[New comment by fstarship in "Byzantine-Sassanian War (602-628 CE): The Last Great War of Antiquity (2023)"]]></title><description><![CDATA[
<p>What does GoT stand for?</p>
]]></description><pubDate>Mon, 20 Jan 2025 21:51:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=42773477</link><dc:creator>fstarship</dc:creator><comments>https://news.ycombinator.com/item?id=42773477</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42773477</guid></item><item><title><![CDATA[New comment by fstarship in "The anomalous state of Uranus's magnetosphere during the Voyager 2 flyby"]]></title><description><![CDATA[
<p>Or it should be called Caelus to be consistent with Roman names</p>
]]></description><pubDate>Thu, 14 Nov 2024 10:35:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=42134858</link><dc:creator>fstarship</dc:creator><comments>https://news.ycombinator.com/item?id=42134858</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42134858</guid></item><item><title><![CDATA[New comment by fstarship in "The Depopulation Bomb Isn't Ticking, It's Overblown"]]></title><description><![CDATA[
<p>Depends where you live, cities are still growing, like in Japan Tokyo still grows while the rest of the country shrinks.</p>
]]></description><pubDate>Fri, 04 Oct 2024 23:38:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=41746490</link><dc:creator>fstarship</dc:creator><comments>https://news.ycombinator.com/item?id=41746490</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41746490</guid></item><item><title><![CDATA[New comment by fstarship in "The Depopulation Bomb Isn't Ticking, It's Overblown"]]></title><description><![CDATA[
<p>We can survive an economic collapse more then an environmental.</p>
]]></description><pubDate>Fri, 04 Oct 2024 23:36:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=41746481</link><dc:creator>fstarship</dc:creator><comments>https://news.ycombinator.com/item?id=41746481</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41746481</guid></item><item><title><![CDATA[New comment by fstarship in "Rent in Cities Skylines 2 was too high, so the devs removed landlords"]]></title><description><![CDATA[
<p>Whats wrong with building apartments it houses lots more people and easier to get a starter apartment then a starter home</p>
]]></description><pubDate>Fri, 14 Jun 2024 02:25:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=40676987</link><dc:creator>fstarship</dc:creator><comments>https://news.ycombinator.com/item?id=40676987</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40676987</guid></item><item><title><![CDATA[New comment by fstarship in "Why is Alt+F4 the hotkey for closing a window? Why not Alt+F5 or Alt+F3?"]]></title><description><![CDATA[
<p>What would be on the other layers?
you seem to have every key you want to press already present.<p>One thing I would suggest is that if you can split the space bar, it’s soo much real estate for one key, even if you split into 4 keys with 2 keys being space.<p>I have a split space with shift mapped into one of the keys so I hold shift with my thumb much easier then pinky and makes touch typing flow better.</p>
]]></description><pubDate>Mon, 06 May 2024 03:02:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=40270764</link><dc:creator>fstarship</dc:creator><comments>https://news.ycombinator.com/item?id=40270764</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40270764</guid></item><item><title><![CDATA[New comment by fstarship in "Why is Alt+F4 the hotkey for closing a window? Why not Alt+F5 or Alt+F3?"]]></title><description><![CDATA[
<p>I find f13-f24 keys are useful for exactly that.<p>You need a keyboard you can reprogram however unless you find a physical keyboard with those.<p>I use a dygma defy that has those keys programmed in.</p>
]]></description><pubDate>Mon, 06 May 2024 00:22:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=40269903</link><dc:creator>fstarship</dc:creator><comments>https://news.ycombinator.com/item?id=40269903</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40269903</guid></item><item><title><![CDATA[New comment by fstarship in "Alexander the Great versus the Elephants"]]></title><description><![CDATA[
<p>Battle of ipsus,<p><a href="https://en.m.wikipedia.org/wiki/Battle_of_Ipsus" rel="nofollow">https://en.m.wikipedia.org/wiki/Battle_of_Ipsus</a></p>
]]></description><pubDate>Thu, 02 Feb 2023 22:55:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=34634470</link><dc:creator>fstarship</dc:creator><comments>https://news.ycombinator.com/item?id=34634470</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34634470</guid></item><item><title><![CDATA[New comment by fstarship in "Americans are choosing to be alone, but we should reverse that"]]></title><description><![CDATA[
<p>I agree none of the other examples are as ubiquitous, I also don't like the examples where there is an expectation you pay at some point.<p>Just GP described the concept without naming it.</p>
]]></description><pubDate>Sun, 27 Nov 2022 02:32:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=33759556</link><dc:creator>fstarship</dc:creator><comments>https://news.ycombinator.com/item?id=33759556</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33759556</guid></item></channel></rss>