<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: shanebellone</title><link>https://news.ycombinator.com/user?id=shanebellone</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 06 Apr 2026 05:44:43 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=shanebellone" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by shanebellone in "Ask HN: Would you pay to reduce HTTP requests?"]]></title><description><![CDATA[
<p>If the problem seems vague, then the solution is not for you.<p>The concept of a "mom test" is condescending as well. Many moms code.</p>
]]></description><pubDate>Wed, 08 Nov 2023 16:27:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=38192718</link><dc:creator>shanebellone</dc:creator><comments>https://news.ycombinator.com/item?id=38192718</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38192718</guid></item><item><title><![CDATA[New comment by shanebellone in "Ask HN: Would you pay to reduce HTTP requests?"]]></title><description><![CDATA[
<p>Yes, but multiplexing does minimize the problem. You could multiplex batched requests for hundreds of resources with my strategy.</p>
]]></description><pubDate>Wed, 08 Nov 2023 16:18:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=38192572</link><dc:creator>shanebellone</dc:creator><comments>https://news.ycombinator.com/item?id=38192572</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38192572</guid></item><item><title><![CDATA[New comment by shanebellone in "Ask HN: Would you pay to reduce HTTP requests?"]]></title><description><![CDATA[
<p>They don't reduce request count. For example, Chrome only allows 6 concurrent connections (requests).<p>If you load 10 images in 1 request, you've reduced network latency and avoided the connection limit.</p>
]]></description><pubDate>Wed, 08 Nov 2023 15:42:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=38191954</link><dc:creator>shanebellone</dc:creator><comments>https://news.ycombinator.com/item?id=38191954</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38191954</guid></item><item><title><![CDATA[New comment by shanebellone in "Ask HN: Would you pay to reduce HTTP requests?"]]></title><description><![CDATA[
<p>As a publisher. One who seeks to decrease load times on pages that require many resources.</p>
]]></description><pubDate>Wed, 08 Nov 2023 15:35:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=38191867</link><dc:creator>shanebellone</dc:creator><comments>https://news.ycombinator.com/item?id=38191867</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38191867</guid></item><item><title><![CDATA[Ask HN: Would you pay to reduce HTTP requests?]]></title><description><![CDATA[
<p>Would you pay for a service that reduced the HTTP requests produced by your multimedia?<p>This process results in faster load times.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38191716">https://news.ycombinator.com/item?id=38191716</a></p>
<p>Points: 2</p>
<p># Comments: 8</p>
]]></description><pubDate>Wed, 08 Nov 2023 15:25:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=38191716</link><dc:creator>shanebellone</dc:creator><comments>https://news.ycombinator.com/item?id=38191716</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38191716</guid></item><item><title><![CDATA[Ask HN: Have you sold or licensed tech? Share your story]]></title><description><![CDATA[
<p>I'm interested in tech R&D.<p>Please share your story about selling or licensing intellectual property (in this case code-based IP). Was it a net positive? Would you do something differently if you had the chance?<p>Thanks (in advance) for sharing.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38084508">https://news.ycombinator.com/item?id=38084508</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 31 Oct 2023 13:29:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=38084508</link><dc:creator>shanebellone</dc:creator><comments>https://news.ycombinator.com/item?id=38084508</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38084508</guid></item><item><title><![CDATA[New comment by shanebellone in "Ask HN: Retrieving multiple images with a single request?"]]></title><description><![CDATA[
<p>I already have a working prototype that batches media requests. In my example case, I'm sending 1 request and receiving 6 images in return.</p>
]]></description><pubDate>Thu, 26 Oct 2023 09:47:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=38023592</link><dc:creator>shanebellone</dc:creator><comments>https://news.ycombinator.com/item?id=38023592</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38023592</guid></item><item><title><![CDATA[New comment by shanebellone in "Ask HN: Retrieving multiple images with a single request?"]]></title><description><![CDATA[
<p>I'm familiar with css sprites too. That's still just 1 image per request though.<p>Say you wanted to populate a social media feed... you'd need to dynamically call media. That produces a huge amount of requests.<p>What if you want to batch 10 images per request? Does anyone currently do that?</p>
]]></description><pubDate>Wed, 25 Oct 2023 22:34:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=38019219</link><dc:creator>shanebellone</dc:creator><comments>https://news.ycombinator.com/item?id=38019219</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38019219</guid></item><item><title><![CDATA[Ask HN: Retrieving multiple images with a single request?]]></title><description><![CDATA[
<p>Is there an existing solution that retrieves n-images with a single request? Rather than an individual request for each image?<p>Note: I am familiar with HTTP2 multiplexing.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38019011">https://news.ycombinator.com/item?id=38019011</a></p>
<p>Points: 1</p>
<p># Comments: 6</p>
]]></description><pubDate>Wed, 25 Oct 2023 22:10:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=38019011</link><dc:creator>shanebellone</dc:creator><comments>https://news.ycombinator.com/item?id=38019011</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38019011</guid></item><item><title><![CDATA[New comment by shanebellone in "Ask HN: Why don't we stream websites like movies?"]]></title><description><![CDATA[
<p>"I haven't understood why apps are not what you ask, so I tried to remember some well-known technologies/approaches."<p>I'm talking about websites that function like apps but have the privacy/security benefits of being sandboxed inside the browser (accessed by URL or link).<p>It seems we may be talking about different things. I am not advocating for downloadable apps (I've never liked the app store paradigm nor the access it grants random developers). I'm advocating for more capable websites (which IMO "ought" to protect user data--not leverage it).</p>
]]></description><pubDate>Wed, 04 Oct 2023 15:01:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=37766178</link><dc:creator>shanebellone</dc:creator><comments>https://news.ycombinator.com/item?id=37766178</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37766178</guid></item><item><title><![CDATA[New comment by shanebellone in "Ask HN: Why don't we stream websites like movies?"]]></title><description><![CDATA[
<p>Why such archaic examples?<p>Imagine visiting this website, Hacker News, to read a few posts/discussions. Does the idea of circumventing a refresh offend you? You could click into a threaded discussion (from the homepage) and back without triggering a reload or needing the data beforehand.<p>Other than the indexability problem, it seems like an ideal solution. In many use cases, the indexability problem is actually a feature too.</p>
]]></description><pubDate>Wed, 04 Oct 2023 14:27:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=37765704</link><dc:creator>shanebellone</dc:creator><comments>https://news.ycombinator.com/item?id=37765704</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37765704</guid></item><item><title><![CDATA[New comment by shanebellone in "Ask HN: Why don't we stream websites like movies?"]]></title><description><![CDATA[
<p>Ah, but that's not that case here at all. It's not an app. It's still a sandboxed web page. The only difference is the communication method. Rather than a transactional client-server relationship, we adopt the media-steaming approach post-load.<p>That is to say: You would load your desired website (the standard way) and then experience a "refresh-less" session for the duration of your visit.</p>
]]></description><pubDate>Wed, 04 Oct 2023 13:40:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=37765021</link><dc:creator>shanebellone</dc:creator><comments>https://news.ycombinator.com/item?id=37765021</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37765021</guid></item><item><title><![CDATA[New comment by shanebellone in "Ask HN: Why don't we stream websites like movies?"]]></title><description><![CDATA[
<p>It does sound like it, but no it's just plain JS. I recorded a short clip; showing is better than attempting to explain.<p>Edit: It is almost AJAX. The more I think about it the more the boundaries get blurry. Essentially, it's AJAX that does not fetch or receive resources directly. It interacts with a buffer that holds JSON which describes the next batch of cards. The images are streamed via <img> tag, so the buffer is small relative to the media it represents.<p><a href="https://www.youtube.com/watch?v=6eSDuAe3pHA">https://www.youtube.com/watch?v=6eSDuAe3pHA</a></p>
]]></description><pubDate>Wed, 04 Oct 2023 13:26:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=37764797</link><dc:creator>shanebellone</dc:creator><comments>https://news.ycombinator.com/item?id=37764797</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37764797</guid></item><item><title><![CDATA[New comment by shanebellone in "Ask HN: Why don't we stream websites like movies?"]]></title><description><![CDATA[
<p>By snoop-phone, do you mean stalkerware? I have not heard this phrase before. Thanks in advance for the clarification.</p>
]]></description><pubDate>Wed, 04 Oct 2023 12:54:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=37764385</link><dc:creator>shanebellone</dc:creator><comments>https://news.ycombinator.com/item?id=37764385</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37764385</guid></item><item><title><![CDATA[New comment by shanebellone in "Ask HN: Why don't we stream websites like movies?"]]></title><description><![CDATA[
<p>Let me clarify with some context. I've been tinkering with an infinite grid concept that consumes a streamed JSON feed (plus a sufficient data buffer to hide any delay from the user) to create and then display content with the help of a JS factory. All related media is then streamed to the browser and lazy loaded when needed. With this setup, you can traverse a database without refreshing the page by redrawing the window.<p>The only potential drawback I see is whether or not search crawlers could index content that's introduced via JS after a page load.<p>Edit: It also appears to protect from scraping... so I suspect it would conflict with indexability. That's a pretty big downside if true.</p>
]]></description><pubDate>Wed, 04 Oct 2023 12:45:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=37764284</link><dc:creator>shanebellone</dc:creator><comments>https://news.ycombinator.com/item?id=37764284</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37764284</guid></item><item><title><![CDATA[Ask HN: Why don't we stream websites like movies?]]></title><description><![CDATA[
<p>Streaming data would allow for "browser-based applications" (e.g. single request/refresh-less web applications).<p>Why is the standard approach still transactional?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=37764040">https://news.ycombinator.com/item?id=37764040</a></p>
<p>Points: 1</p>
<p># Comments: 14</p>
]]></description><pubDate>Wed, 04 Oct 2023 12:15:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=37764040</link><dc:creator>shanebellone</dc:creator><comments>https://news.ycombinator.com/item?id=37764040</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37764040</guid></item><item><title><![CDATA[New comment by shanebellone in "Sam Altman goes before US Congress to propose licenses for building AI"]]></title><description><![CDATA[
<p>Really?<p>Delete my account.</p>
]]></description><pubDate>Tue, 16 May 2023 18:08:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=35965534</link><dc:creator>shanebellone</dc:creator><comments>https://news.ycombinator.com/item?id=35965534</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35965534</guid></item><item><title><![CDATA[New comment by shanebellone in "Sam Altman goes before US Congress to propose licenses for building AI"]]></title><description><![CDATA[
<p>"State is fundamental to how these models produce coherent output."<p>Incorrect.</p>
]]></description><pubDate>Tue, 16 May 2023 18:02:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=35965456</link><dc:creator>shanebellone</dc:creator><comments>https://news.ycombinator.com/item?id=35965456</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35965456</guid></item><item><title><![CDATA[New comment by shanebellone in "Sam Altman goes before US Congress to propose licenses for building AI"]]></title><description><![CDATA[
<p>Partially, I suppose.<p>The risk vs. reward component also needs to be managed in order to deter criminal behavior. This starts with regulation.<p>For the record, I believe regulation of AI/ML is ridiculous. This is nothing more than a power grab.</p>
]]></description><pubDate>Tue, 16 May 2023 17:57:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=35965394</link><dc:creator>shanebellone</dc:creator><comments>https://news.ycombinator.com/item?id=35965394</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35965394</guid></item><item><title><![CDATA[New comment by shanebellone in "Sam Altman goes before US Congress to propose licenses for building AI"]]></title><description><![CDATA[
<p>"Prompts very obviously have influence on the output."<p>The LLM is also discrete.</p>
]]></description><pubDate>Tue, 16 May 2023 15:52:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=35963561</link><dc:creator>shanebellone</dc:creator><comments>https://news.ycombinator.com/item?id=35963561</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35963561</guid></item></channel></rss>