HAMY LABS POD

Benchmarking my Markdown Blog in Rust and C# - 4.6x Less Memory, 2-8x Faster Latency on the Same App

17 min · 27. feb. 2026
episode Benchmarking my Markdown Blog in Rust and C# - 4.6x Less Memory, 2-8x Faster Latency on the Same App cover

Beskrivelse

In this video we benchmark Rust vs C# for my markdown blog containing 1000 posts with the same architecture and logic. Original blog post with all images and links: https://hamy.xyz/blog/2026-02_rust-vs-csharp-blog-benchmark CTA: Ship fullstack Rust apps faster with CloudSeed - https://cloudseedrust.com/ Chapters 00:00 - Intro 01:50 - Test Setup 05:55 - Rust vs C# Memory 08:55 - Rust vs C# Latency 10:45 - All Results 11:05 - The Outlier - C# Faster 12:50 - Does any of this matter? Links: - High-Level Rust: Getting 80% of the Benefits with 20% of the Pain - https://www.youtube.com/watch?v=ncHPgvhnm7k - Your Programming Language Benchmark is Wrong - https://www.youtube.com/watch?v=O6KS9xvBmBo - The Problem with Clones in Rust - Why Functional Rust is Slower Than You Think (And How to Fix It) - https://www.youtube.com/watch?v=5SntrSo8VMw About me: I'm Hamilton - a Technomancer building Simple Scalable Systems. Connect with me: - Website: https://hamy.xyz - Email List: https://hamniverse.substack.com/ - Twitter: @SIRHAMY - https://twitter.com/SIRHAMY - BlueSky: https://bsky.app/profile/sirhamy.bsky.social - Pod Cast: HAMY LABS POD - https://hamylabspod.buzzsprout.com/ # Support the Channel If you liked this and would like to see more, consider becoming a HAMINIONs supporter: https://hamy.xyz/labs/haminions Supporters get: * Full source code access from courses / tutorials * Exclusive discounts on products / courses Plus you help me to keep experimenting / sharing! Additional ways to support:  * YouTube channel members get early access to videos (sometimes weeks before they go public!) * Sponsor posts on the blog / channel: https://hamy.xyz/labs/sponsors * Buy merch from my shop - https://shop.hamy.xyz/

Kommentarer

0

Vær den første til at kommentere

Tilmeld dig nu og bliv en del af HAMY LABS POD-fællesskabet!

Kom i gang

1 måned kun 9 kr.

Derefter 99 kr. / måned · Opsig når som helst.

  • Podcasts kun på Podimo
  • 20 lydbogstimer pr. måned
  • Gratis podcasts

Alle episoder

79 episoder

episode The Case for Talking to Your Computer cover

The Case for Talking to Your Computer

In this video we discuss why talking to your computer may be more effective than typing and why typing still has a place long term. Original blog post with all images and links: https://hamy.xyz/blog/2026-06_the-case-for-talking-to-computer Chapters 00:00 - Intro 00:25 - Talking vs Typing 04:00 - What I talk to my computer about Links: - How I use Claude Code as my personal assistant from my phone - https://www.youtube.com/watch?v=XQPCUb-3ir8 - How to use Vim in Claude Code - https://www.youtube.com/watch?v=R-1qcNpxuXg - How I Actually Code with AI as a Senior Software Engineer - https://www.youtube.com/watch?v=Qe64DwfiRBY About me: I'm Hamilton - a Technomancer building Simple Scalable Systems. Connect with me: - Website: https://hamy.xyz - Email List: https://hamniverse.substack.com/ - Twitter: @SIRHAMY - https://twitter.com/SIRHAMY - BlueSky: https://bsky.app/profile/sirhamy.bsky.social - Pod Cast: HAMY LABS POD - https://hamylabspod.buzzsprout.com/ # Support the Channel If you liked this and would like to see more, consider becoming a HAMINIONs supporter: https://hamy.xyz/labs/haminions Supporters get: * Full source code access from courses / tutorials * Exclusive discounts on products / courses Plus you help me to keep experimenting / sharing! Additional ways to support:  * YouTube channel members get early access to videos (sometimes weeks before they go public!) * Sponsor posts on the blog / channel: https://hamy.xyz/labs/sponsors * Buy merch from my shop - https://shop.hamy.xyz/

