<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: kmaitreys</title><link>https://news.ycombinator.com/user?id=kmaitreys</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 10 Sep 2026 19:15:04 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=kmaitreys" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by kmaitreys in "Rewriting in Rust"]]></title><description><![CDATA[
<p>This topic has somewhat recently acquired a connotation where it yields a polarized response. People seem "tired" of the language and the episodes like Bun rewrite don't help, especially in current LLM-obsessed era.<p>Amidst this, just let me try to give my own experience with language while working in a field where it doesn't have much traction (scientific/numerical programming). A couple of years ago, after being tired trying to make Python faster, I was looking for a language to write simulation code in. Fortran (and C/C++) has been the go-to choice in my field for decades but I wanted to try a modern language. I tried Julia but the workflow didn't come naturally to me. Also by default, it also wasn't ahead-of-time compilable. Rust was my second choice but it's type system/design, expressiveness and tooling (rust-analyzer) won me over. I have written so much of it and I really enjoy writing it. Borrow checker isn't really an issue 99% of time when writing scientific code. And when it is (self-referential data structures), you can just use an arena (or something equivalent). The C/Fortran inter-op is great so it's still so easy for me to build my own abstractions on top for the more general stuff like solving ODEs and sparse matrices.<p>And of course, there is speed, memory safety and ability to parallelize things so effortlessly (rayon is magical), but I feel those were never the things that actually won me over. The language was just a joy to write.</p>
]]></description><pubDate>Thu, 20 Aug 2026 08:38:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=49371977</link><dc:creator>kmaitreys</dc:creator><comments>https://news.ycombinator.com/item?id=49371977</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49371977</guid></item><item><title><![CDATA[New comment by kmaitreys in "Jaithon 3, a fast programming language with the perfect syntax"]]></title><description><![CDATA[
<p>No. The file uses same extension as Jonathan Blow's Jai which is actually a language GitHub supports.</p>
]]></description><pubDate>Sun, 16 Aug 2026 01:20:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=49315953</link><dc:creator>kmaitreys</dc:creator><comments>https://news.ycombinator.com/item?id=49315953</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49315953</guid></item><item><title><![CDATA[New comment by kmaitreys in "Delphi 13 Community Edition Is Now Available"]]></title><description><![CDATA[
<p>If you can bear his idiosyncrasies, Tsoding did a stream on it recently. It was pretty cool.<p><a href="https://youtu.be/4vcA7yJMoPg" rel="nofollow">https://youtu.be/4vcA7yJMoPg</a></p>
]]></description><pubDate>Wed, 12 Aug 2026 12:54:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=49271675</link><dc:creator>kmaitreys</dc:creator><comments>https://news.ycombinator.com/item?id=49271675</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49271675</guid></item><item><title><![CDATA[New comment by kmaitreys in "China’s open-weights AI strategy is winning"]]></title><description><![CDATA[
<p>I have similar thoughts.<p>To those who feel on the contrary, I would genuinely like to understand why average consumer won't be priced out of hardware? The silicon industry is already quite centralised. Everywhere we already see the concept of ownership disappearing.<p>It's quite difficult for me to visualise a non-dystopian future where our PCs are just mere screens and every compute happens on a remote cloud, owned by some corporation, charging you subscription fees to even add and multiply numbers.<p>I would be the happiest if this (perhaps the most) pessimistic scenario doesn't pan out, but I can't deny that it feels like that's where we are heading.</p>
]]></description><pubDate>Mon, 20 Jul 2026 19:02:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48983365</link><dc:creator>kmaitreys</dc:creator><comments>https://news.ycombinator.com/item?id=48983365</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48983365</guid></item><item><title><![CDATA[New comment by kmaitreys in "Claude Fable produced a counterexample to the Jacobian Conjecture"]]></title><description><![CDATA[
<p>Maybe not?<p><a href="https://en.wikipedia.org/w/index.php?title=Jacobian_conjecture&diff=prev&oldid=1365082008" rel="nofollow">https://en.wikipedia.org/w/index.php?title=Jacobian_conjectu...</a></p>
]]></description><pubDate>Mon, 20 Jul 2026 04:29:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=48974344</link><dc:creator>kmaitreys</dc:creator><comments>https://news.ycombinator.com/item?id=48974344</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48974344</guid></item><item><title><![CDATA[New comment by kmaitreys in "Differentiable Fortran with LFortran and Enzyme"]]></title><description><![CDATA[
<p>I would also like to know this. Fortran itself is column-major, so I would guess the internal layout isn't same for multi-dimensional arrays when compared to row-major C? I'm not sure how LFortran represents arrays internally though.</p>
]]></description><pubDate>Tue, 14 Jul 2026 15:59:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=48908845</link><dc:creator>kmaitreys</dc:creator><comments>https://news.ycombinator.com/item?id=48908845</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48908845</guid></item><item><title><![CDATA[New comment by kmaitreys in "Ditching Zotero for a Text File"]]></title><description><![CDATA[
<p>I'm not sure if I would ditch Zotero. Using grep over a bib file is nice but I guess you are opening the DOIs in browser every time?<p>The reason I like Zotero is because I can use it offline, have my all documents synced (the backup feature is one of the best things) when needed and I can organize my papers according to project/paper I'm working on. Actually one thing I do wish Zotero would add is tab groups which will allow me have papers open but grouped by project. It's based on Firefox which does support this so I hope it's a matter of time.</p>
]]></description><pubDate>Sun, 12 Jul 2026 13:50:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48881237</link><dc:creator>kmaitreys</dc:creator><comments>https://news.ycombinator.com/item?id=48881237</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48881237</guid></item><item><title><![CDATA[New comment by kmaitreys in "“Beyond the limit”: Satellites and mirrors in space pose threat to the night sky"]]></title><description><![CDATA[
<p>Your understanding of what means value to this world is deeply pitiable.</p>
]]></description><pubDate>Thu, 09 Jul 2026 04:02:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48840841</link><dc:creator>kmaitreys</dc:creator><comments>https://news.ycombinator.com/item?id=48840841</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48840841</guid></item><item><title><![CDATA[New comment by kmaitreys in "“Beyond the limit”: Satellites and mirrors in space pose threat to the night sky"]]></title><description><![CDATA[
<p>I'm sorry but this is not a good enough argument for gutting science. You need to justify that capacity and coverage increase is required.<p>The companies trying to make these plans are just looking for money. It's not for some noble goal for progress. If you fail to see that, I'm sorry for you.</p>
]]></description><pubDate>Sun, 05 Jul 2026 18:24:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=48796580</link><dc:creator>kmaitreys</dc:creator><comments>https://news.ycombinator.com/item?id=48796580</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48796580</guid></item><item><title><![CDATA[New comment by kmaitreys in "“Beyond the limit”: Satellites and mirrors in space pose threat to the night sky"]]></title><description><![CDATA[
<p>Yes, I can do most of the things now because enough is already up there. Can you elaborate why do you want more? Like a million more as these companies are planning?<p>When is it enough?</p>
]]></description><pubDate>Sun, 05 Jul 2026 16:11:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=48795371</link><dc:creator>kmaitreys</dc:creator><comments>https://news.ycombinator.com/item?id=48795371</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48795371</guid></item><item><title><![CDATA[New comment by kmaitreys in "“Beyond the limit”: Satellites and mirrors in space pose threat to the night sky"]]></title><description><![CDATA[
<p>Can you define what progress is being made by creating more space junk?</p>
]]></description><pubDate>Sun, 05 Jul 2026 08:17:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48792285</link><dc:creator>kmaitreys</dc:creator><comments>https://news.ycombinator.com/item?id=48792285</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48792285</guid></item><item><title><![CDATA[New comment by kmaitreys in "“Beyond the limit”: Satellites and mirrors in space pose threat to the night sky"]]></title><description><![CDATA[
<p>Sure but it doesn't we can replace ground-based oned with space telescopes. They don't make the same class of observations</p>
]]></description><pubDate>Sun, 05 Jul 2026 08:17:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=48792280</link><dc:creator>kmaitreys</dc:creator><comments>https://news.ycombinator.com/item?id=48792280</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48792280</guid></item><item><title><![CDATA[New comment by kmaitreys in "“Beyond the limit”: Satellites and mirrors in space pose threat to the night sky"]]></title><description><![CDATA[
<p>Is this thread being astroturfed by bots from big tech? Some absolutely obtuse comments.</p>
]]></description><pubDate>Sun, 05 Jul 2026 08:14:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=48792268</link><dc:creator>kmaitreys</dc:creator><comments>https://news.ycombinator.com/item?id=48792268</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48792268</guid></item><item><title><![CDATA[New comment by kmaitreys in "“Beyond the limit”: Satellites and mirrors in space pose threat to the night sky"]]></title><description><![CDATA[
<p>That's an insane take. Do you actually understand what is being argued? It's an threat to ground based telescopes in the name of more slop-generating infrastructure.</p>
]]></description><pubDate>Sun, 05 Jul 2026 08:12:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48792259</link><dc:creator>kmaitreys</dc:creator><comments>https://news.ycombinator.com/item?id=48792259</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48792259</guid></item><item><title><![CDATA[New comment by kmaitreys in ""Beyond the limit": Satellites and mirrors in space pose threat to the night sky"]]></title><description><![CDATA[
<p>The issue at hand is with the ground based telescopes. We need both ground-based and space-based telescopes because with ground based telescopes you can create arrays and interferometers enabling a much larger baseline (in layman terms this means much higher angular resolution)</p>
]]></description><pubDate>Sun, 05 Jul 2026 08:11:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48792257</link><dc:creator>kmaitreys</dc:creator><comments>https://news.ycombinator.com/item?id=48792257</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48792257</guid></item><item><title><![CDATA[New comment by kmaitreys in "“Beyond the limit”: Satellites and mirrors in space pose threat to the night sky"]]></title><description><![CDATA[
<p>What advancement is being made exactly? SpaceX data centres to create more AI slop?</p>
]]></description><pubDate>Sun, 05 Jul 2026 08:08:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48792241</link><dc:creator>kmaitreys</dc:creator><comments>https://news.ycombinator.com/item?id=48792241</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48792241</guid></item><item><title><![CDATA[New comment by kmaitreys in "“Beyond the limit”: Satellites and mirrors in space pose threat to the night sky"]]></title><description><![CDATA[
<p>What exactly is the implication of saying this? This is not about over-regulation at all.</p>
]]></description><pubDate>Sun, 05 Jul 2026 08:07:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=48792235</link><dc:creator>kmaitreys</dc:creator><comments>https://news.ycombinator.com/item?id=48792235</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48792235</guid></item><item><title><![CDATA[New comment by kmaitreys in "“Beyond the limit”: Satellites and mirrors in space pose threat to the night sky"]]></title><description><![CDATA[
<p>What about ground based telescopes and interferometers which enable observations with much much larger baseline?<p>Space-based and ground-based telescopes are complementary to each other. You can't replace one out for the other.</p>
]]></description><pubDate>Sun, 05 Jul 2026 08:05:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=48792223</link><dc:creator>kmaitreys</dc:creator><comments>https://news.ycombinator.com/item?id=48792223</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48792223</guid></item><item><title><![CDATA[New comment by kmaitreys in "ArXiv's Next Chapter"]]></title><description><![CDATA[
<p>It depends on the kind of people. Most normal people don't do that, it's not a reddit-like platform after all.<p>But most researchers and grad students (like me) often subscribe to daily mailing list of the papers dropping that day from their particular field. Having a cursory read at the paper titles and then opening the papers further relevant to you is a morning ritual for many.</p>
]]></description><pubDate>Wed, 01 Jul 2026 10:50:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=48744813</link><dc:creator>kmaitreys</dc:creator><comments>https://news.ycombinator.com/item?id=48744813</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48744813</guid></item><item><title><![CDATA[New comment by kmaitreys in "Show HN: Gravity – interactive solar-system simulator, from Newton to Einstein"]]></title><description><![CDATA[
<p>For something more rigorous, I would like to take this opportunity to share rebound[1], something we use for n-body simulations in our field (planet formation). Perhaps few people here are already familiar with it. It has a Python interface but the C interface is very easy to use as well and has plethora of pre-set examples which can be visualized using GLFW. It's very very cool!<p>[1]<a href="https://github.com/hannorein/rebound" rel="nofollow">https://github.com/hannorein/rebound</a></p>
]]></description><pubDate>Tue, 09 Jun 2026 16:28:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48463274</link><dc:creator>kmaitreys</dc:creator><comments>https://news.ycombinator.com/item?id=48463274</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48463274</guid></item></channel></rss>