<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: lwansbrough</title><link>https://news.ycombinator.com/user?id=lwansbrough</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 25 Jun 2026 06:23:51 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=lwansbrough" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by lwansbrough in "Extreme Heat conference cancelled due to extreme heat warning"]]></title><description><![CDATA[
<p>Just buy an AC unit.</p>
]]></description><pubDate>Wed, 24 Jun 2026 07:43:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=48656534</link><dc:creator>lwansbrough</dc:creator><comments>https://news.ycombinator.com/item?id=48656534</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48656534</guid></item><item><title><![CDATA[New comment by lwansbrough in "Extreme Heat conference cancelled due to extreme heat warning"]]></title><description><![CDATA[
<p>You can buy a portable unit for like 300e and seal the window with a piece of plexiglass with a hole in it. It's a pretty low barrier.</p>
]]></description><pubDate>Wed, 24 Jun 2026 07:27:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=48656413</link><dc:creator>lwansbrough</dc:creator><comments>https://news.ycombinator.com/item?id=48656413</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48656413</guid></item><item><title><![CDATA[New comment by lwansbrough in "Extreme Heat conference cancelled due to extreme heat warning"]]></title><description><![CDATA[
<p>I realize you're aiming at Americans in general, but I'm Canadian. Most developed countries outside of Europe have AC readily available these days. The governance is a reflection of the people. Same can be said about the Americans.</p>
]]></description><pubDate>Wed, 24 Jun 2026 07:24:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48656393</link><dc:creator>lwansbrough</dc:creator><comments>https://news.ycombinator.com/item?id=48656393</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48656393</guid></item><item><title><![CDATA[New comment by lwansbrough in "Extreme Heat conference cancelled due to extreme heat warning"]]></title><description><![CDATA[
<p>Europeans don’t get scolded enough for their resistance to air conditioning. In terms of accounting for preventable deaths, Greece has 2x more heat-related deaths per capita annually than Mississippi has gun deaths.<p>By comparison, the worst US state for heat related deaths, Nevada - a literal desert - has >10x fewer deaths per capita than Greece.</p>
]]></description><pubDate>Wed, 24 Jun 2026 00:24:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=48653539</link><dc:creator>lwansbrough</dc:creator><comments>https://news.ycombinator.com/item?id=48653539</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48653539</guid></item><item><title><![CDATA[New comment by lwansbrough in "Deno Desktop"]]></title><description><![CDATA[
<p>Yes, thanks.</p>
]]></description><pubDate>Mon, 22 Jun 2026 08:54:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48627584</link><dc:creator>lwansbrough</dc:creator><comments>https://news.ycombinator.com/item?id=48627584</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48627584</guid></item><item><title><![CDATA[New comment by lwansbrough in "Deno Desktop"]]></title><description><![CDATA[
<p>Web devs are used to their target being evergreen, so I suppose you could opt in or out of that model: "just give me what you got".</p>
]]></description><pubDate>Mon, 22 Jun 2026 08:28:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=48627364</link><dc:creator>lwansbrough</dc:creator><comments>https://news.ycombinator.com/item?id=48627364</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48627364</guid></item><item><title><![CDATA[New comment by lwansbrough in "Deno Desktop"]]></title><description><![CDATA[
<p>It's all so bleeding edge right now. It also depends how deep you want to go. An increasing number of languages support wasm as a compile target, which is helpful.<p>Bytecode Alliance do semi-regular streams on Youtube. I think reading (recent) material on WASI (0.3) and the Component Model would be a good start.<p>Understanding the relationship between a host and a guest is valuable. Learning what wasmtime is and how it works is also illuminating: <a href="https://docs.wasmtime.dev" rel="nofollow">https://docs.wasmtime.dev</a></p>
]]></description><pubDate>Mon, 22 Jun 2026 08:24:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48627332</link><dc:creator>lwansbrough</dc:creator><comments>https://news.ycombinator.com/item?id=48627332</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48627332</guid></item><item><title><![CDATA[New comment by lwansbrough in "Deno Desktop"]]></title><description><![CDATA[
<p>Similar to something I'm working on for games: <a href="https://jumpjet.dev" rel="nofollow">https://jumpjet.dev</a><p>WASM you can bundle for Windows, macOS, Linux, Android, iOS and web. Unlike Deno Desktop, it doesn't rely on a browser engine.</p>
]]></description><pubDate>Mon, 22 Jun 2026 08:04:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48627182</link><dc:creator>lwansbrough</dc:creator><comments>https://news.ycombinator.com/item?id=48627182</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48627182</guid></item><item><title><![CDATA[Show HN: Jumpjet – a WASM runtime for game developers]]></title><description><![CDATA[
<p>I built Jumpjet because I realized that engine and indie game developers are always repeating the same work: building the core infrastructure that touches the OS.<p>Webassembly solves this in the Component Model by enabling interop between packages written in different languages. And in my opinion it's sort of the perfect fit for Jumpjet's model: providing a chassis without an engine.<p>Jumpjet works by defining a very close mapping of WebGPU (and a few other WebIDL features) to WIT so that they can be used in any language that can target the wasm Component Model. Your game then runs as a guest application in Jumpjet's host runtime (powered by wasmtime), which shrinks final bundle size considerably versus something like Electron. Right now a bare bones game in Jumpjet is about 40mb.<p>Right now the project is in an alpha or possibly pre-alpha state, it's not production ready. On the commercial side, I think there's an opportunity for cloud storage, game server hosting, a package manager and/or marketplace, distribution, and more.<p>Right now you can target macOS, Windows, Linux, Android and iOS. (I haven't done any real testing on mobile so good luck.) The languages you can use will depend on their support for generating bindings from .wit files. There are a few templates available, I recommend one of the Rust ones.<p>If you are a game developer or just like tinkering, I'd love for you to try the project out and tell me what you think!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48602531">https://news.ycombinator.com/item?id=48602531</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 19 Jun 2026 19:52:52 +0000</pubDate><link>https://jumpjet.dev</link><dc:creator>lwansbrough</dc:creator><comments>https://news.ycombinator.com/item?id=48602531</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48602531</guid></item><item><title><![CDATA[New comment by lwansbrough in "Never talk to the police"]]></title><description><![CDATA[
<p>No you got the order mixed up, you back the blue first, then this stops happening. Just don't forget to apply your bumper sticker.</p>
]]></description><pubDate>Wed, 17 Jun 2026 04:36:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48565716</link><dc:creator>lwansbrough</dc:creator><comments>https://news.ycombinator.com/item?id=48565716</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48565716</guid></item><item><title><![CDATA[New comment by lwansbrough in "Never talk to the police"]]></title><description><![CDATA[
<p>If a state does not have a law regarding stop and identify, that does not mean they do not have a law about identifying when operating a motor vehicle.</p>
]]></description><pubDate>Tue, 16 Jun 2026 18:01:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48559341</link><dc:creator>lwansbrough</dc:creator><comments>https://news.ycombinator.com/item?id=48559341</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48559341</guid></item><item><title><![CDATA[New comment by lwansbrough in "Never talk to the police"]]></title><description><![CDATA[
<p>And again, this is about stop and identify, which again covers both pedestrians and motor vehicle operators <i>but does not preclude the requirement to identify oneself when operating a motor vehicle, which is covered by different statutes.</i></p>
]]></description><pubDate>Tue, 16 Jun 2026 17:56:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=48559227</link><dc:creator>lwansbrough</dc:creator><comments>https://news.ycombinator.com/item?id=48559227</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48559227</guid></item><item><title><![CDATA[New comment by lwansbrough in "Never talk to the police"]]></title><description><![CDATA[
<p>That’s not the point. The point is that a traffic stop is a traffic stop. Traffic stops, while they are Terry stops, also have separate governing rules, such as the fact that there is a failure to identify while operating a motor vehicle statute in every state.</p>
]]></description><pubDate>Tue, 16 Jun 2026 17:50:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=48559125</link><dc:creator>lwansbrough</dc:creator><comments>https://news.ycombinator.com/item?id=48559125</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48559125</guid></item><item><title><![CDATA[New comment by lwansbrough in "Never talk to the police"]]></title><description><![CDATA[
<p>Again, this case is about Terry stops. Not traffic stops.<p>If you have been detained in a motor vehicle you are in control of, you must identify.</p>
]]></description><pubDate>Tue, 16 Jun 2026 17:44:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48559032</link><dc:creator>lwansbrough</dc:creator><comments>https://news.ycombinator.com/item?id=48559032</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48559032</guid></item><item><title><![CDATA[New comment by lwansbrough in "Never talk to the police"]]></title><description><![CDATA[
<p>Yeah you’re doing the thing I suggested people don’t do.<p>It doesn’t matter if they have RS for the detainment (a reason for the stop), once the traffic stop is underway you must identify.<p>If you feel as though the detainment was illegal, you can sue after the fact. There’s no point in trying to litigate the situation with the officer.</p>
]]></description><pubDate>Tue, 16 Jun 2026 17:41:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=48558968</link><dc:creator>lwansbrough</dc:creator><comments>https://news.ycombinator.com/item?id=48558968</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48558968</guid></item><item><title><![CDATA[New comment by lwansbrough in "Never talk to the police"]]></title><description><![CDATA[
<p>That case is about Terry stops, not about failure to identify when operating a motor vehicle.<p>A Terry stop includes detainments of pedestrians, who do not have an obligation to identify in most states.</p>
]]></description><pubDate>Tue, 16 Jun 2026 17:37:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48558887</link><dc:creator>lwansbrough</dc:creator><comments>https://news.ycombinator.com/item?id=48558887</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48558887</guid></item><item><title><![CDATA[New comment by lwansbrough in "Never talk to the police"]]></title><description><![CDATA[
<p>This sounds obvious but a lot of people don’t understand this.</p>
]]></description><pubDate>Tue, 16 Jun 2026 17:32:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=48558797</link><dc:creator>lwansbrough</dc:creator><comments>https://news.ycombinator.com/item?id=48558797</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48558797</guid></item><item><title><![CDATA[New comment by lwansbrough in "Never talk to the police"]]></title><description><![CDATA[
<p>You are detained any time your freedom of movement is interrupted. If a cop calls to you and you turn to face them, that’s a detainment. So you’re correct, you can be detained before they’ve even questioned you.</p>
]]></description><pubDate>Tue, 16 Jun 2026 17:31:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=48558786</link><dc:creator>lwansbrough</dc:creator><comments>https://news.ycombinator.com/item?id=48558786</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48558786</guid></item><item><title><![CDATA[New comment by lwansbrough in "Never talk to the police"]]></title><description><![CDATA[
<p>If you match a description and are in the general vicinity of where the crime took place, it’s enough reasonable suspicion for a detainment. Whether or not you need to produce ID at that point may vary by state but it’s likely the case in every state. If it’s legal for the police to demand your ID and you don’t, you can be arrested for failure to identify.<p>Now they don’t have probable cause for an arrest based on the original crime they stopped you for, but your day is still ruined.</p>
]]></description><pubDate>Tue, 16 Jun 2026 17:22:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=48558659</link><dc:creator>lwansbrough</dc:creator><comments>https://news.ycombinator.com/item?id=48558659</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48558659</guid></item><item><title><![CDATA[New comment by lwansbrough in "Never talk to the police"]]></title><description><![CDATA[
<p>It’s really important to know your rights. A lot of people think they know, but often times they don’t. And it gets those people in trouble.<p>For example, you are required to provide identification when operating a vehicle at a traffic stop. No exceptions. Don’t get hung up on the reason for the stop, it doesn’t matter. Additionally, police can articulate in virtually any situation that they fear for officer safety, which is reason enough in many states to order you out of the vehicle. At this point they have a foundation to frisk you for a weapon.<p>Resisting at any point of this is very risky.<p>Understanding when and where an officer doesn’t have the legal authority to do the above gets very nuanced. But generally I encourage Americans to learn the rights they have when operating a car seeing as their lives revolve around driving.</p>
]]></description><pubDate>Tue, 16 Jun 2026 17:17:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48558586</link><dc:creator>lwansbrough</dc:creator><comments>https://news.ycombinator.com/item?id=48558586</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48558586</guid></item></channel></rss>