<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for Korayem</title><link>http://disqus.com/by/Korayem/</link><description></description><atom:link href="http://disqus.com/Korayem/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 11 Oct 2023 08:12:20 -0000</lastBuildDate><item><title>Re: Pro for Trello</title><link>http://apptorium.net/pro-for-trello#comment-6297873727</link><description>&lt;p&gt;Stopped working&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Korayem</dc:creator><pubDate>Wed, 11 Oct 2023 08:12:20 -0000</pubDate></item><item><title>Re: Porting ActiveRecord "soft delete" behavior to Postgres</title><link>http://shuber.io/porting-activerecord-soft-delete-behavior-to-postgres/#comment-5643884515</link><description>&lt;p&gt;I fixed it by specifying which column to add the index to.&lt;/p&gt;&lt;p&gt;So instead of this:&lt;br&gt;&lt;code&gt;CREATE INDEX not_deleted ON users_with_deleted WHERE deleted_at IS NULL;&lt;/code&gt;&lt;/p&gt;&lt;p&gt;Use this:&lt;br&gt;&lt;code&gt;CREATE INDEX not_deleted ON users_with_deleted(not_deleted) WHERE deleted_at IS NULL;&lt;/code&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Korayem</dc:creator><pubDate>Mon, 13 Dec 2021 10:11:37 -0000</pubDate></item><item><title>Re: Uber self-driving car video shows driver was distracted before crash</title><link>http://www.autonews.com/article/20180321/MOBILITY/180329893/uber-self-driving-car-video-shows-driver-was-distracted-before-crash#comment-3818391820</link><description>&lt;p&gt;A human driver mistakenly hitting someone cant be compared to AI driver you guys. We might tolerate or even accept a doctor (human) doing a mistake in an operation on another man because deep down we know our human nature, but we can in no way accept the same from machines or AI for the matter.&lt;/p&gt;&lt;p&gt;Imagine I buy a car and hit the brake but it doesn't work. This is totally unacceptable. Same goes with AI. It either works or it doesn't. We can't have same level of tolerance towards human mistakes to with AI or machine.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Korayem</dc:creator><pubDate>Thu, 22 Mar 2018 05:25:26 -0000</pubDate></item><item><title>Re: MvcRoutingShim plugin</title><link>http://imageresizing.net/docs/v4/plugins/mvcroutingshim#comment-3616856455</link><description>&lt;p&gt;Can you please elaborate. What problems happened after activating this plugin?&lt;/p&gt;&lt;p&gt;the note you're quoting might mean that MvcRoutingShim is now part of ImageResizer, but that doesnt imply it's activated by default.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Korayem</dc:creator><pubDate>Wed, 15 Nov 2017 02:19:03 -0000</pubDate></item><item><title>Re: MotzCod.es by James Montemagno — C# Developers: Stop Calling .Result</title><link>https://montemagno.com/c-sharp-developers-stop-calling-dot-result/#comment-3413109406</link><description>&lt;p&gt;you can use Fody to enable weaving of all your async await code &lt;a href="https://github.com/distantcam/ConfigureAwait" rel="nofollow noopener" target="_blank" title="https://github.com/distantcam/ConfigureAwait"&gt;https://github.com/distantc...&lt;/a&gt; :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Korayem</dc:creator><pubDate>Wed, 12 Jul 2017 11:38:45 -0000</pubDate></item><item><title>Re: Rendering Heaven: This Triple Screen Laptop is a Dream Set-Up for Architectural Visualization</title><link>http://architizer.com/blog/rendering-heaven-triple-screen-laptop/#comment-3360273073</link><description>&lt;p&gt;Seems Samsung was taking notice with their new monitor &lt;a href="https://architizer.com/blog/the-worlds-widest-computer-monitor/" rel="nofollow noopener" target="_blank" title="https://architizer.com/blog/the-worlds-widest-computer-monitor/"&gt;https://architizer.com/blog...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Korayem</dc:creator><pubDate>Wed, 14 Jun 2017 10:24:28 -0000</pubDate></item><item><title>Re: Venture Deals 3.0</title><link>http://avc.com/2016/12/venture-deals-3-0/#comment-3059867636</link><description>&lt;p&gt;I have kindle version, do I get 3rd edition automatically or do I need to re-buy it?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Korayem</dc:creator><pubDate>Mon, 19 Dec 2016 16:57:20 -0000</pubDate></item><item><title>Re: Memcached in Windows Azure</title><link>http://blog.smarx.com/posts/memcached-in-windows-azure#comment-2990002721</link><description>&lt;p&gt;Any plans to opens source this on GitHub as Memcached is no longer available on Azure unless you create a VM or Docker and you're approach is much easier as it leverages existing easy to manage Azure resources&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Korayem</dc:creator><pubDate>Mon, 07 Nov 2016 17:23:25 -0000</pubDate></item><item><title>Re: Debugging high memory usage. Part 2 - .NET Memory Profiler</title><link>http://indexoutofrange.com#comment-2978944717</link><description>&lt;p&gt;@Ranulfo P Sobrinho the comments section in each page is the same. It should show comments unique to each post of yours. Probably a small HTML embed of disqus&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Korayem</dc:creator><pubDate>Tue, 01 Nov 2016 05:05:47 -0000</pubDate></item><item><title>Re: Using performance counters — Hangfire 1.0 documentation</title><link>http://docs.hangfire.io/en/latest/deployment-to-production/performance-counters.html#comment-2977443926</link><description>&lt;p&gt;Do I need to do anything extra for metrics to show up in New Relic?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Korayem</dc:creator><pubDate>Mon, 31 Oct 2016 08:33:29 -0000</pubDate></item><item><title>Re: Test your Azure web app's performance | Microsoft Azure</title><link>http://azure.microsoft.com/en-us/documentation/articles/app-service-web-app-performance-test/#comment-2945314128</link><description>&lt;p&gt;how can I disable this feature after enabling it?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Korayem</dc:creator><pubDate>Tue, 11 Oct 2016 15:14:54 -0000</pubDate></item><item><title>Re: Configuring the degree of parallelism — HangFire 0.9 documentation</title><link>http://docs.hangfire.io/en/latest/background-processing/configuring-degree-of-parallelism.html#comment-2942541101</link><description>&lt;p&gt;Default is your CPU cores x 5 but capped at 20 per server instance&lt;/p&gt;&lt;p&gt;Please refer to following line from Hangfire github source&lt;/p&gt;&lt;p&gt;    WorkerCount = Math.Min(Environment.ProcessorCount * 5, MaxDefaultWorkerCount);&lt;/p&gt;&lt;p&gt;where MaxDefaultWorkerCount = 20&lt;/p&gt;&lt;p&gt;Reference: &lt;a href="https://github.com/HangfireIO/Hangfire/blob/129707d66fde24dc6379fb9d6b15fa0b8ca48605/src/Hangfire.Core/BackgroundJobServerOptions.cs#L35" rel="nofollow noopener" target="_blank" title="https://github.com/HangfireIO/Hangfire/blob/129707d66fde24dc6379fb9d6b15fa0b8ca48605/src/Hangfire.Core/BackgroundJobServerOptions.cs#L35"&gt;https://github.com/Hangfire...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Korayem</dc:creator><pubDate>Mon, 10 Oct 2016 03:03:27 -0000</pubDate></item><item><title>Re: The Promise &amp;#8211; and the Pitfalls &amp;#8211; of In-Memory OLTP</title><link>https://www.red-gate.com/simple-talk/sql/performance/the-promise-and-the-pitfalls-of-in-memory-oltp/#comment-2939491382</link><description>&lt;p&gt;As of SQL Server 2016, they eliminated some of the limitations. Most notably:&lt;br&gt;* Increase in maximum durable table size: 256 GB =&amp;gt; 2 TB&lt;br&gt;* LOB/MAX columns, indexes on nullable columns, removal of BIN2 collation requirements&lt;br&gt;* Alter &amp;amp; recompile of procedures&lt;br&gt;* Some support for ALTER TABLE - it will be offline but you should be able to alter and/or drop/re-create indexes (this does not seem to be supported on current CTP builds however, so do not take this as a guarantee)&lt;br&gt;* DML triggers, FK/check constraints, MARS&lt;br&gt;* OR, NOT, IN, EXISTS, DISTINCT, UNION, OUTER JOINs&lt;br&gt;* Parallelism&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Korayem</dc:creator><pubDate>Sat, 08 Oct 2016 07:36:33 -0000</pubDate></item><item><title>Re: The Blog of Behsaad Ramez - Android Bottom Toolbar with Xamarin</title><link>http://behsaadramez.com/2015/11/26/androidbottomtoolbar/#comment-2823785125</link><description>&lt;p&gt;Is there a way to do the same using Xamarin Forms TabbedPage or custom controller?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Korayem</dc:creator><pubDate>Sat, 06 Aug 2016 07:59:30 -0000</pubDate></item><item><title>Re: MotzCod.es by James Montemagno — Access the Current Android Activity from Anywhere!</title><link>https://montemagno.com/access-the-current-android-activity-from-anywhere/#comment-2769485097</link><description>&lt;p&gt;Is there a similar nuget to access current iOS Window from Xamarin Forms Shared or PCL project?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Korayem</dc:creator><pubDate>Wed, 06 Jul 2016 23:32:30 -0000</pubDate></item><item><title>Re: Microsoft Azure SQL Database provides unparalleled data security in the cloud with Always Encrypted</title><link>https://azure.microsoft.com/en-us/blog/microsoft-azure-sql-database-provides-unparalleled-data-security-in-the-cloud-with-always-encrypted/#comment-2736852648</link><description>&lt;p&gt;Did you check out Azure Elastic SQL?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Korayem</dc:creator><pubDate>Fri, 17 Jun 2016 19:18:50 -0000</pubDate></item><item><title>Re: SQL Database tutorial: Encrypt sensitive data | Microsoft Azure</title><link>https://azure.microsoft.com/en-us/documentation/articles/sql-database-always-encrypted/#comment-2736847013</link><description>&lt;p&gt;The link in "Next Steps" to "Deploy Always Encrypted certificates to other client machines" is missing&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Korayem</dc:creator><pubDate>Fri, 17 Jun 2016 19:13:40 -0000</pubDate></item><item><title>Re:  Mounty for NTFS NTFSのMounty </title><link>http://mounty.app/#comment-2626824213</link><description>&lt;p&gt;When I run `brew install mounty` I get message that it's not found and get redirected to installing `brew install Caskroom/cask/mounty`&lt;/p&gt;&lt;p&gt;Is it the same?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Korayem</dc:creator><pubDate>Sat, 16 Apr 2016 10:52:23 -0000</pubDate></item><item><title>Re: 8th Sphere - Develop web apps faster in Visual Studio using KAPTL VS extension</title><link>https://www.8sph.com/blog/kaptl-visual-studio-extension#comment-2514251807</link><description>&lt;p&gt;Hey! I got excited reading your post and tried to download the extension but got an error "This item is not yet published." &lt;a href="https://visualstudiogallery.msdn.microsoft.com/179ea4f5-505d-4e7b-9354-118b9150075f" rel="nofollow noopener" target="_blank" title="https://visualstudiogallery.msdn.microsoft.com/179ea4f5-505d-4e7b-9354-118b9150075f"&gt;https://visualstudiogallery...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Update: I googled it and found this link &lt;a href="https://visualstudiogallery.msdn.microsoft.com/ff855a20-a144-4b0e-ab38-c36d95591649" rel="nofollow noopener" target="_blank" title="https://visualstudiogallery.msdn.microsoft.com/ff855a20-a144-4b0e-ab38-c36d95591649"&gt;https://visualstudiogallery...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Korayem</dc:creator><pubDate>Mon, 15 Feb 2016 02:30:01 -0000</pubDate></item><item><title>Re: Relation Scaffolding for MVC</title><link>http://blog.jsgoupil.com/relation-scaffolding-for-mvc/#comment-2474875191</link><description>&lt;p&gt;Decorating a class with this plugin or any Annotations can be applied to ViewModels or Entities alike. It's a matter of your own preference.  See &lt;a href="http://stackoverflow.com/questions/29828936/how-to-scaffold-a-view-model-in-mvc-5" rel="nofollow noopener" target="_blank" title="http://stackoverflow.com/questions/29828936/how-to-scaffold-a-view-model-in-mvc-5"&gt;http://stackoverflow.com/qu...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Korayem</dc:creator><pubDate>Sun, 24 Jan 2016 06:29:22 -0000</pubDate></item><item><title>Re: New and Improved Xamarin Studio Launcher</title><link>https://redth.codes/xamarin-studio-launcher-v3/#comment-2383043576</link><description>&lt;p&gt;If you get the error "can’t be opened because it is from an unidentified developer", simple right click on the app while holding CTRL and chose "Open". The same error will appear but this time a button to proceed will show up :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Korayem</dc:creator><pubDate>Sat, 28 Nov 2015 15:55:34 -0000</pubDate></item><item><title>Re: New and Improved Xamarin Studio Launcher</title><link>https://redth.codes/xamarin-studio-launcher-v3/#comment-2383039131</link><description>&lt;p&gt;Sweet! it's working perfectly now :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Korayem</dc:creator><pubDate>Sat, 28 Nov 2015 15:52:00 -0000</pubDate></item><item><title>Re: Go to Declaration</title><link>http://www.jetbrains.com/decompiler/webhelp/Navigation_and_Search__Go_to_Declaration.html#comment-2358367153</link><description>&lt;p&gt;Is it possible to navigate to definition right from Visual Studio into decomplied sources? This feature is available in Resharper but can't get it to work with DotPeek inside Visual Studio without Resharper installed.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Korayem</dc:creator><pubDate>Fri, 13 Nov 2015 15:28:47 -0000</pubDate></item><item><title>Re: New and Improved Xamarin Studio Launcher</title><link>https://redth.codes/xamarin-studio-launcher-v3/#comment-2336853523</link><description>&lt;p&gt;Thanks for this nifty tool.&lt;/p&gt;&lt;p&gt;Unfortunately, the link isn't working :(&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Korayem</dc:creator><pubDate>Sat, 31 Oct 2015 15:58:48 -0000</pubDate></item><item><title>Re: Simple bash scripting for &amp;ldquo;azure&amp;rdquo; cli</title><link>http://codebetter.com/glennblock/2012/12/25/simple-bash-scripting-for-azure-cli/#comment-2218236950</link><description>&lt;p&gt;Turns out the BASH library I was using Cygwin and even GIT Bash weren't compiled with respect to Windows OS. I tried Win-BASH and worked like a charm. Download from here &lt;a href="http://win-bash.sourceforge.net/" rel="nofollow noopener" target="_blank" title="http://win-bash.sourceforge.net/"&gt;http://win-bash.sourceforge...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;From their website:&lt;/p&gt;&lt;p&gt;                 "Unlike other bash ports for Windows (e.g. the cygwin bash ), the win-bash needs no special environment or DLLs. There is just one binary and that's it.&lt;br&gt;                  win-bash is based on nt_bash which was an early bash port for Windows NT started by Mountain Math Software some years ago. As far as I know, the nt_bash port project stopped in alpha status and has never been finished.&lt;br&gt;                  The goal of the win-bash project is to finish the port to Windows and provide a fully-functional bash.exe binary for Windows NT and derived systems. win-bash can be used as an input shell, as well as an interpreter to run UN*X shell scripts."&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Korayem</dc:creator><pubDate>Wed, 26 Aug 2015 10:34:42 -0000</pubDate></item></channel></rss>