<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: SIRHAMY</title><link>https://news.ycombinator.com/user?id=SIRHAMY</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 19 Apr 2026 12:44:39 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=SIRHAMY" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by SIRHAMY in "High-Level Rust: Getting 80% of the Benefits with 20% of the Pain"]]></title><description><![CDATA[
<p>Big fan of Gleam! I am keeping my eye on it.<p>Agree that the types accomplish basically exactly what I want.<p>If it gets a decent community / ecosystem I think it would be a frontrunner for sure, especially for web apps.<p>One potential issue is that the runtimes it targets are not that great at processing - they fanout well on BEAM but may not be the best for heavy processing. Not a deal breaker but smth that others like F#, OCaml, Rust can outperform in if the other attributes do well.</p>
]]></description><pubDate>Sun, 12 Apr 2026 19:33:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47743505</link><dc:creator>SIRHAMY</dc:creator><comments>https://news.ycombinator.com/item?id=47743505</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47743505</guid></item><item><title><![CDATA[New comment by SIRHAMY in "High-Level Rust: Getting 80% of the Benefits with 20% of the Pain"]]></title><description><![CDATA[
<p>Anecdotally I think AI is quite good at langs with lots of training data: C#, TypeScript Rust.<p>I also think it's much better with languages with more guardrails and clear syntax: think expressive types (sum types), brackets, and linters / compile checks.<p>Rust has expressive types and lots of compile checks to avoid classes of bugs via ownership / lifetimes and I think makes it a very good tool for agents to use.</p>
]]></description><pubDate>Sun, 12 Apr 2026 19:30:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47743458</link><dc:creator>SIRHAMY</dc:creator><comments>https://news.ycombinator.com/item?id=47743458</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47743458</guid></item><item><title><![CDATA[New comment by SIRHAMY in "High-Level Rust: Getting 80% of the Benefits with 20% of the Pain"]]></title><description><![CDATA[
<p>C# is missing expressive types for me.<p>That might land with native unions but it's not there yet. There's workarounds with OneOf and Dune but those are kind of messy.<p>I think expressive types on dotnet are possible - I am a big fan of F# and those types are very good. So I think C# will get there but I can't say it's there yet.</p>
]]></description><pubDate>Sun, 12 Apr 2026 19:27:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47743429</link><dc:creator>SIRHAMY</dc:creator><comments>https://news.ycombinator.com/item?id=47743429</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47743429</guid></item><item><title><![CDATA[New comment by SIRHAMY in "Ask HN: What would be your stack if you are building an MVP today?"]]></title><description><![CDATA[
<p>Another F# fan here =)<p>I really like it for building backends but I haven't found the frontend story as compelling. Currently I use F# for my API and then use a standalone frontend (currently SvelteKit) to try and get the best tool for backend / frontend.<p>Q: How's your experience been with F# frontends? I'm assuming you're using Fable?</p>
]]></description><pubDate>Fri, 27 Jan 2023 16:50:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=34548219</link><dc:creator>SIRHAMY</dc:creator><comments>https://news.ycombinator.com/item?id=34548219</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34548219</guid></item><item><title><![CDATA[New comment by SIRHAMY in "Ask HN: What would be your stack if you are building an MVP today?"]]></title><description><![CDATA[
<p>I've been building MVPs for the past yearish with this stack. Some of these choices are newish / smallish but it's the simplest, most enjoyable stack I've tried so far.<p>- Frontend: SvelteKit (Dockerized)<p>- Backend: F# / .NET running Giraffe (Dockerized)<p>- Data: Postgres (Managed - currently GCloudSQL)<p>- Hosting: Serverless Containers (currently GCloudRun)<p>I built a boilerplate for this to make it easier to improve / spin up: <a href="https://cloudseed.xyz" rel="nofollow">https://cloudseed.xyz</a></p>
]]></description><pubDate>Fri, 27 Jan 2023 16:42:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=34548110</link><dc:creator>SIRHAMY</dc:creator><comments>https://news.ycombinator.com/item?id=34548110</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34548110</guid></item><item><title><![CDATA[New comment by SIRHAMY in "Ask HN: What would be your stack if you are building an MVP today?"]]></title><description><![CDATA[
<p>Oh wow - I thought it was broken.<p>Nope, just loading.</p>
]]></description><pubDate>Fri, 27 Jan 2023 16:37:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=34548033</link><dc:creator>SIRHAMY</dc:creator><comments>https://news.ycombinator.com/item?id=34548033</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34548033</guid></item><item><title><![CDATA[New comment by SIRHAMY in "Ask HN: What would be your stack if you are building an MVP today?"]]></title><description><![CDATA[
<p>Same (but I use F#)!<p>I find .NET to be great for backends though maybe not as great for frontends (there's just better stuff out there). So I use the best tool for the job and that typically means using something else for frontend.<p>Right now I use SvelteKit for frontend.</p>
]]></description><pubDate>Fri, 27 Jan 2023 16:34:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=34547978</link><dc:creator>SIRHAMY</dc:creator><comments>https://news.ycombinator.com/item?id=34547978</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34547978</guid></item><item><title><![CDATA[New comment by SIRHAMY in "Ask HN: What would be your stack if you are building an MVP today?"]]></title><description><![CDATA[
<p>This is what I do.<p>* CloudRun - .NET in Docker
* CloudSQL - Managed Postgres</p>
]]></description><pubDate>Fri, 27 Jan 2023 16:32:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=34547926</link><dc:creator>SIRHAMY</dc:creator><comments>https://news.ycombinator.com/item?id=34547926</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34547926</guid></item><item><title><![CDATA[New comment by SIRHAMY in "Ask HN: What weird technical scene are you fond/part of?"]]></title><description><![CDATA[
<p>- Solopreneur / Indie Hacker / Tiny SaaS scene. This is more an implementation strategy of my dreams of Financial Independence but I find these communities have large overlap. Building small, sustainable solutions to real-world problems to make a decent living. Not glamorous, but lots of freedom. Communities: IndieHackers and lots of people on Twitter.<p>- Simple Code. I think most system architectures / frameworks / languages are suboptimal - either being hard to reason about or a pain to code in, etc. So this bucket is about trying to find technologies that actually best support their usecases, regardless of what their adoption looks like. This led me to two scenes: Svelte / SvelteKit for frontend and F# for backend / general purpose programming and is now how I build pretty much all my apps (see: <a href="https://cloudseed.xyz" rel="nofollow">https://cloudseed.xyz</a>). The subreddits for both these communities are good.<p>- Creative Coding / Technology - I used to be more involved here but now am more of an observer. Basically trying to use the power of computing to create cool things - mostly artistic. This comes in a range of forms but typically procedural / generative art is at the core. Subreddits r/generative and r/creativecoding are pretty active</p>
]]></description><pubDate>Tue, 22 Nov 2022 15:10:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=33706610</link><dc:creator>SIRHAMY</dc:creator><comments>https://news.ycombinator.com/item?id=33706610</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33706610</guid></item><item><title><![CDATA[New comment by SIRHAMY in "Ask HN: Side projects that are making money, but you'd not talk about them?"]]></title><description><![CDATA[
<p>This is cool! Great to see you've had some success here!<p>I've built something similar for my favorite tech stack but haven't had any sales yet. I find it useful in my own projects and I've seen other similar projects make some money (like JumpStart Pro for Rails) so thinking it's something around my positioning / offerings rather than full lack of a need.<p>Some things I think you're doing really well:<p>* Great sales copy and documentation<p>* Great aesthetics -> adds to "trust"<p>* Message bot for feedback<p>Qs:<p>* Q1: Did you do any customer research to help determine what features to build?<p>* Q2: What did you find (if anything) is the biggest reason people choose to use boilerplate rather than rolling their own?<p>For those interested -> CloudSeeed - SaaS boilerplate for Sveltekit + .NET + Postgres - <a href="https://cloudseed.xyz/" rel="nofollow">https://cloudseed.xyz/</a></p>
]]></description><pubDate>Fri, 17 Jun 2022 12:48:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=31777313</link><dc:creator>SIRHAMY</dc:creator><comments>https://news.ycombinator.com/item?id=31777313</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31777313</guid></item><item><title><![CDATA[Scaling my sites by 12x by moving to Tailwind]]></title><description><![CDATA[
<p>Article URL: <a href="https://labs.hamy.xyz/posts/scaling-my-sites-by-12x-with-tailwind/">https://labs.hamy.xyz/posts/scaling-my-sites-by-12x-with-tailwind/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=24918291">https://news.ycombinator.com/item?id=24918291</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 28 Oct 2020 13:10:18 +0000</pubDate><link>https://labs.hamy.xyz/posts/scaling-my-sites-by-12x-with-tailwind/</link><dc:creator>SIRHAMY</dc:creator><comments>https://news.ycombinator.com/item?id=24918291</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24918291</guid></item><item><title><![CDATA[Save the world with a personal carbon tax]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.iamhamy.xyz/posts/consider-a-personal-carbon-tax/">https://blog.iamhamy.xyz/posts/consider-a-personal-carbon-tax/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=23834212">https://news.ycombinator.com/item?id=23834212</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 14 Jul 2020 16:41:49 +0000</pubDate><link>https://blog.iamhamy.xyz/posts/consider-a-personal-carbon-tax/</link><dc:creator>SIRHAMY</dc:creator><comments>https://news.ycombinator.com/item?id=23834212</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23834212</guid></item><item><title><![CDATA[Show HN: CareBoi – create custom care emojis]]></title><description><![CDATA[
<p>Article URL: <a href="https://careboi.xyz/">https://careboi.xyz/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=23133213">https://news.ycombinator.com/item?id=23133213</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 10 May 2020 15:11:18 +0000</pubDate><link>https://careboi.xyz/</link><dc:creator>SIRHAMY</dc:creator><comments>https://news.ycombinator.com/item?id=23133213</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23133213</guid></item><item><title><![CDATA[New comment by SIRHAMY in "Ask HN: What projects are you working on now?"]]></title><description><![CDATA[
<p>Working on some creative coding projects that I've been putting off for the last few years. Latest one I've released is <a href="https://coronation.xyz/" rel="nofollow">https://coronation.xyz/</a> - a visualization of the spread of coronavirus around the world, which I built with threejs</p>
]]></description><pubDate>Sat, 21 Mar 2020 20:18:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=22649678</link><dc:creator>SIRHAMY</dc:creator><comments>https://news.ycombinator.com/item?id=22649678</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22649678</guid></item><item><title><![CDATA[Coronation.xyz – a visualization of the spread of coronavirus around the globe]]></title><description><![CDATA[
<p>Article URL: <a href="https://coronation.xyz/">https://coronation.xyz/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=22575735">https://news.ycombinator.com/item?id=22575735</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 14 Mar 2020 15:00:09 +0000</pubDate><link>https://coronation.xyz/</link><dc:creator>SIRHAMY</dc:creator><comments>https://news.ycombinator.com/item?id=22575735</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22575735</guid></item><item><title><![CDATA[I scale my sites to 500k* users per month for free]]></title><description><![CDATA[
<p>Article URL: <a href="https://labs.iamhamy.xyz/posts/how-i-scale-my-sites-to-500k-users-per-month-for-free/">https://labs.iamhamy.xyz/posts/how-i-scale-my-sites-to-500k-users-per-month-for-free/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=22451011">https://news.ycombinator.com/item?id=22451011</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 29 Feb 2020 15:31:11 +0000</pubDate><link>https://labs.iamhamy.xyz/posts/how-i-scale-my-sites-to-500k-users-per-month-for-free/</link><dc:creator>SIRHAMY</dc:creator><comments>https://news.ycombinator.com/item?id=22451011</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22451011</guid></item><item><title><![CDATA[I can serve ~533k visitors (~927k pages) of my sites/month for free with Netlify]]></title><description><![CDATA[
<p>Article URL: <a href="https://labs.iamhamy.xyz/posts/how-many-visitors-can-the-netlify-free-tier-support/">https://labs.iamhamy.xyz/posts/how-many-visitors-can-the-netlify-free-tier-support/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=22425767">https://news.ycombinator.com/item?id=22425767</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 26 Feb 2020 18:32:53 +0000</pubDate><link>https://labs.iamhamy.xyz/posts/how-many-visitors-can-the-netlify-free-tier-support/</link><dc:creator>SIRHAMY</dc:creator><comments>https://news.ycombinator.com/item?id=22425767</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22425767</guid></item><item><title><![CDATA[By making my own cold brew instead of buying, I can save $16,844 over 15 years]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.iamhamy.xyz/posts/the-value-of-making-my-own-cold-brew/">https://blog.iamhamy.xyz/posts/the-value-of-making-my-own-cold-brew/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=21964196">https://news.ycombinator.com/item?id=21964196</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 05 Jan 2020 21:21:36 +0000</pubDate><link>https://blog.iamhamy.xyz/posts/the-value-of-making-my-own-cold-brew/</link><dc:creator>SIRHAMY</dc:creator><comments>https://news.ycombinator.com/item?id=21964196</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21964196</guid></item><item><title><![CDATA[Ask HN: How would you host a static site in 2020?]]></title><description><![CDATA[
<p>Yesterday I submitted a post I'd written about moving from Google Kubernetes Engine to Netlify (see HN submission: https://news.ycombinator.com/item?id=21872910). In the comments, many people suggested alternatives they thought would've been better for my situation that I'd either never heard of or didn't realize were good options for my use case - Google's Cloud Run and App Engine, Firebase, AWS Lambda + S3 + Cloudfront CDN to name a few.<p>So I'm curious - if you were going to host your static site in 2020, how would you do it?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=21878792">https://news.ycombinator.com/item?id=21878792</a></p>
<p>Points: 1</p>
<p># Comments: 4</p>
]]></description><pubDate>Wed, 25 Dec 2019 15:21:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=21878792</link><dc:creator>SIRHAMY</dc:creator><comments>https://news.ycombinator.com/item?id=21878792</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21878792</guid></item><item><title><![CDATA[New comment by SIRHAMY in "I moved my sites from Google Kubernetes Engine to Netlify and saved $1000 / year"]]></title><description><![CDATA[
<p>Oh wow, I'd never heard of Cloud Run before. Just popped some numbers in that I think are correct and it did come within the free tier range.<p>See GCP calculator: <a href="https://cloud.google.com/products/calculator/#id=36a5f437-98f9-4837-a937-287ae4250ebf" rel="nofollow">https://cloud.google.com/products/calculator/#id=36a5f437-98...</a></p>
]]></description><pubDate>Tue, 24 Dec 2019 19:31:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=21874335</link><dc:creator>SIRHAMY</dc:creator><comments>https://news.ycombinator.com/item?id=21874335</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21874335</guid></item></channel></rss>