<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: spacedimp</title><link>https://news.ycombinator.com/user?id=spacedimp</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 28 Apr 2026 22:14:31 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=spacedimp" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by spacedimp in "Getting Started with SurrealDB 2 and Axum for Web Development"]]></title><description><![CDATA[
<p>Interested in hearing thoughts on this 'database.'<p>Everyone seems to want speed metrics, but I find the language interesting.<p>Didn't even get to relations Person1->likes->Person2.</p>
]]></description><pubDate>Tue, 03 Dec 2024 03:33:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=42302865</link><dc:creator>spacedimp</dc:creator><comments>https://news.ycombinator.com/item?id=42302865</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42302865</guid></item><item><title><![CDATA[Getting Started with SurrealDB 2 and Axum for Web Development]]></title><description><![CDATA[
<p>Article URL: <a href="https://spacedimp.com/blog/using-rust-axum-surrealdb-to-build-a-webapp/">https://spacedimp.com/blog/using-rust-axum-surrealdb-to-build-a-webapp/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42302864">https://news.ycombinator.com/item?id=42302864</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Tue, 03 Dec 2024 03:33:45 +0000</pubDate><link>https://spacedimp.com/blog/using-rust-axum-surrealdb-to-build-a-webapp/</link><dc:creator>spacedimp</dc:creator><comments>https://news.ycombinator.com/item?id=42302864</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42302864</guid></item><item><title><![CDATA[New comment by spacedimp in "Getting Started with Axum – Rust's Most Popular Web Framework"]]></title><description><![CDATA[
<p>I love Axum as well that I also wrote a blog post teaching how to link it up with PostgreSQL and Tokio.<p><a href="https://spacedimp.com/blog/using-rust-axum-postgresql-and-tokio-to-build-a-blog/" rel="nofollow noreferrer">https://spacedimp.com/blog/using-rust-axum-postgresql-and-to...</a></p>
]]></description><pubDate>Thu, 07 Dec 2023 01:19:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=38551699</link><dc:creator>spacedimp</dc:creator><comments>https://news.ycombinator.com/item?id=38551699</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38551699</guid></item><item><title><![CDATA[New comment by spacedimp in "Unpacking Elixir: Concurrency"]]></title><description><![CDATA[
<p>Speaking of Elixir, I wrote a simple guide on getting an Elixir web app set up in podman (safer Docker). Also it uses Plug to demonstrate how the framework Phoenix is built.<p><a href="https://spacedimp.com/blog/dockerless-setting-up-an-elixir-webapp-using-podman-and-plug/" rel="nofollow noreferrer">https://spacedimp.com/blog/dockerless-setting-up-an-elixir-w...</a></p>
]]></description><pubDate>Fri, 25 Aug 2023 23:26:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=37268294</link><dc:creator>spacedimp</dc:creator><comments>https://news.ycombinator.com/item?id=37268294</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37268294</guid></item><item><title><![CDATA[New comment by spacedimp in "Ask HN: Could you share your personal blog here?"]]></title><description><![CDATA[
<p><a href="https://spacedimp.com/blog" rel="nofollow noreferrer">https://spacedimp.com/blog</a><p>Main focus is on writing simple to follow tutorials related to Rust, Elixir, and Linux.</p>
]]></description><pubDate>Wed, 05 Jul 2023 05:51:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=36595999</link><dc:creator>spacedimp</dc:creator><comments>https://news.ycombinator.com/item?id=36595999</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36595999</guid></item><item><title><![CDATA[New comment by spacedimp in "Show HN: Dockerless, Elixir Web Application Using Podman and Plug"]]></title><description><![CDATA[
<p>I expanded the guide a bit more with some helpful resources to learning more about why Podman over Docker.<p>> Why not Phoenix?<p>I wanted to keep the demonstration simple. Also it's helpful learning how a web framework works underneath instead of just using it blindly.<p>> Why Elixir<p>Mainly for the fault tolerance and distributed networking.</p>
]]></description><pubDate>Tue, 06 Jun 2023 14:54:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=36213768</link><dc:creator>spacedimp</dc:creator><comments>https://news.ycombinator.com/item?id=36213768</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36213768</guid></item><item><title><![CDATA[Show HN: Dockerless, Elixir Web Application Using Podman and Plug]]></title><description><![CDATA[
<p>Article URL: <a href="https://spacedimp.com/blog/dockerless-setting-up-an-elixir-webapp-using-podman-and-plug/">https://spacedimp.com/blog/dockerless-setting-up-an-elixir-webapp-using-podman-and-plug/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=36208772">https://news.ycombinator.com/item?id=36208772</a></p>
<p>Points: 30</p>
<p># Comments: 4</p>
]]></description><pubDate>Tue, 06 Jun 2023 06:06:26 +0000</pubDate><link>https://spacedimp.com/blog/dockerless-setting-up-an-elixir-webapp-using-podman-and-plug/</link><dc:creator>spacedimp</dc:creator><comments>https://news.ycombinator.com/item?id=36208772</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36208772</guid></item><item><title><![CDATA[Using Rust, Tauri, and SvelteKit to Build a Note Taking App]]></title><description><![CDATA[
<p>Article URL: <a href="https://spacedimp.com/blog/using-rust-tauri-and-sveltekit-to-build-a-note-taking-app/">https://spacedimp.com/blog/using-rust-tauri-and-sveltekit-to-build-a-note-taking-app/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35468520">https://news.ycombinator.com/item?id=35468520</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 06 Apr 2023 14:10:25 +0000</pubDate><link>https://spacedimp.com/blog/using-rust-tauri-and-sveltekit-to-build-a-note-taking-app/</link><dc:creator>spacedimp</dc:creator><comments>https://news.ycombinator.com/item?id=35468520</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35468520</guid></item><item><title><![CDATA[New comment by spacedimp in "Just Write"]]></title><description><![CDATA[
<p>For those that have writer's block, I highly recommend listening or reading Steven Pressfield's talks about overcoming resistance.<p>Here's one of hist blog posts titled Is Writing Fun <a href="https://stevenpressfield.com/2010/05/is-writing-fun/" rel="nofollow">https://stevenpressfield.com/2010/05/is-writing-fun/</a></p>
]]></description><pubDate>Thu, 16 Mar 2023 21:28:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=35188937</link><dc:creator>spacedimp</dc:creator><comments>https://news.ycombinator.com/item?id=35188937</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35188937</guid></item><item><title><![CDATA[Show HN: Built a blog using Rust and Axum]]></title><description><![CDATA[
<p>Article URL: <a href="https://spacedimp.com/blog/using-rust-axum-postgresql-and-tokio-to-build-a-blog/">https://spacedimp.com/blog/using-rust-axum-postgresql-and-tokio-to-build-a-blog/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35154938">https://news.ycombinator.com/item?id=35154938</a></p>
<p>Points: 7</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 14 Mar 2023 17:19:46 +0000</pubDate><link>https://spacedimp.com/blog/using-rust-axum-postgresql-and-tokio-to-build-a-blog/</link><dc:creator>spacedimp</dc:creator><comments>https://news.ycombinator.com/item?id=35154938</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35154938</guid></item></channel></rss>