I går10 min
episode How I use Claude Code as my personal assistant from my phone cover

How I use Claude Code as my personal assistant from my phone

In this video we explore how I use Claude Code as my personal assistant on the go, from my phone. Original blog post with all images and links: https://hamy.xyz/blog/2026-05_claude-code-from-phone CTA: Access my full ai dotfiles in the HAMY LABS Code Example Repo - https://github.com/HAMY-LABS/hamy-labs-code-examples/tree/main/artificial-intelligence - Available to HAMINIONS Members - https://hamy.xyz/blog/haminions Chapters 00:00 - Intro 00:30 - How I run Claude Code from my phone 04:05 - What I'm using my personal Claude for 08:35 - Things to keep in mind Links: - How To Create Portable AI Skills Across Harnesses (Claude Code, Codex, Open Code) - https://www.youtube.com/watch?v=EkBUI84eGJU - I Built an AI Orchestrator and Ran It Overnight - Here's What Happened - https://www.youtube.com/watch?v=Z9lf0-EZibA - How to use Vim in Claude Code - https://www.youtube.com/watch?v=R-1qcNpxuXg About me: I'm Hamilton - a Technomancer building Simple Scalable Systems. Connect with me: - Website: https://hamy.xyz - Email List: https://hamniverse.substack.com/ - Twitter: @SIRHAMY - https://twitter.com/SIRHAMY - BlueSky: https://bsky.app/profile/sirhamy.bsky.social - Pod Cast: HAMY LABS POD - https://hamylabspod.buzzsprout.com/ # Support the Channel If you liked this and would like to see more, consider becoming a HAMINIONs supporter: https://hamy.xyz/labs/haminions Supporters get: * Full source code access from courses / tutorials * Exclusive discounts on products / courses Plus you help me to keep experimenting / sharing! Additional ways to support:  * YouTube channel members get early access to videos (sometimes weeks before they go public!) * Sponsor posts on the blog / channel: https://hamy.xyz/labs/sponsors * Buy merch from my shop - https://shop.hamy.xyz/

27. maj 202614 min
episode Why High-Level Rust Wins Over Other High-Level Languages for Agentic Engineering cover

Why High-Level Rust Wins Over Other High-Level Languages for Agentic Engineering

In this video we discuss why High-Level Rust wins over other high level languages in the age of AI and agentic engineering. Original blog post with all links: https://hamy.xyz/blog/2026-04_why-rust-over-high-level-langs Chapters 00:00 - Intro 01:10 - Expressive Types + Compiler Checks  03:20 - Mainstream long term 05:30 - AI Proficiency 07:15 - Great Performance 08:25 - Common Objections Links: - Why Rust Wins in the Age of AI - https://www.youtube.com/watch?v=ZQG_EC01mng - High-Level Rust: Getting 80% of the Benefits with 20% of the Pain - https://www.youtube.com/watch?v=ncHPgvhnm7k - The Missing Programming Language - Why There's No S-Tier Language (Yet) - https://www.youtube.com/watch?v=gJXv0BjFFCc About me: I'm Hamilton - a Technomancer building Simple Scalable Systems. Connect with me: - Website: https://hamy.xyz - Email List: https://hamniverse.substack.com/ - Twitter: @SIRHAMY - https://twitter.com/SIRHAMY - BlueSky: https://bsky.app/profile/sirhamy.bsky.social - Pod Cast: HAMY LABS POD - https://hamylabspod.buzzsprout.com/ # Support the Channel If you liked this and would like to see more, consider becoming a HAMINIONs supporter: https://hamy.xyz/labs/haminions Supporters get: * Full source code access from courses / tutorials * Exclusive discounts on products / courses Plus you help me to keep experimenting / sharing! Additional ways to support:  * YouTube channel members get early access to videos (sometimes weeks before they go public!) * Sponsor posts on the blog / channel: https://hamy.xyz/labs/sponsors * Buy merch from my shop - https://shop.hamy.xyz/

