<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: explodingcamera</title><link>https://news.ycombinator.com/user?id=explodingcamera</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 18 Apr 2026 01:56:13 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=explodingcamera" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by explodingcamera in "Show HN: Electrico – Electron Without Node and Chrome"]]></title><description><![CDATA[
<p>I guess that sounds like the normal web/progressive web apps/web archives (especially with the push to more platform APIs in browsers)? Also, Tauri uses the system's WebView2/Webkit runtime, so it essentially works like this already.</p>
]]></description><pubDate>Tue, 17 Sep 2024 12:18:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=41566877</link><dc:creator>explodingcamera</dc:creator><comments>https://news.ycombinator.com/item?id=41566877</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41566877</guid></item><item><title><![CDATA[New comment by explodingcamera in "Astro DB"]]></title><description><![CDATA[
<p>As far as I can see from looking at their repo, Drizzle isn't a wrapper for Kysely though? You can use Kysely  or other query builders with drizzle, but it has its own query builder too.</p>
]]></description><pubDate>Tue, 12 Mar 2024 20:08:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=39684308</link><dc:creator>explodingcamera</dc:creator><comments>https://news.ycombinator.com/item?id=39684308</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39684308</guid></item><item><title><![CDATA[New comment by explodingcamera in "Astro DB"]]></title><description><![CDATA[
<p>It seems to be wrapping drizzle, with astrodb just being a way to deeper integrate it into the framework and adding some ease of use features. Also seems like a nice way to support the development of astro by using their hosting service.</p>
]]></description><pubDate>Tue, 12 Mar 2024 18:34:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=39683147</link><dc:creator>explodingcamera</dc:creator><comments>https://news.ycombinator.com/item?id=39683147</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39683147</guid></item><item><title><![CDATA[New comment by explodingcamera in "Show HN: TinyWasm – A tiny WebAssembly Runtime written in Rust"]]></title><description><![CDATA[
<p>Yeah, the only unsafe code right now is using this trait to prevent some duplicate bounds checking when reading/writing to memories that wasn't being optimized by the rust compiler. Shouldn't be too much of a performance difference for code that's not too heavy on memory access, made about a 5-10% difference for the selfhosted benchmark if I remember correctly though.</p>
]]></description><pubDate>Thu, 07 Mar 2024 23:53:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=39636077</link><dc:creator>explodingcamera</dc:creator><comments>https://news.ycombinator.com/item?id=39636077</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39636077</guid></item><item><title><![CDATA[New comment by explodingcamera in "Show HN: TinyWasm – A tiny WebAssembly Runtime written in Rust"]]></title><description><![CDATA[
<p>Hi! I have a short reflection essay, which should be mostly covered by the documentation in the repo. But I could share it if you shoot me an email.</p>
]]></description><pubDate>Thu, 07 Mar 2024 16:56:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=39631293</link><dc:creator>explodingcamera</dc:creator><comments>https://news.ycombinator.com/item?id=39631293</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39631293</guid></item><item><title><![CDATA[New comment by explodingcamera in "Show HN: TinyWasm – A tiny WebAssembly Runtime written in Rust"]]></title><description><![CDATA[
<p>WASI is one of the next things I want to explore. Right now, there sadly doesn't seem to be any self-contained implementations for the recently released WASI preview 2 out there, and TinyWasm also doesn't have support for the WebAssembly Component Model yet.<p>For performance, I have some very preliminary benchmarks, but this is something I want to go into more as part of my upcoming bachelor's thesis.</p>
]]></description><pubDate>Thu, 07 Mar 2024 15:02:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=39629915</link><dc:creator>explodingcamera</dc:creator><comments>https://news.ycombinator.com/item?id=39629915</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39629915</guid></item><item><title><![CDATA[Show HN: TinyWasm – A tiny WebAssembly Runtime written in Rust]]></title><description><![CDATA[
<p>Show HN: TinyWasm -  A tiny WebAssembly Runtime written in Rust<p>Hi HN! I'm excited to share TinyWasm (<a href="https://github.com/explodingcamera/tinywasm">https://github.com/explodingcamera/tinywasm</a>), a WebAssembly Interpreter I developed for my final university project.<p>The main goal of this project was to deepen my understanding of WebAssembly and interpreter design. TinyWasm successfully passes all the official WebAssembly 1.0 tests and also includes features from future proposals such as like bulk memory operations.<p>Initially more of a research project, TinyWasm focuses on simplicity and portability. It has minimal third-party dependencies, a small codebase, and is compatible with no_std environments. It's now available as a standalone library (<a href="https://crates.io/crates/tinywasm" rel="nofollow">https://crates.io/crates/tinywasm</a>), and I hope it can be useful for embedding into other projects and hacking on, especially because it's designed to be easy to understand and modify, while still being decently performant.<p>I'm looking forward to feedback, hope you find it useful!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39627410">https://news.ycombinator.com/item?id=39627410</a></p>
<p>Points: 172</p>
<p># Comments: 12</p>
]]></description><pubDate>Thu, 07 Mar 2024 10:44:35 +0000</pubDate><link>https://github.com/explodingcamera/tinywasm</link><dc:creator>explodingcamera</dc:creator><comments>https://news.ycombinator.com/item?id=39627410</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39627410</guid></item><item><title><![CDATA[General conditions of access for Google Play in the EEA]]></title><description><![CDATA[
<p>Article URL: <a href="https://support.google.com/googleplay/android-developer/answer/14659200?hl=en">https://support.google.com/googleplay/android-developer/answer/14659200?hl=en</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39620600">https://news.ycombinator.com/item?id=39620600</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 06 Mar 2024 19:59:54 +0000</pubDate><link>https://support.google.com/googleplay/android-developer/answer/14659200?hl=en</link><dc:creator>explodingcamera</dc:creator><comments>https://news.ycombinator.com/item?id=39620600</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39620600</guid></item><item><title><![CDATA[New comment by explodingcamera in "Htmx changes license to Zero-Clause BSD"]]></title><description><![CDATA[
<p>zero-clause BSD is essentially a modified MIT that doesn't even require attribution, so essentially a "public domain" like license.</p>
]]></description><pubDate>Mon, 15 Jan 2024 17:47:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=39003729</link><dc:creator>explodingcamera</dc:creator><comments>https://news.ycombinator.com/item?id=39003729</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39003729</guid></item><item><title><![CDATA[New comment by explodingcamera in "Bluetooth stack modifications to improve audio quality on headphones without AA (2019)"]]></title><description><![CDATA[
<p>It is absolutely done, mostly by the media player/library used, e.g exoplayer on Android has automatic lag compensation for that purpose.</p>
]]></description><pubDate>Thu, 23 Nov 2023 21:12:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=38397617</link><dc:creator>explodingcamera</dc:creator><comments>https://news.ycombinator.com/item?id=38397617</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38397617</guid></item><item><title><![CDATA[New comment by explodingcamera in "I kind of killed Mercurial at Mozilla"]]></title><description><![CDATA[
<p>From the documentation, it seems like there is 0 mercurial support. It's its own separate version control system that diverged years ago. You can either use the sapling scm client or git.</p>
]]></description><pubDate>Tue, 21 Nov 2023 21:54:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=38370853</link><dc:creator>explodingcamera</dc:creator><comments>https://news.ycombinator.com/item?id=38370853</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38370853</guid></item><item><title><![CDATA[New comment by explodingcamera in "Gojekyll: A fast, partially compatible Go clone of Jekyll"]]></title><description><![CDATA[
<p>The latest reply in this GitHub issue links to documentation and a example repo showing that tailwind is supported though</p>
]]></description><pubDate>Sat, 26 Aug 2023 22:43:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=37277572</link><dc:creator>explodingcamera</dc:creator><comments>https://news.ycombinator.com/item?id=37277572</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37277572</guid></item><item><title><![CDATA[New comment by explodingcamera in "Ask HN: Could you share your personal blog here?"]]></title><description><![CDATA[
<p><a href="https://blog.henrygressmann.de" rel="nofollow noreferrer">https://blog.henrygressmann.de</a> - just getting started though</p>
]]></description><pubDate>Tue, 04 Jul 2023 16:46:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=36589168</link><dc:creator>explodingcamera</dc:creator><comments>https://news.ycombinator.com/item?id=36589168</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36589168</guid></item><item><title><![CDATA[New comment by explodingcamera in "Code and Programming Projects"]]></title><description><![CDATA[
<p>The visualization looks cool, but it's not fun to use, not having an overview of all the project names really messes with my head, especially always having to scroll back up and not seeing what I'm clicking on.</p>
]]></description><pubDate>Sun, 11 Jun 2023 22:10:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=36286249</link><dc:creator>explodingcamera</dc:creator><comments>https://news.ycombinator.com/item?id=36286249</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36286249</guid></item><item><title><![CDATA[New comment by explodingcamera in "Meta AI announces Massive Multilingual Speech code,  models for 1000+ languages"]]></title><description><![CDATA[
<p>Esperanto is supported in their larger model</p>
]]></description><pubDate>Mon, 22 May 2023 20:24:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=36036245</link><dc:creator>explodingcamera</dc:creator><comments>https://news.ycombinator.com/item?id=36036245</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36036245</guid></item><item><title><![CDATA[New comment by explodingcamera in "Tailscale Funnel now available in beta"]]></title><description><![CDATA[
<p>How is it with high bandwidth application? E.g would it be okay to put my media server behind it? Currently tunneling it through a VPS so cloudflare doesn't get mad.</p>
]]></description><pubDate>Thu, 30 Mar 2023 16:57:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=35375744</link><dc:creator>explodingcamera</dc:creator><comments>https://news.ycombinator.com/item?id=35375744</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35375744</guid></item><item><title><![CDATA[New comment by explodingcamera in "Introducing react.dev"]]></title><description><![CDATA[
<p>Looks really nice! Also, super happy that the interactive examples are not super sluggish code sandbox iframes, they're actually usable! A more typescript-first approach would have been nice, or at least typescript/JavaScript toggles, but the React team seems to be aware that that's an area they need to work on.</p>
]]></description><pubDate>Thu, 16 Mar 2023 19:41:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=35187257</link><dc:creator>explodingcamera</dc:creator><comments>https://news.ycombinator.com/item?id=35187257</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35187257</guid></item><item><title><![CDATA[New comment by explodingcamera in "Show HN: Lofi, a Tiny Spotify Player"]]></title><description><![CDATA[
<p>I think the Python 2 requirement is just a mistake in the README, I'm pretty sure the node-gyp version they're using only supports python 3.</p>
]]></description><pubDate>Thu, 09 Mar 2023 20:50:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=35086500</link><dc:creator>explodingcamera</dc:creator><comments>https://news.ycombinator.com/item?id=35086500</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35086500</guid></item><item><title><![CDATA[New comment by explodingcamera in "WhatsApp would not remove end-to-end encryption for UK law, says chief"]]></title><description><![CDATA[
<p>what does this have to do with the eu? The bad proposals I've seen have all been shut down, and instead good laws like gdpr and net neutrality have been enacted eu-wide.</p>
]]></description><pubDate>Thu, 09 Mar 2023 20:44:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=35086418</link><dc:creator>explodingcamera</dc:creator><comments>https://news.ycombinator.com/item?id=35086418</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35086418</guid></item><item><title><![CDATA[A Review of Attacks Against Language-Based Package Managers]]></title><description><![CDATA[
<p>Article URL: <a href="https://arxiv.org/abs/2302.08959">https://arxiv.org/abs/2302.08959</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=34869224">https://news.ycombinator.com/item?id=34869224</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 20 Feb 2023 15:49:21 +0000</pubDate><link>https://arxiv.org/abs/2302.08959</link><dc:creator>explodingcamera</dc:creator><comments>https://news.ycombinator.com/item?id=34869224</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34869224</guid></item></channel></rss>