<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: muhbaasu</title><link>https://news.ycombinator.com/user?id=muhbaasu</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 31 May 2026 18:12:55 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=muhbaasu" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by muhbaasu in "Dav2d"]]></title><description><![CDATA[
<p>The ffmpeg devs have said many times in public that they routinely get speedups of 10x or more over C code. I'm not a reputable source on this myself but I highly recommend looking into their channels, mails, or posts.</p>
]]></description><pubDate>Sun, 31 May 2026 13:30:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=48345542</link><dc:creator>muhbaasu</dc:creator><comments>https://news.ycombinator.com/item?id=48345542</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48345542</guid></item><item><title><![CDATA[New comment by muhbaasu in "Rider is now free for non-commercial use"]]></title><description><![CDATA[
<p>It is definitely more performant in my experience. Occasional hiccups happen as well, but way less than with VS. Please note my experience with VS 22 is a bit dated because I moved to Rider a few versions ago (probably 17.8 or 17.9). Additionally, I haven't really used VS without the ReSharper plugin extensively so that's what I can compare Rider to.<p>Regarding your points:<p>> MAUI<p>No personal experience yet unfortunately on my part<p>> Code completion<p>At least on par, basically ReSharper with a few extras. Navigation and refactoring is great and comprehensive.<p>> IIS<p>Also no personal experience<p>> Debugging<p>Great debugger IMHO. Matches VS, predictive debugging is nice (deemphasizes branches it knows won't run), breakpoint conditions are great (only break on a certain thread, after another breakpoint had been hit, after n hits, ...), shows return values in the watch list automatically, etc.<p>> Look & feel<p>Probably personal preference: I prefer its more modern and focused look over VS. If you're into that, its Vim emulation plugin is superb.<p>> WPF<p>Not its strong suit. VS is way better here. Rider only has a preview. Annoying: it doesn't use themes for DevExpress-libraries correctly in one project at work.<p>> file explorer<p>Pretty much like VS<p>> Git integration<p>In my experience nicer than in VS. Exposes git's features more easily than VS. Take it with a grain of salt because I use the CLI mostly anyway.<p>I hope this helps a bit. But you're probably better off trying it for a while if you can.</p>
]]></description><pubDate>Thu, 24 Oct 2024 22:58:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=41940670</link><dc:creator>muhbaasu</dc:creator><comments>https://news.ycombinator.com/item?id=41940670</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41940670</guid></item><item><title><![CDATA[New comment by muhbaasu in "Git ignores .gitignore with .gitignore in .gitignore"]]></title><description><![CDATA[
<p>Try `git add --patch` (or just `-p`). git will go through each change and you can decide if you want to stage it. You can even stage individual changes in a file.<p>This doesn't cover new files though. For those you can use `git add $filename` or even globs with `git add src/some/dir/*.$extension`.</p>
]]></description><pubDate>Wed, 18 May 2022 09:06:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=31420618</link><dc:creator>muhbaasu</dc:creator><comments>https://news.ycombinator.com/item?id=31420618</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31420618</guid></item><item><title><![CDATA[New comment by muhbaasu in "Starting to Hack on Steel Bank Common Lisp"]]></title><description><![CDATA[
<p>I already read PCL and imho it's a really great book. In case, however, you have further questions (like I did) have a look at #lisp on irc.freenode.org - the guys there are really nice and helpful.</p>
]]></description><pubDate>Mon, 15 Apr 2013 11:40:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=5550881</link><dc:creator>muhbaasu</dc:creator><comments>https://news.ycombinator.com/item?id=5550881</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=5550881</guid></item></channel></rss>