<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: alleycat5000</title><link>https://news.ycombinator.com/user?id=alleycat5000</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 11 Sep 2026 18:50:59 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=alleycat5000" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by alleycat5000 in "Show HN: Rust library for numerical integration of real-valued functions"]]></title><description><![CDATA[
<p>One way to think about is that these techniques work by integrating exactly the polynomial that interpolates the function where you're sampling it, so you need to resolve the features of the function to get good accuracy.</p>
]]></description><pubDate>Tue, 19 Nov 2024 23:58:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=42189391</link><dc:creator>alleycat5000</dc:creator><comments>https://news.ycombinator.com/item?id=42189391</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42189391</guid></item><item><title><![CDATA[New comment by alleycat5000 in "Show HN: Chebyshev approximation calculator"]]></title><description><![CDATA[
<p><a href="https://people.maths.ox.ac.uk/trefethen/ATAP/" rel="nofollow">https://people.maths.ox.ac.uk/trefethen/ATAP/</a></p>
]]></description><pubDate>Sat, 05 Oct 2024 02:54:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=41747393</link><dc:creator>alleycat5000</dc:creator><comments>https://news.ycombinator.com/item?id=41747393</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41747393</guid></item><item><title><![CDATA[New comment by alleycat5000 in "Chebyshev approximation and how it can help (2012)"]]></title><description><![CDATA[
<p>A great book on this subject is Approximation Theory and Approximation Practice:<p><a href="https://people.maths.ox.ac.uk/trefethen/ATAP/" rel="nofollow">https://people.maths.ox.ac.uk/trefethen/ATAP/</a><p>Also chebfun!<p><a href="https://www.chebfun.org/" rel="nofollow">https://www.chebfun.org/</a></p>
]]></description><pubDate>Sat, 08 Jun 2024 02:30:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=40614828</link><dc:creator>alleycat5000</dc:creator><comments>https://news.ycombinator.com/item?id=40614828</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40614828</guid></item><item><title><![CDATA[New comment by alleycat5000 in "Every map of China is wrong"]]></title><description><![CDATA[
<p>It's because when you orthorectify an aerial image, you cast rays from the earth's surface to the camera, so if your model of the earth's surface is off (like when there's a giant man made structure) your mapping also gets wonky.</p>
]]></description><pubDate>Fri, 03 May 2024 02:48:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=40243511</link><dc:creator>alleycat5000</dc:creator><comments>https://news.ycombinator.com/item?id=40243511</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40243511</guid></item><item><title><![CDATA[New comment by alleycat5000 in "Anatomy of a MapServer: how to leverage and visualize your geographical data"]]></title><description><![CDATA[
<p>You can use pmtiles through mapserver via GDAL!</p>
]]></description><pubDate>Sun, 17 Mar 2024 05:25:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=39732132</link><dc:creator>alleycat5000</dc:creator><comments>https://news.ycombinator.com/item?id=39732132</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39732132</guid></item><item><title><![CDATA[New comment by alleycat5000 in "Cystic fibrosis breakthrough has given patients a chance to live longer"]]></title><description><![CDATA[
<p>Breath From Salt is a great book on CF and it's history in medicine.<p><a href="https://benbellabooks.com/shop/breath-from-salt/" rel="nofollow">https://benbellabooks.com/shop/breath-from-salt/</a></p>
]]></description><pubDate>Sat, 09 Mar 2024 18:55:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=39653888</link><dc:creator>alleycat5000</dc:creator><comments>https://news.ycombinator.com/item?id=39653888</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39653888</guid></item><item><title><![CDATA[New comment by alleycat5000 in "Maxar's Open Satellite Feed"]]></title><description><![CDATA[
<p>There's a lot on info/tooling on AWS' open data site as well for exploring these datasets:<p><a href="https://registry.opendata.aws/maxar-open-data/" rel="nofollow noreferrer">https://registry.opendata.aws/maxar-open-data/</a></p>
]]></description><pubDate>Tue, 14 Nov 2023 02:44:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=38258343</link><dc:creator>alleycat5000</dc:creator><comments>https://news.ycombinator.com/item?id=38258343</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38258343</guid></item><item><title><![CDATA[New comment by alleycat5000 in "Polynomial interpolation"]]></title><description><![CDATA[
<p>Check out <a href="https://www.chebfun.org/" rel="nofollow">https://www.chebfun.org/</a> if you want to see some crazy stuff you can do with polynomials!<p>Also the book Approximation Theory and Approximation Practice<p><a href="https://epubs.siam.org/doi/book/10.1137/1.9781611975949" rel="nofollow">https://epubs.siam.org/doi/book/10.1137/1.9781611975949</a><p>is really great, by the author of Chebfun.</p>
]]></description><pubDate>Wed, 08 Feb 2023 21:12:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=34715251</link><dc:creator>alleycat5000</dc:creator><comments>https://news.ycombinator.com/item?id=34715251</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34715251</guid></item><item><title><![CDATA[New comment by alleycat5000 in "Buy hi-resolution satellite images of any place on earth"]]></title><description><![CDATA[
<p>Albedo hasn't launched any satellites yet...</p>
]]></description><pubDate>Sun, 22 Jan 2023 00:51:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=34472789</link><dc:creator>alleycat5000</dc:creator><comments>https://news.ycombinator.com/item?id=34472789</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34472789</guid></item><item><title><![CDATA[New comment by alleycat5000 in "Aerodynamics of Gravel Bikes"]]></title><description><![CDATA[
<p>Bicycle Quarterly (magazine by the same folks) is a great read, always such a joy when it arrives in the mail!<p><a href="https://www.bikequarterly.com/" rel="nofollow">https://www.bikequarterly.com/</a></p>
]]></description><pubDate>Tue, 20 Sep 2022 13:06:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=32911122</link><dc:creator>alleycat5000</dc:creator><comments>https://news.ycombinator.com/item?id=32911122</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32911122</guid></item><item><title><![CDATA[New comment by alleycat5000 in "Mitsuba 3 Physically Based Renderer"]]></title><description><![CDATA[
<p>This is a nice tutorial on differentiable and inverse rendering (one of the Mitsuba authors also gives the tutorial):<p><a href="https://shuangz.com/courses/pbdr-course-sg20/" rel="nofollow">https://shuangz.com/courses/pbdr-course-sg20/</a><p>Inverse rendering is such a cool idea... solving for the inputs (3D models and materials) to a renderer such that they match real world inputs (photographs) by computing gradients automatically.</p>
]]></description><pubDate>Thu, 28 Jul 2022 01:22:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=32259337</link><dc:creator>alleycat5000</dc:creator><comments>https://news.ycombinator.com/item?id=32259337</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32259337</guid></item><item><title><![CDATA[New comment by alleycat5000 in "Yerka bike uses frame as lock"]]></title><description><![CDATA[
<p>Brompton's (folding bikes) are a really great option, just take it with you.<p>brompton.com</p>
]]></description><pubDate>Mon, 07 Mar 2022 04:23:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=30584209</link><dc:creator>alleycat5000</dc:creator><comments>https://news.ycombinator.com/item?id=30584209</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30584209</guid></item><item><title><![CDATA[New comment by alleycat5000 in "Hugo is awesome, its documentation is not"]]></title><description><![CDATA[
<p>I've also found Hugo's docs hard to use, but had a great experience learning it from<p><a href="https://pragprog.com/titles/bhhugo/build-websites-with-hugo/" rel="nofollow">https://pragprog.com/titles/bhhugo/build-websites-with-hugo/</a></p>
]]></description><pubDate>Wed, 02 Mar 2022 15:51:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=30528656</link><dc:creator>alleycat5000</dc:creator><comments>https://news.ycombinator.com/item?id=30528656</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30528656</guid></item><item><title><![CDATA[New comment by alleycat5000 in "Ask HN: I'm looking for a good book on the fundamentals of CS"]]></title><description><![CDATA[
<p>This book is a fun read too!</p>
]]></description><pubDate>Thu, 09 Dec 2021 18:19:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=29500947</link><dc:creator>alleycat5000</dc:creator><comments>https://news.ycombinator.com/item?id=29500947</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29500947</guid></item><item><title><![CDATA[New comment by alleycat5000 in "A U.S. submarine struck an underwater mountain last month, the Navy says"]]></title><description><![CDATA[
<p>There's a public effort to get it all mapped:<p><a href="https://seabed2030.org/" rel="nofollow">https://seabed2030.org/</a></p>
]]></description><pubDate>Wed, 03 Nov 2021 04:39:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=29091156</link><dc:creator>alleycat5000</dc:creator><comments>https://news.ycombinator.com/item?id=29091156</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29091156</guid></item><item><title><![CDATA[New comment by alleycat5000 in "WWII ships from Battle of Iwo Jima raised by volcanic activity, seismic shifts"]]></title><description><![CDATA[
<p>Here's a interesting talk on the underlying volcano and uplift.<p><a href="https://youtu.be/SPmT0aS0pK4" rel="nofollow">https://youtu.be/SPmT0aS0pK4</a></p>
]]></description><pubDate>Mon, 25 Oct 2021 15:24:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=28988862</link><dc:creator>alleycat5000</dc:creator><comments>https://news.ycombinator.com/item?id=28988862</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28988862</guid></item><item><title><![CDATA[Planet to Become Publicly Traded Company Through Merger with DMY IV]]></title><description><![CDATA[
<p>Article URL: <a href="https://planet.com/investors/press-releases/2021/planet-to-become-publicly-traded-company-through-merger-with-dmy-iv/">https://planet.com/investors/press-releases/2021/planet-to-become-publicly-traded-company-through-merger-with-dmy-iv/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=27762237">https://news.ycombinator.com/item?id=27762237</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 07 Jul 2021 15:30:51 +0000</pubDate><link>https://planet.com/investors/press-releases/2021/planet-to-become-publicly-traded-company-through-merger-with-dmy-iv/</link><dc:creator>alleycat5000</dc:creator><comments>https://news.ycombinator.com/item?id=27762237</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27762237</guid></item><item><title><![CDATA[New comment by alleycat5000 in "The extraordinary story of two Pacific voyages of discovery a 1000 years apart"]]></title><description><![CDATA[
<p>I enjoyed reading Sea People: The Puzzle of Polynesia which is all about how Polynesia became populated.<p><a href="https://www.amazon.com/Sea-People-Polynesia-Christina-Thompson-ebook/dp/B07CWRJZ6G" rel="nofollow">https://www.amazon.com/Sea-People-Polynesia-Christina-Thomps...</a></p>
]]></description><pubDate>Thu, 03 Jun 2021 15:19:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=27382631</link><dc:creator>alleycat5000</dc:creator><comments>https://news.ycombinator.com/item?id=27382631</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27382631</guid></item><item><title><![CDATA[New comment by alleycat5000 in "A Prophet at the Barbecue: Larry McMurtry, 1936–2021"]]></title><description><![CDATA[
<p>One of my favorite books! Pure mind candy.</p>
]]></description><pubDate>Tue, 11 May 2021 04:22:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=27114192</link><dc:creator>alleycat5000</dc:creator><comments>https://news.ycombinator.com/item?id=27114192</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27114192</guid></item><item><title><![CDATA[New comment by alleycat5000 in "Learning About the GeoTIFF File Format with a Hex Editor (2018)"]]></title><description><![CDATA[
<p>We use COGs at work with mapserver (and GDAL's /vsis3/ magic) to serve up imagery internally for qa/qc:<p><a href="https://github.com/pedros007/mapserver-docker" rel="nofollow">https://github.com/pedros007/mapserver-docker</a><p>Literally saves hundreds of thousands of dollars a year by avoiding having to stage the imagery locally before serving it out!</p>
]]></description><pubDate>Wed, 05 May 2021 18:32:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=27053834</link><dc:creator>alleycat5000</dc:creator><comments>https://news.ycombinator.com/item?id=27053834</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27053834</guid></item></channel></rss>