22. apr. 202618 min
episode Why Rust Wins in the Age of AI cover

Why Rust Wins in the Age of AI

In this video we explore why I think Rust is uniquely positioned for the age of agentic engineering and how it compares to other leading competitors. Original blog post with all images and links: https://hamy.xyz/blog/2026-04_rust-age-of-ai CTA: Spin up fullstack webapps fast with CloudSeed, the fullstack Rust webapp boilerplate - https://hamy.xyz/blog/2026-02_launching-cloudseed-rust Chapters 00:00 - Intro 01:00 - What are agents good for?  03:30 - What is Rust good for?  05:00 - Rust + Agentic Engineering 08:50 - What about other languages?  Links: - The Missing Programming Language - Why There's No S-Tier Language (Yet) - https://www.youtube.com/watch?v=gJXv0BjFFCc - High-Level Rust: Getting 80% of the Benefits with 20% of the Pain - https://www.youtube.com/watch?v=ncHPgvhnm7k - How I think about writing quality code fast with AI - https://www.youtube.com/watch?v=ZvqHO1PRPV4 About me: I'm Hamilton - a Technomancer building Simple Scalable Systems. Connect with me: - Website: https://hamy.xyz - Email List: https://hamniverse.substack.com/ - Twitter: @SIRHAMY - https://twitter.com/SIRHAMY - BlueSky: https://bsky.app/profile/sirhamy.bsky.social - Pod Cast: HAMY LABS POD - https://hamylabspod.buzzsprout.com/ # Support the Channel If you liked this and would like to see more, consider becoming a HAMINIONs supporter: https://hamy.xyz/labs/haminions Supporters get: * Full source code access from courses / tutorials * Exclusive discounts on products / courses Plus you help me to keep experimenting / sharing! Additional ways to support:  * YouTube channel members get early access to videos (sometimes weeks before they go public!) * Sponsor posts on the blog / channel: https://hamy.xyz/labs/sponsors * Buy merch from my shop - https://shop.hamy.xyz/

15. apr. 202613 min
episode What I built at Recurse Center - a 12 week programming retreat (Return Statement W2'26) cover

What I built at Recurse Center - a 12 week programming retreat (Return Statement W2'26)

In this video we'll discuss what I built during my 12 week programming retreat at Recurse Center. Original blog post with all images and links: https://hamy.xyz/blog/2026-03_recurse-center-return-statement Chapters 00:00 - Intro 00:15 - What is Recurse Center and why join?  02:30 - What I planned to build 04:00 - Applied AI for Engineering 10:30 - Web Systems with Rust 16:25 - Networked Games 19:40 - Writing 22:00 - Advice and Learnings from Recurse Center 24:00 - Should you join Recurse Center? Links: - About me: I'm Hamilton - a Technomancer building Simple Scalable Systems. Connect with me: - Website: https://hamy.xyz - Email List: https://hamniverse.substack.com/ - Twitter: @SIRHAMY - https://twitter.com/SIRHAMY - BlueSky: https://bsky.app/profile/sirhamy.bsky.social - Pod Cast: HAMY LABS POD - https://hamylabspod.buzzsprout.com/ # Support the Channel If you liked this and would like to see more, consider becoming a HAMINIONs supporter: https://hamy.xyz/labs/haminions Supporters get: * Full source code access from courses / tutorials * Exclusive discounts on products / courses Plus you help me to keep experimenting / sharing! Additional ways to support:  * YouTube channel members get early access to videos (sometimes weeks before they go public!) * Sponsor posts on the blog / channel: https://hamy.xyz/labs/sponsors * Buy merch from my shop - https://shop.hamy.xyz/

27. mar. 202628 min